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.
2 parents 2e4bc20 + d9be6a5 commit a55cae8Copy full SHA for a55cae8
reference/configuration/doctrine.rst
@@ -191,6 +191,7 @@ that the ORM resolves to:
191
metadata_cache_driver: array
192
query_cache_driver: array
193
result_cache_driver: array
194
+ naming_strategy: doctrine.orm.naming_strategy.default
195
196
There are lots of other configuration options that you can use to overwrite
197
certain classes, but those are for very advanced use-cases only.
@@ -216,6 +217,7 @@ can be placed directly under ``doctrine.orm`` config level.
216
217
class_metadata_factory_name: Doctrine\ORM\Mapping\ClassMetadataFactory
218
default_repository_class: Doctrine\ORM\EntityRepository
219
auto_mapping: false
220
221
hydrators:
222
# ...
223
mappings:
0 commit comments