File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ We have specified which Repository will handle queries for this Entity.
336336This allows us to write custom database logic for it.
337337
338338Same 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 ` .
339+ Because of that, we will create two new directories: ` src/App/src/Repository ` and ` src/Book/src/Repository ` .
340340
341341Two repositories shall be created:
342342
@@ -530,6 +530,7 @@ php bin/doctrine-migrations.php migrations:migrate
530530```
531531
532532The output should be similar to this:
533+
533534``` terminaloutput
534535[OK] Successfully migrated to version: Migrations\Version2025112718363
535536```
You can’t perform that action at this time.
0 commit comments