Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs authored and github-actions[bot] committed Jul 5, 2024
1 parent ed3c2c7 commit 59d1765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/admin/src/LunarPanelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ protected function defaultPanel(): Panel
->font('Poppins')
->middleware($panelMiddleware)
->assets([
Css::make('lunar-panel', __DIR__.'/../resources/dist/lunar-panel.css')
],'lunarphp/panel')
Css::make('lunar-panel', __DIR__.'/../resources/dist/lunar-panel.css'),
], 'lunarphp/panel')
->pages(
static::getPages()
)
Expand Down
3 changes: 0 additions & 3 deletions packages/admin/src/LunarPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

namespace Lunar\Admin;

use Filament\Facades\Filament;
use Filament\Support\Assets\Css;
use Filament\Support\Events\FilamentUpgraded;
use Filament\Support\Facades\FilamentAsset;
use Illuminate\Database\Events\MigrationsEnded;
use Illuminate\Database\Events\MigrationsStarted;
use Illuminate\Database\Events\NoPendingMigrations;
Expand Down

0 comments on commit 59d1765

Please sign in to comment.