diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 7c47a05c..1007f56b 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -18,6 +18,7 @@ class Handler extends ExceptionHandler \Illuminate\Auth\Access\AuthorizationException::class, \Symfony\Component\HttpKernel\Exception\HttpException::class, \Illuminate\Database\Eloquent\ModelNotFoundException::class, + \Illuminate\Session\TokenMismatchException, \Illuminate\Validation\ValidationException::class, ]; diff --git a/config/app.php b/config/app.php index 0df326b7..adae4e0d 100644 --- a/config/app.php +++ b/config/app.php @@ -167,6 +167,8 @@ * Package Service Providers... */ + // + /* * Application Service Providers... */