Skip to content

Commit ce0b8a1

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 700f036 + 6b79a01 commit ce0b8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/filament-flexible-content-block-pages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
'route_helper' => \Statikbe\FilamentFlexibleContentBlockPages\Routes\LocalisedPageRouteHelper::class,
7575

7676
'page_templates' => [
77-
//Page::HOME_PAGE => 'pages.home',
77+
// Page::HOME_PAGE => 'pages.home',
7878
],
7979
];

src/Http/Controllers/PageController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private function getValidTitle(?string $title): ?string
216216

217217
private function getTemplatePath(Page $page)
218218
{
219-
if(!$page->code){
219+
if (! $page->code) {
220220
return self::TEMPLATE_PATH;
221221
}
222222

0 commit comments

Comments
 (0)