<?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_user.controller.user_role_rest' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Controller/Rest/UserRoleController.php';

return $this->services['pim_user.controller.user_role_rest'] = new \Akeneo\UserManagement\Bundle\Controller\Rest\UserRoleController(($this->privates['pim_user.repository.role'] ?? $this->load('getPimUser_Repository_RoleService.php')), ($this->services['serializer'] ?? $this->load('getSerializerService.php')), ($this->services['pim_user.context.user'] ?? $this->getPimUser_Context_UserService()));
