Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitfbc4925

Browse files
committed
[#10664] minor tweaks after merging into 4.2 (bis)
1 parentc12928f commitfbc4925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎components/messenger.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ transport will be responsible for communicating with your message broker or 3rd
193193
Your own Sender
194194
~~~~~~~~~~~~~~~
195195

196-
Using the:class:`Symfony\\Component\\Messenger\\Transport\\SenderInterface`,
196+
Using the:class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SenderInterface`,
197197
you can create your own message sender.
198198
Imagine that you already have an ``ImportantAction`` message going through the
199199
message bus and being handled by a handler. Now, you also want to send this

‎messenger.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ This middleware can be configured to define the entity manager to use:
703703
<framework:messenger>
704704
<framework:busname="command_bus">
705705
<!-- Using the default configured entity manager name-->
706-
<framework:middlewareid="doctrine_transaction_middleware" />
706+
<framework:middlewareid="doctrine_transaction" />
707707
<!-- Using another entity manager-->
708708
<framework:middlewareid="doctrine_transaction">
709709
<framework:argument>custom</framework:argument>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp