<?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_model' 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/IndexProductModelCommand.php';

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

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

return $instance;
