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

Commit69f88a3

Browse files
committed
minor#10709 [#10664] minor tweaks after merging into 4.2 (bis) (ogizanagi)
This PR was merged into the 4.2 branch.Discussion----------[#10664] minor tweaks after merging into 4.2 (bis)Commits-------fbc4925 [#10664] minor tweaks after merging into 4.2 (bis)
2 parentsc12928f +fbc4925 commit69f88a3

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