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 bf5d0c3 commit 99269acCopy full SHA for 99269ac
reference/configuration/doctrine.rst
@@ -182,6 +182,7 @@ that the ORM resolves to:
182
metadata_cache_driver: array
183
query_cache_driver: array
184
result_cache_driver: array
185
+ naming_strategy: doctrine.orm.naming_strategy.default
186
187
There are lots of other configuration options that you can use to overwrite
188
certain classes, but those are for very advanced use-cases only.
@@ -207,6 +208,7 @@ can be placed directly under ``doctrine.orm`` config level.
207
208
class_metadata_factory_name: Doctrine\ORM\Mapping\ClassMetadataFactory
209
default_repository_class: Doctrine\ORM\EntityRepository
210
auto_mapping: false
211
212
hydrators:
213
# ...
214
mappings:
0 commit comments