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

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Controller/InternalApi/FormatController.php';

return $this->services['pim_localization.controller.format'] = new \Akeneo\Pim\Enrichment\Bundle\Controller\InternalApi\FormatController(($this->privates['pim_catalog.localization.factory.date'] ?? $this->load('getPimCatalog_Localization_Factory_DateService.php')), ($this->privates['pim_catalog.localization.factory.datetime'] ?? $this->load('getPimCatalog_Localization_Factory_DatetimeService.php')), ($this->privates['pim_enrich.resolver.locale'] ?? $this->load('getPimEnrich_Resolver_LocaleService.php')), ($this->services['pim_user.context.user'] ?? $this->getPimUser_Context_UserService()), ['decimal_separators' => $this->parameters['pim_catalog.localization.decimal_separators'], 'date_formats' => $this->parameters['pim_catalog.localization.date_formats']]);
