Skip to content

Commit 88628e1

Browse files
committed
Issue #104: how to send an email and parse the content
Signed-off-by: horea <horea@rospace.com>
1 parent f3e1720 commit 88628e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v5/tutorials/create-book-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class BookHandler extends AbstractHandler implements RequestHandlerInterface
559559

560560
return $this->createResponse($request, $book);
561561
}
562-
562+
563563
public function getCollection(ServerRequestInterface $request): ResponseInterface
564564
{
565565
$books = $this->bookService->getRepository()->getBooks($request->getQueryParams());

0 commit comments

Comments
 (0)