[2.0] DDC-420 - Fix annotation exporter repositoryClass
This commit is contained in:
parent
f3f72edb45
commit
6bcaafe17b
@ -239,7 +239,7 @@ class AnnotationExporter extends AbstractExporter
|
||||
$str = '@Entity';
|
||||
|
||||
if ($metadata->customRepositoryClassName) {
|
||||
$str .= '(repositoryClass=' . $metadata->customRepositoryClassName . ')';
|
||||
$str .= '(repositoryClass="' . $metadata->customRepositoryClassName . '")';
|
||||
}
|
||||
|
||||
return $str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user