clear code
This commit is contained in:
parent
347d1625bc
commit
db6c593463
@ -1344,9 +1344,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||
|
||||
$this->removeFromIdentityMap($entity);
|
||||
|
||||
if (isset($this->entityUpdates[$oid])) {
|
||||
unset($this->entityUpdates[$oid]);
|
||||
}
|
||||
unset($this->entityUpdates[$oid]);
|
||||
|
||||
if ( ! isset($this->entityDeletions[$oid])) {
|
||||
$this->entityDeletions[$oid] = $entity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user