Skip to content

Commit 13f8927

Browse files
committed
base layout improvements
1 parent d306760 commit 13f8927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Components/BaseLayout.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class BaseLayout extends Component
88
{
9+
public function __construct(public string $title){}
10+
911
public function render()
1012
{
1113
return view('filament-flexible-content-block-pages::components.layouts.base');

src/Components/LanguageSwitch.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
class LanguageSwitch extends Component
1111
{
12-
public function __construct(public string $title){}
13-
1412
public function render()
1513
{
1614
return view('filament-flexible-content-block-pages::components.language-switch');

0 commit comments

Comments
 (0)