<?php
namespace ContainerYr0nmYx;
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 getDashboardControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\DashboardController' shared autowired service.
*
* @return \App\Controller\DashboardController
*/
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/DashboardController.php';
$container->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->privates['App\\Repository\\BitacoraTemperaturaRepository'] ?? $container->load('getBitacoraTemperaturaRepositoryService')), ($container->privates['App\\Repository\\ClienteRepository'] ?? $container->load('getClienteRepositoryService')), ($container->privates['App\\Repository\\GeneradorTemperaturaRangoRepository'] ?? $container->load('getGeneradorTemperaturaRangoRepositoryService')), ($container->privates['App\\Repository\\MatrizTransitoRepository'] ?? $container->load('getMatrizTransitoRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')), ($container->privates['App\\Repository\\RegionRepository'] ?? $container->load('getRegionRepositoryService')), ($container->privates['App\\Repository\\RutaRepository'] ?? $container->load('getRutaRepositoryService')), ($container->privates['App\\Repository\\TipoCargaRepository'] ?? $container->load('getTipoCargaRepositoryService')), ($container->privates['App\\Repository\\TipoEstadoOrdenRepository'] ?? $container->load('getTipoEstadoOrdenRepositoryService')), ($container->privates['App\\Repository\\VehiculoRepository'] ?? $container->load('getVehiculoRepositoryService')), ($container->privates['App\\Repository\\ViaTransporteRepository'] ?? $container->load('getViaTransporteRepositoryService')));
$instance->setContainer(($container->privates['.service_locator.Q_V8z1w'] ?? $container->load('get_ServiceLocator_QV8z1wService'))->withContext('App\\Controller\\DashboardController', $container));
return $instance;
}
}