Skip to content

Commit

Permalink
Update VerifySession.php
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo authored Oct 10, 2024
1 parent 74056d8 commit 1e92aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plivo/Resources/Verify/VerifySession.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @property ?string $charges
* @property string $created_at
* @property string $updated_at
* @property ?string $dtmf
* @property ?int $dtmf
*/
class VerifySession extends Resource
{
Expand Down Expand Up @@ -87,4 +87,4 @@ public function __construct(
public function __debugInfo() {
return $this->properties;
}
}
}

0 comments on commit 1e92aae

Please sign in to comment.