Skip to content

Commit d9be6a5

Browse files
committed
minor #16792 [Doctrine] Added naming_strategy option to doctrine config reference (naitsirch)
This PR was merged into the 4.4 branch. Discussion ---------- [Doctrine] Added naming_strategy option to doctrine config reference The `namong_strategy` option of the doctrine bundle reference is currenty missing. So I have added it together with its default value. You can compare it to the complete reference of the DoctrineBundle [here](https://github.com/doctrine/DoctrineBundle/blob/2.6.x/Resources/doc/configuration.rst). Commits ------- 99269ac Added naming_strategy option to doctrine config reference
2 parents bd0ad98 + 99269ac commit d9be6a5

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
@@ -182,6 +182,7 @@ that the ORM resolves to:
182182
metadata_cache_driver: array
183183
query_cache_driver: array
184184
result_cache_driver: array
185+
naming_strategy: doctrine.orm.naming_strategy.default
185186
186187
There are lots of other configuration options that you can use to overwrite
187188
certain classes, but those are for very advanced use-cases only.
@@ -207,6 +208,7 @@ can be placed directly under ``doctrine.orm`` config level.
207208
class_metadata_factory_name: Doctrine\ORM\Mapping\ClassMetadataFactory
208209
default_repository_class: Doctrine\ORM\EntityRepository
209210
auto_mapping: false
211+
naming_strategy: doctrine.orm.naming_strategy.default
210212
hydrators:
211213
# ...
212214
mappings:

0 commit comments

Comments
 (0)