<?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.normalizer.standard.product_model' shared service.

if ($lazyLoad) {
    return $this->privates['pim_catalog.normalizer.standard.product_model'] = $this->createProxy('ProductModelNormalizer_6ddc844', function () {
        return \ProductModelNormalizer_6ddc844::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
            $wrappedInstance = $this->load('getPimCatalog_Normalizer_Standard_ProductModelService.php', false);

            $proxy->setProxyInitializer(null);

            return true;
        });
    });
}

include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Normalizer/Standard/ProductModelNormalizer.php';

return new \Akeneo\Pim\Enrichment\Component\Product\Normalizer\Standard\ProductModelNormalizer(($this->privates['pim_catalog.filter.chained'] ?? $this->load('getPimCatalog_Filter_ChainedService.php')), ($this->privates['pim_catalog.normalizer.standard.product.associations'] ?? $this->load('getPimCatalog_Normalizer_Standard_Product_AssociationsService.php')), ($this->privates['pim_standard_format_serializer'] ?? $this->load('getPimStandardFormatSerializerService.php')));
