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

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Updater/ObjectUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Updater/ProductUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Association/ParentAssociationsFilter.php';

return $this->privates['pim_catalog.updater.product'] = new \Akeneo\Pim\Enrichment\Component\Product\Updater\ProductUpdater(($this->privates['pim_catalog.updater.property_setter'] ?? $this->load('getPimCatalog_Updater_PropertySetterService.php')), ($this->privates['pim_catalog.updater.entity_with_values'] ?? $this->load('getPimCatalog_Updater_EntityWithValuesService.php')), ($this->privates['pim_catalog.association.filter.parent_associations'] ?? ($this->privates['pim_catalog.association.filter.parent_associations'] = new \Akeneo\Pim\Enrichment\Component\Product\Association\ParentAssociationsFilter())), [0 => 'identifier', 1 => 'created', 2 => 'updated', 3 => 'parent_associations', 4 => 'metadata']);
