<?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\RevokeClientCommand' 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/RevokeClientCommand.php';

$this->privates['Akeneo\\Tool\\Bundle\\ApiBundle\\Command\\RevokeClientCommand'] = $instance = new \Akeneo\Tool\Bundle\ApiBundle\Command\RevokeClientCommand(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->load('getFosOauthServer_ClientManager_DefaultService.php')));

$instance->setName('pim:oauth-server:revoke-client');

return $instance;
