Skip to content

Commit

Permalink
Additional fix for the last additional fix (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jul 19, 2024
1 parent 122ae61 commit 538a7bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ public function assign($ia, $entity): string {

$options = [
'table' => $ia->sql_assigner->source_table,
'alias' => 'SourceIdentifiers',
'alias' => 'SqlSourceIdentifiers',
'connection' => ConnectionManager::get('sqlassigner')
];

$SourceTable = TableUtilities::getTableFromRegistry(
alias: 'SourceIdentifiers',
alias: 'SqlSourceIdentifiers',
options: $options
);

Expand Down

0 comments on commit 538a7bb

Please sign in to comment.