File tree 2 files changed +3
-1
lines changed
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:
1538
1538
.. note ::
1539
1539
1540
1540
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 ``.
1542
1542
1543
1543
.. tip ::
1544
1544
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ that the ORM resolves to:
191
191
metadata_cache_driver : array
192
192
query_cache_driver : array
193
193
result_cache_driver : array
194
+ naming_strategy : doctrine.orm.naming_strategy.default
194
195
195
196
There are lots of other configuration options that you can use to overwrite
196
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
217
218
default_repository_class : Doctrine\ORM\EntityRepository
218
219
auto_mapping : false
220
+ naming_strategy : doctrine.orm.naming_strategy.default
219
221
hydrators :
220
222
# ...
221
223
mappings :
You can’t perform that action at this time.
0 commit comments