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