<?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 'akeneo.pim.enrichment.factory.value.metric' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/Value/ValueFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/Value/MetricValueFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/MetricFactory.php';

return $this->privates['akeneo.pim.enrichment.factory.value.metric'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\MetricValueFactory(new \Akeneo\Pim\Enrichment\Component\Product\Factory\MetricFactory(($this->privates['akeneo_measure.measure_converter'] ?? $this->load('getAkeneoMeasure_MeasureConverterService.php')), ($this->privates['akeneo_measure.manager'] ?? $this->load('getAkeneoMeasure_ManagerService.php')), 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Metric'));
