mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 05:47:28 -08:00
Remove commented code
This commit is contained in:
parent
379274deff
commit
0f4c05c5d0
|
@ -278,6 +278,5 @@ class UsersController extends Controller
|
|||
$this->authorize('view', User::class);
|
||||
$assets = Asset::where('assigned_to', '=', $id)->with('model')->get();
|
||||
return (new AssetsTransformer)->transformAssets($assets, $assets->count());
|
||||
// return response()->json($assets);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue