<?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_catalog.builder.entity_with_values' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Builder/EntityWithValuesBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Builder/EntityWithValuesBuilder.php';

return $this->privates['pim_catalog.builder.entity_with_values'] = new \Akeneo\Pim\Enrichment\Component\Product\Builder\EntityWithValuesBuilder(($this->privates['pim_catalog.resolver.attribute_values'] ?? $this->load('getPimCatalog_Resolver_AttributeValuesService.php')), ($this->privates['akeneo.pim.enrichment.factory.value'] ?? $this->getAkeneo_Pim_Enrichment_Factory_ValueService()), ($this->privates['akeneo.pim.structure.query.get_attributes'] ?? $this->getAkeneo_Pim_Structure_Query_GetAttributesService()));
