<?xml version="1.0" ?>
<!--
  ~ Copyright (c) Kickbyte UG - All Rights Reserved
  ~ Unauthorized copying of this file, via any medium is strictly prohibited
  ~ Proprietary and confidential
  -->

<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="kib_category_sidebar.subscriber.frontend" class="KibCategorySidebar\Subscriber\Frontend">
            <argument>%kib_category_sidebar.plugin_dir%</argument>
            <argument type="service" id="service_container"/>
            <tag name="shopware.event_subscriber"/>
        </service>

        <service id="kib_category_sidebar.subscriber.resources" class="KibCategorySidebar\Subscriber\Resources">
            <argument>%kib_category_sidebar.plugin_dir%</argument>
            <tag name="shopware.event_subscriber"/>
        </service>
    </services>
</container>
