<?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_model' 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/ProductModelController.php';

return $this->services['pim_enrich.controller.product_model'] = new \Akeneo\Pim\Enrichment\Bundle\Controller\Ui\ProductModelController(($this->privates['pim_catalog.repository.product_model'] ?? $this->load('getPimCatalog_Repository_ProductModelService.php')), ($this->privates['pim_catalog.repository.category'] ?? $this->getPimCatalog_Repository_CategoryService()), ($this->privates['oro_security.security_facade'] ?? $this->getOroSecurity_SecurityFacadeService()), 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\Category', 'pim_enrich_product_model_categories_view', '@AkeneoPimEnrichment/ProductModel/listCategories.json.twig');
