<?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_enrich.type.entity_identifier' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Form/Type/EntityIdentifierType.php';

return $this->privates['pim_enrich.type.entity_identifier'] = new \Akeneo\Platform\Bundle\UIBundle\Form\Type\EntityIdentifierType(($this->services['doctrine'] ?? $this->getDoctrineService()));
