File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ transport will be responsible for communicating with your message broker or 3rd
193
193
Your own Sender
194
194
~~~~~~~~~~~~~~~
195
195
196
- Using the :class: `Symfony\\ Component\\ Messenger\\ Transport\\ SenderInterface `,
196
+ Using the :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Sender \\ SenderInterface `,
197
197
you can create your own message sender.
198
198
Imagine that you already have an ``ImportantAction `` message going through the
199
199
message bus and being handled by a handler. Now, you also want to send this
Original file line number Diff line number Diff line change @@ -703,7 +703,7 @@ This middleware can be configured to define the entity manager to use:
703
703
<framework : messenger >
704
704
<framework : bus name =" command_bus" >
705
705
<!-- Using the default configured entity manager name -->
706
- <framework : middleware id =" doctrine_transaction_middleware " />
706
+ <framework : middleware id =" doctrine_transaction " />
707
707
<!-- Using another entity manager -->
708
708
<framework : middleware id =" doctrine_transaction" >
709
709
<framework : argument >custom</framework : argument >
You can’t perform that action at this time.
0 commit comments