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 9071421 commit c1d6155Copy full SHA for c1d6155
src/Components/BaseLayout.php
@@ -6,7 +6,7 @@
6
7
class BaseLayout extends Component
8
{
9
- public function __construct(public string $title){}
+ public function __construct(public string $title) {}
10
11
public function render()
12
0 commit comments