소스 검색

update: remove cache token

tokumeikoi 3 년 전
부모
커밋
7faa56a4fd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Console/Kernel.php

+ 0 - 1
app/Console/Kernel.php

@@ -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();