install
This commit is contained in:
12
app/Modules/OtpVerification/otp-verification-helpers.php
Normal file
12
app/Modules/OtpVerification/otp-verification-helpers.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
use App\Modules\OtpVerification\Models\OtpVerification;
|
||||
use App\Modules\OtpVerification\Repositories\OtpVerificationRepository;
|
||||
|
||||
/**
|
||||
* Send a sms verification
|
||||
*/
|
||||
function sendSMSVerification(string|int $phone_number): ?OtpVerification
|
||||
{
|
||||
return OtpVerificationRepository::sendSMSVerification($phone_number);
|
||||
}
|
||||
Reference in New Issue
Block a user