excuse-scripts/php/Lib/Twilio/Rest/Address.php

13 lines
229 B
PHP
Executable File

<?php
class Services_Twilio_Rest_Address
extends Services_Twilio_InstanceResource
{
protected function init($client, $uri)
{
$this->setupSubresources(
'dependent_phone_numbers'
);
}
}