<?php
namespace ContainerLxn692d;
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 getGaugeControlManagerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\Gauge\GaugeControlManager' shared autowired service.
*
* @return \App\Service\Gauge\GaugeControlManager
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/Gauge/GaugeControlManager.php';
return $container->privates['App\\Service\\Gauge\\GaugeControlManager'] = new \App\Service\Gauge\GaugeControlManager(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Service\\Output\\DetailedDataSerializer'] ?? $container->load('getDetailedDataSerializerService')), ($container->privates['App\\Service\\Event\\AutoEventGenerator'] ?? $container->load('getAutoEventGeneratorService')), ($container->privates['App\\Service\\VariableManager'] ?? $container->getVariableManagerService()), ($container->privates['App\\Service\\EmailManager'] ?? $container->getEmailManagerService()), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), ($container->services['monolog.logger.dailyData'] ?? $container->load('getMonolog_Logger_DailyDataService')));
}
}