mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Fix][Maintenance] Cart item data mapper adjusted to be Sf6 compatible
This commit is contained in:
parent
49d6e24cf6
commit
04e38e5738
1 changed files with 1 additions and 3 deletions
|
|
@ -33,9 +33,7 @@
|
|||
<service id="sylius.form.data_mapper.order_item_quantity" class="Sylius\Bundle\OrderBundle\Form\DataMapper\OrderItemQuantityDataMapper">
|
||||
<argument type="service" id="sylius.order_item_quantity_modifier" />
|
||||
<argument type="service">
|
||||
<service class="Symfony\Component\Form\Extension\Core\DataMapper\DataMapper">
|
||||
<argument type="service" id="property_accessor" />
|
||||
</service>
|
||||
<service class="\Symfony\Component\Form\Extension\Core\DataMapper\DataMapper" />
|
||||
</argument>
|
||||
</service>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue