From ef7e620b8bb225f502747092f2327713d755c098 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 23 Mar 2022 19:41:28 +0200 Subject: [PATCH] bc fix --- application/Espo/Services/Record.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/Espo/Services/Record.php b/application/Espo/Services/Record.php index ec608a8e92..f8b7f2f068 100644 --- a/application/Espo/Services/Record.php +++ b/application/Espo/Services/Record.php @@ -106,6 +106,11 @@ class Record extends RecordService implements */ protected function init() {} + /** + * @deprecated For backward compatibility, a dummy method. + */ + public function setEntityType(string $entityType): void {} + /** * @deprecated Use `$this->entityType`. */