HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/devs.lapieza.net/app/Contracts/
Upload File :
Current File : /var/www/devs.lapieza.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);

}