We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823f194 commit af08073Copy full SHA for af08073
docs/book/v5/tutorials/create-book-module.md
@@ -562,7 +562,7 @@ class BookHandler extends AbstractHandler implements RequestHandlerInterface
562
563
public function getCollection(ServerRequestInterface $request): ResponseInterface
564
{
565
- $books = $this->bookService->getBooks($request->getQueryParams());
+ $books = $this->bookService->getRepository()->getBooks($request->getQueryParams());
566
567
return $this->createResponse($request, $books);
568
}
0 commit comments