3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 07:05:50 +00:00

Fix code style: Remove comment

This commit is contained in:
Lukas Kraic
2025-06-05 17:55:46 +02:00
parent 29989ac24e
commit 261f84d5f5

View File

@ -81,7 +81,7 @@ class ViewAssetsController extends Controller
// User has no subordinates, so they only see themselves
$subordinates = collect([$authUser]);
}
}//end if
}
// If the user has subordinates and a user_id is provided in the request
if ($subordinates->count() > 1 && $request->filled('user_id')) {
$requestedUserId = (int) $request->input('user_id');