<?xml version="1.0" ?>

<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="neno_header_style_configurator.subscriber.route" class="NenoHeaderStyleConfigurator\Subscriber\RouteSubscriber">
            <argument>%neno_header_style_configurator.plugin_name%</argument>
            <argument>%neno_header_style_configurator.plugin_dir%</argument>
            <argument type="service" id="shopware.plugin.cached_config_reader" />
            <argument type="service" id="shopware.cache_manager" />

            <tag name="shopware.event_subscriber" />
        </service>
    </services>
</container>
