parent
3ce262a61a
commit
85e2dc8f22
1 changed files with 2 additions and 2 deletions
|
@ -3352,11 +3352,11 @@ class UnitOfWork implements PropertyChangedListener
|
||||||
*/
|
*/
|
||||||
private function mergeEntityStateIntoManagedCopy($entity, $managedCopy)
|
private function mergeEntityStateIntoManagedCopy($entity, $managedCopy)
|
||||||
{
|
{
|
||||||
if (!$this->isLoaded($entity)) {
|
if (! $this->isLoaded($entity)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->isLoaded($managedCopy)) {
|
if (! $this->isLoaded($managedCopy)) {
|
||||||
$managedCopy->__load();
|
$managedCopy->__load();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue