Viewing File: /home/nftbase/web/rareseanft.com/public_html/include/vendor/twilio/sdk/Twilio/TwiML/Voice/Echo.php

<?php

/**
 * This code was generated by
 * \ / _    _  _|   _  _
 * | (_)\/(_)(_|\/| |(/_  v1.0.0
 * /       /
 */

namespace Twilio\TwiML\Voice;

use Twilio\TwiML\TwiML;

class Echo_ extends TwiML {
    /**
     * Echo constructor.
     */
    public function __construct() {
        parent::__construct('Echo');
    }
}
Back to Directory File Manager
<