Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Sep 23, 2024
1 parent 05f65bf commit fd703f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function safeUp(): bool
);

// Find all existing combinations of variant and site IDs
$allVariantsSites = (new Query)
$allVariantsSites = (new Query())
->select(['es.id', 'elementId', 'siteId', 'primaryOwnerId'])
->from('{{%elements_sites}}' . ' es')
->innerJoin('{{%commerce_variants}}' . ' v', '[[es.elementId]] = [[v.id]]')
Expand Down

0 comments on commit fd703f5

Please sign in to comment.