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 52558b3 commit f93df84Copy full SHA for f93df84
src/Application/Application.php
@@ -113,4 +113,9 @@ public function jsonSerialize()
113
'type' => 'voice' //currently the only type
114
];
115
}
116
+
117
+ public function __toString()
118
+ {
119
+ return (string) $this->getId();
120
+ }
121
src/Numbers/Number.php
@@ -178,4 +178,9 @@ function jsonSerialize()
178
179
return $json;
180
181
182
183
184
185
186
0 commit comments