Skip to content

Commit

Permalink
fix: shop id context for single shop context at upgrade (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger authored Aug 1, 2024
1 parent 65d534a commit 4317045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Account/CommandHandler/UpgradeModuleMultiHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function handle(UpgradeModuleMultiCommand $command)
*/
private function getShops($multishop)
{
$shops = [$this->configRepo->getShopId()];
$shops = [null];
if ($multishop) {
$shops = [];
$db = \Db::getInstance();
Expand Down

0 comments on commit 4317045

Please sign in to comment.