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

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Controller/InternalApi/AttributeOptionController.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Component/Manager/AttributeOptionsSorter.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Remover/RemoverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Remover/BulkRemoverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle/Doctrine/Common/Remover/BaseRemover.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Repository/SearchableRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Doctrine/ORM/Repository/InternalApi/AttributeOptionSearchableRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Factory/SimpleFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Factory/SimpleFactory.php';

$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$b = ($this->privates['pim_catalog.saver.attribute_option'] ?? $this->load('getPimCatalog_Saver_AttributeOptionService.php'));
$c = ($this->privates['pim_catalog.repository.attribute'] ?? $this->load('getPimCatalog_Repository_AttributeService.php'));

return $this->services['pim_enrich.controller.attribute_option'] = new \Akeneo\Pim\Structure\Bundle\Controller\InternalApi\AttributeOptionController(($this->privates['pim_internal_api_serializer'] ?? $this->load('getPimInternalApiSerializerService.php')), $a, ($this->services['form.factory'] ?? $this->load('getForm_FactoryService.php')), ($this->services['fos_rest.view_handler'] ?? $this->load('getFosRest_ViewHandlerService.php')), new \Akeneo\Pim\Structure\Component\Manager\AttributeOptionsSorter($b), ($this->privates['pim_catalog.factory.attribute_option'] ?? ($this->privates['pim_catalog.factory.attribute_option'] = new \Akeneo\Tool\Component\StorageUtils\Factory\SimpleFactory('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOption'))), $b, new \Akeneo\Tool\Bundle\StorageUtilsBundle\Doctrine\Common\Remover\BaseRemover($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOption'), $c, ($this->privates['pim_catalog.repository.attribute_option'] ?? $this->load('getPimCatalog_Repository_AttributeOptionService.php')), new \Akeneo\Pim\Structure\Bundle\Doctrine\ORM\Repository\InternalApi\AttributeOptionSearchableRepository($a, 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOption', $c), ($this->privates['pim_enrich.normalizer.structured.attribute_option'] ?? $this->load('getPimEnrich_Normalizer_Structured_AttributeOptionService.php')));
