Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 9902fab

Browse files
d8vjorkStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent dc29ced commit 9902fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JsonApiServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace SkoreLabs\JsonApi;
44

5-
use Illuminate\Foundation\Testing\TestResponse as LegacyTestResponse;
65
use Illuminate\Database\Eloquent\Builder;
7-
use Illuminate\Testing\TestResponse;
6+
use Illuminate\Foundation\Testing\TestResponse as LegacyTestResponse;
87
use Illuminate\Support\ServiceProvider;
8+
use Illuminate\Testing\TestResponse;
99
use SkoreLabs\JsonApi\Builder as JsonApiBuilder;
1010
use SkoreLabs\JsonApi\Testing\TestResponseMacros;
1111

@@ -46,7 +46,7 @@ protected function registerTestingMacros()
4646

4747
return;
4848
}
49-
49+
5050
// Laravel <= 6.0
5151
if (class_exists(LegacyTestResponse::class)) {
5252
LegacyTestResponse::mixin(new TestResponseMacros());

0 commit comments

Comments
 (0)