Skip to content

Commit 7fa64a3

Browse files
Fix typo in writing actions chapter (#2)
1 parent dc23a52 commit 7fa64a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.0/routing/writing-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ use LaravelJsonApi\Core\Responses\DataResponse;
144144
* @param PostQuery $query
145145
* @return \Illuminate\Contracts\Support\Responsable|\Illuminate\Http\Response
146146
*/
147-
public function show(PostSchema $schema, PostRequest $request, PostQuery $query)
147+
public function store(PostSchema $schema, PostRequest $request, PostQuery $query)
148148
{
149149
$model = $schema
150150
->repository()

0 commit comments

Comments
 (0)