<?php
namespace ContainerLXkFAwm;
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 getCounterControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Common\CounterController' shared autowired service.
*
* @return \App\Controller\Common\CounterController
*/
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/Common/CounterController.php';
include_once \dirname(__DIR__, 4).'/src/Services/Common/CounterTools.php';
$a = ($container->services['doctrine'] ?? $container->getDoctrineService());
$b = ($container->privates['App\\Services\\LogTools'] ?? $container->getLogToolsService());
$container->services['App\\Controller\\Common\\CounterController'] = $instance = new \App\Controller\Common\CounterController($a, ($container->services['translator'] ?? $container->getTranslatorService()), $b, new \App\Services\Common\CounterTools($a, ($container->privates['security.helper'] ?? $container->getSecurity_HelperService()), $b));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\Common\\CounterController', $container));
return $instance;
}
}