<?xml version="1.0" encoding="utf-8"?>
<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="shopsy_wash_care_symbols.subscriber.frontend" class="ShopsyWashCareSymbols\Subscriber\Frontend">
            <argument>%shopsy_wash_care_symbols.plugin_dir%</argument>
            <argument type="service" id="dbal_connection"/>
            <argument type="service" id="shopware_storefront.context_service"/>
            <tag name="shopware.event_subscriber"/>
        </service>

        <service id="shopsy_wash_care_symbols.subscriber.backend_subscriber" class="ShopsyWashCareSymbols\Subscriber\Backend">
            <tag name="shopware.event_subscriber" />
            <argument>%shopsy_wash_care_symbols.plugin_dir%</argument>
            <argument type="service" id="template"/>
        </service>
    </services>
</container>