Skip to content

Commit

Permalink
adding missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
eiffel777 committed Apr 20, 2021
1 parent 9d1fc44 commit 4e16085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/DataWarehouse/Query/Cloud/JobDataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function __construct(
'=',
new TableField($tables[$join['foreignTableAlias']], $join['foreignKey'])
));
}

// This table is defined in the configuration file, but used in the section below.
$factTable = $tables['i'];
Expand Down

0 comments on commit 4e16085

Please sign in to comment.