Skip to content

Commit 56bda8f

Browse files
author
Harlan Wilton
committed
Adding blueprint back & fixing conflict
1 parent d54843f commit 56bda8f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}],
1515
"require": {
1616
"php": "^7.2.5",
17+
"dingo/blueprint": "^0.4",
1718
"illuminate/routing": "^5.5 || ^6.0 || ^7.0",
1819
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
1920
"league/fractal": "^0.17"

src/Exception/Handler.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
use Illuminate\Http\Response;
1010
use Dingo\Api\Contract\Debug\ExceptionHandler;
1111
use Dingo\Api\Contract\Debug\MessageBagErrors;
12-
use Exception;
1312
use Illuminate\Contracts\Debug\ExceptionHandler as IlluminateExceptionHandler;
14-
use Illuminate\Http\Response;
15-
use Illuminate\Support\Str;
1613
use Illuminate\Validation\ValidationException;
1714
use ReflectionFunction;
1815
use Symfony\Component\Console\Output\OutputInterface;

0 commit comments

Comments
 (0)