Skip to content

Commit 4296a74

Browse files
committed
Apply fixes from StyleCI
1 parent b00a3e4 commit 4296a74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/framework/src/Framework/Features/Publications/Models/PublicationType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Hyde\Framework\Features\Publications\Models;
66

7-
use Illuminate\Support\Collection;
87
use function dirname;
98
use Exception;
109
use function file_get_contents;
@@ -13,6 +12,7 @@
1312
use Hyde\Support\Concerns\JsonSerializesArrayable;
1413
use Illuminate\Contracts\Support\Arrayable;
1514
use Illuminate\Contracts\Support\Jsonable;
15+
use Illuminate\Support\Collection;
1616
use Illuminate\Support\Str;
1717
use function json_decode;
1818
use JsonSerializable;

packages/framework/tests/Feature/PublicationTypeTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
namespace Hyde\Framework\Testing\Feature;
66

7-
use Hyde\Framework\Features\Publications\Models\PublicationField;
8-
use Illuminate\Support\Collection;
97
use function array_merge;
8+
use Hyde\Framework\Features\Publications\Models\PublicationField;
109
use Hyde\Framework\Features\Publications\Models\PublicationType;
1110
use Hyde\Hyde;
1211
use Hyde\Testing\TestCase;
12+
use Illuminate\Support\Collection;
1313
use Illuminate\Support\Facades\File;
1414

1515
/**

0 commit comments

Comments
 (0)