Shouldnt have removed that use statement...

This commit is contained in:
An Phan 2016-01-05 22:08:02 +08:00
parent 8a7bf290f9
commit 474e9b945b

View file

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