var/cache/dev/ContainerVzP6SNx/App_KernelDevDebugContainer.php line 2014

Open in your IDE?
  1. <?php
  2. namespace ContainerVzP6SNx;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'App\\Command\\CronjobActividadesPorVencerCommand' => 'getCronjobActividadesPorVencerCommandService',
  46.             'App\\Command\\CronjobDocumentosPorVencerCommand' => 'getCronjobDocumentosPorVencerCommandService',
  47.             'App\\Controller\\ActividadesprogramasController' => 'getActividadesprogramasControllerService',
  48.             'App\\Controller\\ArchivosController' => 'getArchivosControllerService',
  49.             'App\\Controller\\ArchivosbitacoraController' => 'getArchivosbitacoraControllerService',
  50.             'App\\Controller\\BitacoracombustibleController' => 'getBitacoracombustibleControllerService',
  51.             'App\\Controller\\BitacorascorrectivasController' => 'getBitacorascorrectivasControllerService',
  52.             'App\\Controller\\ClientesController' => 'getClientesControllerService',
  53.             'App\\Controller\\CursosController' => 'getCursosControllerService',
  54.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  55.             'App\\Controller\\DependenciasController' => 'getDependenciasControllerService',
  56.             'App\\Controller\\ErrorController' => 'getErrorControllerService',
  57.             'App\\Controller\\NormasbitacorascorrectivasController' => 'getNormasbitacorascorrectivasControllerService',
  58.             'App\\Controller\\NotificacioninspeccionController' => 'getNotificacioninspeccionControllerService',
  59.             'App\\Controller\\ParametrosController' => 'getParametrosControllerService',
  60.             'App\\Controller\\PasosactividadesController' => 'getPasosactividadesControllerService',
  61.             'App\\Controller\\PersonascontactoController' => 'getPersonascontactoControllerService',
  62.             'App\\Controller\\PersonasrelacionadasclienteController' => 'getPersonasrelacionadasclienteControllerService',
  63.             'App\\Controller\\ProcedimientosoperativosController' => 'getProcedimientosoperativosControllerService',
  64.             'App\\Controller\\ProductosController' => 'getProductosControllerService',
  65.             'App\\Controller\\ProgramasmantenimientoController' => 'getProgramasmantenimientoControllerService',
  66.             'App\\Controller\\TasascambioController' => 'getTasascambioControllerService',
  67.             'App\\Controller\\TipoprogramaController' => 'getTipoprogramaControllerService',
  68.             'App\\Controller\\TrazasController' => 'getTrazasControllerService',
  69.             'App\\Controller\\TrazasactividadesController' => 'getTrazasactividadesControllerService',
  70.             'App\\Controller\\UsuariosController' => 'getUsuariosControllerService',
  71.             'App\\DataFixtures\\AppFixtures' => 'getAppFixturesService',
  72.             'App\\Model\\Actividadprograma' => 'getActividadprogramaService',
  73.             'App\\Model\\Afiliado' => 'getAfiliadoService',
  74.             'App\\Model\\Archivo' => 'getArchivoService',
  75.             'App\\Model\\Certificado' => 'getCertificadoService',
  76.             'App\\Model\\Cliente' => 'getClienteService',
  77.             'App\\Model\\Contrato' => 'getContratoService',
  78.             'App\\Model\\Cotizacion' => 'getCotizacionService',
  79.             'App\\Model\\Descuento' => 'getDescuentoService',
  80.             'App\\Model\\EnvioEmail' => 'getEnvioEmailService',
  81.             'App\\Model\\Pasos' => 'getPasosService',
  82.             'App\\Model\\Recibo' => 'getReciboService',
  83.             'App\\Model\\Riesgocubierto' => 'getRiesgocubiertoService',
  84.             'App\\Model\\User' => 'getUserService',
  85.             'App\\Repository\\ActividadesprogramasRepository' => 'getActividadesprogramasRepositoryService',
  86.             'App\\Repository\\CotaseguradosRepository' => 'getCotaseguradosRepositoryService',
  87.             'App\\Repository\\CotizacionesRepository' => 'getCotizacionesRepositoryService',
  88.             'App\\Repository\\OrdenesRepository' => 'getOrdenesRepositoryService',
  89.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  90.             'Qipsius\\TCPDFBundle\\Controller\\TCPDFController' => 'getTCPDFControllerService',
  91.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  92.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  93.             'Twig\\Extra\\Intl\\IntlExtension' => 'getIntlExtensionService',
  94.             'cache.app' => 'getCache_AppService',
  95.             'cache.app_clearer' => 'getCache_AppClearerService',
  96.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  97.             'cache.system' => 'getCache_SystemService',
  98.             'cache.system_clearer' => 'getCache_SystemClearerService',
  99.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  100.             'cache_warmer' => 'getCacheWarmerService',
  101.             'console.command_loader' => 'getConsole_CommandLoaderService',
  102.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  103.             'doctrine' => 'getDoctrineService',
  104.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  105.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  106.             'error_controller' => 'getErrorController2Service',
  107.             'event_dispatcher' => 'getEventDispatcherService',
  108.             'http_kernel' => 'getHttpKernelService',
  109.             'request_stack' => 'getRequestStackService',
  110.             'router' => 'getRouterService',
  111.             'routing.loader' => 'getRouting_LoaderService',
  112.             'services_resetter' => 'getServicesResetterService',
  113.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  114.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  115.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  116.             'cache_clearer' => 'getCacheClearerService',
  117.             'filesystem' => 'getFilesystemService',
  118.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  119.             'form.factory' => 'getForm_FactoryService',
  120.             'form.type.file' => 'getForm_Type_FileService',
  121.             'profiler' => 'getProfilerService',
  122.             'twig' => 'getTwigService',
  123.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  124.             'security.token_storage' => 'getSecurity_TokenStorageService',
  125.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  126.             'session' => 'getSessionService',
  127.             'validator' => 'getValidatorService',
  128.         ];
  129.         $this->aliases = [
  130.             'database_connection' => 'doctrine.dbal.default_connection',
  131.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  132.         ];
  133.         $this->privates['service_container'] = function () {
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  140.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  256.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  259.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  265.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  271.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  278.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  279.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  280.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  283.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  351.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  406.             include_once __DIR__.'/proxy-classes.php';
  407.         };
  408.     }
  409.     public function compile(): void
  410.     {
  411.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  412.     }
  413.     public function isCompiled(): bool
  414.     {
  415.         return true;
  416.     }
  417.     public function getRemovedIds(): array
  418.     {
  419.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  420.     }
  421.     protected function createProxy($class, \Closure $factory)
  422.     {
  423.         return $factory();
  424.     }
  425.     /**
  426.      * Gets the public '.container.private.cache_clearer' shared service.
  427.      *
  428.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  429.      */
  430.     protected function get_Container_Private_CacheClearerService()
  431.     {
  432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  434.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  435.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  436.         }, 1));
  437.     }
  438.     /**
  439.      * Gets the public '.container.private.filesystem' shared service.
  440.      *
  441.      * @return \Symfony\Component\Filesystem\Filesystem
  442.      */
  443.     protected function get_Container_Private_FilesystemService()
  444.     {
  445.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  446.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  447.     }
  448.     /**
  449.      * Gets the public '.container.private.form.factory' shared service.
  450.      *
  451.      * @return \Symfony\Component\Form\FormFactory
  452.      */
  453.     protected function get_Container_Private_Form_FactoryService()
  454.     {
  455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  457.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  458.     }
  459.     /**
  460.      * Gets the public '.container.private.form.type.file' shared service.
  461.      *
  462.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  463.      */
  464.     protected function get_Container_Private_Form_Type_FileService()
  465.     {
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  469.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(NULL);
  470.     }
  471.     /**
  472.      * Gets the public '.container.private.profiler' shared service.
  473.      *
  474.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  475.      */
  476.     protected function get_Container_Private_ProfilerService()
  477.     {
  478.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  479.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  480.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  481.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  482.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  483.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  484.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  485.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  486.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  487.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  488.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  489.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  490.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  491.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  492.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  493.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  494.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  495.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  496.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  497.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  498.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  499.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  500.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  501.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  502.         if ($this->has('kernel')) {
  503.             $f->setKernel($b);
  504.         }
  505.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  506.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  507.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  508.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  509.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  510.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  511.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  512.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  513.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  514.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  515.         $instance->add($d);
  516.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  517.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  518.         $instance->add($e);
  519.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  520.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  521.         $instance->add($f);
  522.         return $instance;
  523.     }
  524.     /**
  525.      * Gets the public '.container.private.security.authorization_checker' shared service.
  526.      *
  527.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  528.      */
  529.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  530.     {
  531.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  532.     }
  533.     /**
  534.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  535.      *
  536.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  537.      */
  538.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  539.     {
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  544.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  545.     }
  546.     /**
  547.      * Gets the public '.container.private.security.password_encoder' shared service.
  548.      *
  549.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  550.      *
  551.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  552.      */
  553.     protected function get_Container_Private_Security_PasswordEncoderService()
  554.     {
  555.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  556.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  557.     }
  558.     /**
  559.      * Gets the public '.container.private.security.token_storage' shared service.
  560.      *
  561.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  562.      */
  563.     protected function get_Container_Private_Security_TokenStorageService()
  564.     {
  565.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  566.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  567.         ], [
  568.             'request_stack' => '?',
  569.         ]));
  570.     }
  571.     /**
  572.      * Gets the public '.container.private.session' shared service.
  573.      *
  574.      * @return \Symfony\Component\HttpFoundation\Session\Session
  575.      */
  576.     protected function get_Container_Private_SessionService()
  577.     {
  578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  580.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  581.     }
  582.     /**
  583.      * Gets the public '.container.private.twig' shared service.
  584.      *
  585.      * @return \Twig\Environment
  586.      */
  587.     protected function get_Container_Private_TwigService()
  588.     {
  589.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  590.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  591.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  592.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  593.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  594.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  595.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  596.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  597.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  598.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/AccesoBundle'));
  599.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  600.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  601.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  602.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  603.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  604.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  605.         $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  606.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  607.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  608.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  609.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  610.         $h = new \Symfony\Bridge\Twig\AppVariable();
  611.         $h->setEnvironment('dev');
  612.         $h->setDebug(true);
  613.         if ($this->has('.container.private.security.token_storage')) {
  614.             $h->setTokenStorage($f);
  615.         }
  616.         if ($this->has('request_stack')) {
  617.             $h->setRequestStack($c);
  618.         }
  619.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  620.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  621.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  622.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  623.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c$d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  624.             return new \EmptyIterator();
  625.         }, 0))));
  626.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  627.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  628.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  629.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  630.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  631.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$d)));
  632.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(NULL));
  633.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  634.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  635.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  636.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  637.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  638.         $instance->addGlobal('app'$h);
  639.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  640.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  641.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  642.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  643.         ], [
  644.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  645.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  646.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  647.         ])));
  648.         $instance->addGlobal('nombre_empresa'$this->getEnv('variables_nombre'));
  649.         $instance->addGlobal('nombre_logo'$this->getEnv('variables_logo'));
  650.         $instance->addGlobal('nombre_logohome'$this->getEnv('variables_logohome'));
  651.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  652.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  653.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  654.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  655.         return $instance;
  656.     }
  657.     /**
  658.      * Gets the public '.container.private.validator' shared service.
  659.      *
  660.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  661.      */
  662.     protected function get_Container_Private_ValidatorService()
  663.     {
  664.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  665.     }
  666.     /**
  667.      * Gets the public 'App\Command\CronjobActividadesPorVencerCommand' shared autowired service.
  668.      *
  669.      * @return \App\Command\CronjobActividadesPorVencerCommand
  670.      */
  671.     protected function getCronjobActividadesPorVencerCommandService()
  672.     {
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  674.         include_once \dirname(__DIR__4).'/src/Command/CronjobActividadesPorVencerCommand.php';
  675.         $this->services['App\\Command\\CronjobActividadesPorVencerCommand'] = $instance = new \App\Command\CronjobActividadesPorVencerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  676.         $instance->setName('app:CronjobActividadesPorVencer');
  677.         return $instance;
  678.     }
  679.     /**
  680.      * Gets the public 'App\Command\CronjobDocumentosPorVencerCommand' shared autowired service.
  681.      *
  682.      * @return \App\Command\CronjobDocumentosPorVencerCommand
  683.      */
  684.     protected function getCronjobDocumentosPorVencerCommandService()
  685.     {
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  687.         include_once \dirname(__DIR__4).'/src/Command/CronjobDocumentosPorVencerCommand.php';
  688.         $this->services['App\\Command\\CronjobDocumentosPorVencerCommand'] = $instance = new \App\Command\CronjobDocumentosPorVencerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  689.         $instance->setName('app:CronjobDocumentosPorVencer');
  690.         return $instance;
  691.     }
  692.     /**
  693.      * Gets the public 'App\Controller\ActividadesprogramasController' shared autowired service.
  694.      *
  695.      * @return \App\Controller\ActividadesprogramasController
  696.      */
  697.     protected function getActividadesprogramasControllerService()
  698.     {
  699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  700.         include_once \dirname(__DIR__4).'/src/Controller/ActividadesprogramasController.php';
  701.         $this->services['App\\Controller\\ActividadesprogramasController'] = $instance = new \App\Controller\ActividadesprogramasController();
  702.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ActividadesprogramasController'$this));
  703.         return $instance;
  704.     }
  705.     /**
  706.      * Gets the public 'App\Controller\ArchivosController' shared autowired service.
  707.      *
  708.      * @return \App\Controller\ArchivosController
  709.      */
  710.     protected function getArchivosControllerService()
  711.     {
  712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  713.         include_once \dirname(__DIR__4).'/src/Controller/ArchivosController.php';
  714.         $this->services['App\\Controller\\ArchivosController'] = $instance = new \App\Controller\ArchivosController();
  715.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArchivosController'$this));
  716.         return $instance;
  717.     }
  718.     /**
  719.      * Gets the public 'App\Controller\ArchivosbitacoraController' shared autowired service.
  720.      *
  721.      * @return \App\Controller\ArchivosbitacoraController
  722.      */
  723.     protected function getArchivosbitacoraControllerService()
  724.     {
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  726.         include_once \dirname(__DIR__4).'/src/Controller/ArchivosbitacoraController.php';
  727.         $this->services['App\\Controller\\ArchivosbitacoraController'] = $instance = new \App\Controller\ArchivosbitacoraController();
  728.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArchivosbitacoraController'$this));
  729.         return $instance;
  730.     }
  731.     /**
  732.      * Gets the public 'App\Controller\BitacoracombustibleController' shared autowired service.
  733.      *
  734.      * @return \App\Controller\BitacoracombustibleController
  735.      */
  736.     protected function getBitacoracombustibleControllerService()
  737.     {
  738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  739.         include_once \dirname(__DIR__4).'/src/Controller/BitacoracombustibleController.php';
  740.         $this->services['App\\Controller\\BitacoracombustibleController'] = $instance = new \App\Controller\BitacoracombustibleController();
  741.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\BitacoracombustibleController'$this));
  742.         return $instance;
  743.     }
  744.     /**
  745.      * Gets the public 'App\Controller\BitacorascorrectivasController' shared autowired service.
  746.      *
  747.      * @return \App\Controller\BitacorascorrectivasController
  748.      */
  749.     protected function getBitacorascorrectivasControllerService()
  750.     {
  751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  752.         include_once \dirname(__DIR__4).'/src/Controller/BitacorascorrectivasController.php';
  753.         $this->services['App\\Controller\\BitacorascorrectivasController'] = $instance = new \App\Controller\BitacorascorrectivasController();
  754.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\BitacorascorrectivasController'$this));
  755.         return $instance;
  756.     }
  757.     /**
  758.      * Gets the public 'App\Controller\ClientesController' shared autowired service.
  759.      *
  760.      * @return \App\Controller\ClientesController
  761.      */
  762.     protected function getClientesControllerService()
  763.     {
  764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  765.         include_once \dirname(__DIR__4).'/src/Controller/ClientesController.php';
  766.         $this->services['App\\Controller\\ClientesController'] = $instance = new \App\Controller\ClientesController();
  767.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientesController'$this));
  768.         return $instance;
  769.     }
  770.     /**
  771.      * Gets the public 'App\Controller\CursosController' shared autowired service.
  772.      *
  773.      * @return \App\Controller\CursosController
  774.      */
  775.     protected function getCursosControllerService()
  776.     {
  777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  778.         include_once \dirname(__DIR__4).'/src/Controller/CursosController.php';
  779.         $this->services['App\\Controller\\CursosController'] = $instance = new \App\Controller\CursosController();
  780.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CursosController'$this));
  781.         return $instance;
  782.     }
  783.     /**
  784.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  785.      *
  786.      * @return \App\Controller\DefaultController
  787.      */
  788.     protected function getDefaultControllerService()
  789.     {
  790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  791.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  792.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  793.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  794.         return $instance;
  795.     }
  796.     /**
  797.      * Gets the public 'App\Controller\DependenciasController' shared autowired service.
  798.      *
  799.      * @return \App\Controller\DependenciasController
  800.      */
  801.     protected function getDependenciasControllerService()
  802.     {
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  804.         include_once \dirname(__DIR__4).'/src/Controller/DependenciasController.php';
  805.         $this->services['App\\Controller\\DependenciasController'] = $instance = new \App\Controller\DependenciasController();
  806.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DependenciasController'$this));
  807.         return $instance;
  808.     }
  809.     /**
  810.      * Gets the public 'App\Controller\ErrorController' shared autowired service.
  811.      *
  812.      * @return \App\Controller\ErrorController
  813.      */
  814.     protected function getErrorControllerService()
  815.     {
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  817.         include_once \dirname(__DIR__4).'/src/Controller/ErrorController.php';
  818.         $this->services['App\\Controller\\ErrorController'] = $instance = new \App\Controller\ErrorController();
  819.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ErrorController'$this));
  820.         return $instance;
  821.     }
  822.     /**
  823.      * Gets the public 'App\Controller\NormasbitacorascorrectivasController' shared autowired service.
  824.      *
  825.      * @return \App\Controller\NormasbitacorascorrectivasController
  826.      */
  827.     protected function getNormasbitacorascorrectivasControllerService()
  828.     {
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  830.         include_once \dirname(__DIR__4).'/src/Controller/NormasbitacorascorrectivasController.php';
  831.         $this->services['App\\Controller\\NormasbitacorascorrectivasController'] = $instance = new \App\Controller\NormasbitacorascorrectivasController();
  832.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NormasbitacorascorrectivasController'$this));
  833.         return $instance;
  834.     }
  835.     /**
  836.      * Gets the public 'App\Controller\NotificacioninspeccionController' shared autowired service.
  837.      *
  838.      * @return \App\Controller\NotificacioninspeccionController
  839.      */
  840.     protected function getNotificacioninspeccionControllerService()
  841.     {
  842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  843.         include_once \dirname(__DIR__4).'/src/Controller/NotificacioninspeccionController.php';
  844.         $this->services['App\\Controller\\NotificacioninspeccionController'] = $instance = new \App\Controller\NotificacioninspeccionController();
  845.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NotificacioninspeccionController'$this));
  846.         return $instance;
  847.     }
  848.     /**
  849.      * Gets the public 'App\Controller\ParametrosController' shared autowired service.
  850.      *
  851.      * @return \App\Controller\ParametrosController
  852.      */
  853.     protected function getParametrosControllerService()
  854.     {
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  856.         include_once \dirname(__DIR__4).'/src/Controller/ParametrosController.php';
  857.         $this->services['App\\Controller\\ParametrosController'] = $instance = new \App\Controller\ParametrosController();
  858.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ParametrosController'$this));
  859.         return $instance;
  860.     }
  861.     /**
  862.      * Gets the public 'App\Controller\PasosactividadesController' shared autowired service.
  863.      *
  864.      * @return \App\Controller\PasosactividadesController
  865.      */
  866.     protected function getPasosactividadesControllerService()
  867.     {
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  869.         include_once \dirname(__DIR__4).'/src/Controller/PasosactividadesController.php';
  870.         $this->services['App\\Controller\\PasosactividadesController'] = $instance = new \App\Controller\PasosactividadesController();
  871.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PasosactividadesController'$this));
  872.         return $instance;
  873.     }
  874.     /**
  875.      * Gets the public 'App\Controller\PersonascontactoController' shared autowired service.
  876.      *
  877.      * @return \App\Controller\PersonascontactoController
  878.      */
  879.     protected function getPersonascontactoControllerService()
  880.     {
  881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  882.         include_once \dirname(__DIR__4).'/src/Controller/PersonascontactoController.php';
  883.         $this->services['App\\Controller\\PersonascontactoController'] = $instance = new \App\Controller\PersonascontactoController();
  884.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PersonascontactoController'$this));
  885.         return $instance;
  886.     }
  887.     /**
  888.      * Gets the public 'App\Controller\PersonasrelacionadasclienteController' shared autowired service.
  889.      *
  890.      * @return \App\Controller\PersonasrelacionadasclienteController
  891.      */
  892.     protected function getPersonasrelacionadasclienteControllerService()
  893.     {
  894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  895.         include_once \dirname(__DIR__4).'/src/Controller/PersonasrelacionadasclienteController.php';
  896.         $this->services['App\\Controller\\PersonasrelacionadasclienteController'] = $instance = new \App\Controller\PersonasrelacionadasclienteController();
  897.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PersonasrelacionadasclienteController'$this));
  898.         return $instance;
  899.     }
  900.     /**
  901.      * Gets the public 'App\Controller\ProcedimientosoperativosController' shared autowired service.
  902.      *
  903.      * @return \App\Controller\ProcedimientosoperativosController
  904.      */
  905.     protected function getProcedimientosoperativosControllerService()
  906.     {
  907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  908.         include_once \dirname(__DIR__4).'/src/Controller/ProcedimientosoperativosController.php';
  909.         $this->services['App\\Controller\\ProcedimientosoperativosController'] = $instance = new \App\Controller\ProcedimientosoperativosController();
  910.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProcedimientosoperativosController'$this));
  911.         return $instance;
  912.     }
  913.     /**
  914.      * Gets the public 'App\Controller\ProductosController' shared autowired service.
  915.      *
  916.      * @return \App\Controller\ProductosController
  917.      */
  918.     protected function getProductosControllerService()
  919.     {
  920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  921.         include_once \dirname(__DIR__4).'/src/Controller/ProductosController.php';
  922.         $this->services['App\\Controller\\ProductosController'] = $instance = new \App\Controller\ProductosController();
  923.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProductosController'$this));
  924.         return $instance;
  925.     }
  926.     /**
  927.      * Gets the public 'App\Controller\ProgramasmantenimientoController' shared autowired service.
  928.      *
  929.      * @return \App\Controller\ProgramasmantenimientoController
  930.      */
  931.     protected function getProgramasmantenimientoControllerService()
  932.     {
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  934.         include_once \dirname(__DIR__4).'/src/Controller/ProgramasmantenimientoController.php';
  935.         $this->services['App\\Controller\\ProgramasmantenimientoController'] = $instance = new \App\Controller\ProgramasmantenimientoController();
  936.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProgramasmantenimientoController'$this));
  937.         return $instance;
  938.     }
  939.     /**
  940.      * Gets the public 'App\Controller\TasascambioController' shared autowired service.
  941.      *
  942.      * @return \App\Controller\TasascambioController
  943.      */
  944.     protected function getTasascambioControllerService()
  945.     {
  946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  947.         include_once \dirname(__DIR__4).'/src/Controller/TasascambioController.php';
  948.         $this->services['App\\Controller\\TasascambioController'] = $instance = new \App\Controller\TasascambioController();
  949.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TasascambioController'$this));
  950.         return $instance;
  951.     }
  952.     /**
  953.      * Gets the public 'App\Controller\TipoprogramaController' shared autowired service.
  954.      *
  955.      * @return \App\Controller\TipoprogramaController
  956.      */
  957.     protected function getTipoprogramaControllerService()
  958.     {
  959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  960.         include_once \dirname(__DIR__4).'/src/Controller/TipoprogramaController.php';
  961.         $this->services['App\\Controller\\TipoprogramaController'] = $instance = new \App\Controller\TipoprogramaController();
  962.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TipoprogramaController'$this));
  963.         return $instance;
  964.     }
  965.     /**
  966.      * Gets the public 'App\Controller\TrazasController' shared autowired service.
  967.      *
  968.      * @return \App\Controller\TrazasController
  969.      */
  970.     protected function getTrazasControllerService()
  971.     {
  972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  973.         include_once \dirname(__DIR__4).'/src/Controller/TrazasController.php';
  974.         $this->services['App\\Controller\\TrazasController'] = $instance = new \App\Controller\TrazasController();
  975.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TrazasController'$this));
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public 'App\Controller\TrazasactividadesController' shared autowired service.
  980.      *
  981.      * @return \App\Controller\TrazasactividadesController
  982.      */
  983.     protected function getTrazasactividadesControllerService()
  984.     {
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  986.         include_once \dirname(__DIR__4).'/src/Controller/TrazasactividadesController.php';
  987.         $this->services['App\\Controller\\TrazasactividadesController'] = $instance = new \App\Controller\TrazasactividadesController();
  988.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TrazasactividadesController'$this));
  989.         return $instance;
  990.     }
  991.     /**
  992.      * Gets the public 'App\Controller\UsuariosController' shared autowired service.
  993.      *
  994.      * @return \App\Controller\UsuariosController
  995.      */
  996.     protected function getUsuariosControllerService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  999.         include_once \dirname(__DIR__4).'/src/Controller/UsuariosController.php';
  1000.         $this->services['App\\Controller\\UsuariosController'] = $instance = new \App\Controller\UsuariosController();
  1001.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\UsuariosController'$this));
  1002.         return $instance;
  1003.     }
  1004.     /**
  1005.      * Gets the public 'App\DataFixtures\AppFixtures' shared autowired service.
  1006.      *
  1007.      * @return \App\DataFixtures\AppFixtures
  1008.      */
  1009.     protected function getAppFixturesService()
  1010.     {
  1011.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  1012.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  1013.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  1014.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  1015.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  1016.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  1017.         return $this->services['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures();
  1018.     }
  1019.     /**
  1020.      * Gets the public 'App\Model\Actividadprograma' shared autowired service.
  1021.      *
  1022.      * @return \App\Model\Actividadprograma
  1023.      */
  1024.     protected function getActividadprogramaService()
  1025.     {
  1026.         include_once \dirname(__DIR__4).'/src/Model/Actividadprograma.php';
  1027.         return $this->services['App\\Model\\Actividadprograma'] = new \App\Model\Actividadprograma();
  1028.     }
  1029.     /**
  1030.      * Gets the public 'App\Model\Afiliado' shared autowired service.
  1031.      *
  1032.      * @return \App\Model\Afiliado
  1033.      */
  1034.     protected function getAfiliadoService()
  1035.     {
  1036.         include_once \dirname(__DIR__4).'/src/Model/Afiliado.php';
  1037.         return $this->services['App\\Model\\Afiliado'] = new \App\Model\Afiliado();
  1038.     }
  1039.     /**
  1040.      * Gets the public 'App\Model\Archivo' shared autowired service.
  1041.      *
  1042.      * @return \App\Model\Archivo
  1043.      */
  1044.     protected function getArchivoService()
  1045.     {
  1046.         include_once \dirname(__DIR__4).'/src/Model/Archivo.php';
  1047.         return $this->services['App\\Model\\Archivo'] = new \App\Model\Archivo();
  1048.     }
  1049.     /**
  1050.      * Gets the public 'App\Model\Certificado' shared autowired service.
  1051.      *
  1052.      * @return \App\Model\Certificado
  1053.      */
  1054.     protected function getCertificadoService()
  1055.     {
  1056.         include_once \dirname(__DIR__4).'/src/Model/Certificado.php';
  1057.         return $this->services['App\\Model\\Certificado'] = new \App\Model\Certificado();
  1058.     }
  1059.     /**
  1060.      * Gets the public 'App\Model\Cliente' shared autowired service.
  1061.      *
  1062.      * @return \App\Model\Cliente
  1063.      */
  1064.     protected function getClienteService()
  1065.     {
  1066.         include_once \dirname(__DIR__4).'/src/Model/Cliente.php';
  1067.         return $this->services['App\\Model\\Cliente'] = new \App\Model\Cliente();
  1068.     }
  1069.     /**
  1070.      * Gets the public 'App\Model\Contrato' shared autowired service.
  1071.      *
  1072.      * @return \App\Model\Contrato
  1073.      */
  1074.     protected function getContratoService()
  1075.     {
  1076.         include_once \dirname(__DIR__4).'/src/Model/Contrato.php';
  1077.         return $this->services['App\\Model\\Contrato'] = new \App\Model\Contrato();
  1078.     }
  1079.     /**
  1080.      * Gets the public 'App\Model\Cotizacion' shared autowired service.
  1081.      *
  1082.      * @return \App\Model\Cotizacion
  1083.      */
  1084.     protected function getCotizacionService()
  1085.     {
  1086.         include_once \dirname(__DIR__4).'/src/Model/Cotizacion.php';
  1087.         return $this->services['App\\Model\\Cotizacion'] = new \App\Model\Cotizacion();
  1088.     }
  1089.     /**
  1090.      * Gets the public 'App\Model\Descuento' shared autowired service.
  1091.      *
  1092.      * @return \App\Model\Descuento
  1093.      */
  1094.     protected function getDescuentoService()
  1095.     {
  1096.         include_once \dirname(__DIR__4).'/src/Model/Descuento.php';
  1097.         return $this->services['App\\Model\\Descuento'] = new \App\Model\Descuento();
  1098.     }
  1099.     /**
  1100.      * Gets the public 'App\Model\EnvioEmail' shared autowired service.
  1101.      *
  1102.      * @return \App\Model\EnvioEmail
  1103.      */
  1104.     protected function getEnvioEmailService()
  1105.     {
  1106.         include_once \dirname(__DIR__4).'/src/Model/EnvioEmail.php';
  1107.         return $this->services['App\\Model\\EnvioEmail'] = new \App\Model\EnvioEmail(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1108.     }
  1109.     /**
  1110.      * Gets the public 'App\Model\Pasos' shared autowired service.
  1111.      *
  1112.      * @return \App\Model\Pasos
  1113.      */
  1114.     protected function getPasosService()
  1115.     {
  1116.         include_once \dirname(__DIR__4).'/src/Model/Pasos.php';
  1117.         return $this->services['App\\Model\\Pasos'] = new \App\Model\Pasos();
  1118.     }
  1119.     /**
  1120.      * Gets the public 'App\Model\Recibo' shared autowired service.
  1121.      *
  1122.      * @return \App\Model\Recibo
  1123.      */
  1124.     protected function getReciboService()
  1125.     {
  1126.         include_once \dirname(__DIR__4).'/src/Model/Recibo.php';
  1127.         return $this->services['App\\Model\\Recibo'] = new \App\Model\Recibo();
  1128.     }
  1129.     /**
  1130.      * Gets the public 'App\Model\Riesgocubierto' shared autowired service.
  1131.      *
  1132.      * @return \App\Model\Riesgocubierto
  1133.      */
  1134.     protected function getRiesgocubiertoService()
  1135.     {
  1136.         include_once \dirname(__DIR__4).'/src/Model/Riesgocubierto.php';
  1137.         return $this->services['App\\Model\\Riesgocubierto'] = new \App\Model\Riesgocubierto();
  1138.     }
  1139.     /**
  1140.      * Gets the public 'App\Model\User' shared autowired service.
  1141.      *
  1142.      * @return \App\Model\User
  1143.      */
  1144.     protected function getUserService()
  1145.     {
  1146.         include_once \dirname(__DIR__4).'/src/Model/User.php';
  1147.         return $this->services['App\\Model\\User'] = new \App\Model\User();
  1148.     }
  1149.     /**
  1150.      * Gets the public 'App\Repository\ActividadesprogramasRepository' shared autowired service.
  1151.      *
  1152.      * @return \App\Repository\ActividadesprogramasRepository
  1153.      */
  1154.     protected function getActividadesprogramasRepositoryService()
  1155.     {
  1156.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1161.         include_once \dirname(__DIR__4).'/src/Repository/ActividadesprogramasRepository.php';
  1162.         return $this->services['App\\Repository\\ActividadesprogramasRepository'] = new \App\Repository\ActividadesprogramasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1163.     }
  1164.     /**
  1165.      * Gets the public 'App\Repository\CotaseguradosRepository' shared autowired service.
  1166.      *
  1167.      * @return \App\Repository\CotaseguradosRepository
  1168.      */
  1169.     protected function getCotaseguradosRepositoryService()
  1170.     {
  1171.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1172.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1176.         include_once \dirname(__DIR__4).'/src/Repository/CotaseguradosRepository.php';
  1177.         return $this->services['App\\Repository\\CotaseguradosRepository'] = new \App\Repository\CotaseguradosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1178.     }
  1179.     /**
  1180.      * Gets the public 'App\Repository\CotizacionesRepository' shared autowired service.
  1181.      *
  1182.      * @return \App\Repository\CotizacionesRepository
  1183.      */
  1184.     protected function getCotizacionesRepositoryService()
  1185.     {
  1186.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1191.         include_once \dirname(__DIR__4).'/src/Repository/CotizacionesRepository.php';
  1192.         return $this->services['App\\Repository\\CotizacionesRepository'] = new \App\Repository\CotizacionesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1193.     }
  1194.     /**
  1195.      * Gets the public 'App\Repository\OrdenesRepository' shared autowired service.
  1196.      *
  1197.      * @return \App\Repository\OrdenesRepository
  1198.      */
  1199.     protected function getOrdenesRepositoryService()
  1200.     {
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1206.         include_once \dirname(__DIR__4).'/src/Repository/OrdenesRepository.php';
  1207.         return $this->services['App\\Repository\\OrdenesRepository'] = new \App\Repository\OrdenesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1208.     }
  1209.     /**
  1210.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1211.      *
  1212.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1213.      */
  1214.     protected function getProfilerControllerService()
  1215.     {
  1216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1217.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1218.     }
  1219.     /**
  1220.      * Gets the public 'Qipsius\TCPDFBundle\Controller\TCPDFController' shared service.
  1221.      *
  1222.      * @return \Qipsius\TCPDFBundle\Controller\TCPDFController
  1223.      */
  1224.     protected function getTCPDFControllerService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle/Controller/TCPDFController.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  1228.         return $this->services['Qipsius\\TCPDFBundle\\Controller\\TCPDFController'] = new \Qipsius\TCPDFBundle\Controller\TCPDFController('TCPDF');
  1229.     }
  1230.     /**
  1231.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1232.      *
  1233.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1234.      */
  1235.     protected function getRedirectControllerService()
  1236.     {
  1237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1238.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1239.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1240.     }
  1241.     /**
  1242.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1243.      *
  1244.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1245.      */
  1246.     protected function getTemplateControllerService()
  1247.     {
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1249.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1250.     }
  1251.     /**
  1252.      * Gets the public 'Twig\Extra\Intl\IntlExtension' shared autowired service.
  1253.      *
  1254.      * @return \Twig\Extra\Intl\IntlExtension
  1255.      */
  1256.     protected function getIntlExtensionService()
  1257.     {
  1258.         return $this->services['Twig\\Extra\\Intl\\IntlExtension'] = new \Twig\Extra\Intl\IntlExtension();
  1259.     }
  1260.     /**
  1261.      * Gets the public 'cache.app' shared service.
  1262.      *
  1263.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1264.      */
  1265.     protected function getCache_AppService()
  1266.     {
  1267.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gXjJdUF36q'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1268.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1269.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1270.     }
  1271.     /**
  1272.      * Gets the public 'cache.app_clearer' shared service.
  1273.      *
  1274.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1275.      */
  1276.     protected function getCache_AppClearerService()
  1277.     {
  1278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1279.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1280.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1281.     }
  1282.     /**
  1283.      * Gets the public 'cache.global_clearer' shared service.
  1284.      *
  1285.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1286.      */
  1287.     protected function getCache_GlobalClearerService()
  1288.     {
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1291.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1292.     }
  1293.     /**
  1294.      * Gets the public 'cache.system' shared service.
  1295.      *
  1296.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1297.      */
  1298.     protected function getCache_SystemService()
  1299.     {
  1300.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DZlRRXctR+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1301.     }
  1302.     /**
  1303.      * Gets the public 'cache.system_clearer' shared service.
  1304.      *
  1305.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1306.      */
  1307.     protected function getCache_SystemClearerService()
  1308.     {
  1309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1311.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1312.     }
  1313.     /**
  1314.      * Gets the public 'cache.validator_expression_language' shared service.
  1315.      *
  1316.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1317.      */
  1318.     protected function getCache_ValidatorExpressionLanguageService()
  1319.     {
  1320.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wHcMZn+qys'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1321.     }
  1322.     /**
  1323.      * Gets the public 'cache_warmer' shared service.
  1324.      *
  1325.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1326.      */
  1327.     protected function getCacheWarmerService()
  1328.     {
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1331.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1332.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1333.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1334.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1335.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1336.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1337.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1338.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1339.         }, 7), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1340.     }
  1341.     /**
  1342.      * Gets the public 'console.command_loader' shared service.
  1343.      *
  1344.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1345.      */
  1346.     protected function getConsole_CommandLoaderService()
  1347.     {
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1350.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1351.             'App\\Command\\CronjobActividadesPorVencerCommand' => ['services''App\\Command\\CronjobActividadesPorVencerCommand''getCronjobActividadesPorVencerCommandService'false],
  1352.             'App\\Command\\CronjobDocumentosPorVencerCommand' => ['services''App\\Command\\CronjobDocumentosPorVencerCommand''getCronjobDocumentosPorVencerCommandService'false],
  1353.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1354.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1355.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1356.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1357.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1358.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1359.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1360.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1361.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1362.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1363.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1364.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1365.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1366.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1367.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1368.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1369.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1370.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1371.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1372.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1373.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1374.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1375.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1376.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1377.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1378.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1379.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1380.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1381.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1382.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1383.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1384.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1385.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1386.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1387.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1388.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1389.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1390.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1391.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1392.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1393.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1394.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1395.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1396.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1397.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1398.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1399.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1400.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1401.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1402.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1403.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1404.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1405.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1406.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1407.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1408.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1409.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1410.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1411.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1412.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1413.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1414.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1415.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1416.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1417.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1418.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1419.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1420.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1421.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1422.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1423.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1424.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1425.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1426.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1427.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1428.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1429.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1430.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1431.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1432.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1433.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1434.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1435.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1436.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1437.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1438.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1439.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1440.         ], [
  1441.             'App\\Command\\CronjobActividadesPorVencerCommand' => 'App\\Command\\CronjobActividadesPorVencerCommand',
  1442.             'App\\Command\\CronjobDocumentosPorVencerCommand' => 'App\\Command\\CronjobDocumentosPorVencerCommand',
  1443.             'console.command.about' => '?',
  1444.             'console.command.assets_install' => '?',
  1445.             'console.command.cache_clear' => '?',
  1446.             'console.command.cache_pool_clear' => '?',
  1447.             'console.command.cache_pool_prune' => '?',
  1448.             'console.command.cache_pool_delete' => '?',
  1449.             'console.command.cache_pool_list' => '?',
  1450.             'console.command.cache_warmup' => '?',
  1451.             'console.command.config_debug' => '?',
  1452.             'console.command.config_dump_reference' => '?',
  1453.             'console.command.container_debug' => '?',
  1454.             'console.command.container_lint' => '?',
  1455.             'console.command.debug_autowiring' => '?',
  1456.             'console.command.dotenv_debug' => '?',
  1457.             'console.command.event_dispatcher_debug' => '?',
  1458.             'console.command.router_debug' => '?',
  1459.             'console.command.router_match' => '?',
  1460.             'console.command.validator_debug' => '?',
  1461.             'console.command.yaml_lint' => '?',
  1462.             'console.command.form_debug' => '?',
  1463.             'console.command.secrets_set' => '?',
  1464.             'console.command.secrets_remove' => '?',
  1465.             'console.command.secrets_generate_key' => '?',
  1466.             'console.command.secrets_list' => '?',
  1467.             'console.command.secrets_decrypt_to_local' => '?',
  1468.             'console.command.secrets_encrypt_from_local' => '?',
  1469.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1470.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1471.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1472.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1473.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1474.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1475.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1476.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1477.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1478.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1479.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1480.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1481.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1482.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1483.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1484.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1485.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1486.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1487.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1488.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1489.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1490.             'twig.command.debug' => '?',
  1491.             'twig.command.lint' => '?',
  1492.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1493.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1494.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1495.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1496.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1497.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1498.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1499.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1500.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1501.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1502.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1503.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1504.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1505.             'security.command.debug_firewall' => '?',
  1506.             'security.command.user_password_encoder' => '?',
  1507.             'security.command.user_password_hash' => '?',
  1508.             'maker.auto_command.make_auth' => '?',
  1509.             'maker.auto_command.make_command' => '?',
  1510.             'maker.auto_command.make_controller' => '?',
  1511.             'maker.auto_command.make_crud' => '?',
  1512.             'maker.auto_command.make_docker_database' => '?',
  1513.             'maker.auto_command.make_entity' => '?',
  1514.             'maker.auto_command.make_fixtures' => '?',
  1515.             'maker.auto_command.make_form' => '?',
  1516.             'maker.auto_command.make_message' => '?',
  1517.             'maker.auto_command.make_messenger_middleware' => '?',
  1518.             'maker.auto_command.make_registration_form' => '?',
  1519.             'maker.auto_command.make_reset_password' => '?',
  1520.             'maker.auto_command.make_serializer_encoder' => '?',
  1521.             'maker.auto_command.make_serializer_normalizer' => '?',
  1522.             'maker.auto_command.make_subscriber' => '?',
  1523.             'maker.auto_command.make_twig_extension' => '?',
  1524.             'maker.auto_command.make_test' => '?',
  1525.             'maker.auto_command.make_validator' => '?',
  1526.             'maker.auto_command.make_voter' => '?',
  1527.             'maker.auto_command.make_user' => '?',
  1528.             'maker.auto_command.make_migration' => '?',
  1529.             'maker.auto_command.make_stimulus_controller' => '?',
  1530.         ]), ['app:CronjobActividadesPorVencer' => 'App\\Command\\CronjobActividadesPorVencerCommand''app:CronjobDocumentosPorVencer' => 'App\\Command\\CronjobDocumentosPorVencerCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:validator' => 'console.command.validator_debug''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1531.     }
  1532.     /**
  1533.      * Gets the public 'container.env_var_processors_locator' shared service.
  1534.      *
  1535.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1536.      */
  1537.     protected function getContainer_EnvVarProcessorsLocatorService()
  1538.     {
  1539.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1540.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1541.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1542.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1543.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1544.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1545.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1546.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1547.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1548.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1549.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1550.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1551.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1552.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1553.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1554.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1555.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1556.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1557.         ], [
  1558.             'base64' => '?',
  1559.             'bool' => '?',
  1560.             'const' => '?',
  1561.             'csv' => '?',
  1562.             'default' => '?',
  1563.             'file' => '?',
  1564.             'float' => '?',
  1565.             'int' => '?',
  1566.             'json' => '?',
  1567.             'key' => '?',
  1568.             'not' => '?',
  1569.             'query_string' => '?',
  1570.             'require' => '?',
  1571.             'resolve' => '?',
  1572.             'string' => '?',
  1573.             'trim' => '?',
  1574.             'url' => '?',
  1575.         ]);
  1576.     }
  1577.     /**
  1578.      * Gets the public 'doctrine' shared service.
  1579.      *
  1580.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1581.      */
  1582.     protected function getDoctrineService()
  1583.     {
  1584.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1585.     }
  1586.     /**
  1587.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1588.      *
  1589.      * @return \Doctrine\DBAL\Connection
  1590.      */
  1591.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1592.     {
  1593.         $a = new \Doctrine\DBAL\Configuration();
  1594.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1595.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1596.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1597.         $b->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1598.         $b->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1600.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1601.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1602.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1603.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1604.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1605.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1606.         ], [
  1607.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1608.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1609.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1610.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1611.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1612.     }
  1613.     /**
  1614.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1615.      *
  1616.      * @return \Doctrine\ORM\EntityManager
  1617.      */
  1618.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1619.     {
  1620.         if ($lazyLoad) {
  1621.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1622.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1623.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1624.                     $proxy->setProxyInitializer(null);
  1625.                     return true;
  1626.                 });
  1627.             });
  1628.         }
  1629.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1645.         $a = new \Doctrine\ORM\Configuration();
  1646.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1647.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'App\\Entity');
  1648.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1649.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1650.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1651.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1652.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1653.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1654.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1655.         ], [
  1656.             'doctrine.ulid_generator' => '?',
  1657.             'doctrine.uuid_generator' => '?',
  1658.         ])));
  1659.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1660.         $a->setProxyNamespace('Proxies');
  1661.         $a->setAutoGenerateProxyClasses(false);
  1662.         $a->setSchemaIgnoreClasses([]);
  1663.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1664.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1665.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1666.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1667.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1668.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1669.             'App\\Repository\\ActividadesprogramasRepository' => ['services''App\\Repository\\ActividadesprogramasRepository''getActividadesprogramasRepositoryService'false],
  1670.             'App\\Repository\\CotaseguradosRepository' => ['services''App\\Repository\\CotaseguradosRepository''getCotaseguradosRepositoryService'false],
  1671.             'App\\Repository\\CotizacionesRepository' => ['services''App\\Repository\\CotizacionesRepository''getCotizacionesRepositoryService'false],
  1672.             'App\\Repository\\OrdenesRepository' => ['services''App\\Repository\\OrdenesRepository''getOrdenesRepositoryService'false],
  1673.         ], [
  1674.             'App\\Repository\\ActividadesprogramasRepository' => '?',
  1675.             'App\\Repository\\CotaseguradosRepository' => '?',
  1676.             'App\\Repository\\CotizacionesRepository' => '?',
  1677.             'App\\Repository\\OrdenesRepository' => '?',
  1678.         ])));
  1679.         $a->addCustomStringFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  1680.         $a->addCustomDatetimeFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1681.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1682.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1683.         return $instance;
  1684.     }
  1685.     /**
  1686.      * Gets the public 'error_controller' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1689.      */
  1690.     protected function getErrorController2Service()
  1691.     {
  1692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1695.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'App\\Controller\\ErrorController::showAction', new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true)));
  1696.     }
  1697.     /**
  1698.      * Gets the public 'event_dispatcher' shared service.
  1699.      *
  1700.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1701.      */
  1702.     protected function getEventDispatcherService()
  1703.     {
  1704.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1705.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1706.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1707.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1708.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1709.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1710.         $instance->addListener('kernel.controller', [=> function () {
  1711.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1712.         }, => 'onKernelController'], 0);
  1713.         $instance->addListener('kernel.response', [=> function () {
  1714.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1715.         }, => 'onKernelResponse'], 0);
  1716.         $instance->addListener('kernel.response', [=> function () {
  1717.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1718.         }, => 'onKernelResponse'], -1024);
  1719.         $instance->addListener('kernel.request', [=> function () {
  1720.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1721.         }, => 'setDefaultLocale'], 100);
  1722.         $instance->addListener('kernel.request', [=> function () {
  1723.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1724.         }, => 'onKernelRequest'], 16);
  1725.         $instance->addListener('kernel.finish_request', [=> function () {
  1726.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1727.         }, => 'onKernelFinishRequest'], 0);
  1728.         $instance->addListener('kernel.request', [=> function () {
  1729.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1730.         }, => 'onKernelRequest'], 256);
  1731.         $instance->addListener('kernel.response', [=> function () {
  1732.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1733.         }, => 'onResponse'], -255);
  1734.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1735.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1736.         }, => 'onControllerArguments'], 0);
  1737.         $instance->addListener('kernel.exception', [=> function () {
  1738.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1739.         }, => 'logKernelException'], 0);
  1740.         $instance->addListener('kernel.exception', [=> function () {
  1741.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1742.         }, => 'onKernelException'], -128);
  1743.         $instance->addListener('kernel.response', [=> function () {
  1744.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1745.         }, => 'removeCspHeader'], -128);
  1746.         $instance->addListener('kernel.request', [=> function () {
  1747.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1748.         }, => 'onKernelRequest'], 15);
  1749.         $instance->addListener('kernel.finish_request', [=> function () {
  1750.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1751.         }, => 'onKernelFinishRequest'], -15);
  1752.         $instance->addListener('console.error', [=> function () {
  1753.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1754.         }, => 'onConsoleError'], -128);
  1755.         $instance->addListener('console.terminate', [=> function () {
  1756.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1757.         }, => 'onConsoleTerminate'], -128);
  1758.         $instance->addListener('console.error', [=> function () {
  1759.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1760.         }, => 'onConsoleError'], 0);
  1761.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1762.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1763.         }, => 'onMessage'], -255);
  1764.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1765.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1766.         }, => 'onMessage'], -255);
  1767.         $instance->addListener('kernel.request', [=> function () {
  1768.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1769.         }, => 'configure'], 2048);
  1770.         $instance->addListener('console.command', [=> function () {
  1771.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1772.         }, => 'configure'], 2048);
  1773.         $instance->addListener('kernel.request', [=> function () {
  1774.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1775.         }, => 'onKernelRequest'], 32);
  1776.         $instance->addListener('kernel.finish_request', [=> function () {
  1777.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1778.         }, => 'onKernelFinishRequest'], 0);
  1779.         $instance->addListener('kernel.exception', [=> function () {
  1780.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1781.         }, => 'onKernelException'], -64);
  1782.         $instance->addListener('kernel.request', [=> function () {
  1783.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1784.         }, => 'onKernelRequest'], 128);
  1785.         $instance->addListener('kernel.response', [=> function () {
  1786.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1787.         }, => 'onKernelResponse'], -1000);
  1788.         $instance->addListener('kernel.finish_request', [=> function () {
  1789.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1790.         }, => 'onFinishRequest'], 0);
  1791.         $instance->addListener('kernel.response', [=> function () {
  1792.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1793.         }, => 'onKernelResponse'], -100);
  1794.         $instance->addListener('kernel.exception', [=> function () {
  1795.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1796.         }, => 'onKernelException'], 0);
  1797.         $instance->addListener('kernel.terminate', [=> function () {
  1798.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1799.         }, => 'onKernelTerminate'], -1024);
  1800.         $instance->addListener('kernel.controller', [=> function () {
  1801.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1802.         }, => 'onKernelController'], 0);
  1803.         $instance->addListener('kernel.response', [=> function () {
  1804.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1805.         }, => 'onKernelResponse'], 0);
  1806.         $instance->addListener('kernel.controller', [=> function () {
  1807.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1808.         }, => 'onKernelController'], 0);
  1809.         $instance->addListener('kernel.controller', [=> function () {
  1810.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1811.         }, => 'onKernelController'], 0);
  1812.         $instance->addListener('kernel.controller', [=> function () {
  1813.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1814.         }, => 'onKernelController'], -128);
  1815.         $instance->addListener('kernel.view', [=> function () {
  1816.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1817.         }, => 'onKernelView'], 0);
  1818.         $instance->addListener('kernel.controller', [=> function () {
  1819.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1820.         }, => 'onKernelController'], 0);
  1821.         $instance->addListener('kernel.response', [=> function () {
  1822.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1823.         }, => 'onKernelResponse'], 0);
  1824.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1825.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1826.         }, => 'onKernelControllerArguments'], 0);
  1827.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1828.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1829.         }, => 'onKernelControllerArguments'], 0);
  1830.         $instance->addListener('console.command', [=> function () {
  1831.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1832.         }, => 'onCommand'], 255);
  1833.         $instance->addListener('console.terminate', [=> function () {
  1834.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1835.         }, => 'onTerminate'], -255);
  1836.         $instance->addListener('console.error', [=> function () {
  1837.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1838.         }, => 'onConsoleError'], 0);
  1839.         $instance->addListener('console.terminate', [=> function () {
  1840.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1841.         }, => 'onConsoleTerminate'], 0);
  1842.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1843.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1844.         }, => 'onMessage'], 0);
  1845.         $instance->addListener('kernel.response', [=> function () {
  1846.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1847.         }, => 'onKernelResponse'], -128);
  1848.         $instance->addListener('kernel.response', [=> function () {
  1849.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1850.         }, => 'onKernelResponse'], 0);
  1851.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1852.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1853.         }, => 'onVoterVote'], 0);
  1854.         $instance->addListener('kernel.request', [=> function () {
  1855.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1856.         }, => 'configureLogoutUrlGenerator'], 8);
  1857.         $instance->addListener('kernel.request', [=> function () {
  1858.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1859.         }, => 'onKernelRequest'], 8);
  1860.         $instance->addListener('kernel.finish_request', [=> function () {
  1861.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1862.         }, => 'onKernelFinishRequest'], 0);
  1863.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1864.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1865.         }, => 'onLogout'], 0);
  1866.         return $instance;
  1867.     }
  1868.     /**
  1869.      * Gets the public 'http_kernel' shared service.
  1870.      *
  1871.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1872.      */
  1873.     protected function getHttpKernelService()
  1874.     {
  1875.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1876.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1877.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1878.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1879.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1880.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1881.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1882.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1883.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1884.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1885.         }, 8)), $a));
  1886.     }
  1887.     /**
  1888.      * Gets the public 'request_stack' shared service.
  1889.      *
  1890.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1891.      */
  1892.     protected function getRequestStackService()
  1893.     {
  1894.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1895.     }
  1896.     /**
  1897.      * Gets the public 'router' shared service.
  1898.      *
  1899.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1900.      */
  1901.     protected function getRouterService()
  1902.     {
  1903.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1904.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1905.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1906.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1907.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1908.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1909.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1910.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1911.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1912.         ], [
  1913.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1914.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1915.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1916.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1917.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1918.         }, 2)));
  1919.         return $instance;
  1920.     }
  1921.     /**
  1922.      * Gets the public 'routing.loader' shared service.
  1923.      *
  1924.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1925.      */
  1926.     protected function getRouting_LoaderService()
  1927.     {
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1942.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1952.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1953.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1954.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1955.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1956.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1957.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1958.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1959.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1960.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1961.             'kernel' => ['services''kernel''getKernelService'false],
  1962.         ], [
  1963.             'kernel' => 'App\\Kernel',
  1964.         ]), 'dev'));
  1965.         $a->addLoader($c);
  1966.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1967.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1968.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], []);
  1969.     }
  1970.     /**
  1971.      * Gets the public 'services_resetter' shared service.
  1972.      *
  1973.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1974.      */
  1975.     protected function getServicesResetterService()
  1976.     {
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1978.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1979.             if (isset($this->services['cache.app'])) {
  1980.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1981.             }
  1982.             if (isset($this->services['cache.system'])) {
  1983.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1984.             }
  1985.             if (isset($this->privates['cache.validator'])) {
  1986.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1987.             }
  1988.             if (isset($this->privates['cache.serializer'])) {
  1989.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1990.             }
  1991.             if (isset($this->privates['cache.annotations'])) {
  1992.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1993.             }
  1994.             if (isset($this->privates['cache.property_info'])) {
  1995.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1996.             }
  1997.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1998.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1999.             }
  2000.             if (isset($this->privates['debug.stopwatch'])) {
  2001.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2002.             }
  2003.             if (isset($this->services['event_dispatcher'])) {
  2004.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2005.             }
  2006.             if (isset($this->privates['session_listener'])) {
  2007.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2008.             }
  2009.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2010.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2011.             }
  2012.             if (isset($this->services['cache.validator_expression_language'])) {
  2013.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2014.             }
  2015.             if (isset($this->services['.container.private.profiler'])) {
  2016.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2017.             }
  2018.             if (isset($this->services['.container.private.validator'])) {
  2019.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2020.             }
  2021.             if (isset($this->services['doctrine'])) {
  2022.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2023.             }
  2024.             if (isset($this->privates['form.type.entity'])) {
  2025.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2026.             }
  2027.             if (isset($this->privates['monolog.handler.file_log'])) {
  2028.                 yield 'monolog.handler.file_log' => ($this->privates['monolog.handler.file_log'] ?? null);
  2029.             }
  2030.             if (isset($this->privates['monolog.handler.syslog_handler'])) {
  2031.                 yield 'monolog.handler.syslog_handler' => ($this->privates['monolog.handler.syslog_handler'] ?? null);
  2032.             }
  2033.             if (isset($this->privates['monolog.handler.main'])) {
  2034.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2035.             }
  2036.             if (isset($this->privates['monolog.handler.console'])) {
  2037.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2038.             }
  2039.             if (isset($this->privates['twig.form.engine'])) {
  2040.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2041.             }
  2042.             if (isset($this->services['.container.private.security.token_storage'])) {
  2043.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2044.             }
  2045.             if (isset($this->privates['cache.security_expression_language'])) {
  2046.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2047.             }
  2048.         }, function () {
  2049.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.file_log'])) + (int) (isset($this->privates['monolog.handler.syslog_handler'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language']));
  2050.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.file_log' => [=> 'reset'], 'monolog.handler.syslog_handler' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset']]);
  2051.     }
  2052.     /**
  2053.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2054.      *
  2055.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2056.      */
  2057.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2058.     {
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2060.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2061.     }
  2062.     /**
  2063.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2064.      *
  2065.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2066.      */
  2067.     protected function getWebProfiler_Controller_ProfilerService()
  2068.     {
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2070.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2071.     }
  2072.     /**
  2073.      * Gets the public 'web_profiler.controller.router' shared service.
  2074.      *
  2075.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2076.      */
  2077.     protected function getWebProfiler_Controller_RouterService()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2080.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2081.             return new \EmptyIterator();
  2082.         }, 0));
  2083.     }
  2084.     /**
  2085.      * Gets the private '.console.command.about.lazy' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\Console\Command\LazyCommand
  2088.      */
  2089.     protected function get_Console_Command_About_LazyService()
  2090.     {
  2091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2093.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2094.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2095.         });
  2096.     }
  2097.     /**
  2098.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\Console\Command\LazyCommand
  2101.      */
  2102.     protected function get_Console_Command_AssetsInstall_LazyService()
  2103.     {
  2104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2106.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2107.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2108.         });
  2109.     }
  2110.     /**
  2111.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\Console\Command\LazyCommand
  2114.      */
  2115.     protected function get_Console_Command_CacheClear_LazyService()
  2116.     {
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2119.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2120.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2121.         });
  2122.     }
  2123.     /**
  2124.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2125.      *
  2126.      * @return \Symfony\Component\Console\Command\LazyCommand
  2127.      */
  2128.     protected function get_Console_Command_CachePoolClear_LazyService()
  2129.     {
  2130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2132.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2133.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2134.         });
  2135.     }
  2136.     /**
  2137.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2138.      *
  2139.      * @return \Symfony\Component\Console\Command\LazyCommand
  2140.      */
  2141.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2142.     {
  2143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2145.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2146.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2147.         });
  2148.     }
  2149.     /**
  2150.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2151.      *
  2152.      * @return \Symfony\Component\Console\Command\LazyCommand
  2153.      */
  2154.     protected function get_Console_Command_CachePoolList_LazyService()
  2155.     {
  2156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2158.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2159.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2160.         });
  2161.     }
  2162.     /**
  2163.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2164.      *
  2165.      * @return \Symfony\Component\Console\Command\LazyCommand
  2166.      */
  2167.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2168.     {
  2169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2171.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2172.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2173.         });
  2174.     }
  2175.     /**
  2176.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2177.      *
  2178.      * @return \Symfony\Component\Console\Command\LazyCommand
  2179.      */
  2180.     protected function get_Console_Command_CacheWarmup_LazyService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2184.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2185.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2186.         });
  2187.     }
  2188.     /**
  2189.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\Console\Command\LazyCommand
  2192.      */
  2193.     protected function get_Console_Command_ConfigDebug_LazyService()
  2194.     {
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2197.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2198.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2199.         });
  2200.     }
  2201.     /**
  2202.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2203.      *
  2204.      * @return \Symfony\Component\Console\Command\LazyCommand
  2205.      */
  2206.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2207.     {
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2210.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2211.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2212.         });
  2213.     }
  2214.     /**
  2215.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\Console\Command\LazyCommand
  2218.      */
  2219.     protected function get_Console_Command_ContainerDebug_LazyService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2223.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2224.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2225.         });
  2226.     }
  2227.     /**
  2228.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2229.      *
  2230.      * @return \Symfony\Component\Console\Command\LazyCommand
  2231.      */
  2232.     protected function get_Console_Command_ContainerLint_LazyService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2236.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2237.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2238.         });
  2239.     }
  2240.     /**
  2241.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2242.      *
  2243.      * @return \Symfony\Component\Console\Command\LazyCommand
  2244.      */
  2245.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2249.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2250.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2251.         });
  2252.     }
  2253.     /**
  2254.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2255.      *
  2256.      * @return \Symfony\Component\Console\Command\LazyCommand
  2257.      */
  2258.     protected function get_Console_Command_DotenvDebug_LazyService()
  2259.     {
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2262.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2263.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2264.         });
  2265.     }
  2266.     /**
  2267.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Console\Command\LazyCommand
  2270.      */
  2271.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2272.     {
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2275.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2276.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2277.         });
  2278.     }
  2279.     /**
  2280.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2281.      *
  2282.      * @return \Symfony\Component\Console\Command\LazyCommand
  2283.      */
  2284.     protected function get_Console_Command_FormDebug_LazyService()
  2285.     {
  2286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2288.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2289.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2290.         });
  2291.     }
  2292.     /**
  2293.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2294.      *
  2295.      * @return \Symfony\Component\Console\Command\LazyCommand
  2296.      */
  2297.     protected function get_Console_Command_RouterDebug_LazyService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2301.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2302.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2303.         });
  2304.     }
  2305.     /**
  2306.      * Gets the private '.console.command.router_match.lazy' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\Console\Command\LazyCommand
  2309.      */
  2310.     protected function get_Console_Command_RouterMatch_LazyService()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2314.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2315.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2316.         });
  2317.     }
  2318.     /**
  2319.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\Console\Command\LazyCommand
  2322.      */
  2323.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2327.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2328.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2329.         });
  2330.     }
  2331.     /**
  2332.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\Console\Command\LazyCommand
  2335.      */
  2336.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2337.     {
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2340.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2341.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2342.         });
  2343.     }
  2344.     /**
  2345.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Console\Command\LazyCommand
  2348.      */
  2349.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2353.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2354.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2355.         });
  2356.     }
  2357.     /**
  2358.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Console\Command\LazyCommand
  2361.      */
  2362.     protected function get_Console_Command_SecretsList_LazyService()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2366.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2367.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2368.         });
  2369.     }
  2370.     /**
  2371.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2372.      *
  2373.      * @return \Symfony\Component\Console\Command\LazyCommand
  2374.      */
  2375.     protected function get_Console_Command_SecretsRemove_LazyService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2379.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2380.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2381.         });
  2382.     }
  2383.     /**
  2384.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Console\Command\LazyCommand
  2387.      */
  2388.     protected function get_Console_Command_SecretsSet_LazyService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2392.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2393.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2394.         });
  2395.     }
  2396.     /**
  2397.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Console\Command\LazyCommand
  2400.      */
  2401.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2405.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2406.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2407.         });
  2408.     }
  2409.     /**
  2410.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Console\Command\LazyCommand
  2413.      */
  2414.     protected function get_Console_Command_YamlLint_LazyService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2418.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2419.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2420.         });
  2421.     }
  2422.     /**
  2423.      * Gets the private '.errored..service_locator.0_cdfW6.App\Entity\Trazasactividades' shared service.
  2424.      *
  2425.      * @return \App\Entity\Trazasactividades
  2426.      */
  2427.     protected function getTrazasactividadesService()
  2428.     {
  2429.         $this->throw('Cannot autowire service ".service_locator.0_cdfW6": it references class "App\\Entity\\Trazasactividades" but no such service exists.');
  2430.     }
  2431.     /**
  2432.      * Gets the private '.errored..service_locator.1kXI72l.App\Entity\Procedimientosoperativos' shared service.
  2433.      *
  2434.      * @return \App\Entity\Procedimientosoperativos
  2435.      */
  2436.     protected function getProcedimientosoperativosService()
  2437.     {
  2438.         $this->throw('Cannot autowire service ".service_locator.1kXI72l": it references class "App\\Entity\\Procedimientosoperativos" but no such service exists.');
  2439.     }
  2440.     /**
  2441.      * Gets the private '.errored..service_locator.34Uj9Ti.App\Entity\Tasascambio' shared service.
  2442.      *
  2443.      * @return \App\Entity\Tasascambio
  2444.      */
  2445.     protected function getTasascambioService()
  2446.     {
  2447.         $this->throw('Cannot autowire service ".service_locator.34Uj9Ti": it references class "App\\Entity\\Tasascambio" but no such service exists.');
  2448.     }
  2449.     /**
  2450.      * Gets the private '.errored..service_locator.36jASyM.App\Entity\Dependencias' shared service.
  2451.      *
  2452.      * @return \App\Entity\Dependencias
  2453.      */
  2454.     protected function getDependenciasService()
  2455.     {
  2456.         $this->throw('Cannot autowire service ".service_locator.36jASyM": it references class "App\\Entity\\Dependencias" but no such service exists.');
  2457.     }
  2458.     /**
  2459.      * Gets the private '.errored..service_locator.5Yn7rL8.App\Entity\Cursos' shared service.
  2460.      *
  2461.      * @return \App\Entity\Cursos
  2462.      */
  2463.     protected function getCursosService()
  2464.     {
  2465.         $this->throw('Cannot autowire service ".service_locator.5Yn7rL8": it references class "App\\Entity\\Cursos" but no such service exists.');
  2466.     }
  2467.     /**
  2468.      * Gets the private '.errored..service_locator.6h.y_bL.App\Entity\Programasmantenimiento' shared service.
  2469.      *
  2470.      * @return \App\Entity\Programasmantenimiento
  2471.      */
  2472.     protected function getProgramasmantenimientoService()
  2473.     {
  2474.         $this->throw('Cannot autowire service ".service_locator.6h.y_bL": it references class "App\\Entity\\Programasmantenimiento" but no such service exists.');
  2475.     }
  2476.     /**
  2477.      * Gets the private '.errored..service_locator.BZoHoXM.App\Entity\Cursos' shared service.
  2478.      *
  2479.      * @return \App\Entity\Cursos
  2480.      */
  2481.     protected function getCursos2Service()
  2482.     {
  2483.         $this->throw('Cannot autowire service ".service_locator.BZoHoXM": it references class "App\\Entity\\Cursos" but no such service exists.');
  2484.     }
  2485.     /**
  2486.      * Gets the private '.errored..service_locator.DACtSFT.App\Entity\Productos' shared service.
  2487.      *
  2488.      * @return \App\Entity\Productos
  2489.      */
  2490.     protected function getProductosService()
  2491.     {
  2492.         $this->throw('Cannot autowire service ".service_locator.DACtSFT": it references class "App\\Entity\\Productos" but no such service exists.');
  2493.     }
  2494.     /**
  2495.      * Gets the private '.errored..service_locator.FAJp49M.App\Entity\Archivosbitacora' shared service.
  2496.      *
  2497.      * @return \App\Entity\Archivosbitacora
  2498.      */
  2499.     protected function getArchivosbitacoraService()
  2500.     {
  2501.         $this->throw('Cannot autowire service ".service_locator.FAJp49M": it references class "App\\Entity\\Archivosbitacora" but no such service exists.');
  2502.     }
  2503.     /**
  2504.      * Gets the private '.errored..service_locator.HAKX91j.App\Entity\Productos' shared service.
  2505.      *
  2506.      * @return \App\Entity\Productos
  2507.      */
  2508.     protected function getProductos2Service()
  2509.     {
  2510.         $this->throw('Cannot autowire service ".service_locator.HAKX91j": it references class "App\\Entity\\Productos" but no such service exists.');
  2511.     }
  2512.     /**
  2513.      * Gets the private '.errored..service_locator.Jlk0pFq.App\Entity\Pasosactividades' shared service.
  2514.      *
  2515.      * @return \App\Entity\Pasosactividades
  2516.      */
  2517.     protected function getPasosactividadesService()
  2518.     {
  2519.         $this->throw('Cannot autowire service ".service_locator.Jlk0pFq": it references class "App\\Entity\\Pasosactividades" but no such service exists.');
  2520.     }
  2521.     /**
  2522.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2525.      */
  2526.     protected function getLoaderInterfaceService()
  2527.     {
  2528.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2529.     }
  2530.     /**
  2531.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\HttpFoundation\Response
  2534.      */
  2535.     protected function getResponseService()
  2536.     {
  2537.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2538.     }
  2539.     /**
  2540.      * Gets the private '.errored..service_locator.LyFdr6s.App\Entity\Trazas' shared service.
  2541.      *
  2542.      * @return \App\Entity\Trazas
  2543.      */
  2544.     protected function getTrazasService()
  2545.     {
  2546.         $this->throw('Cannot autowire service ".service_locator.LyFdr6s": it references class "App\\Entity\\Trazas" but no such service exists.');
  2547.     }
  2548.     /**
  2549.      * Gets the private '.errored..service_locator.Oo1hS6R.App\Entity\Tipoprograma' shared service.
  2550.      *
  2551.      * @return \App\Entity\Tipoprograma
  2552.      */
  2553.     protected function getTipoprogramaService()
  2554.     {
  2555.         $this->throw('Cannot autowire service ".service_locator.Oo1hS6R": it references class "App\\Entity\\Tipoprograma" but no such service exists.');
  2556.     }
  2557.     /**
  2558.      * Gets the private '.errored..service_locator.PISoh9v.App\Entity\Trazas' shared service.
  2559.      *
  2560.      * @return \App\Entity\Trazas
  2561.      */
  2562.     protected function getTrazas2Service()
  2563.     {
  2564.         $this->throw('Cannot autowire service ".service_locator.PISoh9v": it references class "App\\Entity\\Trazas" but no such service exists.');
  2565.     }
  2566.     /**
  2567.      * Gets the private '.errored..service_locator.SHpRWaU.App\Entity\Archivosbitacora' shared service.
  2568.      *
  2569.      * @return \App\Entity\Archivosbitacora
  2570.      */
  2571.     protected function getArchivosbitacora2Service()
  2572.     {
  2573.         $this->throw('Cannot autowire service ".service_locator.SHpRWaU": it references class "App\\Entity\\Archivosbitacora" but no such service exists.');
  2574.     }
  2575.     /**
  2576.      * Gets the private '.errored..service_locator.SxkzL9u.App\Entity\Normasbitacorascorrectivas' shared service.
  2577.      *
  2578.      * @return \App\Entity\Normasbitacorascorrectivas
  2579.      */
  2580.     protected function getNormasbitacorascorrectivasService()
  2581.     {
  2582.         $this->throw('Cannot autowire service ".service_locator.SxkzL9u": it references class "App\\Entity\\Normasbitacorascorrectivas" but no such service exists.');
  2583.     }
  2584.     /**
  2585.      * Gets the private '.errored..service_locator.TFCP.32.App\Entity\Notificacioninspeccion' shared service.
  2586.      *
  2587.      * @return \App\Entity\Notificacioninspeccion
  2588.      */
  2589.     protected function getNotificacioninspeccionService()
  2590.     {
  2591.         $this->throw('Cannot autowire service ".service_locator.TFCP.32": it references class "App\\Entity\\Notificacioninspeccion" but no such service exists.');
  2592.     }
  2593.     /**
  2594.      * Gets the private '.errored..service_locator.W3wtT.b.App\Entity\Pasosactividades' shared service.
  2595.      *
  2596.      * @return \App\Entity\Pasosactividades
  2597.      */
  2598.     protected function getPasosactividades2Service()
  2599.     {
  2600.         $this->throw('Cannot autowire service ".service_locator.W3wtT.b": it references class "App\\Entity\\Pasosactividades" but no such service exists.');
  2601.     }
  2602.     /**
  2603.      * Gets the private '.errored..service_locator.Y53J4JS.App\Entity\Archivos' shared service.
  2604.      *
  2605.      * @return \App\Entity\Archivos
  2606.      */
  2607.     protected function getArchivosService()
  2608.     {
  2609.         $this->throw('Cannot autowire service ".service_locator.Y53J4JS": it references class "App\\Entity\\Archivos" but no such service exists.');
  2610.     }
  2611.     /**
  2612.      * Gets the private '.errored..service_locator.Zk49ucP.App\Entity\Normasbitacorascorrectivas' shared service.
  2613.      *
  2614.      * @return \App\Entity\Normasbitacorascorrectivas
  2615.      */
  2616.     protected function getNormasbitacorascorrectivas2Service()
  2617.     {
  2618.         $this->throw('Cannot autowire service ".service_locator.Zk49ucP": it references class "App\\Entity\\Normasbitacorascorrectivas" but no such service exists.');
  2619.     }
  2620.     /**
  2621.      * Gets the private '.errored..service_locator._mZ11N0.App\Entity\Actividadesprogramas' shared service.
  2622.      *
  2623.      * @return \App\Entity\Actividadesprogramas
  2624.      */
  2625.     protected function getActividadesprogramasService()
  2626.     {
  2627.         $this->throw('Cannot autowire service ".service_locator._mZ11N0": it references class "App\\Entity\\Actividadesprogramas" but no such service exists.');
  2628.     }
  2629.     /**
  2630.      * Gets the private '.errored..service_locator.b1qDbc4.App\Entity\Bitacorascorrectivas' shared service.
  2631.      *
  2632.      * @return \App\Entity\Bitacorascorrectivas
  2633.      */
  2634.     protected function getBitacorascorrectivasService()
  2635.     {
  2636.         $this->throw('Cannot autowire service ".service_locator.b1qDbc4": it references class "App\\Entity\\Bitacorascorrectivas" but no such service exists.');
  2637.     }
  2638.     /**
  2639.      * Gets the private '.errored..service_locator.b5rfKB2.App\Entity\Dependencias' shared service.
  2640.      *
  2641.      * @return \App\Entity\Dependencias
  2642.      */
  2643.     protected function getDependencias2Service()
  2644.     {
  2645.         $this->throw('Cannot autowire service ".service_locator.b5rfKB2": it references class "App\\Entity\\Dependencias" but no such service exists.');
  2646.     }
  2647.     /**
  2648.      * Gets the private '.errored..service_locator.cqm5Xhd.App\Entity\Trazasactividades' shared service.
  2649.      *
  2650.      * @return \App\Entity\Trazasactividades
  2651.      */
  2652.     protected function getTrazasactividades2Service()
  2653.     {
  2654.         $this->throw('Cannot autowire service ".service_locator.cqm5Xhd": it references class "App\\Entity\\Trazasactividades" but no such service exists.');
  2655.     }
  2656.     /**
  2657.      * Gets the private '.errored..service_locator.gEBWe3Y.App\Entity\Programasmantenimiento' shared service.
  2658.      *
  2659.      * @return \App\Entity\Programasmantenimiento
  2660.      */
  2661.     protected function getProgramasmantenimiento2Service()
  2662.     {
  2663.         $this->throw('Cannot autowire service ".service_locator.gEBWe3Y": it references class "App\\Entity\\Programasmantenimiento" but no such service exists.');
  2664.     }
  2665.     /**
  2666.      * Gets the private '.errored..service_locator.iU.WBE1.App\Entity\Procedimientosoperativos' shared service.
  2667.      *
  2668.      * @return \App\Entity\Procedimientosoperativos
  2669.      */
  2670.     protected function getProcedimientosoperativos2Service()
  2671.     {
  2672.         $this->throw('Cannot autowire service ".service_locator.iU.WBE1": it references class "App\\Entity\\Procedimientosoperativos" but no such service exists.');
  2673.     }
  2674.     /**
  2675.      * Gets the private '.errored..service_locator.kEPX2xo.App\Entity\Tasascambio' shared service.
  2676.      *
  2677.      * @return \App\Entity\Tasascambio
  2678.      */
  2679.     protected function getTasascambio2Service()
  2680.     {
  2681.         $this->throw('Cannot autowire service ".service_locator.kEPX2xo": it references class "App\\Entity\\Tasascambio" but no such service exists.');
  2682.     }
  2683.     /**
  2684.      * Gets the private '.errored..service_locator.lMZcf3U.App\Entity\Bitacoracombustible' shared service.
  2685.      *
  2686.      * @return \App\Entity\Bitacoracombustible
  2687.      */
  2688.     protected function getBitacoracombustibleService()
  2689.     {
  2690.         $this->throw('Cannot autowire service ".service_locator.lMZcf3U": it references class "App\\Entity\\Bitacoracombustible" but no such service exists.');
  2691.     }
  2692.     /**
  2693.      * Gets the private '.errored..service_locator.mRKKV1M.App\Entity\Tipoprograma' shared service.
  2694.      *
  2695.      * @return \App\Entity\Tipoprograma
  2696.      */
  2697.     protected function getTipoprograma2Service()
  2698.     {
  2699.         $this->throw('Cannot autowire service ".service_locator.mRKKV1M": it references class "App\\Entity\\Tipoprograma" but no such service exists.');
  2700.     }
  2701.     /**
  2702.      * Gets the private '.errored..service_locator.plBshfj.App\Entity\Notificacioninspeccion' shared service.
  2703.      *
  2704.      * @return \App\Entity\Notificacioninspeccion
  2705.      */
  2706.     protected function getNotificacioninspeccion2Service()
  2707.     {
  2708.         $this->throw('Cannot autowire service ".service_locator.plBshfj": it references class "App\\Entity\\Notificacioninspeccion" but no such service exists.');
  2709.     }
  2710.     /**
  2711.      * Gets the private '.errored..service_locator.r9VBLgG.Symfony\Component\ErrorHandler\Exception\FlattenException' shared service.
  2712.      *
  2713.      * @return \Symfony\Component\ErrorHandler\Exception\FlattenException
  2714.      */
  2715.     protected function getFlattenExceptionService()
  2716.     {
  2717.         $this->throw('Cannot autowire service ".service_locator.r9VBLgG": it references class "Symfony\\Component\\ErrorHandler\\Exception\\FlattenException" but no such service exists.');
  2718.     }
  2719.     /**
  2720.      * Gets the private '.errored..service_locator.r9VBLgG.Symfony\Component\HttpKernel\Log\DebugLoggerInterface' shared service.
  2721.      *
  2722.      * @return \Symfony\Component\HttpKernel\Log\DebugLoggerInterface
  2723.      */
  2724.     protected function getDebugLoggerInterfaceService()
  2725.     {
  2726.         $this->throw('Cannot autowire service ".service_locator.r9VBLgG": it references interface "Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "debug.log_processor", "monolog.logger", "monolog.logger.request", "monolog.logger.console", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.php", "monolog.logger.event", "monolog.logger.router", "monolog.logger.profiler", "monolog.logger.doctrine", "monolog.logger.security".');
  2727.     }
  2728.     /**
  2729.      * Gets the private '.errored..service_locator.uSpZ4QL.App\Entity\Archivos' shared service.
  2730.      *
  2731.      * @return \App\Entity\Archivos
  2732.      */
  2733.     protected function getArchivos2Service()
  2734.     {
  2735.         $this->throw('Cannot autowire service ".service_locator.uSpZ4QL": it references class "App\\Entity\\Archivos" but no such service exists.');
  2736.     }
  2737.     /**
  2738.      * Gets the private '.errored.F0.aijA' shared service.
  2739.      *
  2740.      * @return \App\Controller\Proveedores
  2741.      */
  2742.     protected function get_Errored_F0_AijAService()
  2743.     {
  2744.         $this->throw('Cannot determine controller argument for "App\\Controller\\DependenciasController::delete()": the $proveedore argument is type-hinted with the non-existent class or interface: "App\\Controller\\Proveedores". Did you forget to add a use statement?');
  2745.     }
  2746.     /**
  2747.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2748.      *
  2749.      * @return \Symfony\Component\Console\Command\LazyCommand
  2750.      */
  2751.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2755.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2756.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2757.         });
  2758.     }
  2759.     /**
  2760.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2761.      *
  2762.      * @return \Symfony\Component\Console\Command\LazyCommand
  2763.      */
  2764.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2768.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2769.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2770.         });
  2771.     }
  2772.     /**
  2773.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2774.      *
  2775.      * @return \Symfony\Component\Console\Command\LazyCommand
  2776.      */
  2777.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2781.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2782.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2783.         });
  2784.     }
  2785.     /**
  2786.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\Console\Command\LazyCommand
  2789.      */
  2790.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2794.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2795.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2796.         });
  2797.     }
  2798.     /**
  2799.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2800.      *
  2801.      * @return \Symfony\Component\Console\Command\LazyCommand
  2802.      */
  2803.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2804.     {
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2807.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2808.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2809.         });
  2810.     }
  2811.     /**
  2812.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2813.      *
  2814.      * @return \Symfony\Component\Console\Command\LazyCommand
  2815.      */
  2816.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2817.     {
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2820.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2821.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2822.         });
  2823.     }
  2824.     /**
  2825.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2826.      *
  2827.      * @return \Symfony\Component\Console\Command\LazyCommand
  2828.      */
  2829.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2830.     {
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2833.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2834.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2835.         });
  2836.     }
  2837.     /**
  2838.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2839.      *
  2840.      * @return \Symfony\Component\Console\Command\LazyCommand
  2841.      */
  2842.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2843.     {
  2844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2846.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2847.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2848.         });
  2849.     }
  2850.     /**
  2851.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2852.      *
  2853.      * @return \Symfony\Component\Console\Command\LazyCommand
  2854.      */
  2855.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2856.     {
  2857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2859.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2860.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2861.         });
  2862.     }
  2863.     /**
  2864.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2865.      *
  2866.      * @return \Symfony\Component\Console\Command\LazyCommand
  2867.      */
  2868.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2869.     {
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2872.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2873.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2874.         });
  2875.     }
  2876.     /**
  2877.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2878.      *
  2879.      * @return \Symfony\Component\Console\Command\LazyCommand
  2880.      */
  2881.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2882.     {
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2885.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2886.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2887.         });
  2888.     }
  2889.     /**
  2890.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2891.      *
  2892.      * @return \Symfony\Component\Console\Command\LazyCommand
  2893.      */
  2894.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2895.     {
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2898.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2899.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2900.         });
  2901.     }
  2902.     /**
  2903.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2904.      *
  2905.      * @return \Symfony\Component\Console\Command\LazyCommand
  2906.      */
  2907.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2908.     {
  2909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2911.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2912.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2913.         });
  2914.     }
  2915.     /**
  2916.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2917.      *
  2918.      * @return \Symfony\Component\Console\Command\LazyCommand
  2919.      */
  2920.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2921.     {
  2922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2924.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2925.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2926.         });
  2927.     }
  2928.     /**
  2929.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2930.      *
  2931.      * @return \Symfony\Component\Console\Command\LazyCommand
  2932.      */
  2933.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2937.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2938.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2939.         });
  2940.     }
  2941.     /**
  2942.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2943.      *
  2944.      * @return \Symfony\Component\Console\Command\LazyCommand
  2945.      */
  2946.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2950.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2951.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2952.         });
  2953.     }
  2954.     /**
  2955.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Console\Command\LazyCommand
  2958.      */
  2959.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2963.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2964.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2965.         });
  2966.     }
  2967.     /**
  2968.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\Console\Command\LazyCommand
  2971.      */
  2972.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2976.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2977.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2978.         });
  2979.     }
  2980.     /**
  2981.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\Console\Command\LazyCommand
  2984.      */
  2985.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2989.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2990.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2991.         });
  2992.     }
  2993.     /**
  2994.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2995.      *
  2996.      * @return \Symfony\Component\Console\Command\LazyCommand
  2997.      */
  2998.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3002.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3003.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3004.         });
  3005.     }
  3006.     /**
  3007.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3008.      *
  3009.      * @return \Symfony\Component\Console\Command\LazyCommand
  3010.      */
  3011.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3015.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3016.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3017.         });
  3018.     }
  3019.     /**
  3020.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3021.      *
  3022.      * @return \Symfony\Component\Console\Command\LazyCommand
  3023.      */
  3024.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3028.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3029.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3030.         });
  3031.     }
  3032.     /**
  3033.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3034.      *
  3035.      * @return \Symfony\Component\Console\Command\LazyCommand
  3036.      */
  3037.     protected function get_Security_Command_DebugFirewall_LazyService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3041.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3042.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3043.         });
  3044.     }
  3045.     /**
  3046.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3047.      *
  3048.      * @return \Symfony\Component\Console\Command\LazyCommand
  3049.      */
  3050.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3051.     {
  3052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3054.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3055.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3056.         });
  3057.     }
  3058.     /**
  3059.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3060.      *
  3061.      * @return \Symfony\Component\Console\Command\LazyCommand
  3062.      */
  3063.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3067.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3068.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3069.         });
  3070.     }
  3071.     /**
  3072.      * Gets the private '.service_locator.0_cdfW6' shared service.
  3073.      *
  3074.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3075.      */
  3076.     protected function get_ServiceLocator_0CdfW6Service()
  3077.     {
  3078.         return $this->privates['.service_locator.0_cdfW6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3079.             'trazasactividade' => ['privates''.errored..service_locator.0_cdfW6.App\\Entity\\Trazasactividades'NULL'Cannot autowire service ".service_locator.0_cdfW6": it references class "App\\Entity\\Trazasactividades" but no such service exists.'],
  3080.         ], [
  3081.             'trazasactividade' => 'App\\Entity\\Trazasactividades',
  3082.         ]);
  3083.     }
  3084.     /**
  3085.      * Gets the private '.service_locator.1kXI72l' shared service.
  3086.      *
  3087.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3088.      */
  3089.     protected function get_ServiceLocator_1kXI72lService()
  3090.     {
  3091.         return $this->privates['.service_locator.1kXI72l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3092.             'procedimientosoperativo' => ['privates''.errored..service_locator.1kXI72l.App\\Entity\\Procedimientosoperativos'NULL'Cannot autowire service ".service_locator.1kXI72l": it references class "App\\Entity\\Procedimientosoperativos" but no such service exists.'],
  3093.         ], [
  3094.             'procedimientosoperativo' => 'App\\Entity\\Procedimientosoperativos',
  3095.         ]);
  3096.     }
  3097.     /**
  3098.      * Gets the private '.service_locator.34Uj9Ti' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3101.      */
  3102.     protected function get_ServiceLocator_34Uj9TiService()
  3103.     {
  3104.         return $this->privates['.service_locator.34Uj9Ti'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3105.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3106.             'tasascambio' => ['privates''.errored..service_locator.34Uj9Ti.App\\Entity\\Tasascambio'NULL'Cannot autowire service ".service_locator.34Uj9Ti": it references class "App\\Entity\\Tasascambio" but no such service exists.'],
  3107.         ], [
  3108.             'entityManager' => '?',
  3109.             'tasascambio' => 'App\\Entity\\Tasascambio',
  3110.         ]);
  3111.     }
  3112.     /**
  3113.      * Gets the private '.service_locator.36jASyM' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3116.      */
  3117.     protected function get_ServiceLocator_36jASyMService()
  3118.     {
  3119.         return $this->privates['.service_locator.36jASyM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3120.             'dependencia' => ['privates''.errored..service_locator.36jASyM.App\\Entity\\Dependencias'NULL'Cannot autowire service ".service_locator.36jASyM": it references class "App\\Entity\\Dependencias" but no such service exists.'],
  3121.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3122.         ], [
  3123.             'dependencia' => 'App\\Entity\\Dependencias',
  3124.             'entityManager' => '?',
  3125.         ]);
  3126.     }
  3127.     /**
  3128.      * Gets the private '.service_locator.3M0GBjV' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3131.      */
  3132.     protected function get_ServiceLocator_3M0GBjVService()
  3133.     {
  3134.         return $this->privates['.service_locator.3M0GBjV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3135.             'tcpdf' => ['services''Qipsius\\TCPDFBundle\\Controller\\TCPDFController''getTCPDFControllerService'false],
  3136.         ], [
  3137.             'tcpdf' => '?',
  3138.         ]);
  3139.     }
  3140.     /**
  3141.      * Gets the private '.service_locator.5Yn7rL8' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3144.      */
  3145.     protected function get_ServiceLocator_5Yn7rL8Service()
  3146.     {
  3147.         return $this->privates['.service_locator.5Yn7rL8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3148.             'curso' => ['privates''.errored..service_locator.5Yn7rL8.App\\Entity\\Cursos'NULL'Cannot autowire service ".service_locator.5Yn7rL8": it references class "App\\Entity\\Cursos" but no such service exists.'],
  3149.         ], [
  3150.             'curso' => 'App\\Entity\\Cursos',
  3151.         ]);
  3152.     }
  3153.     /**
  3154.      * Gets the private '.service_locator.6dxO.uF' shared service.
  3155.      *
  3156.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3157.      */
  3158.     protected function get_ServiceLocator_6dxO_UFService()
  3159.     {
  3160.         return $this->privates['.service_locator.6dxO.uF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3161.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3162.             'proveedore' => ['privates''.errored.F0.aijA'NULL'Cannot determine controller argument for "App\\Controller\\DependenciasController::delete()": the $proveedore argument is type-hinted with the non-existent class or interface: "App\\Controller\\Proveedores". Did you forget to add a use statement?'],
  3163.         ], [
  3164.             'entityManager' => '?',
  3165.             'proveedore' => '?',
  3166.         ]);
  3167.     }
  3168.     /**
  3169.      * Gets the private '.service_locator.6h.y_bL' shared service.
  3170.      *
  3171.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3172.      */
  3173.     protected function get_ServiceLocator_6h_YBLService()
  3174.     {
  3175.         return $this->privates['.service_locator.6h.y_bL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3176.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3177.             'programasmantenimiento' => ['privates''.errored..service_locator.6h.y_bL.App\\Entity\\Programasmantenimiento'NULL'Cannot autowire service ".service_locator.6h.y_bL": it references class "App\\Entity\\Programasmantenimiento" but no such service exists.'],
  3178.         ], [
  3179.             'entityManager' => '?',
  3180.             'programasmantenimiento' => 'App\\Entity\\Programasmantenimiento',
  3181.         ]);
  3182.     }
  3183.     /**
  3184.      * Gets the private '.service_locator.BZoHoXM' shared service.
  3185.      *
  3186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3187.      */
  3188.     protected function get_ServiceLocator_BZoHoXMService()
  3189.     {
  3190.         return $this->privates['.service_locator.BZoHoXM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3191.             'curso' => ['privates''.errored..service_locator.BZoHoXM.App\\Entity\\Cursos'NULL'Cannot autowire service ".service_locator.BZoHoXM": it references class "App\\Entity\\Cursos" but no such service exists.'],
  3192.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3193.         ], [
  3194.             'curso' => 'App\\Entity\\Cursos',
  3195.             'entityManager' => '?',
  3196.         ]);
  3197.     }
  3198.     /**
  3199.      * Gets the private '.service_locator.CpaXrFh' shared service.
  3200.      *
  3201.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3202.      */
  3203.     protected function get_ServiceLocator_CpaXrFhService()
  3204.     {
  3205.         return $this->privates['.service_locator.CpaXrFh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3206.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3207.         ], [
  3208.             'mailer' => '?',
  3209.         ]);
  3210.     }
  3211.     /**
  3212.      * Gets the private '.service_locator.DACtSFT' shared service.
  3213.      *
  3214.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3215.      */
  3216.     protected function get_ServiceLocator_DACtSFTService()
  3217.     {
  3218.         return $this->privates['.service_locator.DACtSFT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3219.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3220.             'producto' => ['privates''.errored..service_locator.DACtSFT.App\\Entity\\Productos'NULL'Cannot autowire service ".service_locator.DACtSFT": it references class "App\\Entity\\Productos" but no such service exists.'],
  3221.         ], [
  3222.             'entityManager' => '?',
  3223.             'producto' => 'App\\Entity\\Productos',
  3224.         ]);
  3225.     }
  3226.     /**
  3227.      * Gets the private '.service_locator.FAJp49M' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3230.      */
  3231.     protected function get_ServiceLocator_FAJp49MService()
  3232.     {
  3233.         return $this->privates['.service_locator.FAJp49M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3234.             'archivosbitacora' => ['privates''.errored..service_locator.FAJp49M.App\\Entity\\Archivosbitacora'NULL'Cannot autowire service ".service_locator.FAJp49M": it references class "App\\Entity\\Archivosbitacora" but no such service exists.'],
  3235.         ], [
  3236.             'archivosbitacora' => 'App\\Entity\\Archivosbitacora',
  3237.         ]);
  3238.     }
  3239.     /**
  3240.      * Gets the private '.service_locator.GNc8e5B' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3243.      */
  3244.     protected function get_ServiceLocator_GNc8e5BService()
  3245.     {
  3246.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3247.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3248.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3249.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3250.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3251.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3252.             'router' => ['services''router''getRouterService'false],
  3253.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3254.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3255.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3256.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3257.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3258.         ], [
  3259.             'doctrine' => '?',
  3260.             'form.factory' => '?',
  3261.             'http_kernel' => '?',
  3262.             'parameter_bag' => '?',
  3263.             'request_stack' => '?',
  3264.             'router' => '?',
  3265.             'security.authorization_checker' => '?',
  3266.             'security.csrf.token_manager' => '?',
  3267.             'security.token_storage' => '?',
  3268.             'session' => '.session.deprecated',
  3269.             'twig' => '?',
  3270.         ]);
  3271.     }
  3272.     /**
  3273.      * Gets the private '.service_locator.HAKX91j' shared service.
  3274.      *
  3275.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3276.      */
  3277.     protected function get_ServiceLocator_HAKX91jService()
  3278.     {
  3279.         return $this->privates['.service_locator.HAKX91j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3280.             'producto' => ['privates''.errored..service_locator.HAKX91j.App\\Entity\\Productos'NULL'Cannot autowire service ".service_locator.HAKX91j": it references class "App\\Entity\\Productos" but no such service exists.'],
  3281.         ], [
  3282.             'producto' => 'App\\Entity\\Productos',
  3283.         ]);
  3284.     }
  3285.     /**
  3286.      * Gets the private '.service_locator.Jlk0pFq' shared service.
  3287.      *
  3288.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3289.      */
  3290.     protected function get_ServiceLocator_Jlk0pFqService()
  3291.     {
  3292.         return $this->privates['.service_locator.Jlk0pFq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3293.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3294.             'pasosactividade' => ['privates''.errored..service_locator.Jlk0pFq.App\\Entity\\Pasosactividades'NULL'Cannot autowire service ".service_locator.Jlk0pFq": it references class "App\\Entity\\Pasosactividades" but no such service exists.'],
  3295.         ], [
  3296.             'entityManager' => '?',
  3297.             'pasosactividade' => 'App\\Entity\\Pasosactividades',
  3298.         ]);
  3299.     }
  3300.     /**
  3301.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3302.      *
  3303.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3304.      */
  3305.     protected function get_ServiceLocator_KfbR3DYService()
  3306.     {
  3307.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3308.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  3309.         ], [
  3310.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3311.         ]);
  3312.     }
  3313.     /**
  3314.      * Gets the private '.service_locator.KfwZsne' shared service.
  3315.      *
  3316.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3317.      */
  3318.     protected function get_ServiceLocator_KfwZsneService()
  3319.     {
  3320.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3321.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  3322.         ], [
  3323.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  3324.         ]);
  3325.     }
  3326.     /**
  3327.      * Gets the private '.service_locator.LyFdr6s' shared service.
  3328.      *
  3329.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3330.      */
  3331.     protected function get_ServiceLocator_LyFdr6sService()
  3332.     {
  3333.         return $this->privates['.service_locator.LyFdr6s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3334.             'traza' => ['privates''.errored..service_locator.LyFdr6s.App\\Entity\\Trazas'NULL'Cannot autowire service ".service_locator.LyFdr6s": it references class "App\\Entity\\Trazas" but no such service exists.'],
  3335.         ], [
  3336.             'traza' => 'App\\Entity\\Trazas',
  3337.         ]);
  3338.     }
  3339.     /**
  3340.      * Gets the private '.service_locator.Oo1hS6R' shared service.
  3341.      *
  3342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3343.      */
  3344.     protected function get_ServiceLocator_Oo1hS6RService()
  3345.     {
  3346.         return $this->privates['.service_locator.Oo1hS6R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3347.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3348.             'tipoprograma' => ['privates''.errored..service_locator.Oo1hS6R.App\\Entity\\Tipoprograma'NULL'Cannot autowire service ".service_locator.Oo1hS6R": it references class "App\\Entity\\Tipoprograma" but no such service exists.'],
  3349.         ], [
  3350.             'entityManager' => '?',
  3351.             'tipoprograma' => 'App\\Entity\\Tipoprograma',
  3352.         ]);
  3353.     }
  3354.     /**
  3355.      * Gets the private '.service_locator.PISoh9v' shared service.
  3356.      *
  3357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3358.      */
  3359.     protected function get_ServiceLocator_PISoh9vService()
  3360.     {
  3361.         return $this->privates['.service_locator.PISoh9v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3362.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3363.             'traza' => ['privates''.errored..service_locator.PISoh9v.App\\Entity\\Trazas'NULL'Cannot autowire service ".service_locator.PISoh9v": it references class "App\\Entity\\Trazas" but no such service exists.'],
  3364.         ], [
  3365.             'entityManager' => '?',
  3366.             'traza' => 'App\\Entity\\Trazas',
  3367.         ]);
  3368.     }
  3369.     /**
  3370.      * Gets the private '.service_locator.SHpRWaU' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3373.      */
  3374.     protected function get_ServiceLocator_SHpRWaUService()
  3375.     {
  3376.         return $this->privates['.service_locator.SHpRWaU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3377.             'archivosbitacora' => ['privates''.errored..service_locator.SHpRWaU.App\\Entity\\Archivosbitacora'NULL'Cannot autowire service ".service_locator.SHpRWaU": it references class "App\\Entity\\Archivosbitacora" but no such service exists.'],
  3378.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3379.         ], [
  3380.             'archivosbitacora' => 'App\\Entity\\Archivosbitacora',
  3381.             'entityManager' => '?',
  3382.         ]);
  3383.     }
  3384.     /**
  3385.      * Gets the private '.service_locator.SRtF.2R' shared service.
  3386.      *
  3387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3388.      */
  3389.     protected function get_ServiceLocator_SRtF_2RService()
  3390.     {
  3391.         return $this->privates['.service_locator.SRtF.2R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3392.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3393.             'slugger' => ['privates''slugger''getSluggerService'false],
  3394.         ], [
  3395.             'entityManager' => '?',
  3396.             'slugger' => '?',
  3397.         ]);
  3398.     }
  3399.     /**
  3400.      * Gets the private '.service_locator.SxkzL9u' shared service.
  3401.      *
  3402.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3403.      */
  3404.     protected function get_ServiceLocator_SxkzL9uService()
  3405.     {
  3406.         return $this->privates['.service_locator.SxkzL9u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3407.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3408.             'normasbitacorascorrectiva' => ['privates''.errored..service_locator.SxkzL9u.App\\Entity\\Normasbitacorascorrectivas'NULL'Cannot autowire service ".service_locator.SxkzL9u": it references class "App\\Entity\\Normasbitacorascorrectivas" but no such service exists.'],
  3409.         ], [
  3410.             'entityManager' => '?',
  3411.             'normasbitacorascorrectiva' => 'App\\Entity\\Normasbitacorascorrectivas',
  3412.         ]);
  3413.     }
  3414.     /**
  3415.      * Gets the private '.service_locator.TFCP.32' shared service.
  3416.      *
  3417.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3418.      */
  3419.     protected function get_ServiceLocator_TFCP_32Service()
  3420.     {
  3421.         return $this->privates['.service_locator.TFCP.32'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3422.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3423.             'notificacioninspeccion' => ['privates''.errored..service_locator.TFCP.32.App\\Entity\\Notificacioninspeccion'NULL'Cannot autowire service ".service_locator.TFCP.32": it references class "App\\Entity\\Notificacioninspeccion" but no such service exists.'],
  3424.         ], [
  3425.             'entityManager' => '?',
  3426.             'notificacioninspeccion' => 'App\\Entity\\Notificacioninspeccion',
  3427.         ]);
  3428.     }
  3429.     /**
  3430.      * Gets the private '.service_locator.VAypmkj' shared service.
  3431.      *
  3432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3433.      */
  3434.     protected function get_ServiceLocator_VAypmkjService()
  3435.     {
  3436.         return $this->privates['.service_locator.VAypmkj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3437.             'App\\Controller\\ActividadesprogramasController::actividadespormes' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3438.             'App\\Controller\\ActividadesprogramasController::delete' => ['privates''.service_locator._mZ11N0''get_ServiceLocator_MZ11N0Service'false],
  3439.             'App\\Controller\\ActividadesprogramasController::edit' => ['privates''.service_locator._mZ11N0''get_ServiceLocator_MZ11N0Service'false],
  3440.             'App\\Controller\\ActividadesprogramasController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3441.             'App\\Controller\\ActividadesprogramasController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3442.             'App\\Controller\\ActividadesprogramasController::pendientes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3443.             'App\\Controller\\ActividadesprogramasController::show' => ['privates''.service_locator._mZ11N0''get_ServiceLocator_MZ11N0Service'false],
  3444.             'App\\Controller\\ActividadesprogramasController::vencidas' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3445.             'App\\Controller\\ArchivosController::delete' => ['privates''.service_locator.Y53J4JS''get_ServiceLocator_Y53J4JSService'false],
  3446.             'App\\Controller\\ArchivosController::edit' => ['privates''.service_locator.Y53J4JS''get_ServiceLocator_Y53J4JSService'false],
  3447.             'App\\Controller\\ArchivosController::index' => ['privates''.service_locator.u_ZTCJx''get_ServiceLocator_UZTCJxService'false],
  3448.             'App\\Controller\\ArchivosController::new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3449.             'App\\Controller\\ArchivosController::newversion' => ['privates''.service_locator.uSpZ4QL''get_ServiceLocator_USpZ4QLService'false],
  3450.             'App\\Controller\\ArchivosController::show' => ['privates''.service_locator.Y53J4JS''get_ServiceLocator_Y53J4JSService'false],
  3451.             'App\\Controller\\ArchivosController::vencidos' => ['privates''.service_locator.u_ZTCJx''get_ServiceLocator_UZTCJxService'false],
  3452.             'App\\Controller\\ArchivosController::vencimientoDocumentos' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3453.             'App\\Controller\\ArchivosbitacoraController::delete' => ['privates''.service_locator.SHpRWaU''get_ServiceLocator_SHpRWaUService'false],
  3454.             'App\\Controller\\ArchivosbitacoraController::edit' => ['privates''.service_locator.SHpRWaU''get_ServiceLocator_SHpRWaUService'false],
  3455.             'App\\Controller\\ArchivosbitacoraController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3456.             'App\\Controller\\ArchivosbitacoraController::new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3457.             'App\\Controller\\ArchivosbitacoraController::show' => ['privates''.service_locator.FAJp49M''get_ServiceLocator_FAJp49MService'false],
  3458.             'App\\Controller\\BitacoracombustibleController::delete' => ['privates''.service_locator.lMZcf3U''get_ServiceLocator_LMZcf3UService'false],
  3459.             'App\\Controller\\BitacoracombustibleController::edit' => ['privates''.service_locator.lMZcf3U''get_ServiceLocator_LMZcf3UService'false],
  3460.             'App\\Controller\\BitacoracombustibleController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3461.             'App\\Controller\\BitacoracombustibleController::new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3462.             'App\\Controller\\BitacoracombustibleController::show' => ['privates''.service_locator.lMZcf3U''get_ServiceLocator_LMZcf3UService'false],
  3463.             'App\\Controller\\BitacorascorrectivasController::delete' => ['privates''.service_locator.b1qDbc4''get_ServiceLocator_B1qDbc4Service'false],
  3464.             'App\\Controller\\BitacorascorrectivasController::edit' => ['privates''.service_locator.b1qDbc4''get_ServiceLocator_B1qDbc4Service'false],
  3465.             'App\\Controller\\BitacorascorrectivasController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3466.             'App\\Controller\\BitacorascorrectivasController::new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3467.             'App\\Controller\\BitacorascorrectivasController::show' => ['privates''.service_locator.b1qDbc4''get_ServiceLocator_B1qDbc4Service'false],
  3468.             'App\\Controller\\ClientesController::imprimirfichaAction' => ['privates''.service_locator.3M0GBjV''get_ServiceLocator_3M0GBjVService'false],
  3469.             'App\\Controller\\CursosController::delete' => ['privates''.service_locator.BZoHoXM''get_ServiceLocator_BZoHoXMService'false],
  3470.             'App\\Controller\\CursosController::edit' => ['privates''.service_locator.BZoHoXM''get_ServiceLocator_BZoHoXMService'false],
  3471.             'App\\Controller\\CursosController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3472.             'App\\Controller\\CursosController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3473.             'App\\Controller\\CursosController::show' => ['privates''.service_locator.5Yn7rL8''get_ServiceLocator_5Yn7rL8Service'false],
  3474.             'App\\Controller\\DefaultController::alertasAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3475.             'App\\Controller\\DefaultController::changePasswordAction' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  3476.             'App\\Controller\\DependenciasController::delete' => ['privates''.service_locator.6dxO.uF''get_ServiceLocator_6dxO_UFService'false],
  3477.             'App\\Controller\\DependenciasController::edit' => ['privates''.service_locator.b5rfKB2''get_ServiceLocator_B5rfKB2Service'false],
  3478.             'App\\Controller\\DependenciasController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3479.             'App\\Controller\\DependenciasController::new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3480.             'App\\Controller\\DependenciasController::show' => ['privates''.service_locator.36jASyM''get_ServiceLocator_36jASyMService'false],
  3481.             'App\\Controller\\ErrorController::showAction' => ['privates''.service_locator.r9VBLgG''get_ServiceLocator_R9VBLgGService'false],
  3482.             'App\\Controller\\NormasbitacorascorrectivasController::delete' => ['privates''.service_locator.SxkzL9u''get_ServiceLocator_SxkzL9uService'false],
  3483.             'App\\Controller\\NormasbitacorascorrectivasController::edit' => ['privates''.service_locator.SxkzL9u''get_ServiceLocator_SxkzL9uService'false],
  3484.             'App\\Controller\\NormasbitacorascorrectivasController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3485.             'App\\Controller\\NormasbitacorascorrectivasController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3486.             'App\\Controller\\NormasbitacorascorrectivasController::show' => ['privates''.service_locator.Zk49ucP''get_ServiceLocator_Zk49ucPService'false],
  3487.             'App\\Controller\\NotificacioninspeccionController::delete' => ['privates''.service_locator.TFCP.32''get_ServiceLocator_TFCP_32Service'false],
  3488.             'App\\Controller\\NotificacioninspeccionController::edit' => ['privates''.service_locator.TFCP.32''get_ServiceLocator_TFCP_32Service'false],
  3489.             'App\\Controller\\NotificacioninspeccionController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3490.             'App\\Controller\\NotificacioninspeccionController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3491.             'App\\Controller\\NotificacioninspeccionController::show' => ['privates''.service_locator.plBshfj''get_ServiceLocator_PlBshfjService'false],
  3492.             'App\\Controller\\PasosactividadesController::cambioestatus' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3493.             'App\\Controller\\PasosactividadesController::delete' => ['privates''.service_locator.Jlk0pFq''get_ServiceLocator_Jlk0pFqService'false],
  3494.             'App\\Controller\\PasosactividadesController::edit' => ['privates''.service_locator.Jlk0pFq''get_ServiceLocator_Jlk0pFqService'false],
  3495.             'App\\Controller\\PasosactividadesController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3496.             'App\\Controller\\PasosactividadesController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3497.             'App\\Controller\\PasosactividadesController::show' => ['privates''.service_locator.W3wtT.b''get_ServiceLocator_W3wtT_BService'false],
  3498.             'App\\Controller\\ProcedimientosoperativosController::delete' => ['privates''.service_locator.iU.WBE1''get_ServiceLocator_IU_WBE1Service'false],
  3499.             'App\\Controller\\ProcedimientosoperativosController::edit' => ['privates''.service_locator.iU.WBE1''get_ServiceLocator_IU_WBE1Service'false],
  3500.             'App\\Controller\\ProcedimientosoperativosController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3501.             'App\\Controller\\ProcedimientosoperativosController::new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3502.             'App\\Controller\\ProcedimientosoperativosController::show' => ['privates''.service_locator.1kXI72l''get_ServiceLocator_1kXI72lService'false],
  3503.             'App\\Controller\\ProductosController::delete' => ['privates''.service_locator.DACtSFT''get_ServiceLocator_DACtSFTService'false],
  3504.             'App\\Controller\\ProductosController::edit' => ['privates''.service_locator.DACtSFT''get_ServiceLocator_DACtSFTService'false],
  3505.             'App\\Controller\\ProductosController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3506.             'App\\Controller\\ProductosController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3507.             'App\\Controller\\ProductosController::show' => ['privates''.service_locator.HAKX91j''get_ServiceLocator_HAKX91jService'false],
  3508.             'App\\Controller\\ProgramasmantenimientoController::actividadesporprogramacalendario' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3509.             'App\\Controller\\ProgramasmantenimientoController::calendariodata' => ['privates''.service_locator.gEBWe3Y''get_ServiceLocator_GEBWe3YService'false],
  3510.             'App\\Controller\\ProgramasmantenimientoController::copiarprograma' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3511.             'App\\Controller\\ProgramasmantenimientoController::delete' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3512.             'App\\Controller\\ProgramasmantenimientoController::deletecargamasiva' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3513.             'App\\Controller\\ProgramasmantenimientoController::edit' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3514.             'App\\Controller\\ProgramasmantenimientoController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3515.             'App\\Controller\\ProgramasmantenimientoController::loadfile' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3516.             'App\\Controller\\ProgramasmantenimientoController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3517.             'App\\Controller\\ProgramasmantenimientoController::show' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3518.             'App\\Controller\\ProgramasmantenimientoController::show2' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3519.             'App\\Controller\\TasascambioController::delete' => ['privates''.service_locator.34Uj9Ti''get_ServiceLocator_34Uj9TiService'false],
  3520.             'App\\Controller\\TasascambioController::edit' => ['privates''.service_locator.34Uj9Ti''get_ServiceLocator_34Uj9TiService'false],
  3521.             'App\\Controller\\TasascambioController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3522.             'App\\Controller\\TasascambioController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3523.             'App\\Controller\\TasascambioController::show' => ['privates''.service_locator.kEPX2xo''get_ServiceLocator_KEPX2xoService'false],
  3524.             'App\\Controller\\TipoprogramaController::delete' => ['privates''.service_locator.Oo1hS6R''get_ServiceLocator_Oo1hS6RService'false],
  3525.             'App\\Controller\\TipoprogramaController::edit' => ['privates''.service_locator.Oo1hS6R''get_ServiceLocator_Oo1hS6RService'false],
  3526.             'App\\Controller\\TipoprogramaController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3527.             'App\\Controller\\TipoprogramaController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3528.             'App\\Controller\\TipoprogramaController::show' => ['privates''.service_locator.mRKKV1M''get_ServiceLocator_MRKKV1MService'false],
  3529.             'App\\Controller\\TrazasController::delete' => ['privates''.service_locator.PISoh9v''get_ServiceLocator_PISoh9vService'false],
  3530.             'App\\Controller\\TrazasController::edit' => ['privates''.service_locator.PISoh9v''get_ServiceLocator_PISoh9vService'false],
  3531.             'App\\Controller\\TrazasController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3532.             'App\\Controller\\TrazasController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3533.             'App\\Controller\\TrazasController::show' => ['privates''.service_locator.LyFdr6s''get_ServiceLocator_LyFdr6sService'false],
  3534.             'App\\Controller\\TrazasactividadesController::delete' => ['privates''.service_locator.cqm5Xhd''get_ServiceLocator_Cqm5XhdService'false],
  3535.             'App\\Controller\\TrazasactividadesController::edit' => ['privates''.service_locator.cqm5Xhd''get_ServiceLocator_Cqm5XhdService'false],
  3536.             'App\\Controller\\TrazasactividadesController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3537.             'App\\Controller\\TrazasactividadesController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3538.             'App\\Controller\\TrazasactividadesController::show' => ['privates''.service_locator.0_cdfW6''get_ServiceLocator_0CdfW6Service'false],
  3539.             'App\\Controller\\UsuariosController::cambiarcliente' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3540.             'App\\Controller\\UsuariosController::createregistroAction' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  3541.             'App\\Controller\\UsuariosController::indexAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3542.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3543.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3544.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  3545.             'App\\Controller\\ActividadesprogramasController:actividadespormes' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3546.             'App\\Controller\\ActividadesprogramasController:delete' => ['privates''.service_locator._mZ11N0''get_ServiceLocator_MZ11N0Service'false],
  3547.             'App\\Controller\\ActividadesprogramasController:edit' => ['privates''.service_locator._mZ11N0''get_ServiceLocator_MZ11N0Service'false],
  3548.             'App\\Controller\\ActividadesprogramasController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3549.             'App\\Controller\\ActividadesprogramasController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3550.             'App\\Controller\\ActividadesprogramasController:pendientes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3551.             'App\\Controller\\ActividadesprogramasController:show' => ['privates''.service_locator._mZ11N0''get_ServiceLocator_MZ11N0Service'false],
  3552.             'App\\Controller\\ActividadesprogramasController:vencidas' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3553.             'App\\Controller\\ArchivosController:delete' => ['privates''.service_locator.Y53J4JS''get_ServiceLocator_Y53J4JSService'false],
  3554.             'App\\Controller\\ArchivosController:edit' => ['privates''.service_locator.Y53J4JS''get_ServiceLocator_Y53J4JSService'false],
  3555.             'App\\Controller\\ArchivosController:index' => ['privates''.service_locator.u_ZTCJx''get_ServiceLocator_UZTCJxService'false],
  3556.             'App\\Controller\\ArchivosController:new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3557.             'App\\Controller\\ArchivosController:newversion' => ['privates''.service_locator.uSpZ4QL''get_ServiceLocator_USpZ4QLService'false],
  3558.             'App\\Controller\\ArchivosController:show' => ['privates''.service_locator.Y53J4JS''get_ServiceLocator_Y53J4JSService'false],
  3559.             'App\\Controller\\ArchivosController:vencidos' => ['privates''.service_locator.u_ZTCJx''get_ServiceLocator_UZTCJxService'false],
  3560.             'App\\Controller\\ArchivosController:vencimientoDocumentos' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3561.             'App\\Controller\\ArchivosbitacoraController:delete' => ['privates''.service_locator.SHpRWaU''get_ServiceLocator_SHpRWaUService'false],
  3562.             'App\\Controller\\ArchivosbitacoraController:edit' => ['privates''.service_locator.SHpRWaU''get_ServiceLocator_SHpRWaUService'false],
  3563.             'App\\Controller\\ArchivosbitacoraController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3564.             'App\\Controller\\ArchivosbitacoraController:new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3565.             'App\\Controller\\ArchivosbitacoraController:show' => ['privates''.service_locator.FAJp49M''get_ServiceLocator_FAJp49MService'false],
  3566.             'App\\Controller\\BitacoracombustibleController:delete' => ['privates''.service_locator.lMZcf3U''get_ServiceLocator_LMZcf3UService'false],
  3567.             'App\\Controller\\BitacoracombustibleController:edit' => ['privates''.service_locator.lMZcf3U''get_ServiceLocator_LMZcf3UService'false],
  3568.             'App\\Controller\\BitacoracombustibleController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3569.             'App\\Controller\\BitacoracombustibleController:new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3570.             'App\\Controller\\BitacoracombustibleController:show' => ['privates''.service_locator.lMZcf3U''get_ServiceLocator_LMZcf3UService'false],
  3571.             'App\\Controller\\BitacorascorrectivasController:delete' => ['privates''.service_locator.b1qDbc4''get_ServiceLocator_B1qDbc4Service'false],
  3572.             'App\\Controller\\BitacorascorrectivasController:edit' => ['privates''.service_locator.b1qDbc4''get_ServiceLocator_B1qDbc4Service'false],
  3573.             'App\\Controller\\BitacorascorrectivasController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3574.             'App\\Controller\\BitacorascorrectivasController:new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3575.             'App\\Controller\\BitacorascorrectivasController:show' => ['privates''.service_locator.b1qDbc4''get_ServiceLocator_B1qDbc4Service'false],
  3576.             'App\\Controller\\ClientesController:imprimirfichaAction' => ['privates''.service_locator.3M0GBjV''get_ServiceLocator_3M0GBjVService'false],
  3577.             'App\\Controller\\CursosController:delete' => ['privates''.service_locator.BZoHoXM''get_ServiceLocator_BZoHoXMService'false],
  3578.             'App\\Controller\\CursosController:edit' => ['privates''.service_locator.BZoHoXM''get_ServiceLocator_BZoHoXMService'false],
  3579.             'App\\Controller\\CursosController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3580.             'App\\Controller\\CursosController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3581.             'App\\Controller\\CursosController:show' => ['privates''.service_locator.5Yn7rL8''get_ServiceLocator_5Yn7rL8Service'false],
  3582.             'App\\Controller\\DefaultController:alertasAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3583.             'App\\Controller\\DefaultController:changePasswordAction' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  3584.             'App\\Controller\\DependenciasController:delete' => ['privates''.service_locator.6dxO.uF''get_ServiceLocator_6dxO_UFService'false],
  3585.             'App\\Controller\\DependenciasController:edit' => ['privates''.service_locator.b5rfKB2''get_ServiceLocator_B5rfKB2Service'false],
  3586.             'App\\Controller\\DependenciasController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3587.             'App\\Controller\\DependenciasController:new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3588.             'App\\Controller\\DependenciasController:show' => ['privates''.service_locator.36jASyM''get_ServiceLocator_36jASyMService'false],
  3589.             'App\\Controller\\ErrorController:showAction' => ['privates''.service_locator.r9VBLgG''get_ServiceLocator_R9VBLgGService'false],
  3590.             'App\\Controller\\NormasbitacorascorrectivasController:delete' => ['privates''.service_locator.SxkzL9u''get_ServiceLocator_SxkzL9uService'false],
  3591.             'App\\Controller\\NormasbitacorascorrectivasController:edit' => ['privates''.service_locator.SxkzL9u''get_ServiceLocator_SxkzL9uService'false],
  3592.             'App\\Controller\\NormasbitacorascorrectivasController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3593.             'App\\Controller\\NormasbitacorascorrectivasController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3594.             'App\\Controller\\NormasbitacorascorrectivasController:show' => ['privates''.service_locator.Zk49ucP''get_ServiceLocator_Zk49ucPService'false],
  3595.             'App\\Controller\\NotificacioninspeccionController:delete' => ['privates''.service_locator.TFCP.32''get_ServiceLocator_TFCP_32Service'false],
  3596.             'App\\Controller\\NotificacioninspeccionController:edit' => ['privates''.service_locator.TFCP.32''get_ServiceLocator_TFCP_32Service'false],
  3597.             'App\\Controller\\NotificacioninspeccionController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3598.             'App\\Controller\\NotificacioninspeccionController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3599.             'App\\Controller\\NotificacioninspeccionController:show' => ['privates''.service_locator.plBshfj''get_ServiceLocator_PlBshfjService'false],
  3600.             'App\\Controller\\PasosactividadesController:cambioestatus' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3601.             'App\\Controller\\PasosactividadesController:delete' => ['privates''.service_locator.Jlk0pFq''get_ServiceLocator_Jlk0pFqService'false],
  3602.             'App\\Controller\\PasosactividadesController:edit' => ['privates''.service_locator.Jlk0pFq''get_ServiceLocator_Jlk0pFqService'false],
  3603.             'App\\Controller\\PasosactividadesController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3604.             'App\\Controller\\PasosactividadesController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3605.             'App\\Controller\\PasosactividadesController:show' => ['privates''.service_locator.W3wtT.b''get_ServiceLocator_W3wtT_BService'false],
  3606.             'App\\Controller\\ProcedimientosoperativosController:delete' => ['privates''.service_locator.iU.WBE1''get_ServiceLocator_IU_WBE1Service'false],
  3607.             'App\\Controller\\ProcedimientosoperativosController:edit' => ['privates''.service_locator.iU.WBE1''get_ServiceLocator_IU_WBE1Service'false],
  3608.             'App\\Controller\\ProcedimientosoperativosController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3609.             'App\\Controller\\ProcedimientosoperativosController:new' => ['privates''.service_locator.SRtF.2R''get_ServiceLocator_SRtF_2RService'false],
  3610.             'App\\Controller\\ProcedimientosoperativosController:show' => ['privates''.service_locator.1kXI72l''get_ServiceLocator_1kXI72lService'false],
  3611.             'App\\Controller\\ProductosController:delete' => ['privates''.service_locator.DACtSFT''get_ServiceLocator_DACtSFTService'false],
  3612.             'App\\Controller\\ProductosController:edit' => ['privates''.service_locator.DACtSFT''get_ServiceLocator_DACtSFTService'false],
  3613.             'App\\Controller\\ProductosController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3614.             'App\\Controller\\ProductosController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3615.             'App\\Controller\\ProductosController:show' => ['privates''.service_locator.HAKX91j''get_ServiceLocator_HAKX91jService'false],
  3616.             'App\\Controller\\ProgramasmantenimientoController:actividadesporprogramacalendario' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3617.             'App\\Controller\\ProgramasmantenimientoController:calendariodata' => ['privates''.service_locator.gEBWe3Y''get_ServiceLocator_GEBWe3YService'false],
  3618.             'App\\Controller\\ProgramasmantenimientoController:copiarprograma' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3619.             'App\\Controller\\ProgramasmantenimientoController:delete' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3620.             'App\\Controller\\ProgramasmantenimientoController:deletecargamasiva' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3621.             'App\\Controller\\ProgramasmantenimientoController:edit' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3622.             'App\\Controller\\ProgramasmantenimientoController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3623.             'App\\Controller\\ProgramasmantenimientoController:loadfile' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3624.             'App\\Controller\\ProgramasmantenimientoController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3625.             'App\\Controller\\ProgramasmantenimientoController:show' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3626.             'App\\Controller\\ProgramasmantenimientoController:show2' => ['privates''.service_locator.6h.y_bL''get_ServiceLocator_6h_YBLService'false],
  3627.             'App\\Controller\\TasascambioController:delete' => ['privates''.service_locator.34Uj9Ti''get_ServiceLocator_34Uj9TiService'false],
  3628.             'App\\Controller\\TasascambioController:edit' => ['privates''.service_locator.34Uj9Ti''get_ServiceLocator_34Uj9TiService'false],
  3629.             'App\\Controller\\TasascambioController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3630.             'App\\Controller\\TasascambioController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3631.             'App\\Controller\\TasascambioController:show' => ['privates''.service_locator.kEPX2xo''get_ServiceLocator_KEPX2xoService'false],
  3632.             'App\\Controller\\TipoprogramaController:delete' => ['privates''.service_locator.Oo1hS6R''get_ServiceLocator_Oo1hS6RService'false],
  3633.             'App\\Controller\\TipoprogramaController:edit' => ['privates''.service_locator.Oo1hS6R''get_ServiceLocator_Oo1hS6RService'false],
  3634.             'App\\Controller\\TipoprogramaController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3635.             'App\\Controller\\TipoprogramaController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3636.             'App\\Controller\\TipoprogramaController:show' => ['privates''.service_locator.mRKKV1M''get_ServiceLocator_MRKKV1MService'false],
  3637.             'App\\Controller\\TrazasController:delete' => ['privates''.service_locator.PISoh9v''get_ServiceLocator_PISoh9vService'false],
  3638.             'App\\Controller\\TrazasController:edit' => ['privates''.service_locator.PISoh9v''get_ServiceLocator_PISoh9vService'false],
  3639.             'App\\Controller\\TrazasController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3640.             'App\\Controller\\TrazasController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3641.             'App\\Controller\\TrazasController:show' => ['privates''.service_locator.LyFdr6s''get_ServiceLocator_LyFdr6sService'false],
  3642.             'App\\Controller\\TrazasactividadesController:delete' => ['privates''.service_locator.cqm5Xhd''get_ServiceLocator_Cqm5XhdService'false],
  3643.             'App\\Controller\\TrazasactividadesController:edit' => ['privates''.service_locator.cqm5Xhd''get_ServiceLocator_Cqm5XhdService'false],
  3644.             'App\\Controller\\TrazasactividadesController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3645.             'App\\Controller\\TrazasactividadesController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3646.             'App\\Controller\\TrazasactividadesController:show' => ['privates''.service_locator.0_cdfW6''get_ServiceLocator_0CdfW6Service'false],
  3647.             'App\\Controller\\UsuariosController:cambiarcliente' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3648.             'App\\Controller\\UsuariosController:createregistroAction' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  3649.             'App\\Controller\\UsuariosController:indexAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  3650.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3651.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3652.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  3653.         ], [
  3654.             'App\\Controller\\ActividadesprogramasController::actividadespormes' => '?',
  3655.             'App\\Controller\\ActividadesprogramasController::delete' => '?',
  3656.             'App\\Controller\\ActividadesprogramasController::edit' => '?',
  3657.             'App\\Controller\\ActividadesprogramasController::index' => '?',
  3658.             'App\\Controller\\ActividadesprogramasController::new' => '?',
  3659.             'App\\Controller\\ActividadesprogramasController::pendientes' => '?',
  3660.             'App\\Controller\\ActividadesprogramasController::show' => '?',
  3661.             'App\\Controller\\ActividadesprogramasController::vencidas' => '?',
  3662.             'App\\Controller\\ArchivosController::delete' => '?',
  3663.             'App\\Controller\\ArchivosController::edit' => '?',
  3664.             'App\\Controller\\ArchivosController::index' => '?',
  3665.             'App\\Controller\\ArchivosController::new' => '?',
  3666.             'App\\Controller\\ArchivosController::newversion' => '?',
  3667.             'App\\Controller\\ArchivosController::show' => '?',
  3668.             'App\\Controller\\ArchivosController::vencidos' => '?',
  3669.             'App\\Controller\\ArchivosController::vencimientoDocumentos' => '?',
  3670.             'App\\Controller\\ArchivosbitacoraController::delete' => '?',
  3671.             'App\\Controller\\ArchivosbitacoraController::edit' => '?',
  3672.             'App\\Controller\\ArchivosbitacoraController::index' => '?',
  3673.             'App\\Controller\\ArchivosbitacoraController::new' => '?',
  3674.             'App\\Controller\\ArchivosbitacoraController::show' => '?',
  3675.             'App\\Controller\\BitacoracombustibleController::delete' => '?',
  3676.             'App\\Controller\\BitacoracombustibleController::edit' => '?',
  3677.             'App\\Controller\\BitacoracombustibleController::index' => '?',
  3678.             'App\\Controller\\BitacoracombustibleController::new' => '?',
  3679.             'App\\Controller\\BitacoracombustibleController::show' => '?',
  3680.             'App\\Controller\\BitacorascorrectivasController::delete' => '?',
  3681.             'App\\Controller\\BitacorascorrectivasController::edit' => '?',
  3682.             'App\\Controller\\BitacorascorrectivasController::index' => '?',
  3683.             'App\\Controller\\BitacorascorrectivasController::new' => '?',
  3684.             'App\\Controller\\BitacorascorrectivasController::show' => '?',
  3685.             'App\\Controller\\ClientesController::imprimirfichaAction' => '?',
  3686.             'App\\Controller\\CursosController::delete' => '?',
  3687.             'App\\Controller\\CursosController::edit' => '?',
  3688.             'App\\Controller\\CursosController::index' => '?',
  3689.             'App\\Controller\\CursosController::new' => '?',
  3690.             'App\\Controller\\CursosController::show' => '?',
  3691.             'App\\Controller\\DefaultController::alertasAction' => '?',
  3692.             'App\\Controller\\DefaultController::changePasswordAction' => '?',
  3693.             'App\\Controller\\DependenciasController::delete' => '?',
  3694.             'App\\Controller\\DependenciasController::edit' => '?',
  3695.             'App\\Controller\\DependenciasController::index' => '?',
  3696.             'App\\Controller\\DependenciasController::new' => '?',
  3697.             'App\\Controller\\DependenciasController::show' => '?',
  3698.             'App\\Controller\\ErrorController::showAction' => '?',
  3699.             'App\\Controller\\NormasbitacorascorrectivasController::delete' => '?',
  3700.             'App\\Controller\\NormasbitacorascorrectivasController::edit' => '?',
  3701.             'App\\Controller\\NormasbitacorascorrectivasController::index' => '?',
  3702.             'App\\Controller\\NormasbitacorascorrectivasController::new' => '?',
  3703.             'App\\Controller\\NormasbitacorascorrectivasController::show' => '?',
  3704.             'App\\Controller\\NotificacioninspeccionController::delete' => '?',
  3705.             'App\\Controller\\NotificacioninspeccionController::edit' => '?',
  3706.             'App\\Controller\\NotificacioninspeccionController::index' => '?',
  3707.             'App\\Controller\\NotificacioninspeccionController::new' => '?',
  3708.             'App\\Controller\\NotificacioninspeccionController::show' => '?',
  3709.             'App\\Controller\\PasosactividadesController::cambioestatus' => '?',
  3710.             'App\\Controller\\PasosactividadesController::delete' => '?',
  3711.             'App\\Controller\\PasosactividadesController::edit' => '?',
  3712.             'App\\Controller\\PasosactividadesController::index' => '?',
  3713.             'App\\Controller\\PasosactividadesController::new' => '?',
  3714.             'App\\Controller\\PasosactividadesController::show' => '?',
  3715.             'App\\Controller\\ProcedimientosoperativosController::delete' => '?',
  3716.             'App\\Controller\\ProcedimientosoperativosController::edit' => '?',
  3717.             'App\\Controller\\ProcedimientosoperativosController::index' => '?',
  3718.             'App\\Controller\\ProcedimientosoperativosController::new' => '?',
  3719.             'App\\Controller\\ProcedimientosoperativosController::show' => '?',
  3720.             'App\\Controller\\ProductosController::delete' => '?',
  3721.             'App\\Controller\\ProductosController::edit' => '?',
  3722.             'App\\Controller\\ProductosController::index' => '?',
  3723.             'App\\Controller\\ProductosController::new' => '?',
  3724.             'App\\Controller\\ProductosController::show' => '?',
  3725.             'App\\Controller\\ProgramasmantenimientoController::actividadesporprogramacalendario' => '?',
  3726.             'App\\Controller\\ProgramasmantenimientoController::calendariodata' => '?',
  3727.             'App\\Controller\\ProgramasmantenimientoController::copiarprograma' => '?',
  3728.             'App\\Controller\\ProgramasmantenimientoController::delete' => '?',
  3729.             'App\\Controller\\ProgramasmantenimientoController::deletecargamasiva' => '?',
  3730.             'App\\Controller\\ProgramasmantenimientoController::edit' => '?',
  3731.             'App\\Controller\\ProgramasmantenimientoController::index' => '?',
  3732.             'App\\Controller\\ProgramasmantenimientoController::loadfile' => '?',
  3733.             'App\\Controller\\ProgramasmantenimientoController::new' => '?',
  3734.             'App\\Controller\\ProgramasmantenimientoController::show' => '?',
  3735.             'App\\Controller\\ProgramasmantenimientoController::show2' => '?',
  3736.             'App\\Controller\\TasascambioController::delete' => '?',
  3737.             'App\\Controller\\TasascambioController::edit' => '?',
  3738.             'App\\Controller\\TasascambioController::index' => '?',
  3739.             'App\\Controller\\TasascambioController::new' => '?',
  3740.             'App\\Controller\\TasascambioController::show' => '?',
  3741.             'App\\Controller\\TipoprogramaController::delete' => '?',
  3742.             'App\\Controller\\TipoprogramaController::edit' => '?',
  3743.             'App\\Controller\\TipoprogramaController::index' => '?',
  3744.             'App\\Controller\\TipoprogramaController::new' => '?',
  3745.             'App\\Controller\\TipoprogramaController::show' => '?',
  3746.             'App\\Controller\\TrazasController::delete' => '?',
  3747.             'App\\Controller\\TrazasController::edit' => '?',
  3748.             'App\\Controller\\TrazasController::index' => '?',
  3749.             'App\\Controller\\TrazasController::new' => '?',
  3750.             'App\\Controller\\TrazasController::show' => '?',
  3751.             'App\\Controller\\TrazasactividadesController::delete' => '?',
  3752.             'App\\Controller\\TrazasactividadesController::edit' => '?',
  3753.             'App\\Controller\\TrazasactividadesController::index' => '?',
  3754.             'App\\Controller\\TrazasactividadesController::new' => '?',
  3755.             'App\\Controller\\TrazasactividadesController::show' => '?',
  3756.             'App\\Controller\\UsuariosController::cambiarcliente' => '?',
  3757.             'App\\Controller\\UsuariosController::createregistroAction' => '?',
  3758.             'App\\Controller\\UsuariosController::indexAction' => '?',
  3759.             'kernel::loadRoutes' => '?',
  3760.             'kernel::registerContainerConfiguration' => '?',
  3761.             'kernel::terminate' => '?',
  3762.             'App\\Controller\\ActividadesprogramasController:actividadespormes' => '?',
  3763.             'App\\Controller\\ActividadesprogramasController:delete' => '?',
  3764.             'App\\Controller\\ActividadesprogramasController:edit' => '?',
  3765.             'App\\Controller\\ActividadesprogramasController:index' => '?',
  3766.             'App\\Controller\\ActividadesprogramasController:new' => '?',
  3767.             'App\\Controller\\ActividadesprogramasController:pendientes' => '?',
  3768.             'App\\Controller\\ActividadesprogramasController:show' => '?',
  3769.             'App\\Controller\\ActividadesprogramasController:vencidas' => '?',
  3770.             'App\\Controller\\ArchivosController:delete' => '?',
  3771.             'App\\Controller\\ArchivosController:edit' => '?',
  3772.             'App\\Controller\\ArchivosController:index' => '?',
  3773.             'App\\Controller\\ArchivosController:new' => '?',
  3774.             'App\\Controller\\ArchivosController:newversion' => '?',
  3775.             'App\\Controller\\ArchivosController:show' => '?',
  3776.             'App\\Controller\\ArchivosController:vencidos' => '?',
  3777.             'App\\Controller\\ArchivosController:vencimientoDocumentos' => '?',
  3778.             'App\\Controller\\ArchivosbitacoraController:delete' => '?',
  3779.             'App\\Controller\\ArchivosbitacoraController:edit' => '?',
  3780.             'App\\Controller\\ArchivosbitacoraController:index' => '?',
  3781.             'App\\Controller\\ArchivosbitacoraController:new' => '?',
  3782.             'App\\Controller\\ArchivosbitacoraController:show' => '?',
  3783.             'App\\Controller\\BitacoracombustibleController:delete' => '?',
  3784.             'App\\Controller\\BitacoracombustibleController:edit' => '?',
  3785.             'App\\Controller\\BitacoracombustibleController:index' => '?',
  3786.             'App\\Controller\\BitacoracombustibleController:new' => '?',
  3787.             'App\\Controller\\BitacoracombustibleController:show' => '?',
  3788.             'App\\Controller\\BitacorascorrectivasController:delete' => '?',
  3789.             'App\\Controller\\BitacorascorrectivasController:edit' => '?',
  3790.             'App\\Controller\\BitacorascorrectivasController:index' => '?',
  3791.             'App\\Controller\\BitacorascorrectivasController:new' => '?',
  3792.             'App\\Controller\\BitacorascorrectivasController:show' => '?',
  3793.             'App\\Controller\\ClientesController:imprimirfichaAction' => '?',
  3794.             'App\\Controller\\CursosController:delete' => '?',
  3795.             'App\\Controller\\CursosController:edit' => '?',
  3796.             'App\\Controller\\CursosController:index' => '?',
  3797.             'App\\Controller\\CursosController:new' => '?',
  3798.             'App\\Controller\\CursosController:show' => '?',
  3799.             'App\\Controller\\DefaultController:alertasAction' => '?',
  3800.             'App\\Controller\\DefaultController:changePasswordAction' => '?',
  3801.             'App\\Controller\\DependenciasController:delete' => '?',
  3802.             'App\\Controller\\DependenciasController:edit' => '?',
  3803.             'App\\Controller\\DependenciasController:index' => '?',
  3804.             'App\\Controller\\DependenciasController:new' => '?',
  3805.             'App\\Controller\\DependenciasController:show' => '?',
  3806.             'App\\Controller\\ErrorController:showAction' => '?',
  3807.             'App\\Controller\\NormasbitacorascorrectivasController:delete' => '?',
  3808.             'App\\Controller\\NormasbitacorascorrectivasController:edit' => '?',
  3809.             'App\\Controller\\NormasbitacorascorrectivasController:index' => '?',
  3810.             'App\\Controller\\NormasbitacorascorrectivasController:new' => '?',
  3811.             'App\\Controller\\NormasbitacorascorrectivasController:show' => '?',
  3812.             'App\\Controller\\NotificacioninspeccionController:delete' => '?',
  3813.             'App\\Controller\\NotificacioninspeccionController:edit' => '?',
  3814.             'App\\Controller\\NotificacioninspeccionController:index' => '?',
  3815.             'App\\Controller\\NotificacioninspeccionController:new' => '?',
  3816.             'App\\Controller\\NotificacioninspeccionController:show' => '?',
  3817.             'App\\Controller\\PasosactividadesController:cambioestatus' => '?',
  3818.             'App\\Controller\\PasosactividadesController:delete' => '?',
  3819.             'App\\Controller\\PasosactividadesController:edit' => '?',
  3820.             'App\\Controller\\PasosactividadesController:index' => '?',
  3821.             'App\\Controller\\PasosactividadesController:new' => '?',
  3822.             'App\\Controller\\PasosactividadesController:show' => '?',
  3823.             'App\\Controller\\ProcedimientosoperativosController:delete' => '?',
  3824.             'App\\Controller\\ProcedimientosoperativosController:edit' => '?',
  3825.             'App\\Controller\\ProcedimientosoperativosController:index' => '?',
  3826.             'App\\Controller\\ProcedimientosoperativosController:new' => '?',
  3827.             'App\\Controller\\ProcedimientosoperativosController:show' => '?',
  3828.             'App\\Controller\\ProductosController:delete' => '?',
  3829.             'App\\Controller\\ProductosController:edit' => '?',
  3830.             'App\\Controller\\ProductosController:index' => '?',
  3831.             'App\\Controller\\ProductosController:new' => '?',
  3832.             'App\\Controller\\ProductosController:show' => '?',
  3833.             'App\\Controller\\ProgramasmantenimientoController:actividadesporprogramacalendario' => '?',
  3834.             'App\\Controller\\ProgramasmantenimientoController:calendariodata' => '?',
  3835.             'App\\Controller\\ProgramasmantenimientoController:copiarprograma' => '?',
  3836.             'App\\Controller\\ProgramasmantenimientoController:delete' => '?',
  3837.             'App\\Controller\\ProgramasmantenimientoController:deletecargamasiva' => '?',
  3838.             'App\\Controller\\ProgramasmantenimientoController:edit' => '?',
  3839.             'App\\Controller\\ProgramasmantenimientoController:index' => '?',
  3840.             'App\\Controller\\ProgramasmantenimientoController:loadfile' => '?',
  3841.             'App\\Controller\\ProgramasmantenimientoController:new' => '?',
  3842.             'App\\Controller\\ProgramasmantenimientoController:show' => '?',
  3843.             'App\\Controller\\ProgramasmantenimientoController:show2' => '?',
  3844.             'App\\Controller\\TasascambioController:delete' => '?',
  3845.             'App\\Controller\\TasascambioController:edit' => '?',
  3846.             'App\\Controller\\TasascambioController:index' => '?',
  3847.             'App\\Controller\\TasascambioController:new' => '?',
  3848.             'App\\Controller\\TasascambioController:show' => '?',
  3849.             'App\\Controller\\TipoprogramaController:delete' => '?',
  3850.             'App\\Controller\\TipoprogramaController:edit' => '?',
  3851.             'App\\Controller\\TipoprogramaController:index' => '?',
  3852.             'App\\Controller\\TipoprogramaController:new' => '?',
  3853.             'App\\Controller\\TipoprogramaController:show' => '?',
  3854.             'App\\Controller\\TrazasController:delete' => '?',
  3855.             'App\\Controller\\TrazasController:edit' => '?',
  3856.             'App\\Controller\\TrazasController:index' => '?',
  3857.             'App\\Controller\\TrazasController:new' => '?',
  3858.             'App\\Controller\\TrazasController:show' => '?',
  3859.             'App\\Controller\\TrazasactividadesController:delete' => '?',
  3860.             'App\\Controller\\TrazasactividadesController:edit' => '?',
  3861.             'App\\Controller\\TrazasactividadesController:index' => '?',
  3862.             'App\\Controller\\TrazasactividadesController:new' => '?',
  3863.             'App\\Controller\\TrazasactividadesController:show' => '?',
  3864.             'App\\Controller\\UsuariosController:cambiarcliente' => '?',
  3865.             'App\\Controller\\UsuariosController:createregistroAction' => '?',
  3866.             'App\\Controller\\UsuariosController:indexAction' => '?',
  3867.             'kernel:loadRoutes' => '?',
  3868.             'kernel:registerContainerConfiguration' => '?',
  3869.             'kernel:terminate' => '?',
  3870.         ]);
  3871.     }
  3872.     /**
  3873.      * Gets the private '.service_locator.W3wtT.b' shared service.
  3874.      *
  3875.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3876.      */
  3877.     protected function get_ServiceLocator_W3wtT_BService()
  3878.     {
  3879.         return $this->privates['.service_locator.W3wtT.b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3880.             'pasosactividade' => ['privates''.errored..service_locator.W3wtT.b.App\\Entity\\Pasosactividades'NULL'Cannot autowire service ".service_locator.W3wtT.b": it references class "App\\Entity\\Pasosactividades" but no such service exists.'],
  3881.         ], [
  3882.             'pasosactividade' => 'App\\Entity\\Pasosactividades',
  3883.         ]);
  3884.     }
  3885.     /**
  3886.      * Gets the private '.service_locator.Y53J4JS' shared service.
  3887.      *
  3888.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3889.      */
  3890.     protected function get_ServiceLocator_Y53J4JSService()
  3891.     {
  3892.         return $this->privates['.service_locator.Y53J4JS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3893.             'archivo' => ['privates''.errored..service_locator.Y53J4JS.App\\Entity\\Archivos'NULL'Cannot autowire service ".service_locator.Y53J4JS": it references class "App\\Entity\\Archivos" but no such service exists.'],
  3894.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3895.         ], [
  3896.             'archivo' => 'App\\Entity\\Archivos',
  3897.             'entityManager' => '?',
  3898.         ]);
  3899.     }
  3900.     /**
  3901.      * Gets the private '.service_locator.Zk49ucP' shared service.
  3902.      *
  3903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3904.      */
  3905.     protected function get_ServiceLocator_Zk49ucPService()
  3906.     {
  3907.         return $this->privates['.service_locator.Zk49ucP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3908.             'normasbitacorascorrectiva' => ['privates''.errored..service_locator.Zk49ucP.App\\Entity\\Normasbitacorascorrectivas'NULL'Cannot autowire service ".service_locator.Zk49ucP": it references class "App\\Entity\\Normasbitacorascorrectivas" but no such service exists.'],
  3909.         ], [
  3910.             'normasbitacorascorrectiva' => 'App\\Entity\\Normasbitacorascorrectivas',
  3911.         ]);
  3912.     }
  3913.     /**
  3914.      * Gets the private '.service_locator._mZ11N0' shared service.
  3915.      *
  3916.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3917.      */
  3918.     protected function get_ServiceLocator_MZ11N0Service()
  3919.     {
  3920.         return $this->privates['.service_locator._mZ11N0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3921.             'actividadesprograma' => ['privates''.errored..service_locator._mZ11N0.App\\Entity\\Actividadesprogramas'NULL'Cannot autowire service ".service_locator._mZ11N0": it references class "App\\Entity\\Actividadesprogramas" but no such service exists.'],
  3922.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3923.         ], [
  3924.             'actividadesprograma' => 'App\\Entity\\Actividadesprogramas',
  3925.             'entityManager' => '?',
  3926.         ]);
  3927.     }
  3928.     /**
  3929.      * Gets the private '.service_locator.b1qDbc4' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3932.      */
  3933.     protected function get_ServiceLocator_B1qDbc4Service()
  3934.     {
  3935.         return $this->privates['.service_locator.b1qDbc4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3936.             'bitacorascorrectiva' => ['privates''.errored..service_locator.b1qDbc4.App\\Entity\\Bitacorascorrectivas'NULL'Cannot autowire service ".service_locator.b1qDbc4": it references class "App\\Entity\\Bitacorascorrectivas" but no such service exists.'],
  3937.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3938.         ], [
  3939.             'bitacorascorrectiva' => 'App\\Entity\\Bitacorascorrectivas',
  3940.             'entityManager' => '?',
  3941.         ]);
  3942.     }
  3943.     /**
  3944.      * Gets the private '.service_locator.b5rfKB2' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3947.      */
  3948.     protected function get_ServiceLocator_B5rfKB2Service()
  3949.     {
  3950.         return $this->privates['.service_locator.b5rfKB2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3951.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3952.             'proveedore' => ['privates''.errored..service_locator.b5rfKB2.App\\Entity\\Dependencias'NULL'Cannot autowire service ".service_locator.b5rfKB2": it references class "App\\Entity\\Dependencias" but no such service exists.'],
  3953.             'slugger' => ['privates''slugger''getSluggerService'false],
  3954.         ], [
  3955.             'entityManager' => '?',
  3956.             'proveedore' => 'App\\Entity\\Dependencias',
  3957.             'slugger' => '?',
  3958.         ]);
  3959.     }
  3960.     /**
  3961.      * Gets the private '.service_locator.bCPK9sB' shared service.
  3962.      *
  3963.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3964.      */
  3965.     protected function get_ServiceLocator_BCPK9sBService()
  3966.     {
  3967.         return $this->privates['.service_locator.bCPK9sB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3968.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3969.             'security.event_dispatcher.publica' => ['privates''security.event_dispatcher.publica''getSecurity_EventDispatcher_PublicaService'false],
  3970.             'security.event_dispatcher.publica2' => ['privates''security.event_dispatcher.publica2''getSecurity_EventDispatcher_Publica2Service'false],
  3971.             'security.event_dispatcher.publica3' => ['privates''security.event_dispatcher.publica3''getSecurity_EventDispatcher_Publica3Service'false],
  3972.             'security.event_dispatcher.secured_area' => ['privates''security.event_dispatcher.secured_area''getSecurity_EventDispatcher_SecuredAreaService'false],
  3973.         ], [
  3974.             'event_dispatcher' => '?',
  3975.             'security.event_dispatcher.publica' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3976.             'security.event_dispatcher.publica2' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3977.             'security.event_dispatcher.publica3' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3978.             'security.event_dispatcher.secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3979.         ]);
  3980.     }
  3981.     /**
  3982.      * Gets the private '.service_locator.cqm5Xhd' shared service.
  3983.      *
  3984.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3985.      */
  3986.     protected function get_ServiceLocator_Cqm5XhdService()
  3987.     {
  3988.         return $this->privates['.service_locator.cqm5Xhd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3989.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3990.             'trazasactividade' => ['privates''.errored..service_locator.cqm5Xhd.App\\Entity\\Trazasactividades'NULL'Cannot autowire service ".service_locator.cqm5Xhd": it references class "App\\Entity\\Trazasactividades" but no such service exists.'],
  3991.         ], [
  3992.             'entityManager' => '?',
  3993.             'trazasactividade' => 'App\\Entity\\Trazasactividades',
  3994.         ]);
  3995.     }
  3996.     /**
  3997.      * Gets the private '.service_locator.gEBWe3Y' shared service.
  3998.      *
  3999.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4000.      */
  4001.     protected function get_ServiceLocator_GEBWe3YService()
  4002.     {
  4003.         return $this->privates['.service_locator.gEBWe3Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4004.             'programasmantenimiento' => ['privates''.errored..service_locator.gEBWe3Y.App\\Entity\\Programasmantenimiento'NULL'Cannot autowire service ".service_locator.gEBWe3Y": it references class "App\\Entity\\Programasmantenimiento" but no such service exists.'],
  4005.         ], [
  4006.             'programasmantenimiento' => 'App\\Entity\\Programasmantenimiento',
  4007.         ]);
  4008.     }
  4009.     /**
  4010.      * Gets the private '.service_locator.iU.WBE1' shared service.
  4011.      *
  4012.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4013.      */
  4014.     protected function get_ServiceLocator_IU_WBE1Service()
  4015.     {
  4016.         return $this->privates['.service_locator.iU.WBE1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4017.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4018.             'procedimientosoperativo' => ['privates''.errored..service_locator.iU.WBE1.App\\Entity\\Procedimientosoperativos'NULL'Cannot autowire service ".service_locator.iU.WBE1": it references class "App\\Entity\\Procedimientosoperativos" but no such service exists.'],
  4019.         ], [
  4020.             'entityManager' => '?',
  4021.             'procedimientosoperativo' => 'App\\Entity\\Procedimientosoperativos',
  4022.         ]);
  4023.     }
  4024.     /**
  4025.      * Gets the private '.service_locator.kEPX2xo' shared service.
  4026.      *
  4027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4028.      */
  4029.     protected function get_ServiceLocator_KEPX2xoService()
  4030.     {
  4031.         return $this->privates['.service_locator.kEPX2xo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4032.             'tasascambio' => ['privates''.errored..service_locator.kEPX2xo.App\\Entity\\Tasascambio'NULL'Cannot autowire service ".service_locator.kEPX2xo": it references class "App\\Entity\\Tasascambio" but no such service exists.'],
  4033.         ], [
  4034.             'tasascambio' => 'App\\Entity\\Tasascambio',
  4035.         ]);
  4036.     }
  4037.     /**
  4038.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  4039.      *
  4040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4041.      */
  4042.     protected function get_ServiceLocator_L2QwsaZService()
  4043.     {
  4044.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4045.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4046.         ], [
  4047.             'entityManager' => '?',
  4048.         ]);
  4049.     }
  4050.     /**
  4051.      * Gets the private '.service_locator.lMZcf3U' shared service.
  4052.      *
  4053.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4054.      */
  4055.     protected function get_ServiceLocator_LMZcf3UService()
  4056.     {
  4057.         return $this->privates['.service_locator.lMZcf3U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4058.             'bitacoracombustible' => ['privates''.errored..service_locator.lMZcf3U.App\\Entity\\Bitacoracombustible'NULL'Cannot autowire service ".service_locator.lMZcf3U": it references class "App\\Entity\\Bitacoracombustible" but no such service exists.'],
  4059.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4060.         ], [
  4061.             'bitacoracombustible' => 'App\\Entity\\Bitacoracombustible',
  4062.             'entityManager' => '?',
  4063.         ]);
  4064.     }
  4065.     /**
  4066.      * Gets the private '.service_locator.mRKKV1M' shared service.
  4067.      *
  4068.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4069.      */
  4070.     protected function get_ServiceLocator_MRKKV1MService()
  4071.     {
  4072.         return $this->privates['.service_locator.mRKKV1M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4073.             'tipoprograma' => ['privates''.errored..service_locator.mRKKV1M.App\\Entity\\Tipoprograma'NULL'Cannot autowire service ".service_locator.mRKKV1M": it references class "App\\Entity\\Tipoprograma" but no such service exists.'],
  4074.         ], [
  4075.             'tipoprograma' => 'App\\Entity\\Tipoprograma',
  4076.         ]);
  4077.     }
  4078.     /**
  4079.      * Gets the private '.service_locator.plBshfj' shared service.
  4080.      *
  4081.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4082.      */
  4083.     protected function get_ServiceLocator_PlBshfjService()
  4084.     {
  4085.         return $this->privates['.service_locator.plBshfj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4086.             'notificacioninspeccion' => ['privates''.errored..service_locator.plBshfj.App\\Entity\\Notificacioninspeccion'NULL'Cannot autowire service ".service_locator.plBshfj": it references class "App\\Entity\\Notificacioninspeccion" but no such service exists.'],
  4087.         ], [
  4088.             'notificacioninspeccion' => 'App\\Entity\\Notificacioninspeccion',
  4089.         ]);
  4090.     }
  4091.     /**
  4092.      * Gets the private '.service_locator.r9VBLgG' shared service.
  4093.      *
  4094.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4095.      */
  4096.     protected function get_ServiceLocator_R9VBLgGService()
  4097.     {
  4098.         return $this->privates['.service_locator.r9VBLgG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4099.             'exception' => ['privates''.errored..service_locator.r9VBLgG.Symfony\\Component\\ErrorHandler\\Exception\\FlattenException'NULL'Cannot autowire service ".service_locator.r9VBLgG": it references class "Symfony\\Component\\ErrorHandler\\Exception\\FlattenException" but no such service exists.'],
  4100.             'logger' => ['privates''.errored..service_locator.r9VBLgG.Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface'NULL'Cannot autowire service ".service_locator.r9VBLgG": it references interface "Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "debug.log_processor", "monolog.logger", "monolog.logger.request", "monolog.logger.console", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.php", "monolog.logger.event", "monolog.logger.router", "monolog.logger.profiler", "monolog.logger.doctrine", "monolog.logger.security".'],
  4101.         ], [
  4102.             'exception' => 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException',
  4103.             'logger' => 'Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface',
  4104.         ]);
  4105.     }
  4106.     /**
  4107.      * Gets the private '.service_locator.szh_mjX' shared service.
  4108.      *
  4109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4110.      */
  4111.     protected function get_ServiceLocator_SzhMjXService()
  4112.     {
  4113.         return $this->privates['.service_locator.szh_mjX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4114.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4115.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  4116.             'security.firewall.map.context.publica' => ['privates''security.firewall.map.context.publica''getSecurity_Firewall_Map_Context_PublicaService'false],
  4117.             'security.firewall.map.context.publica2' => ['privates''security.firewall.map.context.publica2''getSecurity_Firewall_Map_Context_Publica2Service'false],
  4118.             'security.firewall.map.context.publica3' => ['privates''security.firewall.map.context.publica3''getSecurity_Firewall_Map_Context_Publica3Service'false],
  4119.             'security.firewall.map.context.secured_area' => ['privates''security.firewall.map.context.secured_area''getSecurity_Firewall_Map_Context_SecuredAreaService'false],
  4120.         ], [
  4121.             'security.firewall.map.context.dev' => '?',
  4122.             'security.firewall.map.context.login' => '?',
  4123.             'security.firewall.map.context.publica' => '?',
  4124.             'security.firewall.map.context.publica2' => '?',
  4125.             'security.firewall.map.context.publica3' => '?',
  4126.             'security.firewall.map.context.secured_area' => '?',
  4127.         ]);
  4128.     }
  4129.     /**
  4130.      * Gets the private '.service_locator.uSpZ4QL' shared service.
  4131.      *
  4132.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4133.      */
  4134.     protected function get_ServiceLocator_USpZ4QLService()
  4135.     {
  4136.         return $this->privates['.service_locator.uSpZ4QL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4137.             'archivo' => ['privates''.errored..service_locator.uSpZ4QL.App\\Entity\\Archivos'NULL'Cannot autowire service ".service_locator.uSpZ4QL": it references class "App\\Entity\\Archivos" but no such service exists.'],
  4138.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4139.             'slugger' => ['privates''slugger''getSluggerService'false],
  4140.         ], [
  4141.             'archivo' => 'App\\Entity\\Archivos',
  4142.             'entityManager' => '?',
  4143.             'slugger' => '?',
  4144.         ]);
  4145.     }
  4146.     /**
  4147.      * Gets the private '.service_locator.u_ZTCJx' shared service.
  4148.      *
  4149.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4150.      */
  4151.     protected function get_ServiceLocator_UZTCJxService()
  4152.     {
  4153.         return $this->privates['.service_locator.u_ZTCJx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4154.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4155.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4156.         ], [
  4157.             'entityManager' => '?',
  4158.             'mailer' => '?',
  4159.         ]);
  4160.     }
  4161.     /**
  4162.      * Gets the private '.session.deprecated' shared service.
  4163.      *
  4164.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4165.      */
  4166.     protected function get_Session_DeprecatedService()
  4167.     {
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4170.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  4171.     }
  4172.     /**
  4173.      * Gets the private '.twig.command.debug.lazy' shared service.
  4174.      *
  4175.      * @return \Symfony\Component\Console\Command\LazyCommand
  4176.      */
  4177.     protected function get_Twig_Command_Debug_LazyService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4181.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4182.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4183.         });
  4184.     }
  4185.     /**
  4186.      * Gets the private '.twig.command.lint.lazy' shared service.
  4187.      *
  4188.      * @return \Symfony\Component\Console\Command\LazyCommand
  4189.      */
  4190.     protected function get_Twig_Command_Lint_LazyService()
  4191.     {
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4194.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4195.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4196.         });
  4197.     }
  4198.     /**
  4199.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4200.      *
  4201.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4202.      */
  4203.     protected function getManagerRegistryAwareConnectionProviderService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4207.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  4208.     }
  4209.     /**
  4210.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4211.      *
  4212.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4213.      */
  4214.     protected function getRunSqlCommandService()
  4215.     {
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4218.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4219.         $instance->setName('dbal:run-sql');
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'annotations.cache_adapter' shared service.
  4224.      *
  4225.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4226.      */
  4227.     protected function getAnnotations_CacheAdapterService()
  4228.     {
  4229.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4230.     }
  4231.     /**
  4232.      * Gets the private 'annotations.cache_warmer' shared service.
  4233.      *
  4234.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4235.      */
  4236.     protected function getAnnotations_CacheWarmerService()
  4237.     {
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4241.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  4242.     }
  4243.     /**
  4244.      * Gets the private 'annotations.cached_reader' shared service.
  4245.      *
  4246.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4247.      */
  4248.     protected function getAnnotations_CachedReaderService()
  4249.     {
  4250.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4251.     }
  4252.     /**
  4253.      * Gets the private 'annotations.reader' shared service.
  4254.      *
  4255.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4256.      */
  4257.     protected function getAnnotations_ReaderService()
  4258.     {
  4259.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4260.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4261.         $a->registerUniqueLoader('class_exists');
  4262.         $instance->addGlobalIgnoredName('required'$a);
  4263.         return $instance;
  4264.     }
  4265.     /**
  4266.      * Gets the private 'cache.annotations' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4269.      */
  4270.     protected function getCache_AnnotationsService()
  4271.     {
  4272.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XKroV5S1sd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4273.     }
  4274.     /**
  4275.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4276.      *
  4277.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4278.      */
  4279.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4280.     {
  4281.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4282.     }
  4283.     /**
  4284.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4285.      *
  4286.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4287.      */
  4288.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4289.     {
  4290.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4291.     }
  4292.     /**
  4293.      * Gets the private 'cache.property_info' shared service.
  4294.      *
  4295.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4296.      */
  4297.     protected function getCache_PropertyInfoService()
  4298.     {
  4299.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2nkVCWih5m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4300.     }
  4301.     /**
  4302.      * Gets the private 'cache.security_expression_language' shared service.
  4303.      *
  4304.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4305.      */
  4306.     protected function getCache_SecurityExpressionLanguageService()
  4307.     {
  4308.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ikJdmVxpZT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4309.     }
  4310.     /**
  4311.      * Gets the private 'cache.serializer' shared service.
  4312.      *
  4313.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4314.      */
  4315.     protected function getCache_SerializerService()
  4316.     {
  4317.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3DBm318z-T'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4318.     }
  4319.     /**
  4320.      * Gets the private 'cache.validator' shared service.
  4321.      *
  4322.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4323.      */
  4324.     protected function getCache_ValidatorService()
  4325.     {
  4326.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('X1QpvZqdOu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4327.     }
  4328.     /**
  4329.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  4330.      *
  4331.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  4332.      */
  4333.     protected function getCachePoolClearer_CacheWarmerService()
  4334.     {
  4335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  4337.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  4338.     }
  4339.     /**
  4340.      * Gets the private 'config_builder.warmer' shared service.
  4341.      *
  4342.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  4343.      */
  4344.     protected function getConfigBuilder_WarmerService()
  4345.     {
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  4348.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4349.     }
  4350.     /**
  4351.      * Gets the private 'console.command.about' shared service.
  4352.      *
  4353.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4354.      */
  4355.     protected function getConsole_Command_AboutService()
  4356.     {
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4359.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4360.         $instance->setName('about');
  4361.         $instance->setDescription('Display information about the current project');
  4362.         return $instance;
  4363.     }
  4364.     /**
  4365.      * Gets the private 'console.command.assets_install' shared service.
  4366.      *
  4367.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4368.      */
  4369.     protected function getConsole_Command_AssetsInstallService()
  4370.     {
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4374.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  4375.         $instance->setName('assets:install');
  4376.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  4377.         return $instance;
  4378.     }
  4379.     /**
  4380.      * Gets the private 'console.command.cache_clear' shared service.
  4381.      *
  4382.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4383.      */
  4384.     protected function getConsole_Command_CacheClearService()
  4385.     {
  4386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4389.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  4390.         $instance->setName('cache:clear');
  4391.         $instance->setDescription('Clear the cache');
  4392.         return $instance;
  4393.     }
  4394.     /**
  4395.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4396.      *
  4397.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4398.      */
  4399.     protected function getConsole_Command_CachePoolClearService()
  4400.     {
  4401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4403.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  4404.         $instance->setName('cache:pool:clear');
  4405.         $instance->setDescription('Clear cache pools');
  4406.         return $instance;
  4407.     }
  4408.     /**
  4409.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4410.      *
  4411.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4412.      */
  4413.     protected function getConsole_Command_CachePoolDeleteService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4417.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  4418.         $instance->setName('cache:pool:delete');
  4419.         $instance->setDescription('Delete an item from a cache pool');
  4420.         return $instance;
  4421.     }
  4422.     /**
  4423.      * Gets the private 'console.command.cache_pool_list' shared service.
  4424.      *
  4425.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4426.      */
  4427.     protected function getConsole_Command_CachePoolListService()
  4428.     {
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4431.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  4432.         $instance->setName('cache:pool:list');
  4433.         $instance->setDescription('List available cache pools');
  4434.         return $instance;
  4435.     }
  4436.     /**
  4437.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4438.      *
  4439.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4440.      */
  4441.     protected function getConsole_Command_CachePoolPruneService()
  4442.     {
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4445.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4446.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4447.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4448.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4449.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4450.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4451.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4452.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4453.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4454.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4455.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4456.         }, 10));
  4457.         $instance->setName('cache:pool:prune');
  4458.         $instance->setDescription('Prune cache pools');
  4459.         return $instance;
  4460.     }
  4461.     /**
  4462.      * Gets the private 'console.command.cache_warmup' shared service.
  4463.      *
  4464.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4465.      */
  4466.     protected function getConsole_Command_CacheWarmupService()
  4467.     {
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4470.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4471.         $instance->setName('cache:warmup');
  4472.         $instance->setDescription('Warm up an empty cache');
  4473.         return $instance;
  4474.     }
  4475.     /**
  4476.      * Gets the private 'console.command.config_debug' shared service.
  4477.      *
  4478.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4479.      */
  4480.     protected function getConsole_Command_ConfigDebugService()
  4481.     {
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4487.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4488.         $instance->setName('debug:config');
  4489.         $instance->setDescription('Dump the current configuration for an extension');
  4490.         return $instance;
  4491.     }
  4492.     /**
  4493.      * Gets the private 'console.command.config_dump_reference' shared service.
  4494.      *
  4495.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4496.      */
  4497.     protected function getConsole_Command_ConfigDumpReferenceService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4504.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4505.         $instance->setName('config:dump-reference');
  4506.         $instance->setDescription('Dump the default configuration for an extension');
  4507.         return $instance;
  4508.     }
  4509.     /**
  4510.      * Gets the private 'console.command.container_debug' shared service.
  4511.      *
  4512.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4513.      */
  4514.     protected function getConsole_Command_ContainerDebugService()
  4515.     {
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4519.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4520.         $instance->setName('debug:container');
  4521.         $instance->setDescription('Display current services for an application');
  4522.         return $instance;
  4523.     }
  4524.     /**
  4525.      * Gets the private 'console.command.container_lint' shared service.
  4526.      *
  4527.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4528.      */
  4529.     protected function getConsole_Command_ContainerLintService()
  4530.     {
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4533.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4534.         $instance->setName('lint:container');
  4535.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'console.command.debug_autowiring' shared service.
  4540.      *
  4541.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4542.      */
  4543.     protected function getConsole_Command_DebugAutowiringService()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4549.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4550.         $instance->setName('debug:autowiring');
  4551.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4552.         return $instance;
  4553.     }
  4554.     /**
  4555.      * Gets the private 'console.command.dotenv_debug' shared service.
  4556.      *
  4557.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4558.      */
  4559.     protected function getConsole_Command_DotenvDebugService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4563.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  4564.         $instance->setName('debug:dotenv');
  4565.         $instance->setDescription('Lists all dotenv files with variables and values');
  4566.         return $instance;
  4567.     }
  4568.     /**
  4569.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4570.      *
  4571.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4572.      */
  4573.     protected function getConsole_Command_EventDispatcherDebugService()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4577.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.bCPK9sB'] ?? $this->get_ServiceLocator_BCPK9sBService()));
  4578.         $instance->setName('debug:event-dispatcher');
  4579.         $instance->setDescription('Display configured listeners for an application');
  4580.         return $instance;
  4581.     }
  4582.     /**
  4583.      * Gets the private 'console.command.form_debug' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\Form\Command\DebugCommand
  4586.      */
  4587.     protected function getConsole_Command_FormDebugService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4591.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4592.         $instance->setName('debug:form');
  4593.         $instance->setDescription('Display form type information');
  4594.         return $instance;
  4595.     }
  4596.     /**
  4597.      * Gets the private 'console.command.router_debug' shared service.
  4598.      *
  4599.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4600.      */
  4601.     protected function getConsole_Command_RouterDebugService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4606.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4607.         $instance->setName('debug:router');
  4608.         $instance->setDescription('Display current routes for an application');
  4609.         return $instance;
  4610.     }
  4611.     /**
  4612.      * Gets the private 'console.command.router_match' shared service.
  4613.      *
  4614.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4615.      */
  4616.     protected function getConsole_Command_RouterMatchService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4620.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4621.             return new \EmptyIterator();
  4622.         }, 0));
  4623.         $instance->setName('router:match');
  4624.         $instance->setDescription('Help debug routes by simulating a path info match');
  4625.         return $instance;
  4626.     }
  4627.     /**
  4628.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4629.      *
  4630.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4631.      */
  4632.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4633.     {
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4638.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4639.         $instance->setName('secrets:decrypt-to-local');
  4640.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4641.         return $instance;
  4642.     }
  4643.     /**
  4644.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4645.      *
  4646.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4647.      */
  4648.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4649.     {
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4654.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4655.         $instance->setName('secrets:encrypt-from-local');
  4656.         $instance->setDescription('Encrypt all local secrets to the vault');
  4657.         return $instance;
  4658.     }
  4659.     /**
  4660.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4661.      *
  4662.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4663.      */
  4664.     protected function getConsole_Command_SecretsGenerateKeyService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4670.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4671.         $instance->setName('secrets:generate-keys');
  4672.         $instance->setDescription('Generate new encryption keys');
  4673.         return $instance;
  4674.     }
  4675.     /**
  4676.      * Gets the private 'console.command.secrets_list' shared service.
  4677.      *
  4678.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4679.      */
  4680.     protected function getConsole_Command_SecretsListService()
  4681.     {
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4686.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4687.         $instance->setName('secrets:list');
  4688.         $instance->setDescription('List all secrets');
  4689.         return $instance;
  4690.     }
  4691.     /**
  4692.      * Gets the private 'console.command.secrets_remove' shared service.
  4693.      *
  4694.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4695.      */
  4696.     protected function getConsole_Command_SecretsRemoveService()
  4697.     {
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4702.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4703.         $instance->setName('secrets:remove');
  4704.         $instance->setDescription('Remove a secret from the vault');
  4705.         return $instance;
  4706.     }
  4707.     /**
  4708.      * Gets the private 'console.command.secrets_set' shared service.
  4709.      *
  4710.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4711.      */
  4712.     protected function getConsole_Command_SecretsSetService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4718.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4719.         $instance->setName('secrets:set');
  4720.         $instance->setDescription('Set a secret in the vault');
  4721.         return $instance;
  4722.     }
  4723.     /**
  4724.      * Gets the private 'console.command.validator_debug' shared service.
  4725.      *
  4726.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4727.      */
  4728.     protected function getConsole_Command_ValidatorDebugService()
  4729.     {
  4730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4731.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4732.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4733.         $instance->setName('debug:validator');
  4734.         $instance->setDescription('Display validation constraints for classes');
  4735.         return $instance;
  4736.     }
  4737.     /**
  4738.      * Gets the private 'console.command.yaml_lint' shared service.
  4739.      *
  4740.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4741.      */
  4742.     protected function getConsole_Command_YamlLintService()
  4743.     {
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4747.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4748.         $instance->setName('lint:yaml');
  4749.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4750.         return $instance;
  4751.     }
  4752.     /**
  4753.      * Gets the private 'console.error_listener' shared service.
  4754.      *
  4755.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4756.      */
  4757.     protected function getConsole_ErrorListenerService()
  4758.     {
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4760.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4761.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4762.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4763.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  4764.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  4765.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4766.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4767.     }
  4768.     /**
  4769.      * Gets the private 'container.env_var_processor' shared service.
  4770.      *
  4771.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4772.      */
  4773.     protected function getContainer_EnvVarProcessorService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4777.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4778.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4779.         }, 1));
  4780.     }
  4781.     /**
  4782.      * Gets the private 'data_collector.form' shared service.
  4783.      *
  4784.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4785.      */
  4786.     protected function getDataCollector_FormService()
  4787.     {
  4788.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4789.     }
  4790.     /**
  4791.      * Gets the private 'data_collector.request' shared service.
  4792.      *
  4793.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4794.      */
  4795.     protected function getDataCollector_RequestService()
  4796.     {
  4797.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4798.     }
  4799.     /**
  4800.      * Gets the private 'data_collector.request.session_collector' shared service.
  4801.      *
  4802.      * @return \Closure
  4803.      */
  4804.     protected function getDataCollector_Request_SessionCollectorService()
  4805.     {
  4806.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4807.     }
  4808.     /**
  4809.      * Gets the private 'debug.argument_resolver.default' shared service.
  4810.      *
  4811.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4812.      */
  4813.     protected function getDebug_ArgumentResolver_DefaultService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4818.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4819.     }
  4820.     /**
  4821.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4822.      *
  4823.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4824.      */
  4825.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4830.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.VAypmkj'] ?? $this->get_ServiceLocator_VAypmkjService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4831.     }
  4832.     /**
  4833.      * Gets the private 'debug.argument_resolver.request' shared service.
  4834.      *
  4835.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4836.      */
  4837.     protected function getDebug_ArgumentResolver_RequestService()
  4838.     {
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4842.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4843.     }
  4844.     /**
  4845.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4846.      *
  4847.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4848.      */
  4849.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4850.     {
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4854.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4855.     }
  4856.     /**
  4857.      * Gets the private 'debug.argument_resolver.service' shared service.
  4858.      *
  4859.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4860.      */
  4861.     protected function getDebug_ArgumentResolver_ServiceService()
  4862.     {
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4866.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.VAypmkj'] ?? $this->get_ServiceLocator_VAypmkjService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4867.     }
  4868.     /**
  4869.      * Gets the private 'debug.argument_resolver.session' shared service.
  4870.      *
  4871.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4872.      */
  4873.     protected function getDebug_ArgumentResolver_SessionService()
  4874.     {
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4878.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4879.     }
  4880.     /**
  4881.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4882.      *
  4883.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4884.      */
  4885.     protected function getDebug_ArgumentResolver_VariadicService()
  4886.     {
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4890.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4891.     }
  4892.     /**
  4893.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4894.      *
  4895.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4896.      */
  4897.     protected function getDebug_DebugHandlersListenerService()
  4898.     {
  4899.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4900.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4901.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4902.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4903.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  4904.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  4905.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4906.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4907.     }
  4908.     /**
  4909.      * Gets the private 'debug.file_link_formatter' shared service.
  4910.      *
  4911.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4912.      */
  4913.     protected function getDebug_FileLinkFormatterService()
  4914.     {
  4915.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  4916.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4917.         });
  4918.     }
  4919.     /**
  4920.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4921.      *
  4922.      * @return \string
  4923.      */
  4924.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4925.     {
  4926.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  4927.     }
  4928.     /**
  4929.      * Gets the private 'debug.log_processor' shared service.
  4930.      *
  4931.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4932.      */
  4933.     protected function getDebug_LogProcessorService()
  4934.     {
  4935.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4936.     }
  4937.     /**
  4938.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4939.      *
  4940.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4941.      */
  4942.     protected function getDebug_Security_Access_DecisionManagerService()
  4943.     {
  4944.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  4945.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4946.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4947.         }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4948.     }
  4949.     /**
  4950.      * Gets the private 'debug.security.firewall' shared service.
  4951.      *
  4952.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4953.      */
  4954.     protected function getDebug_Security_FirewallService()
  4955.     {
  4956.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4957.     }
  4958.     /**
  4959.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4960.      *
  4961.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4962.      */
  4963.     protected function getDebug_Security_UserValueResolverService()
  4964.     {
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4968.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4969.     }
  4970.     /**
  4971.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4972.      *
  4973.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4974.      */
  4975.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4976.     {
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4981.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4982.     }
  4983.     /**
  4984.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4985.      *
  4986.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4987.      */
  4988.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4995.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4996.     }
  4997.     /**
  4998.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4999.      *
  5000.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5001.      */
  5002.     protected function getDebug_Security_Voter_VoteListenerService()
  5003.     {
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5005.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  5006.     }
  5007.     /**
  5008.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5009.      *
  5010.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5011.      */
  5012.     protected function getDoctrine_CacheClearMetadataCommandService()
  5013.     {
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5019.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5020.         $instance->setName('doctrine:cache:clear-metadata');
  5021.         return $instance;
  5022.     }
  5023.     /**
  5024.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5025.      *
  5026.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5027.      */
  5028.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5029.     {
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5035.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5036.         $instance->setName('doctrine:cache:clear-query');
  5037.         return $instance;
  5038.     }
  5039.     /**
  5040.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5041.      *
  5042.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5043.      */
  5044.     protected function getDoctrine_CacheClearResultCommandService()
  5045.     {
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5049.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5051.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5052.         $instance->setName('doctrine:cache:clear-result');
  5053.         return $instance;
  5054.     }
  5055.     /**
  5056.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5057.      *
  5058.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5059.      */
  5060.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5067.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5068.         $instance->setName('doctrine:cache:clear-collection-region');
  5069.         return $instance;
  5070.     }
  5071.     /**
  5072.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5073.      *
  5074.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5075.      */
  5076.     protected function getDoctrine_ClearEntityRegionCommandService()
  5077.     {
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5083.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5084.         $instance->setName('doctrine:cache:clear-entity-region');
  5085.         return $instance;
  5086.     }
  5087.     /**
  5088.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5089.      *
  5090.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5091.      */
  5092.     protected function getDoctrine_ClearQueryRegionCommandService()
  5093.     {
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5099.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5100.         $instance->setName('doctrine:cache:clear-query-region');
  5101.         return $instance;
  5102.     }
  5103.     /**
  5104.      * Gets the private 'doctrine.database_create_command' shared service.
  5105.      *
  5106.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5107.      */
  5108.     protected function getDoctrine_DatabaseCreateCommandService()
  5109.     {
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5113.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5114.         $instance->setName('doctrine:database:create');
  5115.         return $instance;
  5116.     }
  5117.     /**
  5118.      * Gets the private 'doctrine.database_drop_command' shared service.
  5119.      *
  5120.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5121.      */
  5122.     protected function getDoctrine_DatabaseDropCommandService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5127.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5128.         $instance->setName('doctrine:database:drop');
  5129.         return $instance;
  5130.     }
  5131.     /**
  5132.      * Gets the private 'doctrine.database_import_command' shared service.
  5133.      *
  5134.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5135.      */
  5136.     protected function getDoctrine_DatabaseImportCommandService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5141.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5142.         $instance->setName('doctrine:database:import');
  5143.         return $instance;
  5144.     }
  5145.     /**
  5146.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5147.      *
  5148.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5149.      */
  5150.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5151.     {
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5157.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5158.         $instance->setName('doctrine:ensure-production-settings');
  5159.         return $instance;
  5160.     }
  5161.     /**
  5162.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  5163.      *
  5164.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  5165.      */
  5166.     protected function getDoctrine_FixturesLoadCommandService()
  5167.     {
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  5181.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  5182.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  5183.         $a->addFixtures([=> ['fixture' => ($this->services['App\\DataFixtures\\AppFixtures'] ?? ($this->services['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures())), 'groups' => []]]);
  5184.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  5185.         $instance->setName('doctrine:fixtures:load');
  5186.         return $instance;
  5187.     }
  5188.     /**
  5189.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5190.      *
  5191.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5192.      */
  5193.     protected function getDoctrine_MappingConvertCommandService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5200.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5201.         $instance->setName('doctrine:mapping:convert');
  5202.         return $instance;
  5203.     }
  5204.     /**
  5205.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5206.      *
  5207.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5208.      */
  5209.     protected function getDoctrine_MappingImportCommandService()
  5210.     {
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5214.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5215.         $instance->setName('doctrine:mapping:import');
  5216.         return $instance;
  5217.     }
  5218.     /**
  5219.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5220.      *
  5221.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5222.      */
  5223.     protected function getDoctrine_MappingInfoCommandService()
  5224.     {
  5225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5226.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5230.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5231.         $instance->setName('doctrine:mapping:info');
  5232.         return $instance;
  5233.     }
  5234.     /**
  5235.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  5236.      *
  5237.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  5238.      */
  5239.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  5243.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  5244.     }
  5245.     /**
  5246.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5247.      *
  5248.      * @return \Doctrine\Migrations\DependencyFactory
  5249.      */
  5250.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5251.     {
  5252.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5253.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  5254.         $a->setAllOrNothing(false);
  5255.         $a->setCheckDatabasePlatform(true);
  5256.         $a->setTransactional(true);
  5257.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5258.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5259.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5260.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5261.         });
  5262.         return $instance;
  5263.     }
  5264.     /**
  5265.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5266.      *
  5267.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5268.      */
  5269.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5270.     {
  5271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5273.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5274.     }
  5275.     /**
  5276.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5277.      *
  5278.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5279.      */
  5280.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5283.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5284.     }
  5285.     /**
  5286.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5287.      *
  5288.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5289.      */
  5290.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5293.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5294.     }
  5295.     /**
  5296.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  5297.      *
  5298.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  5299.      */
  5300.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  5301.     {
  5302.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/src/Resources/config/doctrine') => 'App\\Entity']);
  5303.         $instance->setGlobalBasename('mapping');
  5304.         return $instance;
  5305.     }
  5306.     /**
  5307.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5308.      *
  5309.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5310.      */
  5311.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5315.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5316.     }
  5317.     /**
  5318.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5319.      *
  5320.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5321.      */
  5322.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5326.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5327.             return new \EmptyIterator();
  5328.         }, 0));
  5329.     }
  5330.     /**
  5331.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5332.      *
  5333.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5334.      */
  5335.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5339.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5340.     }
  5341.     /**
  5342.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5343.      *
  5344.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5345.      */
  5346.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5350.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5351.     }
  5352.     /**
  5353.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5354.      *
  5355.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5356.      */
  5357.     protected function getDoctrine_Orm_Validator_UniqueService()
  5358.     {
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5362.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5363.     }
  5364.     /**
  5365.      * Gets the private 'doctrine.query_dql_command' shared service.
  5366.      *
  5367.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5368.      */
  5369.     protected function getDoctrine_QueryDqlCommandService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5376.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5377.         $instance->setName('doctrine:query:dql');
  5378.         return $instance;
  5379.     }
  5380.     /**
  5381.      * Gets the private 'doctrine.query_sql_command' shared service.
  5382.      *
  5383.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5384.      */
  5385.     protected function getDoctrine_QuerySqlCommandService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5390.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5391.         $instance->setName('doctrine:query:sql');
  5392.         return $instance;
  5393.     }
  5394.     /**
  5395.      * Gets the private 'doctrine.schema_create_command' shared service.
  5396.      *
  5397.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5398.      */
  5399.     protected function getDoctrine_SchemaCreateCommandService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5407.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5408.         $instance->setName('doctrine:schema:create');
  5409.         return $instance;
  5410.     }
  5411.     /**
  5412.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5413.      *
  5414.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5415.      */
  5416.     protected function getDoctrine_SchemaDropCommandService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5424.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5425.         $instance->setName('doctrine:schema:drop');
  5426.         return $instance;
  5427.     }
  5428.     /**
  5429.      * Gets the private 'doctrine.schema_update_command' shared service.
  5430.      *
  5431.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5432.      */
  5433.     protected function getDoctrine_SchemaUpdateCommandService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5441.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5442.         $instance->setName('doctrine:schema:update');
  5443.         return $instance;
  5444.     }
  5445.     /**
  5446.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5447.      *
  5448.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5449.      */
  5450.     protected function getDoctrine_SchemaValidateCommandService()
  5451.     {
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5457.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5458.         $instance->setName('doctrine:schema:validate');
  5459.         return $instance;
  5460.     }
  5461.     /**
  5462.      * Gets the private 'doctrine.ulid_generator' shared service.
  5463.      *
  5464.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5465.      */
  5466.     protected function getDoctrine_UlidGeneratorService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5470.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5471.     }
  5472.     /**
  5473.      * Gets the private 'doctrine.uuid_generator' shared service.
  5474.      *
  5475.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5476.      */
  5477.     protected function getDoctrine_UuidGeneratorService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5481.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5482.     }
  5483.     /**
  5484.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5485.      *
  5486.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5487.      */
  5488.     protected function getDoctrineMigrations_CurrentCommandService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5493.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  5494.         $instance->setName('doctrine:migrations:current');
  5495.         return $instance;
  5496.     }
  5497.     /**
  5498.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5499.      *
  5500.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5501.      */
  5502.     protected function getDoctrineMigrations_DiffCommandService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5507.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  5508.         $instance->setName('doctrine:migrations:diff');
  5509.         return $instance;
  5510.     }
  5511.     /**
  5512.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5513.      *
  5514.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5515.      */
  5516.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5521.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  5522.         $instance->setName('doctrine:migrations:dump-schema');
  5523.         return $instance;
  5524.     }
  5525.     /**
  5526.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5527.      *
  5528.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5529.      */
  5530.     protected function getDoctrineMigrations_ExecuteCommandService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5535.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  5536.         $instance->setName('doctrine:migrations:execute');
  5537.         return $instance;
  5538.     }
  5539.     /**
  5540.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5541.      *
  5542.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5543.      */
  5544.     protected function getDoctrineMigrations_GenerateCommandService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5549.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  5550.         $instance->setName('doctrine:migrations:generate');
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5555.      *
  5556.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5557.      */
  5558.     protected function getDoctrineMigrations_LatestCommandService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5563.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  5564.         $instance->setName('doctrine:migrations:latest');
  5565.         return $instance;
  5566.     }
  5567.     /**
  5568.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5569.      *
  5570.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5571.      */
  5572.     protected function getDoctrineMigrations_MigrateCommandService()
  5573.     {
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5577.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  5578.         $instance->setName('doctrine:migrations:migrate');
  5579.         return $instance;
  5580.     }
  5581.     /**
  5582.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5583.      *
  5584.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5585.      */
  5586.     protected function getDoctrineMigrations_RollupCommandService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5591.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  5592.         $instance->setName('doctrine:migrations:rollup');
  5593.         return $instance;
  5594.     }
  5595.     /**
  5596.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5597.      *
  5598.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5599.      */
  5600.     protected function getDoctrineMigrations_StatusCommandService()
  5601.     {
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5605.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  5606.         $instance->setName('doctrine:migrations:status');
  5607.         return $instance;
  5608.     }
  5609.     /**
  5610.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5611.      *
  5612.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5613.      */
  5614.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  5619.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  5620.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  5621.         return $instance;
  5622.     }
  5623.     /**
  5624.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5625.      *
  5626.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5627.      */
  5628.     protected function getDoctrineMigrations_UpToDateCommandService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5633.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  5634.         $instance->setName('doctrine:migrations:up-to-date');
  5635.         return $instance;
  5636.     }
  5637.     /**
  5638.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5639.      *
  5640.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5641.      */
  5642.     protected function getDoctrineMigrations_VersionCommandService()
  5643.     {
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5647.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  5648.         $instance->setName('doctrine:migrations:version');
  5649.         return $instance;
  5650.     }
  5651.     /**
  5652.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  5653.      *
  5654.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5655.      */
  5656.     protected function getDoctrineMigrations_VersionsCommandService()
  5657.     {
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  5661.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  5662.         $instance->setName('doctrine:migrations:list');
  5663.         return $instance;
  5664.     }
  5665.     /**
  5666.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5667.      *
  5668.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5669.      */
  5670.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5674.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5675.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5676.     }
  5677.     /**
  5678.      * Gets the private 'exception_listener' shared service.
  5679.      *
  5680.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5681.      */
  5682.     protected function getExceptionListenerService()
  5683.     {
  5684.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('App\\Controller\\ErrorController::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5685.     }
  5686.     /**
  5687.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5688.      *
  5689.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5690.      */
  5691.     protected function getForm_ChoiceListFactory_CachedService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5697.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  5698.     }
  5699.     /**
  5700.      * Gets the private 'form.registry' shared service.
  5701.      *
  5702.      * @return \Symfony\Component\Form\FormRegistry
  5703.      */
  5704.     protected function getForm_RegistryService()
  5705.     {
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5713.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5714.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5715.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5716.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5717.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5718.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5719.         ], [
  5720.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5721.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5722.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5723.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5724.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5725.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5726.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? ($this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(NULL)));
  5727.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5728.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5729.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5730.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5731.         }, 5), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5732.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5733.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5734.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5735.         }, 1)], new RewindableGenerator(function () {
  5736.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5737.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5738.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5739.     }
  5740.     /**
  5741.      * Gets the private 'form.server_params' shared service.
  5742.      *
  5743.      * @return \Symfony\Component\Form\Util\ServerParams
  5744.      */
  5745.     protected function getForm_ServerParamsService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5748.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5749.     }
  5750.     /**
  5751.      * Gets the private 'form.type.choice' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5754.      */
  5755.     protected function getForm_Type_ChoiceService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5760.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), NULL);
  5761.     }
  5762.     /**
  5763.      * Gets the private 'form.type.color' shared service.
  5764.      *
  5765.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5766.      */
  5767.     protected function getForm_Type_ColorService()
  5768.     {
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5772.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(NULL);
  5773.     }
  5774.     /**
  5775.      * Gets the private 'form.type.entity' shared service.
  5776.      *
  5777.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5778.      */
  5779.     protected function getForm_Type_EntityService()
  5780.     {
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5785.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5786.     }
  5787.     /**
  5788.      * Gets the private 'form.type.form' shared service.
  5789.      *
  5790.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5791.      */
  5792.     protected function getForm_Type_FormService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5798.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5799.     }
  5800.     /**
  5801.      * Gets the private 'form.type_extension.csrf' shared service.
  5802.      *
  5803.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5804.      */
  5805.     protected function getForm_TypeExtension_CsrfService()
  5806.     {
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5810.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token'NULL'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  5811.     }
  5812.     /**
  5813.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5814.      *
  5815.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5816.      */
  5817.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5818.     {
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5822.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  5823.     }
  5824.     /**
  5825.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5826.      *
  5827.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5828.      */
  5829.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5830.     {
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5836.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  5837.     }
  5838.     /**
  5839.      * Gets the private 'form.type_extension.form.validator' shared service.
  5840.      *
  5841.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5842.      */
  5843.     protected function getForm_TypeExtension_Form_ValidatorService()
  5844.     {
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5849.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), NULL);
  5850.     }
  5851.     /**
  5852.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5853.      *
  5854.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5855.      */
  5856.     protected function getForm_TypeGuesser_DoctrineService()
  5857.     {
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5860.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5861.     }
  5862.     /**
  5863.      * Gets the private 'form.type_guesser.validator' shared service.
  5864.      *
  5865.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5866.      */
  5867.     protected function getForm_TypeGuesser_ValidatorService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5871.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5872.     }
  5873.     /**
  5874.      * Gets the private 'fragment.renderer.inline' shared service.
  5875.      *
  5876.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5877.      */
  5878.     protected function getFragment_Renderer_InlineService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5883.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5884.         $instance->setFragmentPath('/_fragment');
  5885.         return $instance;
  5886.     }
  5887.     /**
  5888.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5889.      *
  5890.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5891.      */
  5892.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5893.     {
  5894.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  5895.     }
  5896.     /**
  5897.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5898.      *
  5899.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5900.      */
  5901.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5902.     {
  5903.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  5904.     }
  5905.     /**
  5906.      * Gets the private 'locale_aware_listener' shared service.
  5907.      *
  5908.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5909.      */
  5910.     protected function getLocaleAwareListenerService()
  5911.     {
  5912.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5913.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5914.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5915.     }
  5916.     /**
  5917.      * Gets the private 'locale_listener' shared service.
  5918.      *
  5919.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5920.      */
  5921.     protected function getLocaleListenerService()
  5922.     {
  5923.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5924.     }
  5925.     /**
  5926.      * Gets the private 'mailer.mailer' shared service.
  5927.      *
  5928.      * @return \Symfony\Component\Mailer\Mailer
  5929.      */
  5930.     protected function getMailer_MailerService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5937.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5938.             yield => $this->getMailer_TransportFactory_NullService();
  5939.             yield => $this->getMailer_TransportFactory_SendmailService();
  5940.             yield => $this->getMailer_TransportFactory_NativeService();
  5941.             yield => $this->getMailer_TransportFactory_SmtpService();
  5942.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5943.     }
  5944.     /**
  5945.      * Gets the private 'mailer.transport_factory.native' shared service.
  5946.      *
  5947.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5948.      */
  5949.     protected function getMailer_TransportFactory_NativeService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5954.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5955.     }
  5956.     /**
  5957.      * Gets the private 'mailer.transport_factory.null' shared service.
  5958.      *
  5959.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5960.      */
  5961.     protected function getMailer_TransportFactory_NullService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5966.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5967.     }
  5968.     /**
  5969.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5970.      *
  5971.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5972.      */
  5973.     protected function getMailer_TransportFactory_SendmailService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5978.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5979.     }
  5980.     /**
  5981.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5982.      *
  5983.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5984.      */
  5985.     protected function getMailer_TransportFactory_SmtpService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5990.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5991.     }
  5992.     /**
  5993.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5994.      *
  5995.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5996.      */
  5997.     protected function getMaker_AutoCommand_MakeAuthService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6006.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6007.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6008.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  6009.         $instance->setName('make:auth');
  6010.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6011.         return $instance;
  6012.     }
  6013.     /**
  6014.      * Gets the private 'maker.auto_command.make_command' shared service.
  6015.      *
  6016.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6017.      */
  6018.     protected function getMaker_AutoCommand_MakeCommandService()
  6019.     {
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6025.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6026.         $instance->setName('make:command');
  6027.         $instance->setDescription('Creates a new console command class');
  6028.         return $instance;
  6029.     }
  6030.     /**
  6031.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6032.      *
  6033.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6034.      */
  6035.     protected function getMaker_AutoCommand_MakeControllerService()
  6036.     {
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6042.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6043.         $instance->setName('make:controller');
  6044.         $instance->setDescription('Creates a new controller class');
  6045.         return $instance;
  6046.     }
  6047.     /**
  6048.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6049.      *
  6050.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6051.      */
  6052.     protected function getMaker_AutoCommand_MakeCrudService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6059.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6060.         $instance->setName('make:crud');
  6061.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6062.         return $instance;
  6063.     }
  6064.     /**
  6065.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6066.      *
  6067.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6068.      */
  6069.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6070.     {
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6076.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6077.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6078.         $instance->setName('make:docker:database');
  6079.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6080.         return $instance;
  6081.     }
  6082.     /**
  6083.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6084.      *
  6085.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6086.      */
  6087.     protected function getMaker_AutoCommand_MakeEntityService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6095.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6096.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6097.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  6098.         $instance->setName('make:entity');
  6099.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6100.         return $instance;
  6101.     }
  6102.     /**
  6103.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6104.      *
  6105.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6106.      */
  6107.     protected function getMaker_AutoCommand_MakeFixturesService()
  6108.     {
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6114.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6115.         $instance->setName('make:fixtures');
  6116.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6117.         return $instance;
  6118.     }
  6119.     /**
  6120.      * Gets the private 'maker.auto_command.make_form' shared service.
  6121.      *
  6122.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6123.      */
  6124.     protected function getMaker_AutoCommand_MakeFormService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6131.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6132.         $instance->setName('make:form');
  6133.         $instance->setDescription('Creates a new form class');
  6134.         return $instance;
  6135.     }
  6136.     /**
  6137.      * Gets the private 'maker.auto_command.make_message' shared service.
  6138.      *
  6139.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6140.      */
  6141.     protected function getMaker_AutoCommand_MakeMessageService()
  6142.     {
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6148.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6149.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6150.         $instance->setName('make:message');
  6151.         $instance->setDescription('Creates a new message and handler');
  6152.         return $instance;
  6153.     }
  6154.     /**
  6155.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6156.      *
  6157.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6158.      */
  6159.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6160.     {
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6166.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6167.         $instance->setName('make:messenger-middleware');
  6168.         $instance->setDescription('Creates a new messenger middleware');
  6169.         return $instance;
  6170.     }
  6171.     /**
  6172.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6173.      *
  6174.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6175.      */
  6176.     protected function getMaker_AutoCommand_MakeMigrationService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6184.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6185.         $instance->setName('make:migration');
  6186.         $instance->setDescription('Creates a new migration based on database changes');
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6191.      *
  6192.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6193.      */
  6194.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6201.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6202.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6203.         $instance->setName('make:registration-form');
  6204.         $instance->setDescription('Creates a new registration form system');
  6205.         return $instance;
  6206.     }
  6207.     /**
  6208.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6209.      *
  6210.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6211.      */
  6212.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6219.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6220.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6221.         $instance->setName('make:reset-password');
  6222.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6223.         return $instance;
  6224.     }
  6225.     /**
  6226.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6227.      *
  6228.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6229.      */
  6230.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6231.     {
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6237.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6238.         $instance->setName('make:serializer:encoder');
  6239.         $instance->setDescription('Creates a new serializer encoder class');
  6240.         return $instance;
  6241.     }
  6242.     /**
  6243.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6244.      *
  6245.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6246.      */
  6247.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6248.     {
  6249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6254.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6255.         $instance->setName('make:serializer:normalizer');
  6256.         $instance->setDescription('Creates a new serializer normalizer class');
  6257.         return $instance;
  6258.     }
  6259.     /**
  6260.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6261.      *
  6262.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6263.      */
  6264.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6265.     {
  6266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6271.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6272.         $instance->setName('make:stimulus-controller');
  6273.         $instance->setDescription('Creates a new Stimulus controller');
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6278.      *
  6279.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6280.      */
  6281.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6282.     {
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6289.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6290.         $instance->setName('make:subscriber');
  6291.         $instance->setDescription('Creates a new event subscriber class');
  6292.         return $instance;
  6293.     }
  6294.     /**
  6295.      * Gets the private 'maker.auto_command.make_test' shared service.
  6296.      *
  6297.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6298.      */
  6299.     protected function getMaker_AutoCommand_MakeTestService()
  6300.     {
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6307.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6308.         $instance->setName('make:test');
  6309.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6310.         $instance->setDescription('Creates a new test class');
  6311.         return $instance;
  6312.     }
  6313.     /**
  6314.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6315.      *
  6316.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6317.      */
  6318.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6325.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6326.         $instance->setName('make:twig-extension');
  6327.         $instance->setDescription('Creates a new Twig extension class');
  6328.         return $instance;
  6329.     }
  6330.     /**
  6331.      * Gets the private 'maker.auto_command.make_user' shared service.
  6332.      *
  6333.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6334.      */
  6335.     protected function getMaker_AutoCommand_MakeUserService()
  6336.     {
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6344.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6345.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6346.         $instance->setName('make:user');
  6347.         $instance->setDescription('Creates a new security user class');
  6348.         return $instance;
  6349.     }
  6350.     /**
  6351.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6352.      *
  6353.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6354.      */
  6355.     protected function getMaker_AutoCommand_MakeValidatorService()
  6356.     {
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6362.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6363.         $instance->setName('make:validator');
  6364.         $instance->setDescription('Creates a new validator and constraint class');
  6365.         return $instance;
  6366.     }
  6367.     /**
  6368.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6369.      *
  6370.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6371.      */
  6372.     protected function getMaker_AutoCommand_MakeVoterService()
  6373.     {
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6379.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6380.         $instance->setName('make:voter');
  6381.         $instance->setDescription('Creates a new security voter class');
  6382.         return $instance;
  6383.     }
  6384.     /**
  6385.      * Gets the private 'maker.doctrine_helper' shared service.
  6386.      *
  6387.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6388.      */
  6389.     protected function getMaker_DoctrineHelperService()
  6390.     {
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6392.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  6393.     }
  6394.     /**
  6395.      * Gets the private 'maker.entity_class_generator' shared service.
  6396.      *
  6397.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6398.      */
  6399.     protected function getMaker_EntityClassGeneratorService()
  6400.     {
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6402.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  6403.     }
  6404.     /**
  6405.      * Gets the private 'maker.file_manager' shared service.
  6406.      *
  6407.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6408.      */
  6409.     protected function getMaker_FileManagerService()
  6410.     {
  6411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6416.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates/bundles/AccesoBundle'));
  6417.     }
  6418.     /**
  6419.      * Gets the private 'maker.generator' shared service.
  6420.      *
  6421.      * @return \Symfony\Bundle\MakerBundle\Generator
  6422.      */
  6423.     protected function getMaker_GeneratorService()
  6424.     {
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6427.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  6428.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  6429.     }
  6430.     /**
  6431.      * Gets the private 'maker.php_compat_util' shared service.
  6432.      *
  6433.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6434.      */
  6435.     protected function getMaker_PhpCompatUtilService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6438.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6439.     }
  6440.     /**
  6441.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6442.      *
  6443.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6444.      */
  6445.     protected function getMaker_Renderer_FormTypeRendererService()
  6446.     {
  6447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6448.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6449.     }
  6450.     /**
  6451.      * Gets the private 'monolog.handler.console' shared service.
  6452.      *
  6453.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6454.      */
  6455.     protected function getMonolog_Handler_ConsoleService()
  6456.     {
  6457.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6458.     }
  6459.     /**
  6460.      * Gets the private 'monolog.handler.file_log' shared service.
  6461.      *
  6462.      * @return \Monolog\Handler\StreamHandler
  6463.      */
  6464.     protected function getMonolog_Handler_FileLogService()
  6465.     {
  6466.         $this->privates['monolog.handler.file_log'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6467.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6468.         return $instance;
  6469.     }
  6470.     /**
  6471.      * Gets the private 'monolog.handler.main' shared service.
  6472.      *
  6473.      * @return \Monolog\Handler\StreamHandler
  6474.      */
  6475.     protected function getMonolog_Handler_MainService()
  6476.     {
  6477.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6478.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6479.         return $instance;
  6480.     }
  6481.     /**
  6482.      * Gets the private 'monolog.handler.syslog_handler' shared service.
  6483.      *
  6484.      * @return \Monolog\Handler\SyslogHandler
  6485.      */
  6486.     protected function getMonolog_Handler_SyslogHandlerService()
  6487.     {
  6488.         $this->privates['monolog.handler.syslog_handler'] = $instance = new \Monolog\Handler\SyslogHandler(false'user'400true1);
  6489.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6490.         return $instance;
  6491.     }
  6492.     /**
  6493.      * Gets the private 'monolog.logger' shared service.
  6494.      *
  6495.      * @return \Symfony\Bridge\Monolog\Logger
  6496.      */
  6497.     protected function getMonolog_LoggerService()
  6498.     {
  6499.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6500.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6501.         $instance->useMicrosecondTimestamps(true);
  6502.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6503.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6504.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  6505.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  6506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6507.         return $instance;
  6508.     }
  6509.     /**
  6510.      * Gets the private 'monolog.logger.cache' shared service.
  6511.      *
  6512.      * @return \Symfony\Bridge\Monolog\Logger
  6513.      */
  6514.     protected function getMonolog_Logger_CacheService()
  6515.     {
  6516.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6517.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6518.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6519.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6520.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  6521.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  6522.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6523.         return $instance;
  6524.     }
  6525.     /**
  6526.      * Gets the private 'monolog.logger.mailer' shared service.
  6527.      *
  6528.      * @return \Symfony\Bridge\Monolog\Logger
  6529.      */
  6530.     protected function getMonolog_Logger_MailerService()
  6531.     {
  6532.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6533.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6534.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6535.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6536.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  6537.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  6538.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6539.         return $instance;
  6540.     }
  6541.     /**
  6542.      * Gets the private 'monolog.logger.request' shared service.
  6543.      *
  6544.      * @return \Symfony\Bridge\Monolog\Logger
  6545.      */
  6546.     protected function getMonolog_Logger_RequestService()
  6547.     {
  6548.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6549.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6550.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6551.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6552.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  6553.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  6554.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6555.         return $instance;
  6556.     }
  6557.     /**
  6558.      * Gets the private 'monolog.logger.security' shared service.
  6559.      *
  6560.      * @return \Symfony\Bridge\Monolog\Logger
  6561.      */
  6562.     protected function getMonolog_Logger_SecurityService()
  6563.     {
  6564.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6565.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6566.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6567.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6568.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  6569.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  6570.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6571.         return $instance;
  6572.     }
  6573.     /**
  6574.      * Gets the private 'parameter_bag' shared service.
  6575.      *
  6576.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6577.      */
  6578.     protected function getParameterBagService()
  6579.     {
  6580.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6581.     }
  6582.     /**
  6583.      * Gets the private 'profiler_listener' shared service.
  6584.      *
  6585.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6586.      */
  6587.     protected function getProfilerListenerService()
  6588.     {
  6589.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  6590.     }
  6591.     /**
  6592.      * Gets the private 'property_accessor' shared service.
  6593.      *
  6594.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6595.      */
  6596.     protected function getPropertyAccessorService()
  6597.     {
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6604.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6605.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6606.     }
  6607.     /**
  6608.      * Gets the private 'router.cache_warmer' shared service.
  6609.      *
  6610.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6611.      */
  6612.     protected function getRouter_CacheWarmerService()
  6613.     {
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6616.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6617.             'router' => ['services''router''getRouterService'false],
  6618.         ], [
  6619.             'router' => '?',
  6620.         ]))->withContext('router.cache_warmer'$this));
  6621.     }
  6622.     /**
  6623.      * Gets the private 'router.request_context' shared service.
  6624.      *
  6625.      * @return \Symfony\Component\Routing\RequestContext
  6626.      */
  6627.     protected function getRouter_RequestContextService()
  6628.     {
  6629.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6630.     }
  6631.     /**
  6632.      * Gets the private 'router_listener' shared service.
  6633.      *
  6634.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6635.      */
  6636.     protected function getRouterListenerService()
  6637.     {
  6638.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  6639.     }
  6640.     /**
  6641.      * Gets the private 'secrets.vault' shared service.
  6642.      *
  6643.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6644.      */
  6645.     protected function getSecrets_VaultService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6651.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(\Closure::fromCallable([=> $this=> 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  6652.     }
  6653.     /**
  6654.      * Gets the private 'security.access_listener' shared service.
  6655.      *
  6656.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6657.      */
  6658.     protected function getSecurity_AccessListenerService()
  6659.     {
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6663.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6664.     }
  6665.     /**
  6666.      * Gets the private 'security.access_map' shared service.
  6667.      *
  6668.      * @return \Symfony\Component\Security\Http\AccessMap
  6669.      */
  6670.     protected function getSecurity_AccessMapService()
  6671.     {
  6672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6676.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6677.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/micuenta'), [=> 'IS_AUTHENTICATED'], NULL);
  6678.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/registro'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6679.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/showregistro'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6680.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/createregistro'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6681.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/ingresos/cuentasxmoneda'), [=> 'IS_AUTHENTICATED'], NULL);
  6682.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/'), [=> 'ROLE_ADMINISTRADOR'=> 'ROLE_CLIENTE'], NULL);
  6683.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/ingresos/'), [=> 'ROLE_ADMINISTRADOR'], NULL);
  6684.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/recibos/'), [=> 'ROLE_ADMINISTRADOR'], NULL);
  6685.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/parametros/'), [=> 'ROLE_ADMINISTRADOR'], NULL);
  6686.         return $instance;
  6687.     }
  6688.     /**
  6689.      * Gets the private 'security.authentication.listener.anonymous.publica' shared service.
  6690.      *
  6691.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6692.      *
  6693.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.publica" service is deprecated, use the new authenticator system instead.
  6694.      */
  6695.     protected function getSecurity_Authentication_Listener_Anonymous_PublicaService()
  6696.     {
  6697.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.publica" service is deprecated, use the new authenticator system instead.');
  6698.         return $this->privates['security.authentication.listener.anonymous.publica'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6699.     }
  6700.     /**
  6701.      * Gets the private 'security.authentication.listener.anonymous.publica2' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6704.      *
  6705.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.publica2" service is deprecated, use the new authenticator system instead.
  6706.      */
  6707.     protected function getSecurity_Authentication_Listener_Anonymous_Publica2Service()
  6708.     {
  6709.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.publica2" service is deprecated, use the new authenticator system instead.');
  6710.         return $this->privates['security.authentication.listener.anonymous.publica2'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6711.     }
  6712.     /**
  6713.      * Gets the private 'security.authentication.listener.anonymous.publica3' shared service.
  6714.      *
  6715.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6716.      *
  6717.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.publica3" service is deprecated, use the new authenticator system instead.
  6718.      */
  6719.     protected function getSecurity_Authentication_Listener_Anonymous_Publica3Service()
  6720.     {
  6721.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.publica3" service is deprecated, use the new authenticator system instead.');
  6722.         return $this->privates['security.authentication.listener.anonymous.publica3'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6723.     }
  6724.     /**
  6725.      * Gets the private 'security.authentication.listener.form.secured_area' shared service.
  6726.      *
  6727.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6728.      *
  6729.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.secured_area" service is deprecated, use the new authenticator system instead.
  6730.      */
  6731.     protected function getSecurity_Authentication_Listener_Form_SecuredAreaService()
  6732.     {
  6733.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.secured_area" service is deprecated, use the new authenticator system instead.');
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6741.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6742.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6743.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  6744.         $b->setFirewallName('secured_area');
  6745.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6746.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  6747.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6748.         return $this->privates['security.authentication.listener.form.secured_area'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'), $a'secured_area'$b$d, ['check_path' => '/login''login_path' => '/login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  6749.     }
  6750.     /**
  6751.      * Gets the private 'security.authentication.manager' shared service.
  6752.      *
  6753.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6754.      *
  6755.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6756.      */
  6757.     protected function getSecurity_Authentication_ManagerService()
  6758.     {
  6759.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6760.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6761.             yield => ($this->privates['security.authentication.provider.anonymous.publica'] ?? $this->getSecurity_Authentication_Provider_Anonymous_PublicaService());
  6762.             yield => ($this->privates['security.authentication.provider.anonymous.publica2'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Publica2Service());
  6763.             yield => ($this->privates['security.authentication.provider.anonymous.publica3'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Publica3Service());
  6764.             yield => ($this->privates['security.authentication.provider.dao.secured_area'] ?? $this->getSecurity_Authentication_Provider_Dao_SecuredAreaService());
  6765.         }, 4), true);
  6766.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6767.         return $instance;
  6768.     }
  6769.     /**
  6770.      * Gets the private 'security.authentication.provider.anonymous.publica' shared service.
  6771.      *
  6772.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6773.      *
  6774.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.publica" service is deprecated, use the new authenticator system instead.
  6775.      */
  6776.     protected function getSecurity_Authentication_Provider_Anonymous_PublicaService()
  6777.     {
  6778.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.publica" service is deprecated, use the new authenticator system instead.');
  6779.         return $this->privates['security.authentication.provider.anonymous.publica'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6780.     }
  6781.     /**
  6782.      * Gets the private 'security.authentication.provider.anonymous.publica2' shared service.
  6783.      *
  6784.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6785.      *
  6786.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.publica2" service is deprecated, use the new authenticator system instead.
  6787.      */
  6788.     protected function getSecurity_Authentication_Provider_Anonymous_Publica2Service()
  6789.     {
  6790.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.publica2" service is deprecated, use the new authenticator system instead.');
  6791.         return $this->privates['security.authentication.provider.anonymous.publica2'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6792.     }
  6793.     /**
  6794.      * Gets the private 'security.authentication.provider.anonymous.publica3' shared service.
  6795.      *
  6796.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6797.      *
  6798.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.publica3" service is deprecated, use the new authenticator system instead.
  6799.      */
  6800.     protected function getSecurity_Authentication_Provider_Anonymous_Publica3Service()
  6801.     {
  6802.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.publica3" service is deprecated, use the new authenticator system instead.');
  6803.         return $this->privates['security.authentication.provider.anonymous.publica3'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6804.     }
  6805.     /**
  6806.      * Gets the private 'security.authentication.provider.dao.secured_area' shared service.
  6807.      *
  6808.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6809.      *
  6810.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.secured_area" service is deprecated, use the new authenticator system instead.
  6811.      */
  6812.     protected function getSecurity_Authentication_Provider_Dao_SecuredAreaService()
  6813.     {
  6814.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.secured_area" service is deprecated, use the new authenticator system instead.');
  6815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6817.         return $this->privates['security.authentication.provider.dao.secured_area'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService()), new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), 'secured_area', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  6818.     }
  6819.     /**
  6820.      * Gets the private 'security.channel_listener' shared service.
  6821.      *
  6822.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6823.      */
  6824.     protected function getSecurity_ChannelListenerService()
  6825.     {
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6829.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6830.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  6831.     }
  6832.     /**
  6833.      * Gets the private 'security.command.debug_firewall' shared service.
  6834.      *
  6835.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6836.      */
  6837.     protected function getSecurity_Command_DebugFirewallService()
  6838.     {
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6841.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.szh_mjX'] ?? $this->get_ServiceLocator_SzhMjXService()), ($this->privates['.service_locator.bCPK9sB'] ?? $this->get_ServiceLocator_BCPK9sBService()), [], false);
  6842.         $instance->setName('debug:firewall');
  6843.         $instance->setDescription('Display information about your security firewall(s)');
  6844.         return $instance;
  6845.     }
  6846.     /**
  6847.      * Gets the private 'security.command.user_password_encoder' shared service.
  6848.      *
  6849.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6850.      *
  6851.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6852.      */
  6853.     protected function getSecurity_Command_UserPasswordEncoderService()
  6854.     {
  6855.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6856.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  6857.         $instance->setName('security:encode-password');
  6858.         $instance->setDescription('Encode a password');
  6859.         return $instance;
  6860.     }
  6861.     /**
  6862.      * Gets the private 'security.command.user_password_hash' shared service.
  6863.      *
  6864.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6865.      */
  6866.     protected function getSecurity_Command_UserPasswordHashService()
  6867.     {
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6870.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  6871.         $instance->setName('security:hash-password');
  6872.         $instance->setDescription('Hash a user password');
  6873.         return $instance;
  6874.     }
  6875.     /**
  6876.      * Gets the private 'security.context_listener.0' shared service.
  6877.      *
  6878.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6879.      */
  6880.     protected function getSecurity_ContextListener_0Service()
  6881.     {
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6885.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6886.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  6887.         }, 1), 'publica', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6888.     }
  6889.     /**
  6890.      * Gets the private 'security.context_listener.1' shared service.
  6891.      *
  6892.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6893.      */
  6894.     protected function getSecurity_ContextListener_1Service()
  6895.     {
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6899.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6900.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  6901.         }, 1), 'publica2', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6902.     }
  6903.     /**
  6904.      * Gets the private 'security.context_listener.2' shared service.
  6905.      *
  6906.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6907.      */
  6908.     protected function getSecurity_ContextListener_2Service()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6913.         return $this->privates['security.context_listener.2'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6914.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  6915.         }, 1), 'publica3', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6916.     }
  6917.     /**
  6918.      * Gets the private 'security.context_listener.3' shared service.
  6919.      *
  6920.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6921.      */
  6922.     protected function getSecurity_ContextListener_3Service()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6927.         return $this->privates['security.context_listener.3'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6928.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  6929.         }, 1), 'secured_area', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6930.     }
  6931.     /**
  6932.      * Gets the private 'security.csrf.token_storage' shared service.
  6933.      *
  6934.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6935.      */
  6936.     protected function getSecurity_Csrf_TokenStorageService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6941.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6942.     }
  6943.     /**
  6944.      * Gets the private 'security.encoder_factory.generic' shared service.
  6945.      *
  6946.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6947.      *
  6948.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6949.      */
  6950.     protected function getSecurity_EncoderFactory_GenericService()
  6951.     {
  6952.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6953.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder''arguments' => [=> false]]]);
  6954.     }
  6955.     /**
  6956.      * Gets the private 'security.event_dispatcher.publica' shared service.
  6957.      *
  6958.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6959.      */
  6960.     protected function getSecurity_EventDispatcher_PublicaService()
  6961.     {
  6962.         $this->privates['security.event_dispatcher.publica'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6963.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6964.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6965.         }, => 'onLogout'], 0);
  6966.         return $instance;
  6967.     }
  6968.     /**
  6969.      * Gets the private 'security.event_dispatcher.publica2' shared service.
  6970.      *
  6971.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6972.      */
  6973.     protected function getSecurity_EventDispatcher_Publica2Service()
  6974.     {
  6975.         $this->privates['security.event_dispatcher.publica2'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6976.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6977.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6978.         }, => 'onLogout'], 0);
  6979.         return $instance;
  6980.     }
  6981.     /**
  6982.      * Gets the private 'security.event_dispatcher.publica3' shared service.
  6983.      *
  6984.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6985.      */
  6986.     protected function getSecurity_EventDispatcher_Publica3Service()
  6987.     {
  6988.         $this->privates['security.event_dispatcher.publica3'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6989.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6990.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6991.         }, => 'onLogout'], 0);
  6992.         return $instance;
  6993.     }
  6994.     /**
  6995.      * Gets the private 'security.event_dispatcher.secured_area' shared service.
  6996.      *
  6997.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6998.      */
  6999.     protected function getSecurity_EventDispatcher_SecuredAreaService()
  7000.     {
  7001.         $this->privates['security.event_dispatcher.secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7002.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7003.             return ($this->privates['security.logout.listener.default.secured_area'] ?? $this->getSecurity_Logout_Listener_Default_SecuredAreaService());
  7004.         }, => 'onLogout'], 64);
  7005.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7006.             return ($this->privates['security.logout.listener.session.secured_area'] ?? ($this->privates['security.logout.listener.session.secured_area'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7007.         }, => 'onLogout'], 0);
  7008.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7009.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7010.         }, => 'onLogout'], 0);
  7011.         return $instance;
  7012.     }
  7013.     /**
  7014.      * Gets the private 'security.firewall.map' shared service.
  7015.      *
  7016.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7017.      */
  7018.     protected function getSecurity_Firewall_MapService()
  7019.     {
  7020.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.szh_mjX'] ?? $this->get_ServiceLocator_SzhMjXService()), new RewindableGenerator(function () {
  7021.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  7022.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.aOksG4F'] ?? ($this->privates['.security.request_matcher.aOksG4F'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login')));
  7023.             yield 'security.firewall.map.context.publica' => ($this->privates['.security.request_matcher.JFm8R.Y'] ?? ($this->privates['.security.request_matcher.JFm8R.Y'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/registro')));
  7024.             yield 'security.firewall.map.context.publica2' => ($this->privates['.security.request_matcher..00xQ3E'] ?? ($this->privates['.security.request_matcher..00xQ3E'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/createregistro')));
  7025.             yield 'security.firewall.map.context.publica3' => ($this->privates['.security.request_matcher.lFO0.sQ'] ?? ($this->privates['.security.request_matcher.lFO0.sQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/showregistro')));
  7026.             yield 'security.firewall.map.context.secured_area' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  7027.         }, 6));
  7028.     }
  7029.     /**
  7030.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7031.      *
  7032.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7033.      */
  7034.     protected function getSecurity_Firewall_Map_Context_DevService()
  7035.     {
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7038.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7039.             return new \EmptyIterator();
  7040.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7041.     }
  7042.     /**
  7043.      * Gets the private 'security.firewall.map.context.login' shared service.
  7044.      *
  7045.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7046.      */
  7047.     protected function getSecurity_Firewall_Map_Context_LoginService()
  7048.     {
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7051.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7052.             return new \EmptyIterator();
  7053.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.aOksG4F'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7054.     }
  7055.     /**
  7056.      * Gets the private 'security.firewall.map.context.publica' shared service.
  7057.      *
  7058.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7059.      */
  7060.     protected function getSecurity_Firewall_Map_Context_PublicaService()
  7061.     {
  7062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7066.         return $this->privates['security.firewall.map.context.publica'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7067.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7068.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7069.             yield => ($this->privates['security.authentication.listener.anonymous.publica'] ?? $this->getSecurity_Authentication_Listener_Anonymous_PublicaService());
  7070.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7071.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'publica'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('publica''security.user_checker''.security.request_matcher.JFm8R.Y'truefalse'security.user.provider.concrete.in_memory''publica'NULLNULLNULL, [=> 'anonymous'], NULL));
  7072.     }
  7073.     /**
  7074.      * Gets the private 'security.firewall.map.context.publica2' shared service.
  7075.      *
  7076.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7077.      */
  7078.     protected function getSecurity_Firewall_Map_Context_Publica2Service()
  7079.     {
  7080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7084.         return $this->privates['security.firewall.map.context.publica2'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7085.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7086.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  7087.             yield => ($this->privates['security.authentication.listener.anonymous.publica2'] ?? $this->getSecurity_Authentication_Listener_Anonymous_Publica2Service());
  7088.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7089.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'publica2'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('publica2''security.user_checker''.security.request_matcher..00xQ3E'truefalse'security.user.provider.concrete.in_memory''publica2'NULLNULLNULL, [=> 'anonymous'], NULL));
  7090.     }
  7091.     /**
  7092.      * Gets the private 'security.firewall.map.context.publica3' shared service.
  7093.      *
  7094.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7095.      */
  7096.     protected function getSecurity_Firewall_Map_Context_Publica3Service()
  7097.     {
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7102.         return $this->privates['security.firewall.map.context.publica3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7103.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7104.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  7105.             yield => ($this->privates['security.authentication.listener.anonymous.publica3'] ?? $this->getSecurity_Authentication_Listener_Anonymous_Publica3Service());
  7106.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7107.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'publica3'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('publica3''security.user_checker''.security.request_matcher.lFO0.sQ'truefalse'security.user.provider.concrete.in_memory''publica3'NULLNULLNULL, [=> 'anonymous'], NULL));
  7108.     }
  7109.     /**
  7110.      * Gets the private 'security.firewall.map.context.secured_area' shared service.
  7111.      *
  7112.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7113.      */
  7114.     protected function getSecurity_Firewall_Map_Context_SecuredAreaService()
  7115.     {
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7125.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7126.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7127.         return $this->privates['security.firewall.map.context.secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7128.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7129.             yield => ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  7130.             yield => ($this->privates['security.authentication.listener.form.secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_SecuredAreaService());
  7131.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7132.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'secured_area', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.secured_area'] ?? $this->getSecurity_EventDispatcher_SecuredAreaService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area''security.user_checker''.security.request_matcher.3UEFixr'truefalse'security.user.provider.concrete.in_memory''secured_area''security.authentication.form_entry_point.secured_area'NULLNULL, [=> 'form_login'], NULL));
  7133.     }
  7134.     /**
  7135.      * Gets the private 'security.http_utils' shared service.
  7136.      *
  7137.      * @return \Symfony\Component\Security\Http\HttpUtils
  7138.      */
  7139.     protected function getSecurity_HttpUtilsService()
  7140.     {
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7142.         $a = ($this->services['router'] ?? $this->getRouterService());
  7143.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  7144.     }
  7145.     /**
  7146.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7147.      *
  7148.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7149.      */
  7150.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7151.     {
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7153.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  7154.     }
  7155.     /**
  7156.      * Gets the private 'security.logout.listener.default.secured_area' shared service.
  7157.      *
  7158.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7159.      */
  7160.     protected function getSecurity_Logout_Listener_Default_SecuredAreaService()
  7161.     {
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7163.         return $this->privates['security.logout.listener.default.secured_area'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login');
  7164.     }
  7165.     /**
  7166.      * Gets the private 'security.logout_url_generator' shared service.
  7167.      *
  7168.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7169.      */
  7170.     protected function getSecurity_LogoutUrlGeneratorService()
  7171.     {
  7172.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7173.         $instance->registerListener('secured_area''/logout''logout''_csrf_token'NULLNULL);
  7174.         return $instance;
  7175.     }
  7176.     /**
  7177.      * Gets the private 'security.password_hasher_factory' shared service.
  7178.      *
  7179.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7180.      */
  7181.     protected function getSecurity_PasswordHasherFactoryService()
  7182.     {
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7185.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\PlaintextPasswordHasher''arguments' => [=> false]]]);
  7186.     }
  7187.     /**
  7188.      * Gets the private 'security.role_hierarchy' shared service.
  7189.      *
  7190.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7191.      */
  7192.     protected function getSecurity_RoleHierarchyService()
  7193.     {
  7194.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7195.     }
  7196.     /**
  7197.      * Gets the private 'security.user.provider.concrete.in_memory' shared service.
  7198.      *
  7199.      * @return \Symfony\Component\Security\Core\User\InMemoryUserProvider
  7200.      */
  7201.     protected function getSecurity_User_Provider_Concrete_InMemoryService()
  7202.     {
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  7205.         return $this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(['user' => ['password' => 'userpass''roles' => [=> 'ROLE_USER']], 'admin' => ['password' => 'adminpass''roles' => [=> 'ROLE_ADMIN']]]);
  7206.     }
  7207.     /**
  7208.      * Gets the private 'security.validator.user_password' shared service.
  7209.      *
  7210.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7211.      */
  7212.     protected function getSecurity_Validator_UserPasswordService()
  7213.     {
  7214.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7217.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7218.     }
  7219.     /**
  7220.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7221.      *
  7222.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7223.      */
  7224.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7225.     {
  7226.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7227.     }
  7228.     /**
  7229.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7230.      *
  7231.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7232.      */
  7233.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7234.     {
  7235.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7236.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  7237.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7238.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7239.     }
  7240.     /**
  7241.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7242.      *
  7243.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7244.      */
  7245.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7246.     {
  7247.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7248.     }
  7249.     /**
  7250.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7251.      *
  7252.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7253.      */
  7254.     protected function getSensioFrameworkExtra_View_ListenerService()
  7255.     {
  7256.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  7257.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7258.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7259.         ], [
  7260.             'twig' => '?',
  7261.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7262.         return $instance;
  7263.     }
  7264.     /**
  7265.      * Gets the private 'session.factory' shared service.
  7266.      *
  7267.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7268.      */
  7269.     protected function getSession_FactoryService()
  7270.     {
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7273.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  7274.     }
  7275.     /**
  7276.      * Gets the private 'session.storage.factory.service' shared service.
  7277.      *
  7278.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  7279.      *
  7280.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  7281.      */
  7282.     protected function getSession_Storage_Factory_ServiceService()
  7283.     {
  7284.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  7285.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  7286.     }
  7287.     /**
  7288.      * Gets the private 'session.storage.metadata_bag' shared service.
  7289.      *
  7290.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  7291.      *
  7292.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  7293.      */
  7294.     protected function getSession_Storage_MetadataBagService()
  7295.     {
  7296.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  7297.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  7298.     }
  7299.     /**
  7300.      * Gets the private 'session.storage.native' shared service.
  7301.      *
  7302.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7303.      *
  7304.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  7305.      */
  7306.     protected function getSession_Storage_NativeService()
  7307.     {
  7308.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  7309.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  7310.     }
  7311.     /**
  7312.      * Gets the private 'session_listener' shared service.
  7313.      *
  7314.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7315.      */
  7316.     protected function getSessionListenerService()
  7317.     {
  7318.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7319.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  7320.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7321.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7322.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7323.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  7324.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  7325.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  7326.         ], [
  7327.             'initialized_session' => '?',
  7328.             'logger' => '?',
  7329.             'request_stack' => '?',
  7330.             'session' => '?',
  7331.             'session_collector' => '?',
  7332.             'session_factory' => '?',
  7333.             'session_storage' => '?',
  7334.         ]), true$this->parameters['session.storage.options']);
  7335.     }
  7336.     /**
  7337.      * Gets the private 'slugger' shared service.
  7338.      *
  7339.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  7340.      */
  7341.     protected function getSluggerService()
  7342.     {
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  7346.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
  7347.     }
  7348.     /**
  7349.      * Gets the private 'twig.command.debug' shared service.
  7350.      *
  7351.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7352.      */
  7353.     protected function getTwig_Command_DebugService()
  7354.     {
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7357.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates/bundles/AccesoBundle'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7358.         $instance->setName('debug:twig');
  7359.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7360.         return $instance;
  7361.     }
  7362.     /**
  7363.      * Gets the private 'twig.command.lint' shared service.
  7364.      *
  7365.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7366.      */
  7367.     protected function getTwig_Command_LintService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7372.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7373.         $instance->setName('lint:twig');
  7374.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7375.         return $instance;
  7376.     }
  7377.     /**
  7378.      * Gets the private 'twig.form.engine' shared service.
  7379.      *
  7380.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7381.      */
  7382.     protected function getTwig_Form_EngineService()
  7383.     {
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7387.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7388.     }
  7389.     /**
  7390.      * Gets the private 'twig.form.renderer' shared service.
  7391.      *
  7392.      * @return \Symfony\Component\Form\FormRenderer
  7393.      */
  7394.     protected function getTwig_Form_RendererService()
  7395.     {
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7398.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7399.     }
  7400.     /**
  7401.      * Gets the private 'twig.mailer.message_listener' shared service.
  7402.      *
  7403.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7404.      */
  7405.     protected function getTwig_Mailer_MessageListenerService()
  7406.     {
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7410.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7411.     }
  7412.     /**
  7413.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7414.      *
  7415.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7416.      */
  7417.     protected function getTwig_Runtime_HttpkernelService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7425.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7426.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7427.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7428.         ], [
  7429.             'inline' => '?',
  7430.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7431.     }
  7432.     /**
  7433.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7434.      *
  7435.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7436.      */
  7437.     protected function getTwig_Runtime_SecurityCsrfService()
  7438.     {
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7440.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7441.     }
  7442.     /**
  7443.      * Gets the private 'twig.template_cache_warmer' shared service.
  7444.      *
  7445.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7446.      */
  7447.     protected function getTwig_TemplateCacheWarmerService()
  7448.     {
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7452.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7453.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7454.         ], [
  7455.             'twig' => '?',
  7456.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates/bundles/AccesoBundle')));
  7457.     }
  7458.     /**
  7459.      * Gets the private 'validator.builder' shared service.
  7460.      *
  7461.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7462.      */
  7463.     protected function getValidator_BuilderService()
  7464.     {
  7465.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7466.         $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7467.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7468.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7469.         }, 2), new RewindableGenerator(function () {
  7470.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7471.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7472.         }, 2), new RewindableGenerator(function () {
  7473.             return new \EmptyIterator();
  7474.         }, 0), new RewindableGenerator(function () {
  7475.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7476.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7477.         }, 2), new RewindableGenerator(function () {
  7478.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7479.         }, 1));
  7480.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7481.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7482.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7483.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7484.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7485.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7486.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7487.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7488.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7489.         ], [
  7490.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7491.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7492.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7493.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7494.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7495.             'doctrine.orm.validator.unique' => '?',
  7496.             'security.validator.user_password' => '?',
  7497.             'validator.expression' => '?',
  7498.         ])));
  7499.         $instance->setTranslationDomain('validators');
  7500.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7501.         $instance->enableAnnotationMapping(true);
  7502.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7503.         $instance->addMethodMapping('loadValidatorMetadata');
  7504.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7505.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7506.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7507.         return $instance;
  7508.     }
  7509.     /**
  7510.      * Gets the private 'validator.email' shared service.
  7511.      *
  7512.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7513.      */
  7514.     protected function getValidator_EmailService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7519.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7520.     }
  7521.     /**
  7522.      * Gets the private 'validator.expression' shared service.
  7523.      *
  7524.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7525.      */
  7526.     protected function getValidator_ExpressionService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7531.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  7532.     }
  7533.     /**
  7534.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7535.      *
  7536.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7537.      */
  7538.     protected function getValidator_Mapping_CacheWarmerService()
  7539.     {
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7543.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7544.     }
  7545.     /**
  7546.      * Gets the private 'validator.not_compromised_password' shared service.
  7547.      *
  7548.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7549.      */
  7550.     protected function getValidator_NotCompromisedPasswordService()
  7551.     {
  7552.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7555.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  7556.     }
  7557.     /**
  7558.      * Gets the private 'web_profiler.csp.handler' shared service.
  7559.      *
  7560.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7561.      */
  7562.     protected function getWebProfiler_Csp_HandlerService()
  7563.     {
  7564.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7565.     }
  7566.     /**
  7567.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7568.      *
  7569.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7570.      */
  7571.     protected function getWebProfiler_DebugToolbarService()
  7572.     {
  7573.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  7574.     }
  7575.     /**
  7576.      * Gets the public 'cache_clearer' alias.
  7577.      *
  7578.      * @return object The ".container.private.cache_clearer" service.
  7579.      */
  7580.     protected function getCacheClearerService()
  7581.     {
  7582.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7583.         return $this->get('.container.private.cache_clearer');
  7584.     }
  7585.     /**
  7586.      * Gets the public 'filesystem' alias.
  7587.      *
  7588.      * @return object The ".container.private.filesystem" service.
  7589.      */
  7590.     protected function getFilesystemService()
  7591.     {
  7592.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7593.         return $this->get('.container.private.filesystem');
  7594.     }
  7595.     /**
  7596.      * Gets the public 'security.csrf.token_manager' alias.
  7597.      *
  7598.      * @return object The ".container.private.security.csrf.token_manager" service.
  7599.      */
  7600.     protected function getSecurity_Csrf_TokenManagerService()
  7601.     {
  7602.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7603.         return $this->get('.container.private.security.csrf.token_manager');
  7604.     }
  7605.     /**
  7606.      * Gets the public 'form.factory' alias.
  7607.      *
  7608.      * @return object The ".container.private.form.factory" service.
  7609.      */
  7610.     protected function getForm_FactoryService()
  7611.     {
  7612.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7613.         return $this->get('.container.private.form.factory');
  7614.     }
  7615.     /**
  7616.      * Gets the public 'form.type.file' alias.
  7617.      *
  7618.      * @return object The ".container.private.form.type.file" service.
  7619.      */
  7620.     protected function getForm_Type_FileService()
  7621.     {
  7622.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7623.         return $this->get('.container.private.form.type.file');
  7624.     }
  7625.     /**
  7626.      * Gets the public 'profiler' alias.
  7627.      *
  7628.      * @return object The ".container.private.profiler" service.
  7629.      */
  7630.     protected function getProfilerService()
  7631.     {
  7632.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7633.         return $this->get('.container.private.profiler');
  7634.     }
  7635.     /**
  7636.      * Gets the public 'twig' alias.
  7637.      *
  7638.      * @return object The ".container.private.twig" service.
  7639.      */
  7640.     protected function getTwigService()
  7641.     {
  7642.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7643.         return $this->get('.container.private.twig');
  7644.     }
  7645.     /**
  7646.      * Gets the public 'security.authorization_checker' alias.
  7647.      *
  7648.      * @return object The ".container.private.security.authorization_checker" service.
  7649.      */
  7650.     protected function getSecurity_AuthorizationCheckerService()
  7651.     {
  7652.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7653.         return $this->get('.container.private.security.authorization_checker');
  7654.     }
  7655.     /**
  7656.      * Gets the public 'security.token_storage' alias.
  7657.      *
  7658.      * @return object The ".container.private.security.token_storage" service.
  7659.      */
  7660.     protected function getSecurity_TokenStorageService()
  7661.     {
  7662.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7663.         return $this->get('.container.private.security.token_storage');
  7664.     }
  7665.     /**
  7666.      * Gets the public 'security.password_encoder' alias.
  7667.      *
  7668.      * @return object The ".container.private.security.password_encoder" service.
  7669.      */
  7670.     protected function getSecurity_PasswordEncoderService()
  7671.     {
  7672.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7673.         return $this->get('.container.private.security.password_encoder');
  7674.     }
  7675.     /**
  7676.      * Gets the public 'session' alias.
  7677.      *
  7678.      * @return object The ".container.private.session" service.
  7679.      */
  7680.     protected function getSessionService()
  7681.     {
  7682.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7683.         return $this->get('.container.private.session');
  7684.     }
  7685.     /**
  7686.      * Gets the public 'validator' alias.
  7687.      *
  7688.      * @return object The ".container.private.validator" service.
  7689.      */
  7690.     protected function getValidatorService()
  7691.     {
  7692.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7693.         return $this->get('.container.private.validator');
  7694.     }
  7695.     /**
  7696.      * @return array|bool|float|int|string|\UnitEnum|null
  7697.      */
  7698.     public function getParameter(string $name)
  7699.     {
  7700.         if (isset($this->buildParameters[$name])) {
  7701.             return $this->buildParameters[$name];
  7702.         }
  7703.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7704.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7705.         }
  7706.         if (isset($this->loadedDynamicParameters[$name])) {
  7707.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7708.         }
  7709.         return $this->parameters[$name];
  7710.     }
  7711.     public function hasParameter(string $name): bool
  7712.     {
  7713.         if (isset($this->buildParameters[$name])) {
  7714.             return true;
  7715.         }
  7716.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7717.     }
  7718.     public function setParameter(string $name$value): void
  7719.     {
  7720.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7721.     }
  7722.     public function getParameterBag(): ParameterBagInterface
  7723.     {
  7724.         if (null === $this->parameterBag) {
  7725.             $parameters $this->parameters;
  7726.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7727.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7728.             }
  7729.             foreach ($this->buildParameters as $name => $value) {
  7730.                 $parameters[$name] = $value;
  7731.             }
  7732.             $this->parameterBag = new FrozenParameterBag($parameters);
  7733.         }
  7734.         return $this->parameterBag;
  7735.     }
  7736.     private $loadedDynamicParameters = [
  7737.         'kernel.runtime_environment' => false,
  7738.         'kernel.build_dir' => false,
  7739.         'kernel.cache_dir' => false,
  7740.         'kernel.secret' => false,
  7741.         'debug.container.dump' => false,
  7742.         'session.save_path' => false,
  7743.         'validator.mapping.cache.file' => false,
  7744.         'profiler.storage.dsn' => false,
  7745.         'doctrine.orm.proxy_dir' => false,
  7746.         'qipsius_tcpdf.tcpdf' => false,
  7747.     ];
  7748.     private $dynamicParameters = [];
  7749.     private function getDynamicParameter(string $name)
  7750.     {
  7751.         switch ($name) {
  7752.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7753.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7754.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7755.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7756.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7757.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7758.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7759.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7760.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7761.             case 'qipsius_tcpdf.tcpdf'$value = [
  7762.                 'k_tcpdf_external_config' => false,
  7763.                 'k_path_url' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  7764.                 'k_path_main' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  7765.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  7766.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  7767.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  7768.                 'k_path_images' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  7769.                 'k_blank_image' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  7770.                 'k_cell_height_ratio' => 1.25,
  7771.                 'k_title_magnification' => 1.3,
  7772.                 'k_small_ratio' => 0.6666666666666666,
  7773.                 'k_thai_topchars' => true,
  7774.                 'k_tcpdf_calls_in_html' => false,
  7775.                 'k_tcpdf_throw_exception_error' => true,
  7776.                 'head_magnification' => 1.1,
  7777.                 'pdf_page_format' => 'A4',
  7778.                 'pdf_page_orientation' => 'P',
  7779.                 'pdf_creator' => 'TCPDF',
  7780.                 'pdf_author' => 'TCPDF',
  7781.                 'pdf_header_title' => '',
  7782.                 'pdf_header_string' => '',
  7783.                 'pdf_header_logo' => '',
  7784.                 'pdf_header_logo_width' => '',
  7785.                 'pdf_unit' => 'mm',
  7786.                 'pdf_margin_header' => 5,
  7787.                 'pdf_margin_footer' => 10,
  7788.                 'pdf_margin_top' => 27,
  7789.                 'pdf_margin_bottom' => 25,
  7790.                 'pdf_margin_left' => 15,
  7791.                 'pdf_margin_right' => 15,
  7792.                 'pdf_font_name_main' => 'helvetica',
  7793.                 'pdf_font_size_main' => 10,
  7794.                 'pdf_font_name_data' => 'helvetica',
  7795.                 'pdf_font_size_data' => 8,
  7796.                 'pdf_font_monospaced' => 'courier',
  7797.                 'pdf_image_scale_ratio' => 1.25,
  7798.             ]; break;
  7799.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7800.         }
  7801.         $this->loadedDynamicParameters[$name] = true;
  7802.         return $this->dynamicParameters[$name] = $value;
  7803.     }
  7804.     protected function getDefaultParameters(): array
  7805.     {
  7806.         return [
  7807.             'kernel.project_dir' => \dirname(__DIR__4),
  7808.             'kernel.environment' => 'dev',
  7809.             'kernel.debug' => true,
  7810.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7811.             'kernel.bundles' => [
  7812.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7813.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7814.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7815.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7816.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7817.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7818.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7819.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7820.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7821.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7822.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7823.                 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  7824.             ],
  7825.             'kernel.bundles_metadata' => [
  7826.                 'FrameworkBundle' => [
  7827.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7828.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7829.                 ],
  7830.                 'DoctrineBundle' => [
  7831.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7832.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7833.                 ],
  7834.                 'SensioFrameworkExtraBundle' => [
  7835.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7836.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7837.                 ],
  7838.                 'MonologBundle' => [
  7839.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7840.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7841.                 ],
  7842.                 'DoctrineFixturesBundle' => [
  7843.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7844.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7845.                 ],
  7846.                 'MakerBundle' => [
  7847.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7848.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7849.                 ],
  7850.                 'TwigBundle' => [
  7851.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7852.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7853.                 ],
  7854.                 'WebProfilerBundle' => [
  7855.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7856.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7857.                 ],
  7858.                 'DoctrineMigrationsBundle' => [
  7859.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7860.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7861.                 ],
  7862.                 'SecurityBundle' => [
  7863.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7864.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7865.                 ],
  7866.                 'TwigExtraBundle' => [
  7867.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7868.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7869.                 ],
  7870.                 'QipsiusTCPDFBundle' => [
  7871.                     'path' => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle'),
  7872.                     'namespace' => 'Qipsius\\TCPDFBundle',
  7873.                 ],
  7874.             ],
  7875.             'kernel.charset' => 'UTF-8',
  7876.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7877.             'container.dumper.inline_class_loader' => true,
  7878.             'container.dumper.inline_factories' => true,
  7879.             'archivos_directory' => (\dirname(__DIR__4).'/public/uploads/documents'),
  7880.             'archivos_directory_procedimientos' => (\dirname(__DIR__4).'/public/uploads/procedimientos'),
  7881.             'archivos_directory_bitacoras' => (\dirname(__DIR__4).'/public/uploads/bitacoras'),
  7882.             'archivos_directory_bitacoracombustible' => (\dirname(__DIR__4).'/public/uploads/bitacoracombustible'),
  7883.             'archivos_directory_bitacoracorrectiva' => (\dirname(__DIR__4).'/public/uploads/bitacoracorrectiva'),
  7884.             'archivos_directory_dependencias' => (\dirname(__DIR__4).'/public/uploads/dependencias'),
  7885.             'event_dispatcher.event_aliases' => [
  7886.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7887.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7888.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7889.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7890.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7891.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7892.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7893.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7894.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7895.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7896.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7897.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7898.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7899.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7900.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7901.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7902.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7903.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7904.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7905.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7906.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7907.             ],
  7908.             'fragment.renderer.hinclude.global_template' => NULL,
  7909.             'fragment.path' => '/_fragment',
  7910.             'kernel.http_method_override' => true,
  7911.             'kernel.trusted_hosts' => [
  7912.             ],
  7913.             'kernel.default_locale' => 'en',
  7914.             'kernel.enabled_locales' => [
  7915.             ],
  7916.             'kernel.error_controller' => 'App\\Controller\\ErrorController::showAction',
  7917.             'debug.file_link_format' => NULL,
  7918.             'asset.request_context.base_path' => NULL,
  7919.             'asset.request_context.secure' => NULL,
  7920.             'debug.error_handler.throw_at' => -1,
  7921.             'router.request_context.host' => 'localhost',
  7922.             'router.request_context.scheme' => 'http',
  7923.             'router.request_context.base_url' => '',
  7924.             'router.resource' => 'kernel::loadRoutes',
  7925.             'request_listener.http_port' => 80,
  7926.             'request_listener.https_port' => 443,
  7927.             'session.metadata.storage_key' => '_sf2_meta',
  7928.             'session.storage.options' => [
  7929.                 'cache_limiter' => '0',
  7930.                 'cookie_secure' => 'auto',
  7931.                 'cookie_httponly' => true,
  7932.                 'cookie_samesite' => 'lax',
  7933.                 'gc_probability' => 1,
  7934.             ],
  7935.             'session.metadata.update_threshold' => 0,
  7936.             'form.type_extension.csrf.enabled' => true,
  7937.             'form.type_extension.csrf.field_name' => '_token',
  7938.             'validator.translation_domain' => 'validators',
  7939.             'profiler_listener.only_exceptions' => false,
  7940.             'profiler_listener.only_main_requests' => false,
  7941.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7942.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7943.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7944.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7945.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7946.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7947.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7948.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7949.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7950.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7951.             'doctrine.entity_managers' => [
  7952.                 'default' => 'doctrine.orm.default_entity_manager',
  7953.             ],
  7954.             'doctrine.default_entity_manager' => 'default',
  7955.             'doctrine.dbal.connection_factory.types' => [
  7956.             ],
  7957.             'doctrine.connections' => [
  7958.                 'default' => 'doctrine.dbal.default_connection',
  7959.             ],
  7960.             'doctrine.default_connection' => 'default',
  7961.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7962.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7963.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7964.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7965.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7966.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7967.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7968.             'doctrine.orm.cache.memcache_port' => 11211,
  7969.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7970.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7971.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7972.             'doctrine.orm.cache.memcached_port' => 11211,
  7973.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7974.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7975.             'doctrine.orm.cache.redis_host' => 'localhost',
  7976.             'doctrine.orm.cache.redis_port' => 6379,
  7977.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7978.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7979.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7980.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7981.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7982.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7983.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7984.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7985.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7986.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7987.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7988.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7989.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7990.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7991.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7992.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7993.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7994.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7995.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7996.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7997.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7998.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7999.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8000.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8001.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8002.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8003.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8004.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8005.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8006.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8007.             'doctrine.orm.auto_generate_proxy_classes' => false,
  8008.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8009.             'monolog.use_microseconds' => true,
  8010.             'monolog.swift_mailer.handlers' => [
  8011.             ],
  8012.             'monolog.handlers_to_channels' => [
  8013.                 'monolog.handler.console' => [
  8014.                     'type' => 'exclusive',
  8015.                     'elements' => [
  8016.                         => 'event',
  8017.                         => 'doctrine',
  8018.                         => 'console',
  8019.                     ],
  8020.                 ],
  8021.                 'monolog.handler.main' => [
  8022.                     'type' => 'exclusive',
  8023.                     'elements' => [
  8024.                         => 'event',
  8025.                     ],
  8026.                 ],
  8027.                 'monolog.handler.syslog_handler' => NULL,
  8028.                 'monolog.handler.file_log' => NULL,
  8029.             ],
  8030.             'twig.form.resources' => [
  8031.                 => 'form_div_layout.html.twig',
  8032.             ],
  8033.             'twig.default_path' => (\dirname(__DIR__4).'/templates/bundles/AccesoBundle'),
  8034.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8035.             'web_profiler.debug_toolbar.mode' => 2,
  8036.             'doctrine.migrations.preferred_em' => NULL,
  8037.             'doctrine.migrations.preferred_connection' => NULL,
  8038.             'security.role_hierarchy.roles' => [
  8039.                 'ROLE_ADMIN' => [
  8040.                     => 'ROLE_USER',
  8041.                 ],
  8042.                 'ROLE_SUPER_ADMIN' => [
  8043.                     => 'ROLE_USER',
  8044.                     => 'ROLE_ADMIN',
  8045.                     => 'ROLE_ALLOWED_TO_SWITCH',
  8046.                 ],
  8047.             ],
  8048.             'security.access.denied_url' => NULL,
  8049.             'security.authentication.manager.erase_credentials' => true,
  8050.             'security.authentication.session_strategy.strategy' => 'migrate',
  8051.             'security.access.always_authenticate_before_granting' => false,
  8052.             'security.authentication.hide_user_not_found' => true,
  8053.             'security.firewalls' => [
  8054.                 => 'dev',
  8055.                 => 'login',
  8056.                 => 'publica',
  8057.                 => 'publica2',
  8058.                 => 'publica3',
  8059.                 => 'secured_area',
  8060.             ],
  8061.             'security.publica._indexed_authenticators' => [
  8062.             ],
  8063.             'security.publica2._indexed_authenticators' => [
  8064.             ],
  8065.             'security.publica3._indexed_authenticators' => [
  8066.             ],
  8067.             'security.secured_area._indexed_authenticators' => [
  8068.             ],
  8069.             'qipsius_tcpdf.file' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  8070.             'qipsius_tcpdf.class' => 'TCPDF',
  8071.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8072.             'data_collector.templates' => [
  8073.                 'data_collector.request' => [
  8074.                     => 'request',
  8075.                     => '@WebProfiler/Collector/request.html.twig',
  8076.                 ],
  8077.                 'data_collector.time' => [
  8078.                     => 'time',
  8079.                     => '@WebProfiler/Collector/time.html.twig',
  8080.                 ],
  8081.                 'data_collector.memory' => [
  8082.                     => 'memory',
  8083.                     => '@WebProfiler/Collector/memory.html.twig',
  8084.                 ],
  8085.                 'data_collector.validator' => [
  8086.                     => 'validator',
  8087.                     => '@WebProfiler/Collector/validator.html.twig',
  8088.                 ],
  8089.                 'data_collector.ajax' => [
  8090.                     => 'ajax',
  8091.                     => '@WebProfiler/Collector/ajax.html.twig',
  8092.                 ],
  8093.                 'data_collector.form' => [
  8094.                     => 'form',
  8095.                     => '@WebProfiler/Collector/form.html.twig',
  8096.                 ],
  8097.                 'data_collector.exception' => [
  8098.                     => 'exception',
  8099.                     => '@WebProfiler/Collector/exception.html.twig',
  8100.                 ],
  8101.                 'data_collector.logger' => [
  8102.                     => 'logger',
  8103.                     => '@WebProfiler/Collector/logger.html.twig',
  8104.                 ],
  8105.                 'data_collector.events' => [
  8106.                     => 'events',
  8107.                     => '@WebProfiler/Collector/events.html.twig',
  8108.                 ],
  8109.                 'data_collector.router' => [
  8110.                     => 'router',
  8111.                     => '@WebProfiler/Collector/router.html.twig',
  8112.                 ],
  8113.                 'data_collector.cache' => [
  8114.                     => 'cache',
  8115.                     => '@WebProfiler/Collector/cache.html.twig',
  8116.                 ],
  8117.                 'data_collector.security' => [
  8118.                     => 'security',
  8119.                     => '@Security/Collector/security.html.twig',
  8120.                 ],
  8121.                 'data_collector.twig' => [
  8122.                     => 'twig',
  8123.                     => '@WebProfiler/Collector/twig.html.twig',
  8124.                 ],
  8125.                 'data_collector.doctrine' => [
  8126.                     => 'db',
  8127.                     => '@Doctrine/Collector/db.html.twig',
  8128.                 ],
  8129.                 'doctrine_migrations.migrations_collector' => [
  8130.                     => 'doctrine_migrations',
  8131.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  8132.                 ],
  8133.                 'mailer.data_collector' => [
  8134.                     => 'mailer',
  8135.                     => '@WebProfiler/Collector/mailer.html.twig',
  8136.                 ],
  8137.                 'data_collector.config' => [
  8138.                     => 'config',
  8139.                     => '@WebProfiler/Collector/config.html.twig',
  8140.                 ],
  8141.             ],
  8142.             'console.command.ids' => [
  8143.             ],
  8144.         ];
  8145.     }
  8146.     protected function throw($message)
  8147.     {
  8148.         throw new RuntimeException($message);
  8149.     }
  8150. }