diff --git a/.laravel-commit b/.laravel-commit index 635c8a4..8c60672 100644 --- a/.laravel-commit +++ b/.laravel-commit @@ -1 +1 @@ -e959c228400341d4f2f8812606a0b16d740a2f2d +f5dfa2057e800e15ecc1f5609016dfbc08fc643e diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 7c47a05..21c9784 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::class, \Illuminate\Validation\ValidationException::class, ]; diff --git a/composer.json b/composer.json index 26f3213..508e0fb 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,5 @@ }, "config": { "preferred-install": "dist" - }, - "minimum-stability": "dev", - "prefer-stable": true + } } 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... */