Skip to content

Commit 4ef9acf

Browse files
Merge branch 'master' of github.com:cretueusebiu/laravel-vue-spa
2 parents 8549afd + 6f46d53 commit 4ef9acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Exceptions/Handler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace App\Exceptions;
44

5-
use Throwable;
65
use Illuminate\Auth\AuthenticationException;
76
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
7+
use Throwable;
88

99
class Handler extends ExceptionHandler
1010
{
@@ -41,7 +41,7 @@ protected function unauthenticated($request, AuthenticationException $exception)
4141
: redirect()->guest(url('/login'));
4242
}
4343

44-
/**
44+
/**
4545
* Prepare a JSON response for the given exception.
4646
*
4747
* @param \Illuminate\Http\Request $request

0 commit comments

Comments
 (0)