This commit is contained in:
Yurii
2026-06-06 15:15:19 +03:00
parent a9bd098593
commit f138933ffb

View File

@@ -269,10 +269,6 @@ class Merger
$columnAttributeMap = $this->getLinkColumnAttributeMap($entityType, $link);
if ($link === 'meetings') {
echo $sourceEntity->getId() ;
}
$collection = $this->entityManager
->getRelation($sourceEntity, $link)
->find();