<?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 getSearchControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Api\SearchController' shared autowired service.
*
* @return \App\Controller\Api\SearchController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SearchController.php';
$container->services['App\\Controller\\Api\\SearchController'] = $instance = new \App\Controller\Api\SearchController(($container->privates['App\\Service\\ElasticSearchService'] ?? $container->load('getElasticSearchServiceService')), ($container->services['.container.private.serializer'] ?? $container->get_Container_Private_SerializerService()), ($container->services['translator'] ?? $container->getTranslatorService()));
$instance->setContainer(($container->privates['.service_locator.O5.I8J.'] ?? $container->load('get_ServiceLocator_O5_I8J_Service'))->withContext('App\\Controller\\Api\\SearchController', $container));
return $instance;
}
}