<?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 'pim_catalog.event_subscriber.product_model.on_save.compute_descendant_completeness_and_index_product_and_ancestors_subscriber' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/EventSubscriber/ProductModel/OnSave/ComputeProductAndAncestorsSubscriber.php';

return $this->privates['pim_catalog.event_subscriber.product_model.on_save.compute_descendant_completeness_and_index_product_and_ancestors_subscriber'] = new \Akeneo\Pim\Enrichment\Bundle\EventSubscriber\ProductModel\OnSave\ComputeProductAndAncestorsSubscriber(($this->services['pim_catalog.completeness.product.compute_and_persist'] ?? $this->load('getPimCatalog_Completeness_Product_ComputeAndPersistService.php')), ($this->services['pim_catalog.elasticsearch.indexer.product_model_descendants_and_ancestors'] ?? $this->load('getPimCatalog_Elasticsearch_Indexer_ProductModelDescendantsAndAncestorsService.php')), ($this->services['akeneo.pim.enrichment.product.query.get_descendant_variant_product_identifiers'] ?? $this->load('getAkeneo_Pim_Enrichment_Product_Query_GetDescendantVariantProductIdentifiersService.php')));
