<!--
  ~ This file is part of the Fidry\AliceDataFixtures package.
  ~
  ~ (c) Théo FIDRY <theo.fidry@gmail.com>
  ~
  ~ For the full copyright and license information, please view the LICENSE
  ~ file that was distributed with this source code.
  -->

<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="fidry_alice_data_fixtures.loader.multipass_file"
                 class="Fidry\AliceDataFixtures\Loader\MultiPassLoader"
                 lazy="true" >
            <argument type="service" id="nelmio_alice.file_loader" />
            <!-- Deprecated (see DeprecateServicesPass) -->
        </service>

        <service id="fidry_alice_data_fixtures.loader.simple"
                 class="Fidry\AliceDataFixtures\Loader\SimpleLoader"
                 lazy="true" >
            <argument type="service" id="nelmio_alice.files_loader" />
            <argument type="service" id="logger" on-invalid="ignore" />
        </service>

    </services>

</container>
