Skip to content

Commit 8b4d2f5

Browse files
authored
Merge pull request #53 from markvaneijk/readme-fix
remove semicolon inside inertia share array lazily example
2 parents 2bdd1af + 94a3b7e commit 8b4d2f5

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)