mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Use composite service instead of the default one to allow other tagged service to resolve the right product variant
This commit is contained in:
parent
0ec47e718c
commit
6a7c5cf6e3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
id="sylius_shop.twig.component.product.summary"
|
||||
class="Sylius\Bundle\ShopBundle\Twig\Component\Product\SummaryComponent"
|
||||
>
|
||||
<argument type="service" id="sylius.resolver.product_variant.default" />
|
||||
<argument type="service" id="sylius.resolver.product_variant" />
|
||||
<argument type="service" id="sylius.repository.product" />
|
||||
<argument type="service" id="sylius.repository.product_variant" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue