<?php
namespace ContainerYMamVvr;
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 getTypesense_CollectionClientService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'typesense.collection_client' shared service.
*
* @return \ACSEO\TypesenseBundle\Client\CollectionClient
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/acseo/typesense-bundle/src/Client/CollectionClient.php';
include_once \dirname(__DIR__, 4).'/vendor/acseo/typesense-bundle/src/Client/TypesenseClient.php';
return $container->services['typesense.collection_client'] = new \ACSEO\TypesenseBundle\Client\CollectionClient(($container->services['typesense.client'] ?? ($container->services['typesense.client'] = new \ACSEO\TypesenseBundle\Client\TypesenseClient($container->getEnv('resolve:TYPESENSE_URL'), $container->getEnv('resolve:TYPESENSE_KEY')))));
}
}