mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 18:45:49 +00:00
remove unnecessary code
This commit is contained in:
@ -156,7 +156,6 @@ class ViewAssetsController extends Controller
|
||||
public function getRequestableIndex() : View
|
||||
{
|
||||
$assets = Asset::with('model', 'defaultLoc', 'location', 'assignedTo', 'requests')->Hardware()->RequestableAssets();
|
||||
$onlyUnassignedDeployable = Setting::getSettings()->request_unassigned_deployable;
|
||||
$models = AssetModel::with([
|
||||
'category',
|
||||
'requests',
|
||||
|
||||
Reference in New Issue
Block a user