<?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="sonata.classification.controller.api.category" class="Sonata\ClassificationBundle\Controller\Api\CategoryController">
            <argument type="service" id="sonata.classification.manager.category"/>
            <argument type="service" id="form.factory"/>
        </service>
        <service id="sonata.classification.controller.api.collection" class="Sonata\ClassificationBundle\Controller\Api\CollectionController">
            <argument type="service" id="sonata.classification.manager.collection"/>
            <argument type="service" id="form.factory"/>
        </service>
        <service id="sonata.classification.controller.api.tag" class="Sonata\ClassificationBundle\Controller\Api\TagController">
            <argument type="service" id="sonata.classification.manager.tag"/>
            <argument type="service" id="form.factory"/>
        </service>
        <service id="sonata.classification.controller.api.context" class="Sonata\ClassificationBundle\Controller\Api\ContextController">
            <argument type="service" id="sonata.classification.manager.context"/>
            <argument type="service" id="form.factory"/>
        </service>
    </services>
</container>
