Skip to content

Commit 56f10ae

Browse files
committed
base layout registereren
1 parent df12da3 commit 56f10ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FilamentFlexibleContentBlockPagesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function configurePackage(Package $package): void
2929
->hasCommand(SeedDefaultsCommand::class)
3030
->hasViewComponents('flexible-pages',
3131
LanguageSwitch::class,
32-
'layouts.base',
32+
'filament-flexible-content-block-pages::layouts.base',
3333
);
3434
}
3535
}

0 commit comments

Comments
 (0)