calim schedule

This commit is contained in:
xiaomlove
2022-05-05 22:34:22 +08:00
parent a739cf924e
commit c23cc1b441
2 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ class Kernel extends ConsoleKernel
$schedule->command('hr:update_status')->everyMinute();
$schedule->command('hr:update_status --ignore_time=1')->hourly();
$schedule->command('user:delete_expired_token')->dailyAt('04:00');
$schedule->command('claim:settle')->monthlyOn();
}
/**