From 6f75dd3dbe8b511398b6f39a906d2afeb39637a9 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 11 Feb 2025 13:11:19 +0200 Subject: [PATCH] cleanup --- application/Espo/Core/Record/Service.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/Espo/Core/Record/Service.php b/application/Espo/Core/Record/Service.php index f6d59c9a9e..fc72edcab1 100644 --- a/application/Espo/Core/Record/Service.php +++ b/application/Espo/Core/Record/Service.php @@ -119,8 +119,6 @@ class Service implements Crud, use Di\SelectBuilderFactorySetter; use Di\AssignmentCheckerManagerSetter; - private const ATTRIBUTE_VERSION_NUMBER = Field::VERSION_NUMBER; - protected string $entityType; protected bool $getEntityBeforeUpdate = false;