Pull in the latest updates from upstream laravel

This commit is contained in:
Kevin MacMartin 2016-08-23 22:34:27 -04:00
parent d295cf83f1
commit 5ee5f1d94d
3 changed files with 4 additions and 1 deletions

View file

@ -1 +1 @@
e959c228400341d4f2f8812606a0b16d740a2f2d 6f6851946b359c4867c98d662c8dd473a6ecaac6

View file

@ -18,6 +18,7 @@ class Handler extends ExceptionHandler
\Illuminate\Auth\Access\AuthorizationException::class, \Illuminate\Auth\Access\AuthorizationException::class,
\Symfony\Component\HttpKernel\Exception\HttpException::class, \Symfony\Component\HttpKernel\Exception\HttpException::class,
\Illuminate\Database\Eloquent\ModelNotFoundException::class, \Illuminate\Database\Eloquent\ModelNotFoundException::class,
\Illuminate\Session\TokenMismatchException,
\Illuminate\Validation\ValidationException::class, \Illuminate\Validation\ValidationException::class,
]; ];

View file

@ -167,6 +167,8 @@ return [
* Package Service Providers... * Package Service Providers...
*/ */
//
/* /*
* Application Service Providers... * Application Service Providers...
*/ */