File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -167,10 +167,16 @@ Doctrine Entities/Documents
167167
168168If the bundle includes Doctrine ORM entities and/or ODM documents, it's
169169recommended to define their mapping using XML files stored in
170- ``Resources/ config/doctrine/ ``. This allows to override that mapping using the
170+ ``config/doctrine/ ``. This allows to override that mapping using the
171171:doc: `standard Symfony mechanism to override bundle parts </bundles/override >`.
172172This is not possible when using annotations/attributes to define the mapping.
173173
174+ .. caution ::
175+
176+ The recommended bundle structure was changed in Symfony 5, read the
177+ `Symfony 4.4 bundle documentation `_ for information about the old
178+ structure.
179+
174180Tests
175181-----
176182
@@ -560,3 +566,4 @@ Learn more
560566.. _`valid license identifier` : https://spdx.org/licenses/
561567.. _`GitHub Actions` : https://docs.github.com/en/free-pro-team@latest/actions
562568.. _`Travis CI` : https://docs.travis-ci.com/
569+ .. _`Symfony 4.4 bundle documentation` : https://symfony.com/doc/4.4/bundles.html#bundle-directory-structure
You can’t perform that action at this time.
0 commit comments