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 d306760 commit 13f8927Copy full SHA for 13f8927
src/Components/BaseLayout.php
@@ -6,6 +6,8 @@
6
7
class BaseLayout extends Component
8
{
9
+ public function __construct(public string $title){}
10
+
11
public function render()
12
13
return view('filament-flexible-content-block-pages::components.layouts.base');
src/Components/LanguageSwitch.php
@@ -9,8 +9,6 @@
class LanguageSwitch extends Component
- public function __construct(public string $title){}
-
14
15
16
return view('filament-flexible-content-block-pages::components.language-switch');
0 commit comments