Skip to content

Commit b3f014d

Browse files
rodmar35javiereguiluz
authored andcommitted
Update reverse_engineering.rst
1 parent 9542ce7 commit b3f014d

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)