mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix
This commit is contained in:
@@ -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] =
|
||||
|
||||
Reference in New Issue
Block a user