Merge branch 'fix'

This commit is contained in:
Yurii
2026-01-16 09:43:59 +02:00

View File

@@ -1303,7 +1303,7 @@ class Service implements Crud,
$this->getRepository()
->getRelation($entity, $link)
->relate($foreignEntity, [SaveOption::API => true]);
->relate($foreignEntity, null, [SaveOption::API => true]);
$countRelated++;
}