<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'Akeneo\Tool\Bundle\ApiBundle\Command\ListClientsCommand' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Command/ListClientsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Doctrine/ORM/Repository/ClientRepository.php';

$this->privates['Akeneo\\Tool\\Bundle\\ApiBundle\\Command\\ListClientsCommand'] = $instance = new \Akeneo\Tool\Bundle\ApiBundle\Command\ListClientsCommand(new \Akeneo\Tool\Bundle\ApiBundle\Doctrine\ORM\Repository\ClientRepository(($this->privates['fos_oauth_server.entity_manager'] ?? $this->load('getFosOauthServer_EntityManagerService.php')), 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity\\Client'));

$instance->setName('pim:oauth-server:list-clients');

return $instance;
