This commit is contained in:
Yuri Kuznetsov
2023-05-27 14:14:04 +03:00
parent 5023a58cc1
commit d4657ff85d

View File

@@ -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] =