fix conflicts
This commit is contained in:
commit
6f6851946b
|
@ -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,
|
||||
];
|
||||
|
||||
|
|
|
@ -167,6 +167,8 @@
|
|||
* Package Service Providers...
|
||||
*/
|
||||
|
||||
//
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue