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 4373cc1 commit a66d4d8Copy full SHA for a66d4d8
doctrine/reverse_engineering.rst
@@ -56,7 +56,7 @@ table fields.
56
57
.. code-block:: terminal
58
59
- $ php bin/console doctrine:mapping:import 'App\Entity' annotation --path=src/Entity
+ $ php bin/console doctrine:mapping:import App\Entity annotation --path=src/Entity
60
61
This command line tool asks Doctrine to introspect the database and generate
62
new PHP classes with annotation metadata into ``src/Entity``. This generates two
0 commit comments