Browse Source

import class

Taylor Otwell 8 years ago
parent
commit
677c1bdef3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Exceptions/Handler.php

+ 1 - 0
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