[Tools] Added entityRepository support in yaml exporter
This commit is contained in:
parent
f8558d7740
commit
240f0ea34c
@ -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…
x
Reference in New Issue
Block a user