tabs
This commit is contained in:
parent
82a1626e82
commit
24432bd0ab
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ class XmlExporter extends AbstractExporter
|
|||
if (isset($associationMapping['inversedBy'])) {
|
||||
$associationMappingXml->addAttribute('inversed-by', $associationMapping['inversedBy']);
|
||||
}
|
||||
if (isset($associationMapping['indexBy'])) {
|
||||
if (isset($associationMapping['indexBy'])) {
|
||||
$associationMappingXml->addAttribute('index-by', $associationMapping['indexBy']);
|
||||
}
|
||||
if (isset($associationMapping['orphanRemoval']) && $associationMapping['orphanRemoval']!==false) {
|
||||
|
@ -331,4 +331,4 @@ class XmlExporter extends AbstractExporter
|
|||
$result = $dom->saveXML();
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue