Commit 6f685194 authored by Taylor Otwell's avatar Taylor Otwell

fix conflicts

parents e959c228 982e769d
...@@ -18,6 +18,7 @@ class Handler extends ExceptionHandler ...@@ -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,
]; ];
......
...@@ -167,6 +167,8 @@ return [ ...@@ -167,6 +167,8 @@ return [
* Package Service Providers... * Package Service Providers...
*/ */
//
/* /*
* Application Service Providers... * Application Service Providers...
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment