Skip to content

Commit f5dfa20

Browse files
committed
fix typo
1 parent 99de565 commit f5dfa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Handler extends ExceptionHandler
1818
\Illuminate\Auth\Access\AuthorizationException::class,
1919
\Symfony\Component\HttpKernel\Exception\HttpException::class,
2020
\Illuminate\Database\Eloquent\ModelNotFoundException::class,
21-
\Illuminate\Session\TokenMismatchException,
21+
\Illuminate\Session\TokenMismatchException::class,
2222
\Illuminate\Validation\ValidationException::class,
2323
];
2424

0 commit comments

Comments
 (0)