We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54843f commit 56bda8fCopy full SHA for 56bda8f
composer.json
@@ -14,6 +14,7 @@
14
}],
15
"require": {
16
"php": "^7.2.5",
17
+ "dingo/blueprint": "^0.4",
18
"illuminate/routing": "^5.5 || ^6.0 || ^7.0",
19
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
20
"league/fractal": "^0.17"
src/Exception/Handler.php
@@ -9,10 +9,7 @@
9
use Illuminate\Http\Response;
10
use Dingo\Api\Contract\Debug\ExceptionHandler;
11
use Dingo\Api\Contract\Debug\MessageBagErrors;
12
-use Exception;
13
use Illuminate\Contracts\Debug\ExceptionHandler as IlluminateExceptionHandler;
-use Illuminate\Http\Response;
-use Illuminate\Support\Str;
use Illuminate\Validation\ValidationException;
use ReflectionFunction;
use Symfony\Component\Console\Output\OutputInterface;
0 commit comments