[BUGFIX] Disable getting nonexisting cache

This commit is contained in:
Philipp Dieter 2020-07-30 01:17:37 +02:00
parent 3d0133b70c
commit 33cfcf1abb

View File

@ -142,9 +142,9 @@ class ActionController extends BaseController
$this->cacheManager = $this->objectManager->get(
CacheManager::class
);
$this->cache = $this->cacheManager->getCache(
'tobereplaced' //TODO: Replaceme
);
//$this->cache = $this->cacheManager->getCache(
// 'tobereplaced' //TODO: Replaceme
//);
$this->logManager = $this->objectManager->get(
LogManager::Class
);