Skip to content

Commit 340fa8b

Browse files
committed
Update Sms.php
1 parent 90bec1d commit 340fa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function getSMSNumberFrom()
104104
{
105105
if (isset($this->response) && is_object($this->response)) {
106106
if (isset($this->response->respond->from)) {
107-
return $this->response->respond->from;
107+
return strval($this->response->respond->from);
108108
} elseif (isset($this->response->error) && is_object($this->response->error)) {
109109
return false;
110110
}

0 commit comments

Comments
 (0)