Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh authored and github-actions[bot] committed Jul 16, 2023
1 parent 1d986ee commit f40dbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentLanguageSwitchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function packageBooted(): void
{
$this->registerSwitchLanguageMiddleware();

Filament::serving(fn () => FilamentLanguageSwitch::boot());
Filament::serving(fn () => FilamentLanguageSwitch::boot());

}

Expand Down

0 comments on commit f40dbfc

Please sign in to comment.