Skip to content

Commit 6f73323

Browse files
committed
Merge branch '4.4'
* 4.4: Make DOCtor happy
2 parents 8785e25 + a129ed7 commit 6f73323

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
@@ -1037,8 +1037,8 @@ by tagging the handler service with ``messenger.message_handler``
10371037
.. code-block:: php
10381038
10391039
// config/services.php
1040-
use App\MessageHandler\SmsNotificationHandler;
10411040
use App\Message\SmsNotification;
1041+
use App\MessageHandler\SmsNotificationHandler;
10421042
10431043
$container->register(SmsNotificationHandler::class)
10441044
->addTag('messenger.message_handler', [

0 commit comments

Comments
 (0)