StyleCI fixes
This commit is contained in:
parent
577fae0540
commit
1af9dd35ab
6 changed files with 3 additions and 5 deletions
|
@ -60,6 +60,7 @@ class Handler extends ExceptionHandler
|
|||
if ($request->expectsJson()) {
|
||||
return response()->json(['error' => 'Unauthenticated.'], 401);
|
||||
}
|
||||
|
||||
return redirect()->guest('login');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue