mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Shouldnt have removed that use
statement...
This commit is contained in:
parent
8a7bf290f9
commit
474e9b945b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue