<?php
namespace Container1tJ7Joe;
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 getLocaliteControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Front\LocaliteController' shared autowired service.
*
* @return \App\Controller\Front\LocaliteController
*/
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/Front/LocaliteController.php';
$container->services['App\\Controller\\Front\\LocaliteController'] = $instance = new \App\Controller\Front\LocaliteController($container->getEnv('APP_THEME'), ($container->privates['App\\Service\\RefMetaTagsService'] ?? $container->load('getRefMetaTagsServiceService')), ($container->privates['.debug.http_client'] ?? $container->get_Debug_HttpClientService()), \dirname(__DIR__, 4), ($container->privates['App\\Service\\FunctionService'] ?? $container->load('getFunctionServiceService')));
$instance->setContainer(($container->privates['.service_locator.1gOFc1y'] ?? $container->load('get_ServiceLocator_1gOFc1yService'))->withContext('App\\Controller\\Front\\LocaliteController', $container));
return $instance;
}
}