<?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.use_cases.validator.locales' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Connector/UseCase/Validator/ValidateLocales.php';

return $this->privates['akeneo.pim.enrichment.use_cases.validator.locales'] = new \Akeneo\Pim\Enrichment\Component\Product\Connector\UseCase\Validator\ValidateLocales(($this->privates['pim_catalog.repository.cached_channel'] ?? $this->getPimCatalog_Repository_CachedChannelService()), ($this->privates['pim_catalog.repository.cached_locale'] ?? $this->getPimCatalog_Repository_CachedLocaleService()));
