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