Skip to content

Commit 9f2fb49

Browse files
committed
[cookbook][doctrine/reverse_engineering] fixed extension prefix for mapping file generated by doctrine:mapping:convert
1 parent 0254cd3 commit 9f2fb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/reverse_engineering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ folder of your bundle.
7171
It's also possible to generate metadata class in YAML format by changing the
7272
first argument to `yml`.
7373

74-
The generated ``BlogPost.dcm.xml`` metadata file looks as follows:
74+
The generated ``BlogPost.orm.xml`` metadata file looks as follows:
7575

7676
.. code-block:: xml
7777

0 commit comments

Comments
 (0)