mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Added a space
This commit is contained in:
parent
1751a8c0e0
commit
584e2ba618
|
@ -78,7 +78,7 @@ class AssetsController extends Controller
|
|||
|
||||
$assets = Company::scopeCompanyables(Asset::select('assets.*'))->with(
|
||||
'assetLoc', 'assetstatus', 'defaultLoc', 'assetlog', 'company',
|
||||
'model.category', 'model.manufacturer', 'model.fieldset','assigneduser');
|
||||
'model.category', 'model.manufacturer', 'model.fieldset', 'assigneduser');
|
||||
|
||||
if ($request->has('search')) {
|
||||
$assets->TextSearch($request->input('search'));
|
||||
|
|
Loading…
Reference in a new issue