From 6c6556233d1133ba408b30abeb63f587a05e0f40 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 23 Aug 2016 22:43:15 -0400 Subject: [PATCH] Revert "Pull in the latest updates from upstream laravel" This reverts commit 5ee5f1d94d90671295ae6a631271fecaf122bdab. --- .laravel-commit | 2 +- app/Exceptions/Handler.php | 1 - config/app.php | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) 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... */