We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9542ce7 commit b3f014dCopy full SHA for b3f014d
doctrine/reverse_engineering.rst
@@ -99,9 +99,12 @@ run:
99
100
.. code-block:: terminal
101
102
- // generates getter/setter methods
+ // generates getter/setter methods for all Entities
103
$ php bin/console make:entity --regenerate App
104
105
+ // generates getter/setter methods for one specific Entity
106
+ $ php bin/console make:entity --regenerate App\\Entity\\Country
107
+
108
.. note::
109
110
If you want to have a OneToMany relationship, you will need to add
0 commit comments