We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9453b69 commit 2b63187Copy full SHA for 2b63187
src/FlexibleContentBlockPagesPanel.php
@@ -35,7 +35,7 @@ public static function configurePanel(Panel $panel, ?string $id = null): Panel
35
->plugin(SpatieLaravelTranslatablePlugin::make()
36
->defaultLocales(FilamentFlexibleContentBlockPages::config()->getSupportedLocales()))
37
->navigationItems(static::getExtraNavigationItems())
38
- ->login(fn() => static::getLoginAction());
+ ->login(fn () => static::getLoginAction());
39
}
40
41
/**
0 commit comments