DONE: phone number verification, admin can add user employment; WIP: wire with onewaysms
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Auth\Contracts;
|
||||
|
||||
interface SmsSender
|
||||
{
|
||||
public function send(string $phoneNumber, string $message): void;
|
||||
}
|
||||
Reference in New Issue
Block a user