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