var/cache/dev/ContainerYFsxnOz/getFosElastica_ObjectPersister_AppLetters_LetterOCRIndexationService.php line 23

Open in your IDE?
  1. <?php
  2. namespace ContainerYFsxnOz;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getFosElastica_ObjectPersister_AppLetters_LetterOCRIndexationService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'fos_elastica.object_persister.app_letters.letterOCRIndexation' shared service.
  12.      *
  13.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  19.         $a = ($container->privates['quiet_elastica_transformer'] ?? $container->load('getQuietElasticaTransformerService'));
  20.         if (isset($container->services['fos_elastica.object_persister.app_letters.letterOCRIndexation'])) {
  21.             return $container->services['fos_elastica.object_persister.app_letters.letterOCRIndexation'];
  22.         }
  23.         return $container->services['fos_elastica.object_persister.app_letters.letterOCRIndexation'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($container->services['fos_elastica.index.app_letters.letterOCRIndexation'] ?? $container->load('getFosElastica_Index_AppLetters_LetterOCRIndexationService')), $a'Evo\\Infrastructure\\MappingORM\\Elastic\\LetterOCRIndexation', ['letterId' => ['type' => 'keyword'], 'organizationId' => ['type' => 'keyword'], 'content' => ['type' => 'text']], []);
  24.     }
  25. }