File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ table fields.
56
56
57
57
.. code-block :: terminal
58
58
59
- $ php bin/console doctrine:mapping:import App\Entity annotation --path=src/Entity
59
+ $ php bin/console doctrine:mapping:import " App\Entity" annotation --path=src/Entity
60
60
61
61
This command line tool asks Doctrine to introspect the database and generate
62
62
new PHP classes with annotation metadata into ``src/Entity ``. This generates two
@@ -68,7 +68,7 @@ files: ``BlogPost.php`` and ``BlogComment.php``.
68
68
69
69
.. code-block :: terminal
70
70
71
- $ php bin/console doctrine:mapping:import ' App\Entity' xml --path=config/doctrine
71
+ $ php bin/console doctrine:mapping:import " App\Entity" xml --path=config/doctrine
72
72
73
73
In this case, make sure to adapt your mapping configuration accordingly:
74
74
You can’t perform that action at this time.
0 commit comments