update: statistics check time

This commit is contained in:
tokumeikoi 2021-07-24 01:31:23 +09:00
parent b585038916
commit 34d8f0d5f0

View File

@ -25,7 +25,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
// v2board
$schedule->command('v2board:statistics')->daily();
$schedule->command('v2board:statistics')->dailyAt('0:10');
// check
$schedule->command('check:order')->everyMinute();
$schedule->command('check:commission')->everyMinute();