Skip to content

Commit ae15291

Browse files
committed
Issue #110: update book tutorial
Signed-off-by: horea <horea@rospace.com>
1 parent 44cd800 commit ae15291

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The below files structure is what we will have at the end of this tutorial and i
5353
* `src/Core/src/Book/src/Entity/Book.php` – an entity refers to a PHP class that represents a persistent object or data structure
5454
* `src/Core/src/Book/src/Repository/BookRepository.php` – a repository is a class responsible for querying and retrieving entities from the database
5555

56-
5756
## Creating and configuring the module
5857

5958
Firstly we will need the book module, so we will implement and create the basics for a module to be registered and functional.

0 commit comments

Comments
 (0)