[DDC-1690] Added an empty line as requested.
This commit is contained in:
parent
bc6921504a
commit
0b21046fce
@ -2573,6 +2573,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||
$newValueOid = spl_object_hash($newValue);
|
||||
$this->entityIdentifiers[$newValueOid] = $associatedId;
|
||||
$this->identityMap[$targetClass->rootEntityName][$relatedIdHash] = $newValue;
|
||||
|
||||
if ($newValue instanceof NotifyPropertyChanged) {
|
||||
$newValue->addPropertyChangedListener($this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user