Skip to content

Commit c1935e3

Browse files
committed
update return type in Middleware share method
1 parent a3a74c7 commit c1935e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function version(Request $request)
4848
*
4949
* @see https://inertiajs.com/shared-data
5050
*
51-
* @return array
51+
* @return array<string, mixed>
5252
*/
5353
public function share(Request $request)
5454
{

0 commit comments

Comments
 (0)