Fixed #6027 - added model to asset maintenances listing

This commit is contained in:
snipe
2018-08-01 18:24:52 -07:00
parent 6f8680efa6
commit 9168979d9e
5 changed files with 33 additions and 15 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ trait Searchable {
/**
* Performs a search on the model, using the provided search terms
*
* @param Illuminate\Database\Eloquent\Builder $query The query to start the search on
* @param \Illuminate\Database\Eloquent\Builder $query The query to start the search on
* @param string $search
* @return Illuminate\Database\Eloquent\Builder A query with added "where" clauses
* @return \Illuminate\Database\Eloquent\Builder A query with added "where" clauses
*/
public function scopeTextSearch($query, $search)
{