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

include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Controller/Ui/AbstractListCategoryController.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Controller/Ui/ProductController.php';

return $this->services['pim_enrich.controller.product'] = new \Akeneo\Pim\Enrichment\Bundle\Controller\Ui\ProductController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['pim_catalog.repository.product'] ?? $this->load('getPimCatalog_Repository_ProductService.php')), ($this->privates['pim_catalog.repository.category'] ?? $this->getPimCatalog_Repository_CategoryService()), ($this->privates['pim_catalog.saver.product'] ?? $this->load('getPimCatalog_Saver_ProductService.php')), 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\Category', ($this->privates['oro_security.security_facade'] ?? $this->getOroSecurity_SecurityFacadeService()), 'pim_enrich_product_categories_view', '@AkeneoPimEnrichment/Product/listCategories.json.twig');
