Code-style improvement
Also to trigger Travis CI
This commit is contained in:
parent
3044009550
commit
59842e9bc6
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class PhpExporter extends AbstractExporter
|
|||
'cascade' => $cascade,
|
||||
);
|
||||
|
||||
if(isset($associationMapping['fetch'])){
|
||||
if (isset($associationMapping['fetch'])) {
|
||||
$associationMappingArray['fetch'] = $associationMapping['fetch'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue