Bug fixes

This commit is contained in:
Taras Machyshyn
2019-05-10 11:05:57 +03:00
parent f2b51d321f
commit e6e00d4c7f

View File

@@ -119,6 +119,7 @@ class DataManager
$metadata->init(true);
$ormData = $this->getContainer()->get('ormMetadata')->getData(true);
$this->getContainer()->get('entityManager')->setMetadata($ormData);
$this->updateCacheTimestamp();