File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1538,7 +1538,7 @@ The SQS transport DSN may looks like this:
15381538 .. note ::
15391539
15401540 The transport will automatically create queues that are needed. This
1541- can be disabled setting the ``auto_setup `` option to ``false ``.
1541+ can be disabled by setting the ``auto_setup `` option to ``false ``.
15421542
15431543.. tip ::
15441544
Original file line number Diff line number Diff 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
196197certain 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 :
You can’t perform that action at this time.
0 commit comments