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

return $this->privates['pim_catalog.updater.attribute'] = new \Akeneo\Pim\Structure\Component\Updater\AttributeUpdater(($this->privates['pim_catalog.repository.attribute_group'] ?? $this->load('getPimCatalog_Repository_AttributeGroupService.php')), ($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()), ($this->services['pim_catalog.registry.attribute_type'] ?? $this->load('getPimCatalog_Registry_AttributeTypeService.php')), ($this->privates['pim_structure.updater.translatable'] ?? ($this->privates['pim_structure.updater.translatable'] = new \Akeneo\Tool\Component\Localization\TranslatableUpdater())), [0 => 'auto_option_sorting', 1 => 'is_read_only']);
