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 6766391 commit bbf0a51Copy full SHA for bbf0a51
src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php
@@ -88,7 +88,7 @@ protected function doSend(MessageInterface $message): SentMessage
88
89
if (isset($content['list']) && \is_array($content['list'])) {
90
if ($smsStatus = current($content['list'])) {
91
- $sentMessage->setMessageId($smsStatus['id'] ?? null);
+ $sentMessage->setMessageId($smsStatus['id'] ?? '');
92
}
93
94
0 commit comments