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

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Controller/UI/CurrencyController.php';

return $this->services['pim_enrich.controller.currency'] = new \Akeneo\Channel\Bundle\Controller\UI\CurrencyController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['pim_catalog.saver.currency'] ?? $this->load('getPimCatalog_Saver_CurrencyService.php')));
