8000 minor #15125 Update reverse_engineering.rst (rodmar35) · symfony/symfony-docs@fd324d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd324d2

Browse files
committed
minor #15125 Update reverse_engineering.rst (rodmar35)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update reverse_engineering.rst Commits ------- b3f014d Update reverse_engineering.rst
2 parents 9542ce7 + b3f014d commit fd324d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doctrine/reverse_engineering.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,12 @@ run:
9999

100100
.. code-block:: terminal
101101
102-
// generates getter/setter methods
102+
// generates getter/setter methods for all Entities
103103
$ php bin/console make:entity --regenerate App
104104
105+
// generates getter/setter methods for one specific Entity
106+
$ php bin/console make:entity --regenerate App\\Entity\\Country
107+
105108
.. note::
106109

107110
If you want to have a OneToMany relationship, you will need to add

0 commit comments

Comments
 (0)
0