Skip to content

Commit 2b63187

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9453b69 commit 2b63187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlexibleContentBlockPagesPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function configurePanel(Panel $panel, ?string $id = null): Panel
3535
->plugin(SpatieLaravelTranslatablePlugin::make()
3636
->defaultLocales(FilamentFlexibleContentBlockPages::config()->getSupportedLocales()))
3737
->navigationItems(static::getExtraNavigationItems())
38-
->login(fn() => static::getLoginAction());
38+
->login(fn () => static::getLoginAction());
3939
}
4040

4141
/**

0 commit comments

Comments
 (0)