<?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.product.fill_missing_values' shared service.

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

return $this->privates['pim_catalog.product.fill_missing_values'] = new \Akeneo\Pim\Enrichment\Component\Product\ValuesFiller\FillMissingProductValues(($this->privates['pim_catalog.repository.cached_family'] ?? $this->load('getPimCatalog_Repository_CachedFamilyService.php')), ($this->services['pim_catalog.repository.channel'] ?? $this->getPimCatalog_Repository_ChannelService()), ($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()), ($this->privates['akeneo.pim.structure.query.get_attributes'] ?? $this->getAkeneo_Pim_Structure_Query_GetAttributesService()));
