Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 95e82f6

Browse filesBrowse files
authored
Update LightSmsTransport.php
remove dump die
1 parent a197dee commit 95e82f6
Copy full SHA for 95e82f6

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ protected function doSend(MessageInterface $message): SentMessage
118118

119119
$content = $response->toArray(false);
120120

121-
dump($content); die();
122-
123121
// it happens if the host without www
124122
if (isset($content['']) && isset($content['']['error'])) {
125123
throw new TransportException('Unable to send the SMS: '.self::ERROR_CODES[$content['']['error']], $response);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.