1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Remove old code in comments.

This commit is contained in:
Mathieu De Zutter 2016-03-01 19:36:57 +01:00 committed by Marco Pivetta
parent 95dcf51ad5
commit b0e4e3eda4

View File

@ -3422,8 +3422,6 @@ class UnitOfWork implements PropertyChangedListener
); );
$managedCol->setOwner($managedCopy, $assoc2); $managedCol->setOwner($managedCopy, $assoc2);
$prop->setValue($managedCopy, $managedCol); $prop->setValue($managedCopy, $managedCol);
// $this->originalEntityData[spl_object_hash($entity)][$name] = $managedCol;
} }
if ($assoc2['isCascadeMerge']) { if ($assoc2['isCascadeMerge']) {