mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Add comment
This commit is contained in:
parent
f40e722397
commit
05a2e568d7
|
@ -279,6 +279,7 @@ trait Searchable
|
|||
return implode("||' '||", $columns) . ' LIKE ?';
|
||||
}
|
||||
|
||||
// Default to MySQL's concatenation method
|
||||
return 'CONCAT(' . implode('," ",', $columns) . ') LIKE ?';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue