Code-style improvement
This commit is contained in:
parent
59842e9bc6
commit
8d0a5958eb
@ -150,7 +150,7 @@ class YamlExporter extends AbstractExporter
|
||||
'cascade' => $cascade,
|
||||
);
|
||||
|
||||
if(isset($associationMapping['fetch'])){
|
||||
if (isset($associationMapping['fetch'])) {
|
||||
$associationMappingArray['fetch'] = $this->_getFetchModeString($associationMapping['fetch']);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user