Skip to content

Commit 0eb5149

Browse files
committed
[cookbook][doctrine/reverse_engineering] fixed output path specification for yml or xml mapping file
1 parent 9f2fb49 commit 0eb5149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/doctrine/reverse_engineering.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ tables fields.
6060

6161
.. code-block:: bash
6262
63-
$ php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force
63+
$ php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine --from-database --force
6464
6565
This command line tool asks Doctrine to introspect the database and generate
66-
the XML metadata files under the ``src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm``
66+
the XML metadata files under the ``src/Acme/BlogBundle/Resources/config/doctrine``
6767
folder of your bundle.
6868

6969
.. tip::

0 commit comments

Comments
 (0)