<?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 'pim_enrich.event_subscriber.storage.channel_locale' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/EventListener/ChannelLocaleSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Console/CommandLauncher.php';

return $this->privates['pim_enrich.event_subscriber.storage.channel_locale'] = new \Akeneo\Channel\Bundle\EventListener\ChannelLocaleSubscriber(($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()), ($this->privates['pim_catalog.saver.locale'] ?? $this->load('getPimCatalog_Saver_LocaleService.php')), ($this->privates['pim_catalog.command_launcher'] ?? ($this->privates['pim_catalog.command_launcher'] = new \Akeneo\Tool\Component\Console\CommandLauncher((\dirname(__DIR__, 4).'/src'), 'prod', (\dirname(__DIR__, 3).'/logs')))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
