Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 authored and github-actions[bot] committed Sep 14, 2023
1 parent 92a0b18 commit 91db227
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/admin-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Filament\Widgets\FilamentInfoWidget::class,
],
'plugins' => [
FilamentLanguageSwitchPlugin::make()
FilamentLanguageSwitchPlugin::make(),
],

'middleware' => [
Expand Down
1 change: 0 additions & 1 deletion src/Providers/FilamentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace AdminKit\Core\Providers;

use BezhanSalleh\FilamentLanguageSwitch\FilamentLanguageSwitchPlugin;
use Filament\Panel;
use Filament\PanelProvider;
use Livewire\LivewireServiceProvider;
Expand Down

0 comments on commit 91db227

Please sign in to comment.