Skip to content

Commit 51a9ebf

Browse files
authored
Update HandleInertiaRequests.php with nullable return type (#1343)
1 parent 8061605 commit 51a9ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/inertia/app/Http/Middleware/HandleInertiaRequests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class HandleInertiaRequests extends Middleware
1818
/**
1919
* Determine the current asset version.
2020
*/
21-
public function version(Request $request): string|null
21+
public function version(Request $request): ?string
2222
{
2323
return parent::version($request);
2424
}

0 commit comments

Comments
 (0)