update: remove cache token

This commit is contained in:
tokumeikoi 2022-04-15 00:58:11 +08:00
parent 84ce0cc0c9
commit 7faa56a4fd

View File

@ -29,7 +29,6 @@ class Kernel extends ConsoleKernel
Cache::put(CacheKey::get('SCHEDULE_LAST_CHECK_AT', null), time());
// v2board
$schedule->command('v2board:statistics')->dailyAt('0:10');
$schedule->command('cache:token')->everyMinute();
// check
$schedule->command('check:order')->everyMinute();
$schedule->command('check:commission')->everyMinute();