Browse Source

[5.2] Remove unused import

Kennedy Tedesco 9 years ago
parent
commit
2e7560ab2a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Exceptions/Handler.php

+ 0 - 1
app/Exceptions/Handler.php

@@ -7,7 +7,6 @@ use Illuminate\Auth\Access\AuthorizationException;
 use Illuminate\Database\Eloquent\ModelNotFoundException;
 use Symfony\Component\HttpKernel\Exception\HttpException;
 use Illuminate\Foundation\Validation\ValidationException;
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
 
 class Handler extends ExceptionHandler