Update CacheClearCommand.php

This commit is contained in:
slawkens
2025-07-19 11:16:55 +02:00
parent 83f84172e0
commit ce5b1cf2a6

View File

@@ -27,8 +27,6 @@ class CacheClearCommand extends Command
return Command::FAILURE;
}
$cache = Cache::getInstance();
$cacheEngine = config('cache_engine') == 'auto' ?
Cache::detect() : config('cache_engine');