Skip to content

Commit da08174

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Tiny language fix in messenger.rst Added naming_strategy option to doctrine config reference
2 parents 1a79075 + a8f3036 commit da08174

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ The SQS transport DSN may looks like this:
14921492
.. note::
14931493

14941494
The transport will automatically create queues that are needed. This
1495-
can be disabled setting the ``auto_setup`` option to ``false``.
1495+
can be disabled by setting the ``auto_setup`` option to ``false``.
14961496

14971497
.. tip::
14981498

reference/configuration/doctrine.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
196197
certain 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:

0 commit comments

Comments
 (0)