From f5dfa2057e800e15ecc1f5609016dfbc08fc643e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 23 Aug 2016 15:14:23 +0200 Subject: [PATCH] fix typo --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 1007f56b..21c9784c 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -18,7 +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\Session\TokenMismatchException::class, \Illuminate\Validation\ValidationException::class, ];