diff --git a/application/Espo/Core/Record/Service.php b/application/Espo/Core/Record/Service.php index 6dc49c5cc7..b37eb47503 100644 --- a/application/Espo/Core/Record/Service.php +++ b/application/Espo/Core/Record/Service.php @@ -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');