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 Dec 14, 2023
1 parent 23c5ae7 commit bc30253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
use Hyde\Framework\Concerns\InteractsWithDirectories;
use Hyde\Pages\DocumentationPage;
use Illuminate\Support\Collection;

use Hyde\Framework\Features\Documentation\DocumentationSearchIndex;
use function tap;

use function basename;
use function in_array;
use function trim;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@

namespace Hyde\Framework\Features\Documentation;

use Hyde\Hyde;
use Hyde\Facades\Config;
use Hyde\Pages\InMemoryPage;
use Hyde\Pages\DocumentationPage;
use Illuminate\Support\Facades\View;
use Hyde\Framework\Actions\StaticPageBuilder;
use Hyde\Framework\Actions\GeneratesDocumentationSearchIndex;

Expand Down

0 comments on commit bc30253

Please sign in to comment.