8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abb0a0 commit 41bebe5Copy full SHA for 41bebe5
messenger.rst
@@ -44,7 +44,7 @@ Registering Handlers
44
--------------------
45
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::
+message handler. It's a class with an ``__invoke`` method::
48
49
// src/MessageHandler/MyMessageHandler.php
50
namespace App\MessageHandler;
@@ -355,4 +355,4 @@ will give you access to the following services:
355
#. ``messenger.sender.yours``: the sender.
356
#. ``messenger.receiver.yours``: the receiver.
357
358
-.. _`enqueue's transport`: https://github.com/sroze/enqueue-bridge
+.. _`enqueue's transport`: https://github.com/enqueue/messenger-adapter
0 commit comments