8000 Merge branch '6.0' into 6.1 · symfony/symfony-docs@dc15ca3 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc15ca3

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Tiny language fix in messenger.rst Added naming_strategy option to doctrine config reference
2 parents 7d3b0f8 + da08174 commit dc15ca3

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
@@ -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

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)
0