This commit is contained in:
Yuri Kuznetsov
2023-10-26 16:48:54 +03:00
parent 61cb573eec
commit 0fcd3cd780
+1 -1
View File
@@ -1409,7 +1409,7 @@ class Service implements Crud,
}
if (!$entity instanceof CoreEntity) {
throw new LogicException("Only core entities are supported");
throw new LogicException("Only core entities are supported.");
}
$foreignEntityType = $entity->getRelationParam($link, 'entity');