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
193193Your own Sender
194194~~~~~~~~~~~~~~~
195195
196- Using the :class: `Symfony\\ Component\\ Messenger\\ Transport\\ SenderInterface `,
196+ Using the :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Sender \\ SenderInterface `,
197197you can create your own message sender.
198198Imagine that you already have an ``ImportantAction `` message going through the
199199message 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:
703703 <framework : messenger >
704704 <framework : bus name =" command_bus" >
705705 <!-- Using the default configured entity manager name -->
706- <framework : middleware id =" doctrine_transaction_middleware " />
706+ <framework : middleware id =" doctrine_transaction " />
707707 <!-- Using another entity manager -->
708708 <framework : middleware id =" doctrine_transaction" >
709709 <framework : argument >custom</framework : argument >
You can’t perform that action at this time.
0 commit comments