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 912b3b6 commit 41ffd80Copy full SHA for 41ffd80
bundles/best_practices.rst
@@ -166,8 +166,8 @@ Doctrine Entities/Documents
166
---------------------------
167
168
If the bundle includes Doctrine ORM entities and/or ODM documents, it's
169
-recommended to define their mapping using XML files stored in ``config/``.
170
-This allows to override that mapping using the
+recommended to define their mapping using XML files stored in
+``Resources/config/doctrine/``. This allows to override that mapping using the
171
:doc:`standard Symfony mechanism to override bundle parts </bundles/override>`.
172
This is not possible when using annotations/attributes to define the mapping.
173
0 commit comments