8000 Merge branch '4.4' into 5.4 · symfony/symfony-docs@a55cae8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a55cae8

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Added naming_strategy option to doctrine config reference
2 parents 2e4bc20 + d9be6a5 commit a55cae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/configuration/doctrine.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ that the ORM resolves to:
191191
metadata_cache_driver: array
192192
query_cache_driver: array
193193
result_cache_driver: array
194+
naming_strategy: doctrine.orm.naming_strategy.default
194195
195196
There are lots of other configuration options that you can use to overwrite
196197
certain classes, but those are for very advanced use-cases only.
@@ -216,6 +217,7 @@ can be placed directly under ``doctrine.orm`` config level.
216217
class_metadata_factory_name: Doctrine\ORM\Mapping\ClassMetadataFactory
217218
default_repository_class: Doctrine\ORM\EntityRepository
218219
auto_mapping: false
220+
naming_strategy: doctrine.orm.naming_strategy.default
219221
hydrators:
220222
# ...
221223
mappings:

0 commit comments

Comments
 (0)
0