mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Merge pull request #10713 from snipe/fixes/error_handler
Added use statement
This commit is contained in:
commit
6ef053bc52
|
@ -5,6 +5,7 @@ namespace App\Exceptions;
|
|||
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
||||
use App\Helpers\Helper;
|
||||
use Illuminate\Validation\ValidationException;
|
||||
use Illuminate\Auth\AuthenticationException;
|
||||
use Log;
|
||||
use Throwable;
|
||||
use JsonException;
|
||||
|
|
Loading…
Reference in a new issue