From 0fcd3cd780b86ec60ef62bf3864f62c044e3a428 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 26 Oct 2023 16:48:54 +0300 Subject: [PATCH] msg fix --- application/Espo/Core/Record/Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');