fix 500
This commit is contained in:
parent
2788131cca
commit
1a1f7af109
|
|
@ -5,6 +5,7 @@ namespace App\Exceptions;
|
|||
use Exception;
|
||||
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Response;
|
||||
use Throwable;
|
||||
|
||||
class Handler extends ExceptionHandler
|
||||
|
|
|
|||
Loading…
Reference in New Issue