Fix Laravel error handler

This commit is contained in:
Bubka 2020-01-26 16:04:26 +01:00
parent 6726d85eb0
commit 7f5cac0c91

View File

@ -3,6 +3,7 @@
namespace App\Exceptions;
use Exception;
use Illuminate\Http\Response;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Illuminate\Database\Eloquent\ModelNotFoundException as ModelNotFoundException;
use Illuminate\Validation\ValidationException as ValidationException;