This commit is contained in:
Daniil Gentili 2024-03-26 18:32:35 +01:00
parent 53c536bf9e
commit 4fb8601ff0

View File

@ -123,7 +123,6 @@ final class ObjectContainer
{
$this->flushCache();
foreach ($this->inner->getIterator() as $key => $value) {
assert($value instanceof DbObject);
if (isset($this->cache[$key])) {
$obj = $this->cache[$key];
$ref = $obj->reference->get();