Update
parent
b0c651818d
commit
176dd172b8
|
|
@ -25,13 +25,16 @@ class Kernel extends ConsoleKernel
|
|||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('dealer:manage-subsidy-settle')
|
||||
->twiceMonthly(5, 20, '2:00');
|
||||
->twiceMonthly(5, 20, '2:00')
|
||||
->runInBackground();
|
||||
|
||||
$schedule->command('dealer:purchase-subsidy-settle')
|
||||
->twiceMonthly(5, 20, '3:00');
|
||||
->twiceMonthly(5, 20, '3:00')
|
||||
->runInBackground();
|
||||
|
||||
$schedule->command('dealer:manager-subsidy-settle')
|
||||
->monthlyOn(1, '3:00');
|
||||
->monthlyOn(1, '3:00')
|
||||
->runInBackground();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue