diff --git a/packages/framework/src/Framework/Features/Publications/PublicationService.php b/packages/framework/src/Framework/Features/Publications/PublicationService.php index be6c94a59ab..bea5dac9341 100644 --- a/packages/framework/src/Framework/Features/Publications/PublicationService.php +++ b/packages/framework/src/Framework/Features/Publications/PublicationService.php @@ -4,14 +4,13 @@ namespace Hyde\Framework\Features\Publications; +use function file_exists; use Hyde\Framework\Actions\SourceFileParser; use Hyde\Framework\Features\Publications\Models\PublicationType; use Hyde\Hyde; use Hyde\Pages\PublicationPage; use Illuminate\Support\Str; use Rgasch\Collection\Collection; - -use function file_exists; use function Safe\file_get_contents; use function Safe\glob; use function Safe\json_decode;