<?php
namespace ContainerVJPm9f3;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getElasticSearchServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\ElasticSearchService' shared autowired service.
*
* @return \App\Service\ElasticSearchService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/ElasticSearchService.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerCollection.php';
return $container->privates['App\\Service\\ElasticSearchService'] = new \App\Service\ElasticSearchService(($container->services['fos_elastica.client.default'] ?? $container->load('getFosElastica_Client_DefaultService')), ($container->services['fos_elastica.config_manager'] ?? $container->load('getFosElastica_ConfigManagerService')), new \FOS\ElasticaBundle\Transformer\ElasticaToModelTransformerCollection(['person' => ($container->privates['fos_elastica.elastica_to_model_transformer.app_person.person'] ?? $container->load('getFosElastica_ElasticaToModelTransformer_AppPerson_PersonService')), 'organization' => ($container->privates['fos_elastica.elastica_to_model_transformer.app_organization.organization'] ?? $container->load('getFosElastica_ElasticaToModelTransformer_AppOrganization_OrganizationService'))]));
}
}