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