Invoice upload by robot
This commit is contained in:
11
app/Enumerations/CronTaskType.php
Normal file
11
app/Enumerations/CronTaskType.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enumerations;
|
||||
|
||||
use App\Scopes\CommonModel;
|
||||
|
||||
class CronTaskType extends CommonModel{
|
||||
public const CRON_TASK_TYPE_REALTIME = 'realtime';
|
||||
public const CRON_TASK_TYPE_DAILY = 'daily';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user