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 90bec1d commit 340fa8bCopy full SHA for 340fa8b
src/Sms.php
@@ -104,7 +104,7 @@ public function getSMSNumberFrom()
104
{
105
if (isset($this->response) && is_object($this->response)) {
106
if (isset($this->response->respond->from)) {
107
- return $this->response->respond->from;
+ return strval($this->response->respond->from);
108
} elseif (isset($this->response->error) && is_object($this->response->error)) {
109
return false;
110
}
0 commit comments