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 8000 2d35174 commit 1c41388Copy full SHA for 1c41388
messenger.rst
@@ -48,7 +48,7 @@ message handler. It's a class with an ``__invoke`` method::
48
49
// src/MessageHandler/MyMessageHandler.php
50
namespace App\MessageHandler;
51
-
+
52
use Symfony\Component\Messenger\Handler;
53
54
class MyMessageHandler implements MessageHandlerInterface
@@ -64,7 +64,7 @@ with the ``messenger.message_handler`` tag. If you're using the
64
:ref:`default services.yaml configuration <service-container-services-load-example>`,
65
this is already done for you, thanks to :ref:`autoconfiguration <services-autoconfigure>`.
66
67
-If you're not using autoconfigure functionality, then you need to register it:
+If you're not using service autoconfiguration, then you need to add this config:
68
69
.. configuration-block::
70
0 commit comments