<?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_api.controller.root_endpoint' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Controller/RootEndpointController.php';

return $this->services['pim_api.controller.root_endpoint'] = new \Akeneo\Tool\Bundle\ApiBundle\Controller\RootEndpointController(($this->services['router'] ?? $this->getRouterService()));
