<?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.calculate_product_completeness' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Command/CalculateCompletenessCommand.php';

$this->privates['akeneo.pim.enrichment.command.calculate_product_completeness'] = $instance = new \Akeneo\Pim\Enrichment\Bundle\Command\CalculateCompletenessCommand(($this->privates['akeneo.pim.enrichment.elasticsearch.indexer.product_and_ancestors'] ?? $this->load('getAkeneo_Pim_Enrichment_Elasticsearch_Indexer_ProductAndAncestorsService.php')), ($this->services['pim_catalog.completeness.product.compute_and_persist'] ?? $this->load('getPimCatalog_Completeness_Product_ComputeAndPersistService.php')), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));

$instance->setName('pim:completeness:calculate');

return $instance;
