<?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 public 'pim_catalog.elasticsearch.indexer.product_model' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Storage/Indexer/ProductModelIndexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Elasticsearch/Indexer/ProductModelIndexer.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Elasticsearch/GetElasticsearchProductModelProjectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Storage/Sql/ElasticsearchProjection/GetElasticsearchProductModelProjection.php';

return $this->services['pim_catalog.elasticsearch.indexer.product_model'] = new \Akeneo\Pim\Enrichment\Bundle\Elasticsearch\Indexer\ProductModelIndexer(($this->privates['akeneo_elasticsearch.client.product_and_product_model'] ?? $this->load('getAkeneoElasticsearch_Client_ProductAndProductModelService.php')), new \Akeneo\Pim\Enrichment\Bundle\Storage\Sql\ElasticsearchProjection\GetElasticsearchProductModelProjection(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['akeneo.pim.enrichment.factory.read_value_collection'] ?? $this->getAkeneo_Pim_Enrichment_Factory_ReadValueCollectionService()), ($this->privates['pim_catalog.normalizer.indexing_product.product.product_value_collection'] ?? $this->load('getPimCatalog_Normalizer_IndexingProduct_Product_ProductValueCollectionService.php')), new RewindableGenerator(function () {
    return new \EmptyIterator();
}, 0)));
