ok

Mini Shell

Direktori : /home2/selectio/public_html/limpiar.in.net/app/Contracts/
Upload File :
Current File : //home2/selectio/public_html/limpiar.in.net/app/Contracts/SendSms.php

<?php

namespace App\Contracts;

interface SendSms {
    /**
     * Apply four given value to send SMS.
     * @param mixed $value
     */

     public function send($to, $from, $text, $template_id);
}

Zerion Mini Shell 1.0