<?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\ElasticsearchBundle\Command\ResetIndexesCommand' 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/ElasticsearchBundle/Command/ResetIndexesCommand.php';

$this->privates['Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\Command\\ResetIndexesCommand'] = $instance = new \Akeneo\Tool\Bundle\ElasticsearchBundle\Command\ResetIndexesCommand(($this->privates['akeneo_elasticsearch.registry.clients'] ?? $this->load('getAkeneoElasticsearch_Registry_ClientsService.php')));

$instance->setName('akeneo:elasticsearch:reset-indexes');

return $instance;
