File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Registering Handlers
44
44
--------------------
45
45
46
46
In order to do something when your message is dispatched, you need to create a
47
- message handler. It's a class with an `__invoke ` method::
47
+ message handler. It's a class with an `` __invoke ` ` method::
48
48
49
49
// src/MessageHandler/MyMessageHandler.php
50
50
namespace App\MessageHandler;
@@ -232,7 +232,7 @@ for each bus looks like this:
232
232
1. ``logging `` middleware. Responsible of logging the beginning and the end of the
233
233
message within the bus.
234
234
235
- 2. _Your own collection of middleware __
235
+ 2. _Your own collection of middleware _
236
236
237
237
3. ``route_messages `` middleware. Will route the messages your configured to their
238
238
corresponding sender and stop the middleware chain.
@@ -355,4 +355,4 @@ will give you access to the following services:
355
355
#. ``messenger.sender.yours ``: the sender.
356
356
#. ``messenger.receiver.yours ``: the receiver.
357
357
358
- .. _`enqueue's transport` : https://github.com/sroze/ enqueue-bridge
358
+ .. _`enqueue's transport` : https://github.com/enqueue/messenger-adapter
You can’t perform that action at this time.
0 commit comments