tabs
This commit is contained in:
parent
82a1626e82
commit
24432bd0ab
@ -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…
Reference in New Issue
Block a user