[2.0] DDC-420 - Fix annotation exporter repositoryClass
This commit is contained in:
parent
f3f72edb45
commit
6bcaafe17b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class AnnotationExporter extends AbstractExporter
|
|||
$str = '@Entity';
|
||||
|
||||
if ($metadata->customRepositoryClassName) {
|
||||
$str .= '(repositoryClass=' . $metadata->customRepositoryClassName . ')';
|
||||
$str .= '(repositoryClass="' . $metadata->customRepositoryClassName . '")';
|
||||
}
|
||||
|
||||
return $str;
|
||||
|
|
Loading…
Add table
Reference in a new issue