Skip to content

Commit

Permalink
Update HandleInertiaRequests.php with nullable return type (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarlos94 authored Jul 13, 2023
1 parent 8061605 commit 51a9ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class HandleInertiaRequests extends Middleware
/**
* Determine the current asset version.
*/
public function version(Request $request): string|null
public function version(Request $request): ?string
{
return parent::version($request);
}
Expand Down

0 comments on commit 51a9ebf

Please sign in to comment.