<?php
namespace ContainerPiDxz9y;
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 getSendSearchActionService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Action\SendSearchAction' shared autowired service.
*
* @return \App\Action\SendSearchAction
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Action/AbstractAction.php';
include_once \dirname(__DIR__, 4).'/src/Action/SendSearchAction.php';
return $container->services['App\\Action\\SendSearchAction'] = new \App\Action\SendSearchAction(($container->privates['App\\Responder\\TemplateResponder'] ?? $container->load('getTemplateResponderService')), ($container->privates['App\\Responder\\RedirectResponder'] ?? $container->load('getRedirectResponderService')), ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()), ($container->privates['App\\Infra\\Services\\ApiService'] ?? $container->getApiServiceService()), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->privates['App\\Infra\\Services\\FilterApiService'] ?? $container->getFilterApiServiceService()), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')));
}
}