<?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.updater.group' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Updater/ObjectUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Updater/GroupUpdater.php';

return $this->privates['pim_catalog.updater.group'] = new \Akeneo\Pim\Enrichment\Component\Product\Updater\GroupUpdater(($this->privates['pim_catalog.repository.group_type'] ?? $this->load('getPimCatalog_Repository_GroupTypeService.php')), ($this->privates['pim_catalog.repository.attribute'] ?? $this->load('getPimCatalog_Repository_AttributeService.php')), ($this->privates['pim_catalog.query.product_query_builder_factory'] ?? $this->load('getPimCatalog_Query_ProductQueryBuilderFactoryService.php')));
