We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cd800 commit ae15291Copy full SHA for ae15291
1 file changed
docs/book/v6/tutorials/create-book-module.md
@@ -53,7 +53,6 @@ The below files structure is what we will have at the end of this tutorial and i
53
* `src/Core/src/Book/src/Entity/Book.php` – an entity refers to a PHP class that represents a persistent object or data structure
54
* `src/Core/src/Book/src/Repository/BookRepository.php` – a repository is a class responsible for querying and retrieving entities from the database
55
56
-
57
## Creating and configuring the module
58
59
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