Skip to content

Commit

Permalink
style: fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-frey authored and github-actions[bot] committed May 4, 2024
1 parent 2f22cb9 commit 2fe89bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Filament/Pages/ViewDocumentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Guava\FilamentKnowledgeBase\Filament\Resources\DocumentationResource;
use Illuminate\Contracts\Support\Htmlable;
use Illuminate\Routing\Route;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Route as RouteFacade;
use Livewire\Attributes\On;

Expand Down
1 change: 0 additions & 1 deletion src/Filament/Resources/DocumentationResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public static function getPages(): array

protected static bool $shouldRegisterNavigation = false;


public static function getRoutePrefix(): string
{
return '';
Expand Down
1 change: 0 additions & 1 deletion src/Models/FlatfileDocumentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\File;
use Illuminate\Support\HtmlString;
use Illuminate\Support\Str;
use League\CommonMark\Extension\CommonMark\Node\Block\Heading;
use League\CommonMark\Extension\FrontMatter\Output\RenderedContentWithFrontMatter;
Expand Down

0 comments on commit 2fe89bf

Please sign in to comment.