<?xml version="1.0" encoding="UTF-8"?>

<!--

 This file is part of the Sylius package.

 (c) Sylius Sp. z o.o.

 For the full copyright and license information, please view the LICENSE
 file that was distributed with this source code.

-->

<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
    <services>
        <service
            id="sylius_shop.twig.component.common.delivery_time"
            class="Sylius\Bundle\ShopBundle\Twig\Component\Common\DeliveryTimeComponent"
        >
            <argument type="service" id="Sylius\Bundle\CoreBundle\Provider\DeliveryTimeProviderInterface" />
            <argument type="service" id="sylius.context.channel" />
            <argument type="service" id="translator" />

            <tag name="sylius.live_component.shop" key="sylius_shop:common:delivery_time" />
        </service>
    </services>
</container>
