[Tools] Added entityRepository support in yaml exporter
This commit is contained in:
parent
f8558d7740
commit
240f0ea34c
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ class YamlExporter extends AbstractExporter
|
|||
$array['indexes'] = $metadata->table['indexes'];
|
||||
}
|
||||
|
||||
if ($metadata->customRepositoryClassName) {
|
||||
$array['repositoryClass'] = $metadata->customRepositoryClassName;
|
||||
}
|
||||
|
||||
if (isset($metadata->table['uniqueConstraints'])) {
|
||||
$array['uniqueConstraints'] = $metadata->table['uniqueConstraints'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue