Skip to content

Commit 8be5618

Browse files
committed
Fix ecs
1 parent 0f95377 commit 8be5618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/AddToCartAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __invoke(Request $request): Response
7171
$product = $orderItem->getVariant()->getProduct();
7272

7373
return new RedirectResponse(
74-
$this->router->generate('sylius_shop_product_show', ['slug' => $product->getSlug()])
74+
$this->router->generate('sylius_shop_product_show', ['slug' => $product->getSlug()]),
7575
);
7676
}
7777

0 commit comments

Comments
 (0)