<?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 private 'Oro\Bundle\TranslationBundle\Command\OroTranslationDumpCommand' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/TranslationBundle/Command/OroTranslationDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';

$this->privates['Oro\\Bundle\\TranslationBundle\\Command\\OroTranslationDumpCommand'] = $instance = new \Oro\Bundle\TranslationBundle\Command\OroTranslationDumpCommand(($this->services['oro_translation.controller'] ?? $this->load('getOroTranslation_ControllerService.php')), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['oro_translation.js_translation.domains'], (\dirname(__DIR__, 4).'/src'), $this->getEnv('APP_DEFAULT_LOCALE'));

$instance->setName('oro:translation:dump');

return $instance;
