<?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="partkeepr.category.get_root_node" class="PartKeepr\CategoryBundle\Action\GetRootNodeAction">
            <argument type="service" id="doctrine"/>
        </service>
        <service id="partkeepr.category.move" class="PartKeepr\CategoryBundle\Action\MoveAction">
            <argument type="service" id="api.data_provider"/>
            <argument type="service" id="api.iri_converter" />
            <argument type="service" id="doctrine"/>
        </service>
    </services>
</container>
