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

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

return $this->privates['oro_config.global'] = new \Oro\Bundle\ConfigBundle\Config\ConfigManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ['pim_analytics' => ['version_update' => ['value' => true, 'scope' => 'app']], 'pim_ui' => ['language' => ['value' => 'en_US', 'scope' => 'app'], 'loading_message_enabled' => ['value' => false, 'scope' => 'app'], 'loading_messages' => ['value' => NULL, 'scope' => 'app']]]);
