We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99de565 commit f5dfa20Copy full SHA for f5dfa20
app/Exceptions/Handler.php
@@ -18,7 +18,7 @@ class Handler extends ExceptionHandler
18
\Illuminate\Auth\Access\AuthorizationException::class,
19
\Symfony\Component\HttpKernel\Exception\HttpException::class,
20
\Illuminate\Database\Eloquent\ModelNotFoundException::class,
21
- \Illuminate\Session\TokenMismatchException,
+ \Illuminate\Session\TokenMismatchException::class,
22
\Illuminate\Validation\ValidationException::class,
23
];
24
0 commit comments