Skip to content

Commit a8906f0

Browse files
authored
Update docs/book/v6/tutorials/create-book-module.md
Signed-off-by: Alex Karajos <[email protected]>
1 parent c5baf33 commit a8906f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class BookService implements BookServiceInterface
283283
$params['sort'] = 'book.created';
284284
}
285285

286-
return $this->bookRepository->getBooks($params);
286+
return $this->bookRepository->getBooks($params, $filters);
287287
}
288288
}
289289

0 commit comments

Comments
 (0)