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 60e26f6 commit 0e1b077Copy full SHA for 0e1b077
src/Voice/Models/CreateCallResponse.php
@@ -193,7 +193,7 @@ public function jsonSerialize()
193
$json['from'] = $this->from;
194
$json['enqueuedTime'] =
195
isset($this->enqueuedTime) ?
196
- DateTimeHelper::toRfc3339DateTime($this->enqueuedTime) : null;
+ DateTimeHelper::toRfc3339DateTime($this->enqueuedTime) : null;
197
$json['callUrl'] = $this->callUrl;
198
$json['callTimeout'] = $this->callTimeout;
199
$json['callbackTimeout'] = $this->callbackTimeout;
0 commit comments