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 d4159e7 commit a129ed7Copy full SHA for a129ed7
messenger.rst
@@ -1069,8 +1069,8 @@ by tagging the handler service with ``messenger.message_handler``
1069
.. code-block:: php
1070
1071
// config/services.php
1072
- use App\MessageHandler\SmsNotificationHandler;
1073
use App\Message\SmsNotification;
+ use App\MessageHandler\SmsNotificationHandler;
1074
1075
$container->register(SmsNotificationHandler::class)
1076
->addTag('messenger.message_handler', [
0 commit comments