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.
2 parents 8785e25 + a129ed7 commit 6f73323Copy full SHA for 6f73323
messenger.rst
@@ -1037,8 +1037,8 @@ by tagging the handler service with ``messenger.message_handler``
1037
.. code-block:: php
1038
1039
// config/services.php
1040
- use App\MessageHandler\SmsNotificationHandler;
1041
use App\Message\SmsNotification;
+ use App\MessageHandler\SmsNotificationHandler;
1042
1043
$container->register(SmsNotificationHandler::class)
1044
->addTag('messenger.message_handler', [
0 commit comments