This commit is contained in:
Yuri Kuznetsov
2024-09-05 17:39:18 +03:00
parent d66beeff24
commit 49ee0184ae
@@ -147,7 +147,6 @@ class Saver implements SaverInterface
if ($id) {
$this->entityManager
->getRDBRepository($entityType)
->getRelation($entity, $name)
->relateById($id);
}