1
0
mirror of synced 2025-01-18 06:21:40 +03:00

[DDC-1690] Added an empty line as requested.

This commit is contained in:
Patrick Schwisow 2012-12-21 15:35:32 -06:00
parent bc6921504a
commit 0b21046fce

View File

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