/home/desid573/public_html/family/pdd/app/Vendor/Services/Twilio/Rest
Edit: /home/desid573/public_html/family/pdd/app/Vendor/Services/Twilio/Rest/Account.php (934B)
setupSubresources(
'applications',
'available_phone_numbers',
'outgoing_caller_ids',
'calls',
'conferences',
'incoming_phone_numbers',
'keys',
'media',
'messages',
'notifications',
'outgoing_callerids',
'recordings',
'sms_messages',
'short_codes',
'tokens',
'transcriptions',
'connect_apps',
'authorized_connect_apps',
'usage_records',
'usage_triggers',
'queues',
'sip',
'addresses'
);
$this->sandbox = new Services_Twilio_Rest_Sandbox(
$client, $uri . '/Sandbox'
);
}
}