This commit is contained in:
root 2019-11-29 02:34:19 +08:00
parent 28b814db36
commit 470f77e42c

View File

@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel
{
$schedule->command('check:order')->everyMinute();
$schedule->command('check:expire')->everyMinute();
$schedule->command('check:commission')->hourly();
$schedule->command('check:commission')->everyMinute();
// $schedule->command('inspire')
// ->hourly();
}