<?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\AdminBundle\Command\CreateClassCacheCommand" class="Sonata\AdminBundle\Command\CreateClassCacheCommand" public="true">
            <tag name="console.command" command="cache:create-cache-class"/>
            <argument>%kernel.cache_dir%</argument>
            <argument>%kernel.debug%</argument>
            <deprecated>The "%service_id%" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.</deprecated>
        </service>
        <service id="Sonata\AdminBundle\Command\ExplainAdminCommand" class="Sonata\AdminBundle\Command\ExplainAdminCommand" public="true">
            <argument type="service" id="sonata.admin.pool"/>
            <argument type="service" id="validator"/>
            <tag name="console.command"/>
        </service>
        <service id="Sonata\AdminBundle\Command\GenerateAdminCommand" class="Sonata\AdminBundle\Command\GenerateAdminCommand" public="true">
            <argument type="service" id="sonata.admin.pool"/>
            <argument type="collection"/>
            <tag name="console.command"/>
        </service>
        <service id="Sonata\AdminBundle\Command\GenerateObjectAclCommand" class="Sonata\AdminBundle\Command\GenerateObjectAclCommand" public="true">
            <argument type="service" id="sonata.admin.pool"/>
            <argument type="collection"/>
            <argument type="service" id="doctrine" on-invalid="null"/>
            <tag name="console.command"/>
        </service>
        <service id="Sonata\AdminBundle\Command\ListAdminCommand" class="Sonata\AdminBundle\Command\ListAdminCommand" public="true">
            <argument type="service" id="sonata.admin.pool"/>
            <tag name="console.command"/>
        </service>
        <service id="Sonata\AdminBundle\Command\SetupAclCommand" class="Sonata\AdminBundle\Command\SetupAclCommand" public="true">
            <argument type="service" id="sonata.admin.pool"/>
            <argument type="service" id="sonata.admin.manipulator.acl.admin"/>
            <tag name="console.command"/>
        </service>
    </services>
</container>
