Code-style improvement
This commit is contained in:
parent
59842e9bc6
commit
8d0a5958eb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue