Commit 6bcaafe1 authored by beberlei's avatar beberlei

[2.0] DDC-420 - Fix annotation exporter repositoryClass

parent f3f72edb
...@@ -239,7 +239,7 @@ class AnnotationExporter extends AbstractExporter ...@@ -239,7 +239,7 @@ class AnnotationExporter extends AbstractExporter
$str = '@Entity'; $str = '@Entity';
if ($metadata->customRepositoryClassName) { if ($metadata->customRepositoryClassName) {
$str .= '(repositoryClass=' . $metadata->customRepositoryClassName . ')'; $str .= '(repositoryClass="' . $metadata->customRepositoryClassName . '")';
} }
return $str; return $str;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment