<?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.family' 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/Structure/Component/Updater/FamilyUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Localization/TranslatableUpdater.php';

return $this->privates['pim_catalog.updater.family'] = new \Akeneo\Pim\Structure\Component\Updater\FamilyUpdater(($this->privates['pim_catalog.repository.family'] ?? $this->load('getPimCatalog_Repository_FamilyService.php')), ($this->privates['pim_catalog.repository.attribute'] ?? $this->load('getPimCatalog_Repository_AttributeService.php')), ($this->services['pim_catalog.repository.channel'] ?? $this->getPimCatalog_Repository_ChannelService()), ($this->privates['pim_catalog.factory.attribute_requirement'] ?? ($this->privates['pim_catalog.factory.attribute_requirement'] = new \Akeneo\Pim\Structure\Component\Factory\AttributeRequirementFactory('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeRequirement'))), ($this->privates['pim_catalog.repository.attribute_requirement'] ?? $this->load('getPimCatalog_Repository_AttributeRequirementService.php')), ($this->privates['pim_structure.updater.translatable'] ?? ($this->privates['pim_structure.updater.translatable'] = new \Akeneo\Tool\Component\Localization\TranslatableUpdater())));
