mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: remove cache token
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user