Skip to content

Commit

Permalink
Quick fix for translator
Browse files Browse the repository at this point in the history
  • Loading branch information
milwoz committed Aug 2, 2022
1 parent 91b1b4f commit ebbfb9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Controller/Action/AddSelectedProductsToCartAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public function __construct(
$wishlistCommandProcessor,
$messageBus,
$urlGenerator,
$wishlistRepository
$wishlistRepository,
$translator
);
$this->translator = $translator;
}
Expand Down

0 comments on commit ebbfb9c

Please sign in to comment.