Thanks to visit codestin.com Credit goes to github.com
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 b37116c commit fd1159eCopy full SHA for fd1159e
src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php
@@ -78,7 +78,7 @@ protected function doSend(MessageInterface $message): SentMessage
78
79
$success = $response->toArray(false);
80
81
- $sentMessage = new SentMessage($sentMessage, (string) $this);
+ $sentMessage = new SentMessage($message, (string) $this);
82
$sentMessage->setMessageId($success['id']);
83
84
return $sentMessage;
0 commit comments