Skip to content

Commit 94a3b7e

Browse files
committed
remove semicolon inside inertia share array lazily example
1 parent 2bdd1af commit 94a3b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Inertia::share([
150150
'id' => Auth::user()->id,
151151
'first_name' => Auth::user()->first_name,
152152
'last_name' => Auth::user()->last_name,
153-
] : null;
153+
] : null
154154
];
155155
}
156156
]);

0 commit comments

Comments
 (0)