We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f95377 commit 8be5618Copy full SHA for 8be5618
src/Controller/AddToCartAction.php
@@ -71,7 +71,7 @@ public function __invoke(Request $request): Response
71
$product = $orderItem->getVariant()->getProduct();
72
73
return new RedirectResponse(
74
- $this->router->generate('sylius_shop_product_show', ['slug' => $product->getSlug()])
+ $this->router->generate('sylius_shop_product_show', ['slug' => $product->getSlug()]),
75
);
76
}
77
0 commit comments