File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,10 @@ inside a :doc:`compiler pass </service_container/compiler_passes>`.
92
92
Entities & Entity Mapping
93
93
-------------------------
94
94
95
- If a bundle defines its entity mapping in configuration files instead of
96
- annotations, you can override them as any other regular bundle configuration
97
- file. The only caveat is that you must override all those mapping configuration
98
- files and not just the ones you actually want to override.
99
-
100
- If a bundle provides a mapped superclass (such as the ``User `` entity in the
101
- FOSUserBundle) you can override its attributes and associations. Learn more
102
- about this feature and its limitations in `the Doctrine documentation `_.
95
+ Overriding entity mapping is only possible if a bundle provides a mapped
96
+ superclass (such as the ``User `` entity in the FOSUserBundle). It's possible to
97
+ override attributes and associations in this way. Learn more about this feature
98
+ and its limitations in `the Doctrine documentation `_.
103
99
104
100
Forms
105
101
-----
You can’t perform that action at this time.
0 commit comments