mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Revert "Pull in the latest updates from upstream laravel"
This reverts commit 5ee5f1d94d
.
This commit is contained in:
parent
5ee5f1d94d
commit
6c6556233d
3 changed files with 1 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
6f6851946b359c4867c98d662c8dd473a6ecaac6
|
e959c228400341d4f2f8812606a0b16d740a2f2d
|
||||||
|
|
|
@ -18,7 +18,6 @@ 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,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -167,8 +167,6 @@ return [
|
||||||
* Package Service Providers...
|
* Package Service Providers...
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Application Service Providers...
|
* Application Service Providers...
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue