mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Cleanup
This commit is contained in:
parent
53c536bf9e
commit
4fb8601ff0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user