first upload all files
This commit is contained in:
10
Modules/Sms/GatewayInterface.php
Normal file
10
Modules/Sms/GatewayInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Sms;
|
||||
|
||||
interface GatewayInterface
|
||||
{
|
||||
public function client();
|
||||
|
||||
public function send(string $to, string $message);
|
||||
}
|
||||
Reference in New Issue
Block a user