[BUGFIX] Disable getting nonexisting cache
This commit is contained in:
parent
3d0133b70c
commit
33cfcf1abb
@ -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
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user