diff --git a/.laravel-commit b/.laravel-commit index 635c8a4..8f606c7 100644 --- a/.laravel-commit +++ b/.laravel-commit @@ -1 +1 @@ -e959c228400341d4f2f8812606a0b16d740a2f2d +6f6851946b359c4867c98d662c8dd473a6ecaac6 diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 7c47a05..1007f56 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 9263079..513b401 100644 --- a/config/app.php +++ b/config/app.php @@ -167,6 +167,8 @@ return [ * Package Service Providers... */ + // + /* * Application Service Providers... */