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

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/TranslationBundle/Controller/Controller.php';

return $this->services['oro_translation.controller'] = new \Oro\Bundle\TranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), 'OroTranslationBundle:Translation:translation.js.twig', ['domains' => $this->parameters['oro_translation.js_translation.domains'], 'debug' => false]);
