Skip to content

Commit

Permalink
Merge pull request #25 from lara-zeus/set-lang
Browse files Browse the repository at this point in the history
disable set lang middleware
  • Loading branch information
atmonshi authored Apr 22, 2024
2 parents ede909d + c000dff commit ed16835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/FilamentPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function panel(Panel $panel): Panel
SubstituteBindings::class,
DisableBladeIconComponents::class,
DispatchServingFilamentEvent::class,
SetLang::class,
//SetLang::class,
])
->authMiddleware([
Authenticate::class,
Expand Down

0 comments on commit ed16835

Please sign in to comment.