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

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/EventListener/AttributeOptionRemovalSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Component/FamilyVariant/Query/FamilyVariantsByAttributeAxesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Storage/Sql/FamilyVariantsByAttributeAxes.php';

return $this->privates['pim_catalog.event_subscriber.attribute_option_removal'] = new \Akeneo\Pim\Structure\Bundle\EventListener\AttributeOptionRemovalSubscriber(new \Akeneo\Pim\Structure\Bundle\Storage\Sql\FamilyVariantsByAttributeAxes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['pim_catalog.query.product_and_product_model_query_builder_factory'] ?? $this->load('getPimCatalog_Query_ProductAndProductModelQueryBuilderFactoryService.php')));
