Skip to content

Commit 32eacc7

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

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
@@ -214,7 +214,7 @@ interface BookServiceInterface
214214

215215
public function saveBook(array $data): Book;
216216

217-
public function getBooks(array $params): QueryBuilder;
217+
public function getBooks(array $params = []): QueryBuilder;
218218
}
219219

220220
```

0 commit comments

Comments
 (0)