Modernize use statements, switch to auth()

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-07-04 20:49:22 +01:00
parent e98284fff5
commit ae9085b11f
55 changed files with 286 additions and 254 deletions
@@ -54,7 +54,7 @@ class PredefinedKitCheckoutService
$expected_checkin = $request->get('expected_checkin');
}
$admin = Auth::user();
$admin = auth()->user();
$note = e($request->get('note'));