[DDC-1690] Added an empty line as requested.
This commit is contained in:
parent
bc6921504a
commit
0b21046fce
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue