Последняя версия с сервера прошлого разработчика
This commit is contained in:
9
app/Support/Sms/SmsApi.php
Executable file
9
app/Support/Sms/SmsApi.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Support\Sms;
|
||||
|
||||
interface SmsApi
|
||||
{
|
||||
public function sendText($number, $text): void;
|
||||
public function sendCall($number, $ip): void;
|
||||
}
|
||||
Reference in New Issue
Block a user