Skip to content

Commit 9c17243

Browse files
knallchargeOskarStark
authored andcommitted
Update notifier.rst
fixed typo
1 parent d5bbc28 commit 9c17243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ is dispatched. Listeners receive a
903903
$message = $event->getOriginalMessage();
904904

905905
// log something
906-
$this->logger(sprintf('The message has been successfully sent and have id: %s, $message->getMessageId()'));
906+
$this->logger(sprintf('The message has been successfully sent and has id: %s, $message->getMessageId()'));
907907
});
908908

909909
.. TODO

0 commit comments

Comments
 (0)