mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
PHPStorm lag = fail
This commit is contained in:
parent
8cb4954f8a
commit
8774927b91
|
@ -126,7 +126,7 @@ class AccessoriesController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
return View::make('accessories/edit', compact('accessory'))
|
return View::make('accessories/edit', compact('accessory'))
|
||||||
->with('category_list', erper::categoryList('accessory'))
|
->with('category_list', Helper::categoryList('accessory'))
|
||||||
->with('company_list', Helper::companyList())
|
->with('company_list', Helper::companyList())
|
||||||
->with('location_list', Helper::locationsList())
|
->with('location_list', Helper::locationsList())
|
||||||
->with('manufacturer_list', Helper::manufacturerList());
|
->with('manufacturer_list', Helper::manufacturerList());
|
||||||
|
|
Loading…
Reference in a new issue