8000 minor #15894 correction on a command to work (Cellophile) · symfony/symfony-docs@7ba3c7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ba3c7b

Browse files
committed
minor #15894 correction on a command to work (Cellophile)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- correction on a command to work After many tests, I've understood that the command was wrong : with two \\, it can't works, but with one, it's ok. I think the documentation will be more efficient with the right command ! :) Commits ------- 6a0f45c correction on a command to work
2 parents 9414209 + 6a0f45c commit 7ba3c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/reverse_engineering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ run:
103103
$ php bin/console make:entity --regenerate App
104104
105105
// generates getter/setter methods for one specific Entity
106-
$ php bin/console make:entity --regenerate App\\Entity\\Country
106+
$ php bin/console make:entity --regenerate App\Entity\Country
107107
108108
.. note::
109109

0 commit comments

Comments
 (0)
0