<?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.elasticsearch.indexer.product_and_ancestors' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Elasticsearch/Indexer/ProductAndAncestorsIndexer.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Storage/Sql/Product/GetAncestorProductModelCodes.php';

return $this->privates['akeneo.pim.enrichment.elasticsearch.indexer.product_and_ancestors'] = new \Akeneo\Pim\Enrichment\Bundle\Elasticsearch\Indexer\ProductAndAncestorsIndexer(($this->services['pim_catalog.elasticsearch.indexer.product'] ?? $this->load('getPimCatalog_Elasticsearch_Indexer_ProductService.php')), ($this->services['pim_catalog.elasticsearch.indexer.product_model'] ?? $this->load('getPimCatalog_Elasticsearch_Indexer_ProductModelService.php')), new \Akeneo\Pim\Enrichment\Bundle\Storage\Sql\Product\GetAncestorProductModelCodes(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService())));
