<?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 public 'pim_enrich.controller.rest.product' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Controller/InternalApi/ProductController.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/ProductModel/Filter/AttributeFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/ProductModel/Filter/ProductAttributeFilter.php';

$a = ($this->privates['pim_catalog.repository.product'] ?? $this->load('getPimCatalog_Repository_ProductService.php'));
$b = ($this->privates['pim_catalog.builder.product'] ?? $this->load('getPimCatalog_Builder_ProductService.php'));

return $this->services['pim_enrich.controller.rest.product'] = new \Akeneo\Pim\Enrichment\Bundle\Controller\InternalApi\ProductController($a, $a, ($this->privates['pim_catalog.repository.attribute'] ?? $this->load('getPimCatalog_Repository_AttributeService.php')), ($this->privates['pim_catalog.updater.product'] ?? $this->load('getPimCatalog_Updater_ProductService.php')), ($this->privates['pim_catalog.saver.product'] ?? $this->load('getPimCatalog_Saver_ProductService.php')), ($this->privates['pim_internal_api_serializer'] ?? $this->load('getPimInternalApiSerializerService.php')), ($this->privates['pim_catalog.validator.product'] ?? $this->load('getPimCatalog_Validator_ProductService.php')), ($this->services['pim_user.context.user'] ?? $this->getPimUser_Context_UserService()), ($this->privates['pim_catalog.filter.chained'] ?? $this->load('getPimCatalog_Filter_ChainedService.php')), ($this->privates['pim_enrich.filter.product_edit_data'] ?? $this->load('getPimEnrich_Filter_ProductEditDataService.php')), ($this->privates['pim_catalog.remover.product'] ?? $this->load('getPimCatalog_Remover_ProductService.php')), $b, ($this->privates['pim_catalog.localization.localizer.converter'] ?? $this->load('getPimCatalog_Localization_Localizer_ConverterService.php')), ($this->privates['pim_catalog.comparator.filter.product'] ?? $this->load('getPimCatalog_Comparator_Filter_ProductService.php')), ($this->privates['pim_enrich.converter.enrich_to_standard.product_value'] ?? $this->load('getPimEnrich_Converter_EnrichToStandard_ProductValueService.php')), ($this->privates['pim_enrich.normalizer.product_violation'] ?? $this->load('getPimEnrich_Normalizer_ProductViolationService.php')), $b, new \Akeneo\Pim\Enrichment\Component\Product\ProductModel\Filter\ProductAttributeFilter(($this->privates['pim_catalog.repository.product_model'] ?? $this->load('getPimCatalog_Repository_ProductModelService.php')), ($this->privates['pim_catalog.repository.cached_family'] ?? $this->load('getPimCatalog_Repository_CachedFamilyService.php')), $a, ($this->privates['pim_catalog.repository.cached_attribute'] ?? $this->load('getPimCatalog_Repository_CachedAttributeService.php'))), ($this->privates['akeneo_elasticsearch.client.product_and_product_model'] ?? $this->load('getAkeneoElasticsearch_Client_ProductAndProductModelService.php')));
