We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f696a8e commit 0a4d93dCopy full SHA for 0a4d93d
1 file changed
docs/book/v1/chapter-2.md
@@ -336,7 +336,7 @@ We have specified which Repository will handle queries for this Entity.
336
This allows us to write custom database logic for it.
337
338
Same as for the Entities, we need to create a base and our future Repositories.
339
-Because of that we will create two new directories: `src/App/src/Repository` and `src/Book/src/Repository`.
+Because of that, we will create two new directories: `src/App/src/Repository` and `src/Book/src/Repository`.
340
341
Two repositories shall be created:
342
@@ -530,6 +530,7 @@ php bin/doctrine-migrations.php migrations:migrate
530
```
531
532
The output should be similar to this:
533
+
534
```terminaloutput
535
[OK] Successfully migrated to version: Migrations\Version2025112718363
536
0 commit comments