<?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\Bundle\Command\RemoveCompletenessForChannelAndLocaleCommand' 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/RemoveCompletenessForChannelAndLocaleCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Factory/SimpleFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Factory/SimpleFactory.php';

$this->privates['Akeneo\\Pim\\Enrichment\\Bundle\\Command\\RemoveCompletenessForChannelAndLocaleCommand'] = $instance = new \Akeneo\Pim\Enrichment\Bundle\Command\RemoveCompletenessForChannelAndLocaleCommand(($this->privates['pim_connector.doctrine.cache_clearer'] ?? $this->load('getPimConnector_Doctrine_CacheClearerService.php')), ($this->privates['pim_notification.notifier'] ?? $this->load('getPimNotification_NotifierService.php')), new \Akeneo\Tool\Component\StorageUtils\Factory\SimpleFactory('Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\Notification'), ($this->privates['pim_catalog.query.product_query_builder_factory'] ?? $this->load('getPimCatalog_Query_ProductQueryBuilderFactoryService.php')), ($this->services['pim_catalog.repository.channel'] ?? $this->getPimCatalog_Repository_ChannelService()), ($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()), ($this->privates['pim_catalog.saver.locale'] ?? $this->load('getPimCatalog_Saver_LocaleService.php')), (\dirname(__DIR__, 4).'/src'), 'prod', 100);

$instance->setName('pim:catalog:remove-completeness-for-channel-and-locale');

return $instance;
