From 677c1bdef3984db46045f2cd8ab8fda811329e62 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 10 Jul 2016 16:35:03 -0500 Subject: [PATCH] import class --- app/Exceptions/Handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 5a7c55b6..546d5082 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -3,6 +3,7 @@ namespace App\Exceptions; use Exception; +use Illuminate\Auth\AuthenticationException; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; class Handler extends ExceptionHandler