<?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\CleanRemovedAttributesFromProductAndProductModelCommand' 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/CleanRemovedAttributesFromProductAndProductModelCommand.php';

$this->privates['Akeneo\\Pim\\Enrichment\\Bundle\\Command\\CleanRemovedAttributesFromProductAndProductModelCommand'] = $instance = new \Akeneo\Pim\Enrichment\Bundle\Command\CleanRemovedAttributesFromProductAndProductModelCommand(($this->privates['pim_connector.doctrine.cache_clearer'] ?? $this->load('getPimConnector_Doctrine_CacheClearerService.php')), ($this->privates['pim_catalog.query.product_and_product_model_query_builder_factory'] ?? $this->load('getPimCatalog_Query_ProductAndProductModelQueryBuilderFactoryService.php')), (\dirname(__DIR__, 4).'/src'), 100, ($this->services['pim_catalog.product_values.clean_values_of_removed_attributes'] ?? $this->load('getPimCatalog_ProductValues_CleanValuesOfRemovedAttributesService.php')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));

$instance->setName('pim:product:clean-removed-attributes');

return $instance;
