mirror of
https://github.com/v2board/v2board.git
synced 2025-01-31 02:29:14 +08:00
update
This commit is contained in:
parent
f85bb6f932
commit
a53f413521
@ -24,6 +24,9 @@ class Kernel extends ConsoleKernel
|
|||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
{
|
{
|
||||||
|
$schedule->command('check:order')->everyMinute();
|
||||||
|
$schedule->command('check:expire')->everyMinute();
|
||||||
|
$schedule->command('check:commission')->daily();
|
||||||
// $schedule->command('inspire')
|
// $schedule->command('inspire')
|
||||||
// ->hourly();
|
// ->hourly();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user