8000 Merge branch '4.4' into 5.3 · symfony/symfony-docs@037a7dc · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 037a7dc

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: correction on a command to work
2 parents 50d776d + 7ba3c7b commit 037a7dc

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