Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 11, 2023
1 parent cc1a314 commit f0e5a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/publications/src/Models/PublicationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
use function file_get_contents;
use function file_put_contents;
use Hyde\Framework\Concerns\InteractsWithDirectories;
use Hyde\Hyde;
use Hyde\Framework\Features\Paginator;
use Hyde\Hyde;
use Hyde\Publications\PublicationService;
use Hyde\Support\Concerns\Serializable;
use Hyde\Support\Contracts\SerializableContract;
Expand Down
2 changes: 1 addition & 1 deletion packages/publications/tests/PublicationTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

use function array_merge;
use function array_reverse;
use Hyde\Framework\Features\Paginator;
use Hyde\Hyde;
use Hyde\Publications\Models\PublicationFieldDefinition;
use Hyde\Publications\Models\PublicationListPage;
use Hyde\Publications\Models\PublicationPage;
use Hyde\Publications\Models\PublicationType;
use Hyde\Framework\Features\Paginator;
use Hyde\Publications\PublicationService;
use Hyde\Testing\TestCase;
use Illuminate\Support\Collection;
Expand Down

0 comments on commit f0e5a5b

Please sign in to comment.