HOME


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

}