mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01:00
Update CacheClearCommand.php
This commit is contained in:
@@ -27,8 +27,6 @@ class CacheClearCommand extends Command
|
|||||||
return Command::FAILURE;
|
return Command::FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
$cache = Cache::getInstance();
|
|
||||||
|
|
||||||
$cacheEngine = config('cache_engine') == 'auto' ?
|
$cacheEngine = config('cache_engine') == 'auto' ?
|
||||||
Cache::detect() : config('cache_engine');
|
Cache::detect() : config('cache_engine');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user