mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
new feature: complain
This commit is contained in:
@@ -33,7 +33,7 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('hr:update_status --ignore_time=1')->hourly()->withoutOverlapping();
|
||||
$schedule->command('user:delete_expired_token')->dailyAt('04:00');
|
||||
$schedule->command('claim:settle')->hourly()->between("00:00", "12:00")
|
||||
->when(function () {Carbon::now()->format('d') == '01';})->withoutOverlapping();
|
||||
->when(function () {return Carbon::now()->format('d') == '01';})->withoutOverlapping();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user