ok
Direktori : /home2/selectio/public_html/limpiar.in.net/app/Contracts/ |
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); }