Add SMS bulk delay configuration and validate coupon phone function
This commit is contained in:
11
app/Enums/SmsSendStatus.php
Normal file
11
app/Enums/SmsSendStatus.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum SmsSendStatus: string
|
||||
{
|
||||
case Pending = 'pending';
|
||||
case Sent = 'sent';
|
||||
case Failed = 'failed';
|
||||
case SkippedInvalid = 'skipped_invalid';
|
||||
}
|
||||
Reference in New Issue
Block a user