Skip to content

Commit a129ed7

Browse files
committed
Make DOCtor happy
1 parent d4159e7 commit a129ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,8 +1069,8 @@ by tagging the handler service with ``messenger.message_handler``
10691069
.. code-block:: php
10701070
10711071
// config/services.php
1072-
use App\MessageHandler\SmsNotificationHandler;
10731072
use App\Message\SmsNotification;
1073+
use App\MessageHandler\SmsNotificationHandler;
10741074
10751075
$container->register(SmsNotificationHandler::class)
10761076
->addTag('messenger.message_handler', [

0 commit comments

Comments
 (0)