Skip to content

Commit 86af479

Browse files
committed
[Cleanup] Optimize import statements
1 parent 381337d commit 86af479

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/dummy/app/Http/Controllers/Api/V1/PostController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
use App\Models\Post;
2626
use Illuminate\Contracts\Support\Responsable;
2727
use Illuminate\Http\Response;
28-
use LaravelJsonApi\Contracts\Store\Store;
2928
use LaravelJsonApi\Core\Responses\DataResponse;
3029
use LaravelJsonApi\Laravel\Http\Controllers\Actions;
3130

tests/lib/Integration/Console/MakeControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
namespace LaravelJsonApi\Laravel\Tests\Integration\Console;
2121

22-
use App\JsonApi\V1\Server;
2322
use Illuminate\Filesystem\Filesystem;
2423
use LaravelJsonApi\Laravel\Tests\Integration\TestCase;
2524

0 commit comments

Comments
 (0)