1
0
mirror of synced 2025-02-02 21:41:45 +03:00

clear code

This commit is contained in:
ReenExe 2016-07-02 22:37:12 +03:00
parent 347d1625bc
commit db6c593463

View File

@ -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;