Skip to content

Commit b4eb11f

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

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
@@ -181,7 +181,7 @@ use Dot\DependencyInjection\Attribute\Entity;
181181
#[Entity(name: Book::class)]
182182
class BookRepository extends AbstractRepository
183183
{
184-
public function getBooks(array $params): QueryBuilder
184+
public function getBooks(array $params, array $filters = []): QueryBuilder
185185
{
186186
return $this
187187
->getQueryBuilder()

0 commit comments

Comments
 (0)