snipe-it/app/Http/Controllers/Assets
Daniel Meltzer e368a20427 Use filled instead of has. (#6033)
I think this merged in a weird order and was missed by the global
find/replace.  This fixes bulkassets/bulkusers editing.

At some point we should look at refactoring BulkAssetsController@edit to
only run one DB query, rather than one per item.
2018-08-02 09:54:19 -07:00
..
AssetCheckinController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
AssetCheckoutController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
AssetFilesController.php Use Storage for file uploads (not model images) 2018-07-25 11:57:49 -07:00
AssetsController.php Port asset history importer to league/csv9 (#5972) 2018-07-26 12:04:21 -07:00
BulkAssetsController.php Use filled instead of has. (#6033) 2018-08-02 09:54:19 -07:00