File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ schema and build related entity classes by executing the following two commands.
9797
9898.. code-block :: bash
9999
100- $ php app/console doctrine:mapping:import AcmeBlog annotation
101- $ php app/console doctrine:generate:entities AcmeBlog
100+ $ php app/console doctrine:mapping:import AcmeBlogBundle annotation
101+ $ php app/console doctrine:generate:entities AcmeBlogBundle
102102
103103 The first command generates entity classes with an annotations mapping, but
104104you can of course change the ``annotation `` argument to ``xml `` or ``yml ``.
@@ -170,4 +170,4 @@ The last command generated all getters and setters for your two ``BlogPost`` and
170170``BlogComment `` entity class properties. The generated entities are now ready to be
171171used. Have fun!
172172
173- .. _`Doctrine tools documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/tools.html#reverse-engineering
173+ .. _`Doctrine tools documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/tools.html#reverse-engineering
You can’t perform that action at this time.
0 commit comments