Skip to content

Commit dd86b92

Browse files
committed
Merge remote-tracking branch 'origin/add-inertia-form-component-guidelines' into add-inertia-form-component-guidelines
2 parents f03f4f6 + 7b5eefa commit dd86b92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Install/Assists/Inertia.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
class Inertia
99
{
10-
public function __construct(private Roster $roster) {}
10+
public function __construct(private Roster $roster)
11+
{
12+
}
1113

1214
public function gte(string $version): bool
1315
{

0 commit comments

Comments
 (0)