mirror of
https://github.com/v2board/v2board.git
synced 2025-02-10 23:49:12 +08:00
update
This commit is contained in:
parent
28b814db36
commit
470f77e42c
@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel
|
|||||||
{
|
{
|
||||||
$schedule->command('check:order')->everyMinute();
|
$schedule->command('check:order')->everyMinute();
|
||||||
$schedule->command('check:expire')->everyMinute();
|
$schedule->command('check:expire')->everyMinute();
|
||||||
$schedule->command('check:commission')->hourly();
|
$schedule->command('check:commission')->everyMinute();
|
||||||
// $schedule->command('inspire')
|
// $schedule->command('inspire')
|
||||||
// ->hourly();
|
// ->hourly();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user