Skip to content

Commit ffebe51

Browse files
authored
Update TextlocalChannel.php
1 parent d24268b commit ffebe51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TextlocalChannel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ public function send($notifiable, Notification $notification)
5858

5959
try {
6060
$response = $this->client->setUnicodeMode($unicode)
61-
->sendSms($numbers, $message, $this->sender);
61+
->sendSms($numbers, $message, $this->sender);
6262

63-
return json_decode(json_encode($response), true);
63+
return $response;
6464
} catch (\Exception $exception) {
6565
throw CouldNotSendNotification::serviceRespondedWithAnError($exception, $message);
6666
}

0 commit comments

Comments
 (0)