fix conflicts

This commit is contained in:
Taylor Otwell
2016-08-23 15:08:01 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -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,
];