From d4657ff85de2857c3c1b78eeaa9307f50ed06fe1 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 27 May 2023 14:14:04 +0300 Subject: [PATCH] fix --- .../Core/ORM/QueryComposer/Part/FunctionConverterFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/Espo/Core/ORM/QueryComposer/Part/FunctionConverterFactory.php b/application/Espo/Core/ORM/QueryComposer/Part/FunctionConverterFactory.php index c4358aac5d..de74b8891f 100644 --- a/application/Espo/Core/ORM/QueryComposer/Part/FunctionConverterFactory.php +++ b/application/Espo/Core/ORM/QueryComposer/Part/FunctionConverterFactory.php @@ -74,6 +74,7 @@ class FunctionConverterFactory implements FunctionConverterFactoryInterface private function getClassName(string $name): ?string { if (!array_key_exists($name, $this->hash)) { + /** @var string $platform */ $platform = $this->databaseParams->getPlatform(); $this->hash[$name] =