This commit is contained in:
Yuri Kuznetsov
2021-05-31 12:57:51 +03:00
parent 798eee940c
commit f30bfb20ef
@@ -64,7 +64,7 @@ class WhereBuilderFactory
return $this->injectableFactory->create($className);
}
private function getClassName(string $entityType): string
private function getClassName(string $entityType): ?string
{
return $this->metadata
->get(['recordDefs', $entityType, 'duplicateWhereBuilderClassName']);