codigo actual del servidor, con avances de joan
This commit is contained in:
12
app/Contracts/SendSms.php
Normal file
12
app/Contracts/SendSms.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface SendSms {
|
||||
/**
|
||||
* Apply four given value to send SMS.
|
||||
* @param mixed $value
|
||||
*/
|
||||
|
||||
public function send($to, $from, $text, $template_id);
|
||||
}
|
||||
Reference in New Issue
Block a user