Skip to content

Commit

Permalink
Merge pull request #1094 from plentymarkets/fix/missing_parameter_for…
Browse files Browse the repository at this point in the history
…_render_template

Fix missing parameter
  • Loading branch information
stentrop authored May 4, 2022
2 parents 2b4df65 + b8d19ab commit 0b549d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controllers/BasketController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function showBasket(BasketService $basketService):string

return $this->renderTemplate(
'tpl.basket',
[],
false
);
}
Expand Down

0 comments on commit 0b549d3

Please sign in to comment.