Skip to content

Commit 3a449d6

Browse files
committed
fix: add strict types declaration in Inertia.php
1 parent 1d3fbfe commit 3a449d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Install/Assists/Inertia.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Laravel\Boost\Install\Assists;
46

57
use Laravel\Roster\Enums\Packages;

0 commit comments

Comments
 (0)