mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update: statistics check time
This commit is contained in:
parent
b585038916
commit
34d8f0d5f0
@ -25,7 +25,7 @@ class Kernel extends ConsoleKernel
|
|||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
{
|
{
|
||||||
// v2board
|
// v2board
|
||||||
$schedule->command('v2board:statistics')->daily();
|
$schedule->command('v2board:statistics')->dailyAt('0:10');
|
||||||
// check
|
// check
|
||||||
$schedule->command('check:order')->everyMinute();
|
$schedule->command('check:order')->everyMinute();
|
||||||
$schedule->command('check:commission')->everyMinute();
|
$schedule->command('check:commission')->everyMinute();
|
||||||
|
Loading…
Reference in New Issue
Block a user