mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Update codebase to L5.4 (#367)
This commit is contained in:
@@ -70,6 +70,6 @@ class Handler extends ExceptionHandler
|
||||
return response()->json(['error' => 'Unauthenticated.'], 401);
|
||||
}
|
||||
|
||||
return redirect()->guest('/auth/login');
|
||||
return redirect()->guest(route('auth.login'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user