Skip to content

Commit 0e1b077

Browse files
Update src/Voice/Models/CreateCallResponse.php
Co-authored-by: Cameron Koegel <53310569+ckoegel@users.noreply.github.com>
1 parent 60e26f6 commit 0e1b077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Voice/Models/CreateCallResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function jsonSerialize()
193193
$json['from'] = $this->from;
194194
$json['enqueuedTime'] =
195195
isset($this->enqueuedTime) ?
196-
DateTimeHelper::toRfc3339DateTime($this->enqueuedTime) : null;
196+
DateTimeHelper::toRfc3339DateTime($this->enqueuedTime) : null;
197197
$json['callUrl'] = $this->callUrl;
198198
$json['callTimeout'] = $this->callTimeout;
199199
$json['callbackTimeout'] = $this->callbackTimeout;

0 commit comments

Comments
 (0)