<?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.pim.enrichment.command.index_product' 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/Pim/Enrichment/Bundle/Command/IndexProductCommand.php';

$this->privates['akeneo.pim.enrichment.command.index_product'] = $instance = new \Akeneo\Pim\Enrichment\Bundle\Command\IndexProductCommand(($this->privates['akeneo.pim.enrichment.elasticsearch.indexer.product_and_ancestors'] ?? $this->load('getAkeneo_Pim_Enrichment_Elasticsearch_Indexer_ProductAndAncestorsService.php')), ($this->privates['akeneo_elasticsearch.client.product_and_product_model'] ?? $this->load('getAkeneoElasticsearch_Client_ProductAndProductModelService.php')), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));

$instance->setName('pim:product:index');

return $instance;
