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 a197dee commit 95e82f6Copy full SHA for 95e82f6
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
@@ -118,8 +118,6 @@ protected function doSend(MessageInterface $message): SentMessage
118
119
$content = $response->toArray(false);
120
121
- dump($content); die();
122
-
123
// it happens if the host without www
124
if (isset($content['']) && isset($content['']['error'])) {
125
throw new TransportException('Unable to send the SMS: '.self::ERROR_CODES[$content['']['error']], $response);
0 commit comments