[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(
|
$this->cacheManager = $this->objectManager->get(
|
||||||
CacheManager::class
|
CacheManager::class
|
||||||
);
|
);
|
||||||
$this->cache = $this->cacheManager->getCache(
|
//$this->cache = $this->cacheManager->getCache(
|
||||||
'tobereplaced' //TODO: Replaceme
|
// 'tobereplaced' //TODO: Replaceme
|
||||||
);
|
//);
|
||||||
$this->logManager = $this->objectManager->get(
|
$this->logManager = $this->objectManager->get(
|
||||||
LogManager::Class
|
LogManager::Class
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user