Skip to content

Commit

Permalink
fix: remove path on panel default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexevladgabriel committed Jan 6, 2025
1 parent 8049ef4 commit fc27b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function panel(Panel $panel): Panel
{
return $panel
->id('app')
->path('')
->spa()
->breadcrumbs(false)
->brandName(config('app.name', 'Pelican'))
Expand Down

0 comments on commit fc27b24

Please sign in to comment.