8000 Add quotations marks · GromNaN/symfony-docs@3a9f28a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a9f28a

Browse files
maciejkosiarskijaviereguiluz
authored andcommitted
Add quotations marks
Add quotations marks in generates getter/setter methods for one specific Entity example, current example command return "[ERROR] No entities were found in the "AppEntityAdwordsCountry" namespace."
1 parent 05b7ee8 commit 3a9f28a

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