From 2e7560ab2a19a86ea6602b41c3358c22eb470ad3 Mon Sep 17 00:00:00 2001 From: Kennedy Tedesco Date: Mon, 21 Dec 2015 20:23:09 -0200 Subject: [PATCH] [5.2] Remove unused import --- app/Exceptions/Handler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 7db9e074..e9d2d04c 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -7,7 +7,6 @@ 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