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 c49360d commit 74daa0eCopy full SHA for 74daa0e
messenger.rst
@@ -70,12 +70,6 @@ message class (or a message interface)::
70
}
71
72
73
-.. note::
74
-
75
- You can also create a class without the attribute (e.g. if you're
76
- using PHP 7.4), by implementing :class:`Symfony\\Component\\Messenger\\Handler\\MessageHandlerInterface`
77
- instead.
78
79
Thanks to :ref:`autoconfiguration <services-autoconfigure>` and the ``SmsNotification``
80
type-hint, Symfony knows that this handler should be called when an ``SmsNotification``
81
message is dispatched. Most of the time, this is all you need to do. But you can
0 commit comments