Merge pull request #3597 from KennedyTedesco/minor-5.2

[5.2] Remove unused import
This commit is contained in:
Taylor Otwell 2015-12-21 20:37:08 -06:00
commit 54d1845b70
1 changed files with 0 additions and 1 deletions

View File

@ -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