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

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

return $this->privates['pim_catalog.factory.group'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\GroupFactory(($this->privates['pim_catalog.repository.group_type'] ?? $this->load('getPimCatalog_Repository_GroupTypeService.php')), 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Group');
