<?php
namespace ContainerSAdEWl1;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\Command\\CronjobOrdenesPendientesCommand' => 'getCronjobOrdenesPendientesCommandService',
'App\\Controller\\AfiliadosController' => 'getAfiliadosControllerService',
'App\\Controller\\AjustespreciosController' => 'getAjustespreciosControllerService',
'App\\Controller\\AntecedentesController' => 'getAntecedentesControllerService',
'App\\Controller\\BancosController' => 'getBancosControllerService',
'App\\Controller\\BaremosController' => 'getBaremosControllerService',
'App\\Controller\\BaremosproveedoresController' => 'getBaremosproveedoresControllerService',
'App\\Controller\\CertificadosController' => 'getCertificadosControllerService',
'App\\Controller\\ClientesController' => 'getClientesControllerService',
'App\\Controller\\ContratosController' => 'getContratosControllerService',
'App\\Controller\\CotaseguradosController' => 'getCotaseguradosControllerService',
'App\\Controller\\CotbaremosController' => 'getCotbaremosControllerService',
'App\\Controller\\CotizacionesController' => 'getCotizacionesControllerService',
'App\\Controller\\CotpagadorController' => 'getCotpagadorControllerService',
'App\\Controller\\CuentasController' => 'getCuentasControllerService',
'App\\Controller\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\DescuentoscantidadafiliadosController' => 'getDescuentoscantidadafiliadosControllerService',
'App\\Controller\\EmpleadosController' => 'getEmpleadosControllerService',
'App\\Controller\\ErrorController' => 'getErrorControllerService',
'App\\Controller\\FacturasController' => 'getFacturasControllerService',
'App\\Controller\\FacturasordenesController' => 'getFacturasordenesControllerService',
'App\\Controller\\GuiasController' => 'getGuiasControllerService',
'App\\Controller\\HistoricoantecedentesController' => 'getHistoricoantecedentesControllerService',
'App\\Controller\\IngresosController' => 'getIngresosControllerService',
'App\\Controller\\InventarioController' => 'getInventarioControllerService',
'App\\Controller\\MotivosconsultaController' => 'getMotivosconsultaControllerService',
'App\\Controller\\MovimientoinventarioController' => 'getMovimientoinventarioControllerService',
'App\\Controller\\MovimientosajustespreciosController' => 'getMovimientosajustespreciosControllerService',
'App\\Controller\\OrdenesController' => 'getOrdenesControllerService',
'App\\Controller\\OrdenessegvenezuelaController' => 'getOrdenessegvenezuelaControllerService',
'App\\Controller\\ParametrosController' => 'getParametrosControllerService',
'App\\Controller\\PatologiasController' => 'getPatologiasControllerService',
'App\\Controller\\PersonascontactoController' => 'getPersonascontactoControllerService',
'App\\Controller\\PersonasrelacionadasclienteController' => 'getPersonasrelacionadasclienteControllerService',
'App\\Controller\\PlanesController' => 'getPlanesControllerService',
'App\\Controller\\PlanesserviciosController' => 'getPlanesserviciosControllerService',
'App\\Controller\\PlanesserviciostarifasController' => 'getPlanesserviciostarifasControllerService',
'App\\Controller\\PreingresosController' => 'getPreingresosControllerService',
'App\\Controller\\ProveedoresController' => 'getProveedoresControllerService',
'App\\Controller\\RecibosController' => 'getRecibosControllerService',
'App\\Controller\\RiesgoscubiertosController' => 'getRiesgoscubiertosControllerService',
'App\\Controller\\TasascambioController' => 'getTasascambioControllerService',
'App\\Controller\\TipoagotamientoController' => 'getTipoagotamientoControllerService',
'App\\Controller\\TipobaremosController' => 'getTipobaremosControllerService',
'App\\Controller\\TiposerviciosController' => 'getTiposerviciosControllerService',
'App\\Controller\\TrazasController' => 'getTrazasControllerService',
'App\\Controller\\UnidadesController' => 'getUnidadesControllerService',
'App\\Controller\\UsuariosController' => 'getUsuariosControllerService',
'App\\Controller\\VehiculosController' => 'getVehiculosControllerService',
'App\\DataFixtures\\AppFixtures' => 'getAppFixturesService',
'App\\Model\\Afiliado' => 'getAfiliadoService',
'App\\Model\\Certificado' => 'getCertificadoService',
'App\\Model\\Cliente' => 'getClienteService',
'App\\Model\\Contrato' => 'getContratoService',
'App\\Model\\Cotizacion' => 'getCotizacionService',
'App\\Model\\Descuento' => 'getDescuentoService',
'App\\Model\\EnvioEmail' => 'getEnvioEmailService',
'App\\Model\\Orden' => 'getOrdenService',
'App\\Model\\Recibo' => 'getReciboService',
'App\\Model\\Riesgocubierto' => 'getRiesgocubiertoService',
'App\\Model\\User' => 'getUserService',
'App\\Repository\\CotaseguradosRepository' => 'getCotaseguradosRepositoryService',
'App\\Repository\\CotizacionesRepository' => 'getCotizacionesRepositoryService',
'App\\Repository\\OrdenesRepository' => 'getOrdenesRepositoryService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Qipsius\\TCPDFBundle\\Controller\\TCPDFController' => 'getTCPDFControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Twig\\Extra\\Intl\\IntlExtension' => 'getIntlExtensionService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorController2Service',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once __DIR__.'/proxy-classes.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function createProxy($class, \Closure $factory)
{
return $factory();
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(NULL);
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$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));
$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())));
$instance->add($e);
$instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
$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()))));
$instance->add($f);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
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);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
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())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
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()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/AccesoBundle'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$g->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$h = new \Symfony\Bridge\Twig\AppVariable();
$h->setEnvironment('dev');
$h->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$h->setTokenStorage($f);
}
if ($this->has('request_stack')) {
$h->setRequestStack($c);
}
$i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
$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 () {
return new \EmptyIterator();
}, 0))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, $d)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(NULL));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$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)));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Twig\Extension\DebugExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
$instance->addGlobal('app', $h);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->registerUndefinedFilterCallback([0 => $i, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $i, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $i, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'App\Command\CronjobOrdenesPendientesCommand' shared autowired service.
*
* @return \App\Command\CronjobOrdenesPendientesCommand
*/
protected function getCronjobOrdenesPendientesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CronjobOrdenesPendientesCommand.php';
$this->services['App\\Command\\CronjobOrdenesPendientesCommand'] = $instance = new \App\Command\CronjobOrdenesPendientesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
$instance->setName('app:CronjobOrdenesPendientes');
return $instance;
}
/**
* Gets the public 'App\Controller\AfiliadosController' shared autowired service.
*
* @return \App\Controller\AfiliadosController
*/
protected function getAfiliadosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AfiliadosController.php';
$this->services['App\\Controller\\AfiliadosController'] = $instance = new \App\Controller\AfiliadosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AfiliadosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\AjustespreciosController' shared autowired service.
*
* @return \App\Controller\AjustespreciosController
*/
protected function getAjustespreciosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AjustespreciosController.php';
$this->services['App\\Controller\\AjustespreciosController'] = $instance = new \App\Controller\AjustespreciosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AjustespreciosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\AntecedentesController' shared autowired service.
*
* @return \App\Controller\AntecedentesController
*/
protected function getAntecedentesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AntecedentesController.php';
$this->services['App\\Controller\\AntecedentesController'] = $instance = new \App\Controller\AntecedentesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AntecedentesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BancosController' shared autowired service.
*
* @return \App\Controller\BancosController
*/
protected function getBancosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BancosController.php';
$this->services['App\\Controller\\BancosController'] = $instance = new \App\Controller\BancosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\BancosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BaremosController' shared autowired service.
*
* @return \App\Controller\BaremosController
*/
protected function getBaremosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaremosController.php';
$this->services['App\\Controller\\BaremosController'] = $instance = new \App\Controller\BaremosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\BaremosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BaremosproveedoresController' shared autowired service.
*
* @return \App\Controller\BaremosproveedoresController
*/
protected function getBaremosproveedoresControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaremosproveedoresController.php';
$this->services['App\\Controller\\BaremosproveedoresController'] = $instance = new \App\Controller\BaremosproveedoresController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\BaremosproveedoresController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CertificadosController' shared autowired service.
*
* @return \App\Controller\CertificadosController
*/
protected function getCertificadosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CertificadosController.php';
$this->services['App\\Controller\\CertificadosController'] = $instance = new \App\Controller\CertificadosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CertificadosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientesController' shared autowired service.
*
* @return \App\Controller\ClientesController
*/
protected function getClientesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientesController.php';
$this->services['App\\Controller\\ClientesController'] = $instance = new \App\Controller\ClientesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ContratosController' shared autowired service.
*
* @return \App\Controller\ContratosController
*/
protected function getContratosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ContratosController.php';
$this->services['App\\Controller\\ContratosController'] = $instance = new \App\Controller\ContratosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ContratosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CotaseguradosController' shared autowired service.
*
* @return \App\Controller\CotaseguradosController
*/
protected function getCotaseguradosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CotaseguradosController.php';
$this->services['App\\Controller\\CotaseguradosController'] = $instance = new \App\Controller\CotaseguradosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CotaseguradosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CotbaremosController' shared autowired service.
*
* @return \App\Controller\CotbaremosController
*/
protected function getCotbaremosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CotbaremosController.php';
$this->services['App\\Controller\\CotbaremosController'] = $instance = new \App\Controller\CotbaremosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CotbaremosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CotizacionesController' shared autowired service.
*
* @return \App\Controller\CotizacionesController
*/
protected function getCotizacionesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CotizacionesController.php';
$this->services['App\\Controller\\CotizacionesController'] = $instance = new \App\Controller\CotizacionesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CotizacionesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CotpagadorController' shared autowired service.
*
* @return \App\Controller\CotpagadorController
*/
protected function getCotpagadorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CotpagadorController.php';
$this->services['App\\Controller\\CotpagadorController'] = $instance = new \App\Controller\CotpagadorController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CotpagadorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CuentasController' shared autowired service.
*
* @return \App\Controller\CuentasController
*/
protected function getCuentasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CuentasController.php';
$this->services['App\\Controller\\CuentasController'] = $instance = new \App\Controller\CuentasController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CuentasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DefaultController' shared autowired service.
*
* @return \App\Controller\DefaultController
*/
protected function getDefaultControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DefaultController.php';
$this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DescuentoscantidadafiliadosController' shared autowired service.
*
* @return \App\Controller\DescuentoscantidadafiliadosController
*/
protected function getDescuentoscantidadafiliadosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DescuentoscantidadafiliadosController.php';
$this->services['App\\Controller\\DescuentoscantidadafiliadosController'] = $instance = new \App\Controller\DescuentoscantidadafiliadosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DescuentoscantidadafiliadosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\EmpleadosController' shared autowired service.
*
* @return \App\Controller\EmpleadosController
*/
protected function getEmpleadosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/EmpleadosController.php';
$this->services['App\\Controller\\EmpleadosController'] = $instance = new \App\Controller\EmpleadosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EmpleadosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ErrorController' shared autowired service.
*
* @return \App\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ErrorController.php';
$this->services['App\\Controller\\ErrorController'] = $instance = new \App\Controller\ErrorController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ErrorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FacturasController' shared autowired service.
*
* @return \App\Controller\FacturasController
*/
protected function getFacturasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FacturasController.php';
$this->services['App\\Controller\\FacturasController'] = $instance = new \App\Controller\FacturasController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FacturasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FacturasordenesController' shared autowired service.
*
* @return \App\Controller\FacturasordenesController
*/
protected function getFacturasordenesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FacturasordenesController.php';
$this->services['App\\Controller\\FacturasordenesController'] = $instance = new \App\Controller\FacturasordenesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FacturasordenesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\GuiasController' shared autowired service.
*
* @return \App\Controller\GuiasController
*/
protected function getGuiasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/GuiasController.php';
$this->services['App\\Controller\\GuiasController'] = $instance = new \App\Controller\GuiasController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\GuiasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HistoricoantecedentesController' shared autowired service.
*
* @return \App\Controller\HistoricoantecedentesController
*/
protected function getHistoricoantecedentesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HistoricoantecedentesController.php';
$this->services['App\\Controller\\HistoricoantecedentesController'] = $instance = new \App\Controller\HistoricoantecedentesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\HistoricoantecedentesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\IngresosController' shared autowired service.
*
* @return \App\Controller\IngresosController
*/
protected function getIngresosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/IngresosController.php';
$this->services['App\\Controller\\IngresosController'] = $instance = new \App\Controller\IngresosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\IngresosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\InventarioController' shared autowired service.
*
* @return \App\Controller\InventarioController
*/
protected function getInventarioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/InventarioController.php';
$this->services['App\\Controller\\InventarioController'] = $instance = new \App\Controller\InventarioController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InventarioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MotivosconsultaController' shared autowired service.
*
* @return \App\Controller\MotivosconsultaController
*/
protected function getMotivosconsultaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MotivosconsultaController.php';
$this->services['App\\Controller\\MotivosconsultaController'] = $instance = new \App\Controller\MotivosconsultaController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MotivosconsultaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MovimientoinventarioController' shared autowired service.
*
* @return \App\Controller\MovimientoinventarioController
*/
protected function getMovimientoinventarioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MovimientoinventarioController.php';
$this->services['App\\Controller\\MovimientoinventarioController'] = $instance = new \App\Controller\MovimientoinventarioController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MovimientoinventarioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MovimientosajustespreciosController' shared autowired service.
*
* @return \App\Controller\MovimientosajustespreciosController
*/
protected function getMovimientosajustespreciosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MovimientosajustespreciosController.php';
$this->services['App\\Controller\\MovimientosajustespreciosController'] = $instance = new \App\Controller\MovimientosajustespreciosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MovimientosajustespreciosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OrdenesController' shared autowired service.
*
* @return \App\Controller\OrdenesController
*/
protected function getOrdenesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OrdenesController.php';
$this->services['App\\Controller\\OrdenesController'] = $instance = new \App\Controller\OrdenesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\OrdenesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OrdenessegvenezuelaController' shared autowired service.
*
* @return \App\Controller\OrdenessegvenezuelaController
*/
protected function getOrdenessegvenezuelaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OrdenessegvenezuelaController.php';
$this->services['App\\Controller\\OrdenessegvenezuelaController'] = $instance = new \App\Controller\OrdenessegvenezuelaController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\OrdenessegvenezuelaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ParametrosController' shared autowired service.
*
* @return \App\Controller\ParametrosController
*/
protected function getParametrosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ParametrosController.php';
$this->services['App\\Controller\\ParametrosController'] = $instance = new \App\Controller\ParametrosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ParametrosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PatologiasController' shared autowired service.
*
* @return \App\Controller\PatologiasController
*/
protected function getPatologiasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PatologiasController.php';
$this->services['App\\Controller\\PatologiasController'] = $instance = new \App\Controller\PatologiasController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PatologiasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PersonascontactoController' shared autowired service.
*
* @return \App\Controller\PersonascontactoController
*/
protected function getPersonascontactoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PersonascontactoController.php';
$this->services['App\\Controller\\PersonascontactoController'] = $instance = new \App\Controller\PersonascontactoController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PersonascontactoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PersonasrelacionadasclienteController' shared autowired service.
*
* @return \App\Controller\PersonasrelacionadasclienteController
*/
protected function getPersonasrelacionadasclienteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PersonasrelacionadasclienteController.php';
$this->services['App\\Controller\\PersonasrelacionadasclienteController'] = $instance = new \App\Controller\PersonasrelacionadasclienteController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PersonasrelacionadasclienteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PlanesController' shared autowired service.
*
* @return \App\Controller\PlanesController
*/
protected function getPlanesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PlanesController.php';
$this->services['App\\Controller\\PlanesController'] = $instance = new \App\Controller\PlanesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PlanesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PlanesserviciosController' shared autowired service.
*
* @return \App\Controller\PlanesserviciosController
*/
protected function getPlanesserviciosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PlanesserviciosController.php';
$this->services['App\\Controller\\PlanesserviciosController'] = $instance = new \App\Controller\PlanesserviciosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PlanesserviciosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PlanesserviciostarifasController' shared autowired service.
*
* @return \App\Controller\PlanesserviciostarifasController
*/
protected function getPlanesserviciostarifasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PlanesserviciostarifasController.php';
$this->services['App\\Controller\\PlanesserviciostarifasController'] = $instance = new \App\Controller\PlanesserviciostarifasController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PlanesserviciostarifasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PreingresosController' shared autowired service.
*
* @return \App\Controller\PreingresosController
*/
protected function getPreingresosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PreingresosController.php';
$this->services['App\\Controller\\PreingresosController'] = $instance = new \App\Controller\PreingresosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PreingresosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ProveedoresController' shared autowired service.
*
* @return \App\Controller\ProveedoresController
*/
protected function getProveedoresControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ProveedoresController.php';
$this->services['App\\Controller\\ProveedoresController'] = $instance = new \App\Controller\ProveedoresController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProveedoresController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RecibosController' shared autowired service.
*
* @return \App\Controller\RecibosController
*/
protected function getRecibosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RecibosController.php';
$this->services['App\\Controller\\RecibosController'] = $instance = new \App\Controller\RecibosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RecibosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RiesgoscubiertosController' shared autowired service.
*
* @return \App\Controller\RiesgoscubiertosController
*/
protected function getRiesgoscubiertosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RiesgoscubiertosController.php';
$this->services['App\\Controller\\RiesgoscubiertosController'] = $instance = new \App\Controller\RiesgoscubiertosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RiesgoscubiertosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TasascambioController' shared autowired service.
*
* @return \App\Controller\TasascambioController
*/
protected function getTasascambioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TasascambioController.php';
$this->services['App\\Controller\\TasascambioController'] = $instance = new \App\Controller\TasascambioController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TasascambioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TipoagotamientoController' shared autowired service.
*
* @return \App\Controller\TipoagotamientoController
*/
protected function getTipoagotamientoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TipoagotamientoController.php';
$this->services['App\\Controller\\TipoagotamientoController'] = $instance = new \App\Controller\TipoagotamientoController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TipoagotamientoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TipobaremosController' shared autowired service.
*
* @return \App\Controller\TipobaremosController
*/
protected function getTipobaremosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TipobaremosController.php';
$this->services['App\\Controller\\TipobaremosController'] = $instance = new \App\Controller\TipobaremosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TipobaremosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TiposerviciosController' shared autowired service.
*
* @return \App\Controller\TiposerviciosController
*/
protected function getTiposerviciosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TiposerviciosController.php';
$this->services['App\\Controller\\TiposerviciosController'] = $instance = new \App\Controller\TiposerviciosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TiposerviciosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TrazasController' shared autowired service.
*
* @return \App\Controller\TrazasController
*/
protected function getTrazasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TrazasController.php';
$this->services['App\\Controller\\TrazasController'] = $instance = new \App\Controller\TrazasController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TrazasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\UnidadesController' shared autowired service.
*
* @return \App\Controller\UnidadesController
*/
protected function getUnidadesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/UnidadesController.php';
$this->services['App\\Controller\\UnidadesController'] = $instance = new \App\Controller\UnidadesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\UnidadesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\UsuariosController' shared autowired service.
*
* @return \App\Controller\UsuariosController
*/
protected function getUsuariosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/UsuariosController.php';
$this->services['App\\Controller\\UsuariosController'] = $instance = new \App\Controller\UsuariosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\UsuariosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\VehiculosController' shared autowired service.
*
* @return \App\Controller\VehiculosController
*/
protected function getVehiculosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/VehiculosController.php';
$this->services['App\\Controller\\VehiculosController'] = $instance = new \App\Controller\VehiculosController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\VehiculosController', $this));
return $instance;
}
/**
* Gets the public 'App\DataFixtures\AppFixtures' shared autowired service.
*
* @return \App\DataFixtures\AppFixtures
*/
protected function getAppFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
return $this->services['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures();
}
/**
* Gets the public 'App\Model\Afiliado' shared autowired service.
*
* @return \App\Model\Afiliado
*/
protected function getAfiliadoService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Afiliado.php';
return $this->services['App\\Model\\Afiliado'] = new \App\Model\Afiliado();
}
/**
* Gets the public 'App\Model\Certificado' shared autowired service.
*
* @return \App\Model\Certificado
*/
protected function getCertificadoService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Certificado.php';
return $this->services['App\\Model\\Certificado'] = new \App\Model\Certificado();
}
/**
* Gets the public 'App\Model\Cliente' shared autowired service.
*
* @return \App\Model\Cliente
*/
protected function getClienteService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Cliente.php';
return $this->services['App\\Model\\Cliente'] = new \App\Model\Cliente();
}
/**
* Gets the public 'App\Model\Contrato' shared autowired service.
*
* @return \App\Model\Contrato
*/
protected function getContratoService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Contrato.php';
return $this->services['App\\Model\\Contrato'] = new \App\Model\Contrato();
}
/**
* Gets the public 'App\Model\Cotizacion' shared autowired service.
*
* @return \App\Model\Cotizacion
*/
protected function getCotizacionService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Cotizacion.php';
return $this->services['App\\Model\\Cotizacion'] = new \App\Model\Cotizacion();
}
/**
* Gets the public 'App\Model\Descuento' shared autowired service.
*
* @return \App\Model\Descuento
*/
protected function getDescuentoService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Descuento.php';
return $this->services['App\\Model\\Descuento'] = new \App\Model\Descuento();
}
/**
* Gets the public 'App\Model\EnvioEmail' shared autowired service.
*
* @return \App\Model\EnvioEmail
*/
protected function getEnvioEmailService()
{
include_once \dirname(__DIR__, 4).'/src/Model/EnvioEmail.php';
return $this->services['App\\Model\\EnvioEmail'] = new \App\Model\EnvioEmail();
}
/**
* Gets the public 'App\Model\Orden' shared autowired service.
*
* @return \App\Model\Orden
*/
protected function getOrdenService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Orden.php';
return $this->services['App\\Model\\Orden'] = new \App\Model\Orden();
}
/**
* Gets the public 'App\Model\Recibo' shared autowired service.
*
* @return \App\Model\Recibo
*/
protected function getReciboService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Recibo.php';
return $this->services['App\\Model\\Recibo'] = new \App\Model\Recibo();
}
/**
* Gets the public 'App\Model\Riesgocubierto' shared autowired service.
*
* @return \App\Model\Riesgocubierto
*/
protected function getRiesgocubiertoService()
{
include_once \dirname(__DIR__, 4).'/src/Model/Riesgocubierto.php';
return $this->services['App\\Model\\Riesgocubierto'] = new \App\Model\Riesgocubierto();
}
/**
* Gets the public 'App\Model\User' shared autowired service.
*
* @return \App\Model\User
*/
protected function getUserService()
{
include_once \dirname(__DIR__, 4).'/src/Model/User.php';
return $this->services['App\\Model\\User'] = new \App\Model\User();
}
/**
* Gets the public 'App\Repository\CotaseguradosRepository' shared autowired service.
*
* @return \App\Repository\CotaseguradosRepository
*/
protected function getCotaseguradosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CotaseguradosRepository.php';
return $this->services['App\\Repository\\CotaseguradosRepository'] = new \App\Repository\CotaseguradosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\CotizacionesRepository' shared autowired service.
*
* @return \App\Repository\CotizacionesRepository
*/
protected function getCotizacionesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CotizacionesRepository.php';
return $this->services['App\\Repository\\CotizacionesRepository'] = new \App\Repository\CotizacionesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\OrdenesRepository' shared autowired service.
*
* @return \App\Repository\OrdenesRepository
*/
protected function getOrdenesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrdenesRepository.php';
return $this->services['App\\Repository\\OrdenesRepository'] = new \App\Repository\OrdenesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
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()));
}
/**
* Gets the public 'Qipsius\TCPDFBundle\Controller\TCPDFController' shared service.
*
* @return \Qipsius\TCPDFBundle\Controller\TCPDFController
*/
protected function getTCPDFControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/qipsius/tcpdf-bundle/Controller/TCPDFController.php';
include_once \dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
return $this->services['Qipsius\\TCPDFBundle\\Controller\\TCPDFController'] = new \Qipsius\TCPDFBundle\Controller\TCPDFController('TCPDF');
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'Twig\Extra\Intl\IntlExtension' shared autowired service.
*
* @return \Twig\Extra\Intl\IntlExtension
*/
protected function getIntlExtensionService()
{
return $this->services['Twig\\Extra\\Intl\\IntlExtension'] = new \Twig\Extra\Intl\IntlExtension();
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BO5AvPat3m', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('g7+ArxB8iL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bo1reqrouV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 3 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 4 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 5 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
yield 6 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
}, 7), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Command\\CronjobOrdenesPendientesCommand' => ['services', 'App\\Command\\CronjobOrdenesPendientesCommand', 'getCronjobOrdenesPendientesCommandService', false],
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
], [
'App\\Command\\CronjobOrdenesPendientesCommand' => 'App\\Command\\CronjobOrdenesPendientesCommand',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.validator_debug' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'maker.auto_command.make_stimulus_controller' => '?',
]), ['app:CronjobOrdenesPendientes' => 'App\\Command\\CronjobOrdenesPendientesCommand', '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']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
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, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'App\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\CotaseguradosRepository' => ['services', 'App\\Repository\\CotaseguradosRepository', 'getCotaseguradosRepositoryService', false],
'App\\Repository\\CotizacionesRepository' => ['services', 'App\\Repository\\CotizacionesRepository', 'getCotizacionesRepositoryService', false],
'App\\Repository\\OrdenesRepository' => ['services', 'App\\Repository\\OrdenesRepository', 'getOrdenesRepositoryService', false],
], [
'App\\Repository\\CotaseguradosRepository' => '?',
'App\\Repository\\CotizacionesRepository' => '?',
'App\\Repository\\OrdenesRepository' => '?',
])));
$a->addCustomStringFunction('DATE', 'DoctrineExtensions\\Query\\Mysql\\Date');
$a->addCustomStringFunction('REPLACE', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$a->addCustomNumericFunction('ROUND', 'DoctrineExtensions\\Query\\Mysql\\Round');
$a->addCustomDatetimeFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addCustomDatetimeFunction('DATEDIFF', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', 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)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8)), $a));
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2)));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'dev'));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
}, function () {
return 0 + (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.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']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset']]);
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
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()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
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));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
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 () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.errored..service_locator.1YCgyLl.App\Entity\Historicoantecedentes' shared service.
*
* @return \App\Entity\Historicoantecedentes
*/
protected function getHistoricoantecedentesService()
{
$this->throw('Cannot autowire service ".service_locator.1YCgyLl": it references class "App\\Entity\\Historicoantecedentes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2Htyfs5.App\Entity\Baremosproveedores' shared service.
*
* @return \App\Entity\Baremosproveedores
*/
protected function getBaremosproveedoresService()
{
$this->throw('Cannot autowire service ".service_locator.2Htyfs5": it references class "App\\Entity\\Baremosproveedores" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2atxjcu.App\Entity\Descuentoscantidadafiliados' shared service.
*
* @return \App\Entity\Descuentoscantidadafiliados
*/
protected function getDescuentoscantidadafiliadosService()
{
$this->throw('Cannot autowire service ".service_locator.2atxjcu": it references class "App\\Entity\\Descuentoscantidadafiliados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.34Uj9Ti.App\Entity\Tasascambio' shared service.
*
* @return \App\Entity\Tasascambio
*/
protected function getTasascambioService()
{
$this->throw('Cannot autowire service ".service_locator.34Uj9Ti": it references class "App\\Entity\\Tasascambio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3HClVzV.App\Entity\Certificados' shared service.
*
* @return \App\Entity\Certificados
*/
protected function getCertificadosService()
{
$this->throw('Cannot autowire service ".service_locator.3HClVzV": it references class "App\\Entity\\Certificados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3QCg1lX.App\Entity\Cuentas' shared service.
*
* @return \App\Entity\Cuentas
*/
protected function getCuentasService()
{
$this->throw('Cannot autowire service ".service_locator.3QCg1lX": it references class "App\\Entity\\Cuentas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3ovjQT_.App\Entity\Planes' shared service.
*
* @return \App\Entity\Planes
*/
protected function getPlanesService()
{
$this->throw('Cannot autowire service ".service_locator.3ovjQT_": it references class "App\\Entity\\Planes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4HnoHK..App\Entity\Tipoagotamiento' shared service.
*
* @return \App\Entity\Tipoagotamiento
*/
protected function getTipoagotamientoService()
{
$this->throw('Cannot autowire service ".service_locator.4HnoHK.": it references class "App\\Entity\\Tipoagotamiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4KC2eup.App\Entity\Afiliados' shared service.
*
* @return \App\Entity\Afiliados
*/
protected function getAfiliadosService()
{
$this->throw('Cannot autowire service ".service_locator.4KC2eup": it references class "App\\Entity\\Afiliados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6Ck.ovS.App\Entity\Cuentas' shared service.
*
* @return \App\Entity\Cuentas
*/
protected function getCuentas2Service()
{
$this->throw('Cannot autowire service ".service_locator.6Ck.ovS": it references class "App\\Entity\\Cuentas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7mOVlyN.App\Entity\Cotasegurados' shared service.
*
* @return \App\Entity\Cotasegurados
*/
protected function getCotaseguradosService()
{
$this->throw('Cannot autowire service ".service_locator.7mOVlyN": it references class "App\\Entity\\Cotasegurados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.82y9vgF.App\Entity\Baremosproveedores' shared service.
*
* @return \App\Entity\Baremosproveedores
*/
protected function getBaremosproveedores2Service()
{
$this->throw('Cannot autowire service ".service_locator.82y9vgF": it references class "App\\Entity\\Baremosproveedores" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8twddAh.App\Entity\Facturasordenes' shared service.
*
* @return \App\Entity\Facturasordenes
*/
protected function getFacturasordenesService()
{
$this->throw('Cannot autowire service ".service_locator.8twddAh": it references class "App\\Entity\\Facturasordenes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.CvL4.ry.App\Entity\Afiliados' shared service.
*
* @return \App\Entity\Afiliados
*/
protected function getAfiliados2Service()
{
$this->throw('Cannot autowire service ".service_locator.CvL4.ry": it references class "App\\Entity\\Afiliados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.DYqLuye.App\Entity\Contratos' shared service.
*
* @return \App\Entity\Contratos
*/
protected function getContratosService()
{
$this->throw('Cannot autowire service ".service_locator.DYqLuye": it references class "App\\Entity\\Contratos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.EWlvEBh.App\Entity\Certificados' shared service.
*
* @return \App\Entity\Certificados
*/
protected function getCertificados2Service()
{
$this->throw('Cannot autowire service ".service_locator.EWlvEBh": it references class "App\\Entity\\Certificados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Ed.GKOc.App\Entity\Riesgoscubiertos' shared service.
*
* @return \App\Entity\Riesgoscubiertos
*/
protected function getRiesgoscubiertosService()
{
$this->throw('Cannot autowire service ".service_locator.Ed.GKOc": it references class "App\\Entity\\Riesgoscubiertos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.F6mJV5u.App\Entity\Ordenes' shared service.
*
* @return \App\Entity\Ordenes
*/
protected function getOrdenesService()
{
$this->throw('Cannot autowire service ".service_locator.F6mJV5u": it references class "App\\Entity\\Ordenes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JLF51dv.App\Entity\Bancos' shared service.
*
* @return \App\Entity\Bancos
*/
protected function getBancosService()
{
$this->throw('Cannot autowire service ".service_locator.JLF51dv": it references class "App\\Entity\\Bancos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JQJfSnQ.App\Entity\Unidades' shared service.
*
* @return \App\Entity\Unidades
*/
protected function getUnidadesService()
{
$this->throw('Cannot autowire service ".service_locator.JQJfSnQ": it references class "App\\Entity\\Unidades" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KbxoQes.App\Entity\Ordenessegvenezuela' shared service.
*
* @return \App\Entity\Ordenessegvenezuela
*/
protected function getOrdenessegvenezuelaService()
{
$this->throw('Cannot autowire service ".service_locator.KbxoQes": it references class "App\\Entity\\Ordenessegvenezuela" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$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".');
}
/**
* Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
*
* @return \Symfony\Component\HttpFoundation\Response
*/
protected function getResponseService()
{
$this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LUScnHn.App\Entity\Planesserviciostarifas' shared service.
*
* @return \App\Entity\Planesserviciostarifas
*/
protected function getPlanesserviciostarifasService()
{
$this->throw('Cannot autowire service ".service_locator.LUScnHn": it references class "App\\Entity\\Planesserviciostarifas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LyFdr6s.App\Entity\Trazas' shared service.
*
* @return \App\Entity\Trazas
*/
protected function getTrazasService()
{
$this->throw('Cannot autowire service ".service_locator.LyFdr6s": it references class "App\\Entity\\Trazas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MGSrvGB.App\Entity\Ingresos' shared service.
*
* @return \App\Entity\Ingresos
*/
protected function getIngresosService()
{
$this->throw('Cannot autowire service ".service_locator.MGSrvGB": it references class "App\\Entity\\Ingresos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Nj0Ci9N.App\Entity\Recibos' shared service.
*
* @return \App\Entity\Recibos
*/
protected function getRecibosService()
{
$this->throw('Cannot autowire service ".service_locator.Nj0Ci9N": it references class "App\\Entity\\Recibos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.OBj.x2h.App\Entity\Recibos' shared service.
*
* @return \App\Entity\Recibos
*/
protected function getRecibos2Service()
{
$this->throw('Cannot autowire service ".service_locator.OBj.x2h": it references class "App\\Entity\\Recibos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PISoh9v.App\Entity\Trazas' shared service.
*
* @return \App\Entity\Trazas
*/
protected function getTrazas2Service()
{
$this->throw('Cannot autowire service ".service_locator.PISoh9v": it references class "App\\Entity\\Trazas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PubicSW.App\Entity\Tipobaremos' shared service.
*
* @return \App\Entity\Tipobaremos
*/
protected function getTipobaremosService()
{
$this->throw('Cannot autowire service ".service_locator.PubicSW": it references class "App\\Entity\\Tipobaremos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.SQCtZSB.App\Entity\Proveedores' shared service.
*
* @return \App\Entity\Proveedores
*/
protected function getProveedoresService()
{
$this->throw('Cannot autowire service ".service_locator.SQCtZSB": it references class "App\\Entity\\Proveedores" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.TqWro.U.App\Entity\Recibos' shared service.
*
* @return \App\Entity\Recibos
*/
protected function getRecibos3Service()
{
$this->throw('Cannot autowire service ".service_locator.TqWro.U": it references class "App\\Entity\\Recibos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.TrId7GB.App\Entity\Proveedores' shared service.
*
* @return \App\Entity\Proveedores
*/
protected function getProveedores2Service()
{
$this->throw('Cannot autowire service ".service_locator.TrId7GB": it references class "App\\Entity\\Proveedores" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator._RmE2Hw.App\Entity\Contratos' shared service.
*
* @return \App\Entity\Contratos
*/
protected function getContratos2Service()
{
$this->throw('Cannot autowire service ".service_locator._RmE2Hw": it references class "App\\Entity\\Contratos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator._XzDuTt.App\Entity\Cotizaciones' shared service.
*
* @return \App\Entity\Cotizaciones
*/
protected function getCotizacionesService()
{
$this->throw('Cannot autowire service ".service_locator._XzDuTt": it references class "App\\Entity\\Cotizaciones" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.a5vvrQ..App\Entity\Planesservicios' shared service.
*
* @return \App\Entity\Planesservicios
*/
protected function getPlanesserviciosService()
{
$this->throw('Cannot autowire service ".service_locator.a5vvrQ.": it references class "App\\Entity\\Planesservicios" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aCeafjX.App\Entity\Patologias' shared service.
*
* @return \App\Entity\Patologias
*/
protected function getPatologiasService()
{
$this->throw('Cannot autowire service ".service_locator.aCeafjX": it references class "App\\Entity\\Patologias" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.arw9hqp.App\Entity\Cotasegurados' shared service.
*
* @return \App\Entity\Cotasegurados
*/
protected function getCotasegurados2Service()
{
$this->throw('Cannot autowire service ".service_locator.arw9hqp": it references class "App\\Entity\\Cotasegurados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.d6RhthD.App\Entity\Antecedentes' shared service.
*
* @return \App\Entity\Antecedentes
*/
protected function getAntecedentesService()
{
$this->throw('Cannot autowire service ".service_locator.d6RhthD": it references class "App\\Entity\\Antecedentes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.d_s.f3W.App\Entity\Proveedores' shared service.
*
* @return \App\Entity\Proveedores
*/
protected function getProveedores3Service()
{
$this->throw('Cannot autowire service ".service_locator.d_s.f3W": it references class "App\\Entity\\Proveedores" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gz4i_xX.App\Entity\Planes' shared service.
*
* @return \App\Entity\Planes
*/
protected function getPlanes2Service()
{
$this->throw('Cannot autowire service ".service_locator.gz4i_xX": it references class "App\\Entity\\Planes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.h_gOonF.App\Entity\Tipobaremos' shared service.
*
* @return \App\Entity\Tipobaremos
*/
protected function getTipobaremos2Service()
{
$this->throw('Cannot autowire service ".service_locator.h_gOonF": it references class "App\\Entity\\Tipobaremos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.hxf8U1F.App\Entity\Facturasordenes' shared service.
*
* @return \App\Entity\Facturasordenes
*/
protected function getFacturasordenes2Service()
{
$this->throw('Cannot autowire service ".service_locator.hxf8U1F": it references class "App\\Entity\\Facturasordenes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ibw16c..App\Entity\Motivosconsulta' shared service.
*
* @return \App\Entity\Motivosconsulta
*/
protected function getMotivosconsultaService()
{
$this->throw('Cannot autowire service ".service_locator.ibw16c.": it references class "App\\Entity\\Motivosconsulta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.jFrTLdS.App\Entity\Tipoagotamiento' shared service.
*
* @return \App\Entity\Tipoagotamiento
*/
protected function getTipoagotamiento2Service()
{
$this->throw('Cannot autowire service ".service_locator.jFrTLdS": it references class "App\\Entity\\Tipoagotamiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kEPX2xo.App\Entity\Tasascambio' shared service.
*
* @return \App\Entity\Tasascambio
*/
protected function getTasascambio2Service()
{
$this->throw('Cannot autowire service ".service_locator.kEPX2xo": it references class "App\\Entity\\Tasascambio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.lmBLNfm.App\Entity\Historicoantecedentes' shared service.
*
* @return \App\Entity\Historicoantecedentes
*/
protected function getHistoricoantecedentes2Service()
{
$this->throw('Cannot autowire service ".service_locator.lmBLNfm": it references class "App\\Entity\\Historicoantecedentes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.m12k8tX.App\Entity\Descuentoscantidadafiliados' shared service.
*
* @return \App\Entity\Descuentoscantidadafiliados
*/
protected function getDescuentoscantidadafiliados2Service()
{
$this->throw('Cannot autowire service ".service_locator.m12k8tX": it references class "App\\Entity\\Descuentoscantidadafiliados" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.mIwZFn1.App\Entity\Tiposervicios' shared service.
*
* @return \App\Entity\Tiposervicios
*/
protected function getTiposerviciosService()
{
$this->throw('Cannot autowire service ".service_locator.mIwZFn1": it references class "App\\Entity\\Tiposervicios" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.mNYXWks.App\Entity\Planesservicios' shared service.
*
* @return \App\Entity\Planesservicios
*/
protected function getPlanesservicios2Service()
{
$this->throw('Cannot autowire service ".service_locator.mNYXWks": it references class "App\\Entity\\Planesservicios" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.mReUPFe.App\Entity\Cotpagador' shared service.
*
* @return \App\Entity\Cotpagador
*/
protected function getCotpagadorService()
{
$this->throw('Cannot autowire service ".service_locator.mReUPFe": it references class "App\\Entity\\Cotpagador" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nuj6IMv.App\Entity\Cotbaremos' shared service.
*
* @return \App\Entity\Cotbaremos
*/
protected function getCotbaremosService()
{
$this->throw('Cannot autowire service ".service_locator.nuj6IMv": it references class "App\\Entity\\Cotbaremos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.o.tToKv.App\Entity\Ingresos' shared service.
*
* @return \App\Entity\Ingresos
*/
protected function getIngresos2Service()
{
$this->throw('Cannot autowire service ".service_locator.o.tToKv": it references class "App\\Entity\\Ingresos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.p1OzqcN.App\Entity\Patologias' shared service.
*
* @return \App\Entity\Patologias
*/
protected function getPatologias2Service()
{
$this->throw('Cannot autowire service ".service_locator.p1OzqcN": it references class "App\\Entity\\Patologias" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pfzTjvQ.App\Entity\Antecedentes' shared service.
*
* @return \App\Entity\Antecedentes
*/
protected function getAntecedentes2Service()
{
$this->throw('Cannot autowire service ".service_locator.pfzTjvQ": it references class "App\\Entity\\Antecedentes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.r9VBLgG.Symfony\Component\ErrorHandler\Exception\FlattenException' shared service.
*
* @return \Symfony\Component\ErrorHandler\Exception\FlattenException
*/
protected function getFlattenExceptionService()
{
$this->throw('Cannot autowire service ".service_locator.r9VBLgG": it references class "Symfony\\Component\\ErrorHandler\\Exception\\FlattenException" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.r9VBLgG.Symfony\Component\HttpKernel\Log\DebugLoggerInterface' shared service.
*
* @return \Symfony\Component\HttpKernel\Log\DebugLoggerInterface
*/
protected function getDebugLoggerInterfaceService()
{
$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".');
}
/**
* Gets the private '.errored..service_locator.rGSczbd.App\Entity\Ordenes' shared service.
*
* @return \App\Entity\Ordenes
*/
protected function getOrdenes2Service()
{
$this->throw('Cannot autowire service ".service_locator.rGSczbd": it references class "App\\Entity\\Ordenes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rH.jQIu.App\Entity\Tiposervicios' shared service.
*
* @return \App\Entity\Tiposervicios
*/
protected function getTiposervicios2Service()
{
$this->throw('Cannot autowire service ".service_locator.rH.jQIu": it references class "App\\Entity\\Tiposervicios" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rmrJ7qt.App\Entity\Unidades' shared service.
*
* @return \App\Entity\Unidades
*/
protected function getUnidades2Service()
{
$this->throw('Cannot autowire service ".service_locator.rmrJ7qt": it references class "App\\Entity\\Unidades" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rtTAJY9.App\Entity\Ordenessegvenezuela' shared service.
*
* @return \App\Entity\Ordenessegvenezuela
*/
protected function getOrdenessegvenezuela2Service()
{
$this->throw('Cannot autowire service ".service_locator.rtTAJY9": it references class "App\\Entity\\Ordenessegvenezuela" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.s5nHYjo.App\Entity\Cotbaremos' shared service.
*
* @return \App\Entity\Cotbaremos
*/
protected function getCotbaremos2Service()
{
$this->throw('Cannot autowire service ".service_locator.s5nHYjo": it references class "App\\Entity\\Cotbaremos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.sTtfVSJ.App\Entity\Planesserviciostarifas' shared service.
*
* @return \App\Entity\Planesserviciostarifas
*/
protected function getPlanesserviciostarifas2Service()
{
$this->throw('Cannot autowire service ".service_locator.sTtfVSJ": it references class "App\\Entity\\Planesserviciostarifas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.tu6WO8Q.App\Entity\Bancos' shared service.
*
* @return \App\Entity\Bancos
*/
protected function getBancos2Service()
{
$this->throw('Cannot autowire service ".service_locator.tu6WO8Q": it references class "App\\Entity\\Bancos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.u0PLda5.App\Entity\Baremos' shared service.
*
* @return \App\Entity\Baremos
*/
protected function getBaremosService()
{
$this->throw('Cannot autowire service ".service_locator.u0PLda5": it references class "App\\Entity\\Baremos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.uGA5pCY.App\Entity\Baremos' shared service.
*
* @return \App\Entity\Baremos
*/
protected function getBaremos2Service()
{
$this->throw('Cannot autowire service ".service_locator.uGA5pCY": it references class "App\\Entity\\Baremos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.uz78JrV.App\Entity\Riesgoscubiertos' shared service.
*
* @return \App\Entity\Riesgoscubiertos
*/
protected function getRiesgoscubiertos2Service()
{
$this->throw('Cannot autowire service ".service_locator.uz78JrV": it references class "App\\Entity\\Riesgoscubiertos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.v9JfVjz.App\Entity\Baremosproveedores' shared service.
*
* @return \App\Entity\Baremosproveedores
*/
protected function getBaremosproveedores3Service()
{
$this->throw('Cannot autowire service ".service_locator.v9JfVjz": it references class "App\\Entity\\Baremosproveedores" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.wwyQOLy.App\Entity\Cotpagador' shared service.
*
* @return \App\Entity\Cotpagador
*/
protected function getCotpagador2Service()
{
$this->throw('Cannot autowire service ".service_locator.wwyQOLy": it references class "App\\Entity\\Cotpagador" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.x6ApOry.App\Entity\Motivosconsulta' shared service.
*
* @return \App\Entity\Motivosconsulta
*/
protected function getMotivosconsulta2Service()
{
$this->throw('Cannot autowire service ".service_locator.x6ApOry": it references class "App\\Entity\\Motivosconsulta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zWyOm3b.App\Entity\Preingresos' shared service.
*
* @return \App\Entity\Preingresos
*/
protected function getPreingresosService()
{
$this->throw('Cannot autowire service ".service_locator.zWyOm3b": it references class "App\\Entity\\Preingresos" but no such service exists.');
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator.03OVLRf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_03OVLRfService()
{
return $this->privates['.service_locator.03OVLRf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\AfiliadosController::delete' => ['privates', '.service_locator.CvL4.ry', 'get_ServiceLocator_CvL4_RyService', false],
'App\\Controller\\AfiliadosController::edit' => ['privates', '.service_locator.CvL4.ry', 'get_ServiceLocator_CvL4_RyService', false],
'App\\Controller\\AfiliadosController::generarexcel' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AfiliadosController::imprimir' => ['privates', '.service_locator.4KC2eup', 'get_ServiceLocator_4KC2eupService', false],
'App\\Controller\\AfiliadosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AfiliadosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AfiliadosController::show' => ['privates', '.service_locator.4KC2eup', 'get_ServiceLocator_4KC2eupService', false],
'App\\Controller\\AntecedentesController::delete' => ['privates', '.service_locator.pfzTjvQ', 'get_ServiceLocator_PfzTjvQService', false],
'App\\Controller\\AntecedentesController::edit' => ['privates', '.service_locator.pfzTjvQ', 'get_ServiceLocator_PfzTjvQService', false],
'App\\Controller\\AntecedentesController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AntecedentesController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AntecedentesController::show' => ['privates', '.service_locator.d6RhthD', 'get_ServiceLocator_D6RhthDService', false],
'App\\Controller\\BancosController::delete' => ['privates', '.service_locator.JLF51dv', 'get_ServiceLocator_JLF51dvService', false],
'App\\Controller\\BancosController::edit' => ['privates', '.service_locator.JLF51dv', 'get_ServiceLocator_JLF51dvService', false],
'App\\Controller\\BancosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BancosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BancosController::show' => ['privates', '.service_locator.tu6WO8Q', 'get_ServiceLocator_Tu6WO8QService', false],
'App\\Controller\\BaremosController::delete' => ['privates', '.service_locator.u0PLda5', 'get_ServiceLocator_U0PLda5Service', false],
'App\\Controller\\BaremosController::edit' => ['privates', '.service_locator.u0PLda5', 'get_ServiceLocator_U0PLda5Service', false],
'App\\Controller\\BaremosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosController::show' => ['privates', '.service_locator.uGA5pCY', 'get_ServiceLocator_UGA5pCYService', false],
'App\\Controller\\BaremosproveedoresController::baremosporproveedor' => ['privates', '.service_locator.TrId7GB', 'get_ServiceLocator_TrId7GBService', false],
'App\\Controller\\BaremosproveedoresController::cargamasiva' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController::delete' => ['privates', '.service_locator.82y9vgF', 'get_ServiceLocator_82y9vgFService', false],
'App\\Controller\\BaremosproveedoresController::edit' => ['privates', '.service_locator.82y9vgF', 'get_ServiceLocator_82y9vgFService', false],
'App\\Controller\\BaremosproveedoresController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController::loadfile' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController::newbaremoorden' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController::show' => ['privates', '.service_locator.2Htyfs5', 'get_ServiceLocator_2Htyfs5Service', false],
'App\\Controller\\BaremosproveedoresController::showFormAddToList' => ['privates', '.service_locator.v9JfVjz', 'get_ServiceLocator_V9JfVjzService', false],
'App\\Controller\\CertificadosController::delete' => ['privates', '.service_locator.EWlvEBh', 'get_ServiceLocator_EWlvEBhService', false],
'App\\Controller\\CertificadosController::edit' => ['privates', '.service_locator.EWlvEBh', 'get_ServiceLocator_EWlvEBhService', false],
'App\\Controller\\CertificadosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CertificadosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CertificadosController::show' => ['privates', '.service_locator.3HClVzV', 'get_ServiceLocator_3HClVzVService', false],
'App\\Controller\\ClientesController::imprimirfichaAction' => ['privates', '.service_locator.3M0GBjV', 'get_ServiceLocator_3M0GBjVService', false],
'App\\Controller\\ContratosController::cargamasiva' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController::delete' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController::edit' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController::excluirafiliado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController::excluircertificado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController::exclusiones' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController::facturarpoliza' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController::generarrecibo' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\ContratosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController::indicadores' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController::loadfile' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\ContratosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController::printpdf' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\ContratosController::serviciosporordenesexcel' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController::show' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\CotaseguradosController::delete' => ['privates', '.service_locator.arw9hqp', 'get_ServiceLocator_Arw9hqpService', false],
'App\\Controller\\CotaseguradosController::edit' => ['privates', '.service_locator.arw9hqp', 'get_ServiceLocator_Arw9hqpService', false],
'App\\Controller\\CotaseguradosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotaseguradosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotaseguradosController::show' => ['privates', '.service_locator.7mOVlyN', 'get_ServiceLocator_7mOVlyNService', false],
'App\\Controller\\CotbaremosController::delete' => ['privates', '.service_locator.nuj6IMv', 'get_ServiceLocator_Nuj6IMvService', false],
'App\\Controller\\CotbaremosController::edit' => ['privates', '.service_locator.nuj6IMv', 'get_ServiceLocator_Nuj6IMvService', false],
'App\\Controller\\CotbaremosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotbaremosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotbaremosController::show' => ['privates', '.service_locator.s5nHYjo', 'get_ServiceLocator_S5nHYjoService', false],
'App\\Controller\\CotizacionesController::cambioestatus' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::cambiotipofacturacion' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::cambiotipovigencias' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::cotcolectiva' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::cotnoafiliado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::delete' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotizacionesController::edit' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotizacionesController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::indexpaginate' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::printpdf' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotizacionesController::seleccionarplan' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController::show' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotpagadorController::delete' => ['privates', '.service_locator.mReUPFe', 'get_ServiceLocator_MReUPFeService', false],
'App\\Controller\\CotpagadorController::edit' => ['privates', '.service_locator.mReUPFe', 'get_ServiceLocator_MReUPFeService', false],
'App\\Controller\\CotpagadorController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotpagadorController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotpagadorController::show' => ['privates', '.service_locator.wwyQOLy', 'get_ServiceLocator_WwyQOLyService', false],
'App\\Controller\\CuentasController::delete' => ['privates', '.service_locator.3QCg1lX', 'get_ServiceLocator_3QCg1lXService', false],
'App\\Controller\\CuentasController::edit' => ['privates', '.service_locator.3QCg1lX', 'get_ServiceLocator_3QCg1lXService', false],
'App\\Controller\\CuentasController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CuentasController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CuentasController::show' => ['privates', '.service_locator.6Ck.ovS', 'get_ServiceLocator_6Ck_OvSService', false],
'App\\Controller\\DefaultController::changePasswordAction' => ['privates', '.service_locator.CpaXrFh', 'get_ServiceLocator_CpaXrFhService', false],
'App\\Controller\\DescuentoscantidadafiliadosController::delete' => ['privates', '.service_locator.2atxjcu', 'get_ServiceLocator_2atxjcuService', false],
'App\\Controller\\DescuentoscantidadafiliadosController::edit' => ['privates', '.service_locator.2atxjcu', 'get_ServiceLocator_2atxjcuService', false],
'App\\Controller\\DescuentoscantidadafiliadosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\DescuentoscantidadafiliadosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\DescuentoscantidadafiliadosController::show' => ['privates', '.service_locator.m12k8tX', 'get_ServiceLocator_M12k8tXService', false],
'App\\Controller\\ErrorController::showAction' => ['privates', '.service_locator.r9VBLgG', 'get_ServiceLocator_R9VBLgGService', false],
'App\\Controller\\FacturasordenesController::delete' => ['privates', '.service_locator.hxf8U1F', 'get_ServiceLocator_Hxf8U1FService', false],
'App\\Controller\\FacturasordenesController::edit' => ['privates', '.service_locator.hxf8U1F', 'get_ServiceLocator_Hxf8U1FService', false],
'App\\Controller\\FacturasordenesController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\FacturasordenesController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\FacturasordenesController::show' => ['privates', '.service_locator.8twddAh', 'get_ServiceLocator_8twddAhService', false],
'App\\Controller\\HistoricoantecedentesController::delete' => ['privates', '.service_locator.1YCgyLl', 'get_ServiceLocator_1YCgyLlService', false],
'App\\Controller\\HistoricoantecedentesController::edit' => ['privates', '.service_locator.1YCgyLl', 'get_ServiceLocator_1YCgyLlService', false],
'App\\Controller\\HistoricoantecedentesController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\HistoricoantecedentesController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\HistoricoantecedentesController::show' => ['privates', '.service_locator.lmBLNfm', 'get_ServiceLocator_LmBLNfmService', false],
'App\\Controller\\IngresosController::delete' => ['privates', '.service_locator.o.tToKv', 'get_ServiceLocator_O_TToKvService', false],
'App\\Controller\\IngresosController::edit' => ['privates', '.service_locator.o.tToKv', 'get_ServiceLocator_O_TToKvService', false],
'App\\Controller\\IngresosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\IngresosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\IngresosController::show' => ['privates', '.service_locator.MGSrvGB', 'get_ServiceLocator_MGSrvGBService', false],
'App\\Controller\\MotivosconsultaController::delete' => ['privates', '.service_locator.x6ApOry', 'get_ServiceLocator_X6ApOryService', false],
'App\\Controller\\MotivosconsultaController::edit' => ['privates', '.service_locator.x6ApOry', 'get_ServiceLocator_X6ApOryService', false],
'App\\Controller\\MotivosconsultaController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\MotivosconsultaController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\MotivosconsultaController::show' => ['privates', '.service_locator.ibw16c.', 'get_ServiceLocator_Ibw16c_Service', false],
'App\\Controller\\OrdenesController::ajustarorden' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::asignar' => ['privates', '.service_locator.u_ZTCJx', 'get_ServiceLocator_UZTCJxService', false],
'App\\Controller\\OrdenesController::borrarajusterorden' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::cambioestatus' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::consultarafiliado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::consultareventos' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::consultareventosxcontrato' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::consultarservicios' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::create' => ['privates', '.service_locator.u_ZTCJx', 'get_ServiceLocator_UZTCJxService', false],
'App\\Controller\\OrdenesController::delete' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController::edit' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController::enviaradjunto' => ['privates', '.service_locator.F6mJV5u', 'get_ServiceLocator_F6mJV5uService', false],
'App\\Controller\\OrdenesController::generarexcel' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::generarresumenexcel' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::guardargastos' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::imprimir' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::misordenes' => ['privates', '.service_locator.u_ZTCJx', 'get_ServiceLocator_UZTCJxService', false],
'App\\Controller\\OrdenesController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::ordenesporservicio' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::pendientes' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::resumen' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::serviciosconsumidos' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController::show' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController::showaps' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenessegvenezuelaController::delete' => ['privates', '.service_locator.rtTAJY9', 'get_ServiceLocator_RtTAJY9Service', false],
'App\\Controller\\OrdenessegvenezuelaController::edit' => ['privates', '.service_locator.rtTAJY9', 'get_ServiceLocator_RtTAJY9Service', false],
'App\\Controller\\OrdenessegvenezuelaController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenessegvenezuelaController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenessegvenezuelaController::show' => ['privates', '.service_locator.KbxoQes', 'get_ServiceLocator_KbxoQesService', false],
'App\\Controller\\PatologiasController::delete' => ['privates', '.service_locator.p1OzqcN', 'get_ServiceLocator_P1OzqcNService', false],
'App\\Controller\\PatologiasController::edit' => ['privates', '.service_locator.p1OzqcN', 'get_ServiceLocator_P1OzqcNService', false],
'App\\Controller\\PatologiasController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PatologiasController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PatologiasController::show' => ['privates', '.service_locator.aCeafjX', 'get_ServiceLocator_ACeafjXService', false],
'App\\Controller\\PlanesController::delete' => ['privates', '.service_locator.gz4i_xX', 'get_ServiceLocator_Gz4iXXService', false],
'App\\Controller\\PlanesController::edit' => ['privates', '.service_locator.gz4i_xX', 'get_ServiceLocator_Gz4iXXService', false],
'App\\Controller\\PlanesController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesController::show' => ['privates', '.service_locator.3ovjQT_', 'get_ServiceLocator_3ovjQTService', false],
'App\\Controller\\PlanesserviciosController::delete' => ['privates', '.service_locator.mNYXWks', 'get_ServiceLocator_MNYXWksService', false],
'App\\Controller\\PlanesserviciosController::edit' => ['privates', '.service_locator.mNYXWks', 'get_ServiceLocator_MNYXWksService', false],
'App\\Controller\\PlanesserviciosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciosController::show' => ['privates', '.service_locator.a5vvrQ.', 'get_ServiceLocator_A5vvrQ_Service', false],
'App\\Controller\\PlanesserviciosController::vistagrafica' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciostarifasController::delete' => ['privates', '.service_locator.sTtfVSJ', 'get_ServiceLocator_STtfVSJService', false],
'App\\Controller\\PlanesserviciostarifasController::edit' => ['privates', '.service_locator.sTtfVSJ', 'get_ServiceLocator_STtfVSJService', false],
'App\\Controller\\PlanesserviciostarifasController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciostarifasController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciostarifasController::show' => ['privates', '.service_locator.LUScnHn', 'get_ServiceLocator_LUScnHnService', false],
'App\\Controller\\PreingresosController::delete' => ['privates', '.service_locator.zWyOm3b', 'get_ServiceLocator_ZWyOm3bService', false],
'App\\Controller\\PreingresosController::edit' => ['privates', '.service_locator.zWyOm3b', 'get_ServiceLocator_ZWyOm3bService', false],
'App\\Controller\\PreingresosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PreingresosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PreingresosController::show' => ['privates', '.service_locator.zWyOm3b', 'get_ServiceLocator_ZWyOm3bService', false],
'App\\Controller\\ProveedoresController::delete' => ['privates', '.service_locator.d_s.f3W', 'get_ServiceLocator_DS_F3WService', false],
'App\\Controller\\ProveedoresController::edit' => ['privates', '.service_locator.d_s.f3W', 'get_ServiceLocator_DS_F3WService', false],
'App\\Controller\\ProveedoresController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ProveedoresController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ProveedoresController::show' => ['privates', '.service_locator.SQCtZSB', 'get_ServiceLocator_SQCtZSBService', false],
'App\\Controller\\RecibosController::delete' => ['privates', '.service_locator.OBj.x2h', 'get_ServiceLocator_OBj_X2hService', false],
'App\\Controller\\RecibosController::edit' => ['privates', '.service_locator.OBj.x2h', 'get_ServiceLocator_OBj_X2hService', false],
'App\\Controller\\RecibosController::imprimir' => ['privates', '.service_locator.Nj0Ci9N', 'get_ServiceLocator_Nj0Ci9NService', false],
'App\\Controller\\RecibosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RecibosController::movrecibos' => ['privates', '.service_locator.TqWro.U', 'get_ServiceLocator_TqWro_UService', false],
'App\\Controller\\RecibosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RecibosController::show' => ['privates', '.service_locator.OBj.x2h', 'get_ServiceLocator_OBj_X2hService', false],
'App\\Controller\\RiesgoscubiertosController::delete' => ['privates', '.service_locator.Ed.GKOc', 'get_ServiceLocator_Ed_GKOcService', false],
'App\\Controller\\RiesgoscubiertosController::edit' => ['privates', '.service_locator.Ed.GKOc', 'get_ServiceLocator_Ed_GKOcService', false],
'App\\Controller\\RiesgoscubiertosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RiesgoscubiertosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RiesgoscubiertosController::show' => ['privates', '.service_locator.uz78JrV', 'get_ServiceLocator_Uz78JrVService', false],
'App\\Controller\\TasascambioController::delete' => ['privates', '.service_locator.34Uj9Ti', 'get_ServiceLocator_34Uj9TiService', false],
'App\\Controller\\TasascambioController::edit' => ['privates', '.service_locator.34Uj9Ti', 'get_ServiceLocator_34Uj9TiService', false],
'App\\Controller\\TasascambioController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TasascambioController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TasascambioController::show' => ['privates', '.service_locator.kEPX2xo', 'get_ServiceLocator_KEPX2xoService', false],
'App\\Controller\\TipoagotamientoController::delete' => ['privates', '.service_locator.4HnoHK.', 'get_ServiceLocator_4HnoHK_Service', false],
'App\\Controller\\TipoagotamientoController::edit' => ['privates', '.service_locator.4HnoHK.', 'get_ServiceLocator_4HnoHK_Service', false],
'App\\Controller\\TipoagotamientoController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipoagotamientoController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipoagotamientoController::show' => ['privates', '.service_locator.jFrTLdS', 'get_ServiceLocator_JFrTLdSService', false],
'App\\Controller\\TipobaremosController::delete' => ['privates', '.service_locator.PubicSW', 'get_ServiceLocator_PubicSWService', false],
'App\\Controller\\TipobaremosController::edit' => ['privates', '.service_locator.PubicSW', 'get_ServiceLocator_PubicSWService', false],
'App\\Controller\\TipobaremosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipobaremosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipobaremosController::show' => ['privates', '.service_locator.h_gOonF', 'get_ServiceLocator_HGOonFService', false],
'App\\Controller\\TipobaremosController::showFormAddToList' => ['privates', '.service_locator.PubicSW', 'get_ServiceLocator_PubicSWService', false],
'App\\Controller\\TiposerviciosController::delete' => ['privates', '.service_locator.rH.jQIu', 'get_ServiceLocator_RH_JQIuService', false],
'App\\Controller\\TiposerviciosController::edit' => ['privates', '.service_locator.rH.jQIu', 'get_ServiceLocator_RH_JQIuService', false],
'App\\Controller\\TiposerviciosController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TiposerviciosController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TiposerviciosController::show' => ['privates', '.service_locator.mIwZFn1', 'get_ServiceLocator_MIwZFn1Service', false],
'App\\Controller\\TrazasController::delete' => ['privates', '.service_locator.PISoh9v', 'get_ServiceLocator_PISoh9vService', false],
'App\\Controller\\TrazasController::edit' => ['privates', '.service_locator.PISoh9v', 'get_ServiceLocator_PISoh9vService', false],
'App\\Controller\\TrazasController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TrazasController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TrazasController::show' => ['privates', '.service_locator.LyFdr6s', 'get_ServiceLocator_LyFdr6sService', false],
'App\\Controller\\UnidadesController::delete' => ['privates', '.service_locator.JQJfSnQ', 'get_ServiceLocator_JQJfSnQService', false],
'App\\Controller\\UnidadesController::edit' => ['privates', '.service_locator.JQJfSnQ', 'get_ServiceLocator_JQJfSnQService', false],
'App\\Controller\\UnidadesController::index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\UnidadesController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\UnidadesController::show' => ['privates', '.service_locator.rmrJ7qt', 'get_ServiceLocator_RmrJ7qtService', false],
'App\\Controller\\UsuariosController::createregistroAction' => ['privates', '.service_locator.CpaXrFh', 'get_ServiceLocator_CpaXrFhService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', false],
'App\\Controller\\AfiliadosController:delete' => ['privates', '.service_locator.CvL4.ry', 'get_ServiceLocator_CvL4_RyService', false],
'App\\Controller\\AfiliadosController:edit' => ['privates', '.service_locator.CvL4.ry', 'get_ServiceLocator_CvL4_RyService', false],
'App\\Controller\\AfiliadosController:generarexcel' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AfiliadosController:imprimir' => ['privates', '.service_locator.4KC2eup', 'get_ServiceLocator_4KC2eupService', false],
'App\\Controller\\AfiliadosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AfiliadosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AfiliadosController:show' => ['privates', '.service_locator.4KC2eup', 'get_ServiceLocator_4KC2eupService', false],
'App\\Controller\\AntecedentesController:delete' => ['privates', '.service_locator.pfzTjvQ', 'get_ServiceLocator_PfzTjvQService', false],
'App\\Controller\\AntecedentesController:edit' => ['privates', '.service_locator.pfzTjvQ', 'get_ServiceLocator_PfzTjvQService', false],
'App\\Controller\\AntecedentesController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AntecedentesController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\AntecedentesController:show' => ['privates', '.service_locator.d6RhthD', 'get_ServiceLocator_D6RhthDService', false],
'App\\Controller\\BancosController:delete' => ['privates', '.service_locator.JLF51dv', 'get_ServiceLocator_JLF51dvService', false],
'App\\Controller\\BancosController:edit' => ['privates', '.service_locator.JLF51dv', 'get_ServiceLocator_JLF51dvService', false],
'App\\Controller\\BancosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BancosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BancosController:show' => ['privates', '.service_locator.tu6WO8Q', 'get_ServiceLocator_Tu6WO8QService', false],
'App\\Controller\\BaremosController:delete' => ['privates', '.service_locator.u0PLda5', 'get_ServiceLocator_U0PLda5Service', false],
'App\\Controller\\BaremosController:edit' => ['privates', '.service_locator.u0PLda5', 'get_ServiceLocator_U0PLda5Service', false],
'App\\Controller\\BaremosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosController:show' => ['privates', '.service_locator.uGA5pCY', 'get_ServiceLocator_UGA5pCYService', false],
'App\\Controller\\BaremosproveedoresController:baremosporproveedor' => ['privates', '.service_locator.TrId7GB', 'get_ServiceLocator_TrId7GBService', false],
'App\\Controller\\BaremosproveedoresController:cargamasiva' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController:delete' => ['privates', '.service_locator.82y9vgF', 'get_ServiceLocator_82y9vgFService', false],
'App\\Controller\\BaremosproveedoresController:edit' => ['privates', '.service_locator.82y9vgF', 'get_ServiceLocator_82y9vgFService', false],
'App\\Controller\\BaremosproveedoresController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController:loadfile' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController:newbaremoorden' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\BaremosproveedoresController:show' => ['privates', '.service_locator.2Htyfs5', 'get_ServiceLocator_2Htyfs5Service', false],
'App\\Controller\\BaremosproveedoresController:showFormAddToList' => ['privates', '.service_locator.v9JfVjz', 'get_ServiceLocator_V9JfVjzService', false],
'App\\Controller\\CertificadosController:delete' => ['privates', '.service_locator.EWlvEBh', 'get_ServiceLocator_EWlvEBhService', false],
'App\\Controller\\CertificadosController:edit' => ['privates', '.service_locator.EWlvEBh', 'get_ServiceLocator_EWlvEBhService', false],
'App\\Controller\\CertificadosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CertificadosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CertificadosController:show' => ['privates', '.service_locator.3HClVzV', 'get_ServiceLocator_3HClVzVService', false],
'App\\Controller\\ClientesController:imprimirfichaAction' => ['privates', '.service_locator.3M0GBjV', 'get_ServiceLocator_3M0GBjVService', false],
'App\\Controller\\ContratosController:cargamasiva' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController:delete' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController:edit' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController:excluirafiliado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController:excluircertificado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController:exclusiones' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController:facturarpoliza' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController:generarrecibo' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\ContratosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController:indicadores' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController:loadfile' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\ContratosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ContratosController:printpdf' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\ContratosController:serviciosporordenesexcel' => ['privates', '.service_locator.DYqLuye', 'get_ServiceLocator_DYqLuyeService', false],
'App\\Controller\\ContratosController:show' => ['privates', '.service_locator._RmE2Hw', 'get_ServiceLocator_RmE2HwService', false],
'App\\Controller\\CotaseguradosController:delete' => ['privates', '.service_locator.arw9hqp', 'get_ServiceLocator_Arw9hqpService', false],
'App\\Controller\\CotaseguradosController:edit' => ['privates', '.service_locator.arw9hqp', 'get_ServiceLocator_Arw9hqpService', false],
'App\\Controller\\CotaseguradosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotaseguradosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotaseguradosController:show' => ['privates', '.service_locator.7mOVlyN', 'get_ServiceLocator_7mOVlyNService', false],
'App\\Controller\\CotbaremosController:delete' => ['privates', '.service_locator.nuj6IMv', 'get_ServiceLocator_Nuj6IMvService', false],
'App\\Controller\\CotbaremosController:edit' => ['privates', '.service_locator.nuj6IMv', 'get_ServiceLocator_Nuj6IMvService', false],
'App\\Controller\\CotbaremosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotbaremosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotbaremosController:show' => ['privates', '.service_locator.s5nHYjo', 'get_ServiceLocator_S5nHYjoService', false],
'App\\Controller\\CotizacionesController:cambioestatus' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:cambiotipofacturacion' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:cambiotipovigencias' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:cotcolectiva' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:cotnoafiliado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:delete' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotizacionesController:edit' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotizacionesController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:indexpaginate' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:printpdf' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotizacionesController:seleccionarplan' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotizacionesController:show' => ['privates', '.service_locator._XzDuTt', 'get_ServiceLocator_XzDuTtService', false],
'App\\Controller\\CotpagadorController:delete' => ['privates', '.service_locator.mReUPFe', 'get_ServiceLocator_MReUPFeService', false],
'App\\Controller\\CotpagadorController:edit' => ['privates', '.service_locator.mReUPFe', 'get_ServiceLocator_MReUPFeService', false],
'App\\Controller\\CotpagadorController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotpagadorController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CotpagadorController:show' => ['privates', '.service_locator.wwyQOLy', 'get_ServiceLocator_WwyQOLyService', false],
'App\\Controller\\CuentasController:delete' => ['privates', '.service_locator.3QCg1lX', 'get_ServiceLocator_3QCg1lXService', false],
'App\\Controller\\CuentasController:edit' => ['privates', '.service_locator.3QCg1lX', 'get_ServiceLocator_3QCg1lXService', false],
'App\\Controller\\CuentasController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CuentasController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\CuentasController:show' => ['privates', '.service_locator.6Ck.ovS', 'get_ServiceLocator_6Ck_OvSService', false],
'App\\Controller\\DefaultController:changePasswordAction' => ['privates', '.service_locator.CpaXrFh', 'get_ServiceLocator_CpaXrFhService', false],
'App\\Controller\\DescuentoscantidadafiliadosController:delete' => ['privates', '.service_locator.2atxjcu', 'get_ServiceLocator_2atxjcuService', false],
'App\\Controller\\DescuentoscantidadafiliadosController:edit' => ['privates', '.service_locator.2atxjcu', 'get_ServiceLocator_2atxjcuService', false],
'App\\Controller\\DescuentoscantidadafiliadosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\DescuentoscantidadafiliadosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\DescuentoscantidadafiliadosController:show' => ['privates', '.service_locator.m12k8tX', 'get_ServiceLocator_M12k8tXService', false],
'App\\Controller\\ErrorController:showAction' => ['privates', '.service_locator.r9VBLgG', 'get_ServiceLocator_R9VBLgGService', false],
'App\\Controller\\FacturasordenesController:delete' => ['privates', '.service_locator.hxf8U1F', 'get_ServiceLocator_Hxf8U1FService', false],
'App\\Controller\\FacturasordenesController:edit' => ['privates', '.service_locator.hxf8U1F', 'get_ServiceLocator_Hxf8U1FService', false],
'App\\Controller\\FacturasordenesController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\FacturasordenesController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\FacturasordenesController:show' => ['privates', '.service_locator.8twddAh', 'get_ServiceLocator_8twddAhService', false],
'App\\Controller\\HistoricoantecedentesController:delete' => ['privates', '.service_locator.1YCgyLl', 'get_ServiceLocator_1YCgyLlService', false],
'App\\Controller\\HistoricoantecedentesController:edit' => ['privates', '.service_locator.1YCgyLl', 'get_ServiceLocator_1YCgyLlService', false],
'App\\Controller\\HistoricoantecedentesController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\HistoricoantecedentesController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\HistoricoantecedentesController:show' => ['privates', '.service_locator.lmBLNfm', 'get_ServiceLocator_LmBLNfmService', false],
'App\\Controller\\IngresosController:delete' => ['privates', '.service_locator.o.tToKv', 'get_ServiceLocator_O_TToKvService', false],
'App\\Controller\\IngresosController:edit' => ['privates', '.service_locator.o.tToKv', 'get_ServiceLocator_O_TToKvService', false],
'App\\Controller\\IngresosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\IngresosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\IngresosController:show' => ['privates', '.service_locator.MGSrvGB', 'get_ServiceLocator_MGSrvGBService', false],
'App\\Controller\\MotivosconsultaController:delete' => ['privates', '.service_locator.x6ApOry', 'get_ServiceLocator_X6ApOryService', false],
'App\\Controller\\MotivosconsultaController:edit' => ['privates', '.service_locator.x6ApOry', 'get_ServiceLocator_X6ApOryService', false],
'App\\Controller\\MotivosconsultaController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\MotivosconsultaController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\MotivosconsultaController:show' => ['privates', '.service_locator.ibw16c.', 'get_ServiceLocator_Ibw16c_Service', false],
'App\\Controller\\OrdenesController:ajustarorden' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:asignar' => ['privates', '.service_locator.u_ZTCJx', 'get_ServiceLocator_UZTCJxService', false],
'App\\Controller\\OrdenesController:borrarajusterorden' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:cambioestatus' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:consultarafiliado' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:consultareventos' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:consultareventosxcontrato' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:consultarservicios' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:create' => ['privates', '.service_locator.u_ZTCJx', 'get_ServiceLocator_UZTCJxService', false],
'App\\Controller\\OrdenesController:delete' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController:edit' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController:enviaradjunto' => ['privates', '.service_locator.F6mJV5u', 'get_ServiceLocator_F6mJV5uService', false],
'App\\Controller\\OrdenesController:generarexcel' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:generarresumenexcel' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:guardargastos' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:imprimir' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:misordenes' => ['privates', '.service_locator.u_ZTCJx', 'get_ServiceLocator_UZTCJxService', false],
'App\\Controller\\OrdenesController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:ordenesporservicio' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:pendientes' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:resumen' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:serviciosconsumidos' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenesController:show' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenesController:showaps' => ['privates', '.service_locator.rGSczbd', 'get_ServiceLocator_RGSczbdService', false],
'App\\Controller\\OrdenessegvenezuelaController:delete' => ['privates', '.service_locator.rtTAJY9', 'get_ServiceLocator_RtTAJY9Service', false],
'App\\Controller\\OrdenessegvenezuelaController:edit' => ['privates', '.service_locator.rtTAJY9', 'get_ServiceLocator_RtTAJY9Service', false],
'App\\Controller\\OrdenessegvenezuelaController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenessegvenezuelaController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\OrdenessegvenezuelaController:show' => ['privates', '.service_locator.KbxoQes', 'get_ServiceLocator_KbxoQesService', false],
'App\\Controller\\PatologiasController:delete' => ['privates', '.service_locator.p1OzqcN', 'get_ServiceLocator_P1OzqcNService', false],
'App\\Controller\\PatologiasController:edit' => ['privates', '.service_locator.p1OzqcN', 'get_ServiceLocator_P1OzqcNService', false],
'App\\Controller\\PatologiasController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PatologiasController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PatologiasController:show' => ['privates', '.service_locator.aCeafjX', 'get_ServiceLocator_ACeafjXService', false],
'App\\Controller\\PlanesController:delete' => ['privates', '.service_locator.gz4i_xX', 'get_ServiceLocator_Gz4iXXService', false],
'App\\Controller\\PlanesController:edit' => ['privates', '.service_locator.gz4i_xX', 'get_ServiceLocator_Gz4iXXService', false],
'App\\Controller\\PlanesController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesController:show' => ['privates', '.service_locator.3ovjQT_', 'get_ServiceLocator_3ovjQTService', false],
'App\\Controller\\PlanesserviciosController:delete' => ['privates', '.service_locator.mNYXWks', 'get_ServiceLocator_MNYXWksService', false],
'App\\Controller\\PlanesserviciosController:edit' => ['privates', '.service_locator.mNYXWks', 'get_ServiceLocator_MNYXWksService', false],
'App\\Controller\\PlanesserviciosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciosController:show' => ['privates', '.service_locator.a5vvrQ.', 'get_ServiceLocator_A5vvrQ_Service', false],
'App\\Controller\\PlanesserviciosController:vistagrafica' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciostarifasController:delete' => ['privates', '.service_locator.sTtfVSJ', 'get_ServiceLocator_STtfVSJService', false],
'App\\Controller\\PlanesserviciostarifasController:edit' => ['privates', '.service_locator.sTtfVSJ', 'get_ServiceLocator_STtfVSJService', false],
'App\\Controller\\PlanesserviciostarifasController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciostarifasController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PlanesserviciostarifasController:show' => ['privates', '.service_locator.LUScnHn', 'get_ServiceLocator_LUScnHnService', false],
'App\\Controller\\PreingresosController:delete' => ['privates', '.service_locator.zWyOm3b', 'get_ServiceLocator_ZWyOm3bService', false],
'App\\Controller\\PreingresosController:edit' => ['privates', '.service_locator.zWyOm3b', 'get_ServiceLocator_ZWyOm3bService', false],
'App\\Controller\\PreingresosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PreingresosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\PreingresosController:show' => ['privates', '.service_locator.zWyOm3b', 'get_ServiceLocator_ZWyOm3bService', false],
'App\\Controller\\ProveedoresController:delete' => ['privates', '.service_locator.d_s.f3W', 'get_ServiceLocator_DS_F3WService', false],
'App\\Controller\\ProveedoresController:edit' => ['privates', '.service_locator.d_s.f3W', 'get_ServiceLocator_DS_F3WService', false],
'App\\Controller\\ProveedoresController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ProveedoresController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\ProveedoresController:show' => ['privates', '.service_locator.SQCtZSB', 'get_ServiceLocator_SQCtZSBService', false],
'App\\Controller\\RecibosController:delete' => ['privates', '.service_locator.OBj.x2h', 'get_ServiceLocator_OBj_X2hService', false],
'App\\Controller\\RecibosController:edit' => ['privates', '.service_locator.OBj.x2h', 'get_ServiceLocator_OBj_X2hService', false],
'App\\Controller\\RecibosController:imprimir' => ['privates', '.service_locator.Nj0Ci9N', 'get_ServiceLocator_Nj0Ci9NService', false],
'App\\Controller\\RecibosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RecibosController:movrecibos' => ['privates', '.service_locator.TqWro.U', 'get_ServiceLocator_TqWro_UService', false],
'App\\Controller\\RecibosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RecibosController:show' => ['privates', '.service_locator.OBj.x2h', 'get_ServiceLocator_OBj_X2hService', false],
'App\\Controller\\RiesgoscubiertosController:delete' => ['privates', '.service_locator.Ed.GKOc', 'get_ServiceLocator_Ed_GKOcService', false],
'App\\Controller\\RiesgoscubiertosController:edit' => ['privates', '.service_locator.Ed.GKOc', 'get_ServiceLocator_Ed_GKOcService', false],
'App\\Controller\\RiesgoscubiertosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RiesgoscubiertosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\RiesgoscubiertosController:show' => ['privates', '.service_locator.uz78JrV', 'get_ServiceLocator_Uz78JrVService', false],
'App\\Controller\\TasascambioController:delete' => ['privates', '.service_locator.34Uj9Ti', 'get_ServiceLocator_34Uj9TiService', false],
'App\\Controller\\TasascambioController:edit' => ['privates', '.service_locator.34Uj9Ti', 'get_ServiceLocator_34Uj9TiService', false],
'App\\Controller\\TasascambioController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TasascambioController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TasascambioController:show' => ['privates', '.service_locator.kEPX2xo', 'get_ServiceLocator_KEPX2xoService', false],
'App\\Controller\\TipoagotamientoController:delete' => ['privates', '.service_locator.4HnoHK.', 'get_ServiceLocator_4HnoHK_Service', false],
'App\\Controller\\TipoagotamientoController:edit' => ['privates', '.service_locator.4HnoHK.', 'get_ServiceLocator_4HnoHK_Service', false],
'App\\Controller\\TipoagotamientoController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipoagotamientoController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipoagotamientoController:show' => ['privates', '.service_locator.jFrTLdS', 'get_ServiceLocator_JFrTLdSService', false],
'App\\Controller\\TipobaremosController:delete' => ['privates', '.service_locator.PubicSW', 'get_ServiceLocator_PubicSWService', false],
'App\\Controller\\TipobaremosController:edit' => ['privates', '.service_locator.PubicSW', 'get_ServiceLocator_PubicSWService', false],
'App\\Controller\\TipobaremosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipobaremosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TipobaremosController:show' => ['privates', '.service_locator.h_gOonF', 'get_ServiceLocator_HGOonFService', false],
'App\\Controller\\TipobaremosController:showFormAddToList' => ['privates', '.service_locator.PubicSW', 'get_ServiceLocator_PubicSWService', false],
'App\\Controller\\TiposerviciosController:delete' => ['privates', '.service_locator.rH.jQIu', 'get_ServiceLocator_RH_JQIuService', false],
'App\\Controller\\TiposerviciosController:edit' => ['privates', '.service_locator.rH.jQIu', 'get_ServiceLocator_RH_JQIuService', false],
'App\\Controller\\TiposerviciosController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TiposerviciosController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TiposerviciosController:show' => ['privates', '.service_locator.mIwZFn1', 'get_ServiceLocator_MIwZFn1Service', false],
'App\\Controller\\TrazasController:delete' => ['privates', '.service_locator.PISoh9v', 'get_ServiceLocator_PISoh9vService', false],
'App\\Controller\\TrazasController:edit' => ['privates', '.service_locator.PISoh9v', 'get_ServiceLocator_PISoh9vService', false],
'App\\Controller\\TrazasController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TrazasController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\TrazasController:show' => ['privates', '.service_locator.LyFdr6s', 'get_ServiceLocator_LyFdr6sService', false],
'App\\Controller\\UnidadesController:delete' => ['privates', '.service_locator.JQJfSnQ', 'get_ServiceLocator_JQJfSnQService', false],
'App\\Controller\\UnidadesController:edit' => ['privates', '.service_locator.JQJfSnQ', 'get_ServiceLocator_JQJfSnQService', false],
'App\\Controller\\UnidadesController:index' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\UnidadesController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\UnidadesController:show' => ['privates', '.service_locator.rmrJ7qt', 'get_ServiceLocator_RmrJ7qtService', false],
'App\\Controller\\UsuariosController:createregistroAction' => ['privates', '.service_locator.CpaXrFh', 'get_ServiceLocator_CpaXrFhService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', false],
], [
'App\\Controller\\AfiliadosController::delete' => '?',
'App\\Controller\\AfiliadosController::edit' => '?',
'App\\Controller\\AfiliadosController::generarexcel' => '?',
'App\\Controller\\AfiliadosController::imprimir' => '?',
'App\\Controller\\AfiliadosController::index' => '?',
'App\\Controller\\AfiliadosController::new' => '?',
'App\\Controller\\AfiliadosController::show' => '?',
'App\\Controller\\AntecedentesController::delete' => '?',
'App\\Controller\\AntecedentesController::edit' => '?',
'App\\Controller\\AntecedentesController::index' => '?',
'App\\Controller\\AntecedentesController::new' => '?',
'App\\Controller\\AntecedentesController::show' => '?',
'App\\Controller\\BancosController::delete' => '?',
'App\\Controller\\BancosController::edit' => '?',
'App\\Controller\\BancosController::index' => '?',
'App\\Controller\\BancosController::new' => '?',
'App\\Controller\\BancosController::show' => '?',
'App\\Controller\\BaremosController::delete' => '?',
'App\\Controller\\BaremosController::edit' => '?',
'App\\Controller\\BaremosController::index' => '?',
'App\\Controller\\BaremosController::new' => '?',
'App\\Controller\\BaremosController::show' => '?',
'App\\Controller\\BaremosproveedoresController::baremosporproveedor' => '?',
'App\\Controller\\BaremosproveedoresController::cargamasiva' => '?',
'App\\Controller\\BaremosproveedoresController::delete' => '?',
'App\\Controller\\BaremosproveedoresController::edit' => '?',
'App\\Controller\\BaremosproveedoresController::index' => '?',
'App\\Controller\\BaremosproveedoresController::loadfile' => '?',
'App\\Controller\\BaremosproveedoresController::new' => '?',
'App\\Controller\\BaremosproveedoresController::newbaremoorden' => '?',
'App\\Controller\\BaremosproveedoresController::show' => '?',
'App\\Controller\\BaremosproveedoresController::showFormAddToList' => '?',
'App\\Controller\\CertificadosController::delete' => '?',
'App\\Controller\\CertificadosController::edit' => '?',
'App\\Controller\\CertificadosController::index' => '?',
'App\\Controller\\CertificadosController::new' => '?',
'App\\Controller\\CertificadosController::show' => '?',
'App\\Controller\\ClientesController::imprimirfichaAction' => '?',
'App\\Controller\\ContratosController::cargamasiva' => '?',
'App\\Controller\\ContratosController::delete' => '?',
'App\\Controller\\ContratosController::edit' => '?',
'App\\Controller\\ContratosController::excluirafiliado' => '?',
'App\\Controller\\ContratosController::excluircertificado' => '?',
'App\\Controller\\ContratosController::exclusiones' => '?',
'App\\Controller\\ContratosController::facturarpoliza' => '?',
'App\\Controller\\ContratosController::generarrecibo' => '?',
'App\\Controller\\ContratosController::index' => '?',
'App\\Controller\\ContratosController::indicadores' => '?',
'App\\Controller\\ContratosController::loadfile' => '?',
'App\\Controller\\ContratosController::new' => '?',
'App\\Controller\\ContratosController::printpdf' => '?',
'App\\Controller\\ContratosController::serviciosporordenesexcel' => '?',
'App\\Controller\\ContratosController::show' => '?',
'App\\Controller\\CotaseguradosController::delete' => '?',
'App\\Controller\\CotaseguradosController::edit' => '?',
'App\\Controller\\CotaseguradosController::index' => '?',
'App\\Controller\\CotaseguradosController::new' => '?',
'App\\Controller\\CotaseguradosController::show' => '?',
'App\\Controller\\CotbaremosController::delete' => '?',
'App\\Controller\\CotbaremosController::edit' => '?',
'App\\Controller\\CotbaremosController::index' => '?',
'App\\Controller\\CotbaremosController::new' => '?',
'App\\Controller\\CotbaremosController::show' => '?',
'App\\Controller\\CotizacionesController::cambioestatus' => '?',
'App\\Controller\\CotizacionesController::cambiotipofacturacion' => '?',
'App\\Controller\\CotizacionesController::cambiotipovigencias' => '?',
'App\\Controller\\CotizacionesController::cotcolectiva' => '?',
'App\\Controller\\CotizacionesController::cotnoafiliado' => '?',
'App\\Controller\\CotizacionesController::delete' => '?',
'App\\Controller\\CotizacionesController::edit' => '?',
'App\\Controller\\CotizacionesController::index' => '?',
'App\\Controller\\CotizacionesController::indexpaginate' => '?',
'App\\Controller\\CotizacionesController::new' => '?',
'App\\Controller\\CotizacionesController::printpdf' => '?',
'App\\Controller\\CotizacionesController::seleccionarplan' => '?',
'App\\Controller\\CotizacionesController::show' => '?',
'App\\Controller\\CotpagadorController::delete' => '?',
'App\\Controller\\CotpagadorController::edit' => '?',
'App\\Controller\\CotpagadorController::index' => '?',
'App\\Controller\\CotpagadorController::new' => '?',
'App\\Controller\\CotpagadorController::show' => '?',
'App\\Controller\\CuentasController::delete' => '?',
'App\\Controller\\CuentasController::edit' => '?',
'App\\Controller\\CuentasController::index' => '?',
'App\\Controller\\CuentasController::new' => '?',
'App\\Controller\\CuentasController::show' => '?',
'App\\Controller\\DefaultController::changePasswordAction' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController::delete' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController::edit' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController::index' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController::new' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController::show' => '?',
'App\\Controller\\ErrorController::showAction' => '?',
'App\\Controller\\FacturasordenesController::delete' => '?',
'App\\Controller\\FacturasordenesController::edit' => '?',
'App\\Controller\\FacturasordenesController::index' => '?',
'App\\Controller\\FacturasordenesController::new' => '?',
'App\\Controller\\FacturasordenesController::show' => '?',
'App\\Controller\\HistoricoantecedentesController::delete' => '?',
'App\\Controller\\HistoricoantecedentesController::edit' => '?',
'App\\Controller\\HistoricoantecedentesController::index' => '?',
'App\\Controller\\HistoricoantecedentesController::new' => '?',
'App\\Controller\\HistoricoantecedentesController::show' => '?',
'App\\Controller\\IngresosController::delete' => '?',
'App\\Controller\\IngresosController::edit' => '?',
'App\\Controller\\IngresosController::index' => '?',
'App\\Controller\\IngresosController::new' => '?',
'App\\Controller\\IngresosController::show' => '?',
'App\\Controller\\MotivosconsultaController::delete' => '?',
'App\\Controller\\MotivosconsultaController::edit' => '?',
'App\\Controller\\MotivosconsultaController::index' => '?',
'App\\Controller\\MotivosconsultaController::new' => '?',
'App\\Controller\\MotivosconsultaController::show' => '?',
'App\\Controller\\OrdenesController::ajustarorden' => '?',
'App\\Controller\\OrdenesController::asignar' => '?',
'App\\Controller\\OrdenesController::borrarajusterorden' => '?',
'App\\Controller\\OrdenesController::cambioestatus' => '?',
'App\\Controller\\OrdenesController::consultarafiliado' => '?',
'App\\Controller\\OrdenesController::consultareventos' => '?',
'App\\Controller\\OrdenesController::consultareventosxcontrato' => '?',
'App\\Controller\\OrdenesController::consultarservicios' => '?',
'App\\Controller\\OrdenesController::create' => '?',
'App\\Controller\\OrdenesController::delete' => '?',
'App\\Controller\\OrdenesController::edit' => '?',
'App\\Controller\\OrdenesController::enviaradjunto' => '?',
'App\\Controller\\OrdenesController::generarexcel' => '?',
'App\\Controller\\OrdenesController::generarresumenexcel' => '?',
'App\\Controller\\OrdenesController::guardargastos' => '?',
'App\\Controller\\OrdenesController::imprimir' => '?',
'App\\Controller\\OrdenesController::index' => '?',
'App\\Controller\\OrdenesController::misordenes' => '?',
'App\\Controller\\OrdenesController::new' => '?',
'App\\Controller\\OrdenesController::ordenesporservicio' => '?',
'App\\Controller\\OrdenesController::pendientes' => '?',
'App\\Controller\\OrdenesController::resumen' => '?',
'App\\Controller\\OrdenesController::serviciosconsumidos' => '?',
'App\\Controller\\OrdenesController::show' => '?',
'App\\Controller\\OrdenesController::showaps' => '?',
'App\\Controller\\OrdenessegvenezuelaController::delete' => '?',
'App\\Controller\\OrdenessegvenezuelaController::edit' => '?',
'App\\Controller\\OrdenessegvenezuelaController::index' => '?',
'App\\Controller\\OrdenessegvenezuelaController::new' => '?',
'App\\Controller\\OrdenessegvenezuelaController::show' => '?',
'App\\Controller\\PatologiasController::delete' => '?',
'App\\Controller\\PatologiasController::edit' => '?',
'App\\Controller\\PatologiasController::index' => '?',
'App\\Controller\\PatologiasController::new' => '?',
'App\\Controller\\PatologiasController::show' => '?',
'App\\Controller\\PlanesController::delete' => '?',
'App\\Controller\\PlanesController::edit' => '?',
'App\\Controller\\PlanesController::index' => '?',
'App\\Controller\\PlanesController::new' => '?',
'App\\Controller\\PlanesController::show' => '?',
'App\\Controller\\PlanesserviciosController::delete' => '?',
'App\\Controller\\PlanesserviciosController::edit' => '?',
'App\\Controller\\PlanesserviciosController::index' => '?',
'App\\Controller\\PlanesserviciosController::new' => '?',
'App\\Controller\\PlanesserviciosController::show' => '?',
'App\\Controller\\PlanesserviciosController::vistagrafica' => '?',
'App\\Controller\\PlanesserviciostarifasController::delete' => '?',
'App\\Controller\\PlanesserviciostarifasController::edit' => '?',
'App\\Controller\\PlanesserviciostarifasController::index' => '?',
'App\\Controller\\PlanesserviciostarifasController::new' => '?',
'App\\Controller\\PlanesserviciostarifasController::show' => '?',
'App\\Controller\\PreingresosController::delete' => '?',
'App\\Controller\\PreingresosController::edit' => '?',
'App\\Controller\\PreingresosController::index' => '?',
'App\\Controller\\PreingresosController::new' => '?',
'App\\Controller\\PreingresosController::show' => '?',
'App\\Controller\\ProveedoresController::delete' => '?',
'App\\Controller\\ProveedoresController::edit' => '?',
'App\\Controller\\ProveedoresController::index' => '?',
'App\\Controller\\ProveedoresController::new' => '?',
'App\\Controller\\ProveedoresController::show' => '?',
'App\\Controller\\RecibosController::delete' => '?',
'App\\Controller\\RecibosController::edit' => '?',
'App\\Controller\\RecibosController::imprimir' => '?',
'App\\Controller\\RecibosController::index' => '?',
'App\\Controller\\RecibosController::movrecibos' => '?',
'App\\Controller\\RecibosController::new' => '?',
'App\\Controller\\RecibosController::show' => '?',
'App\\Controller\\RiesgoscubiertosController::delete' => '?',
'App\\Controller\\RiesgoscubiertosController::edit' => '?',
'App\\Controller\\RiesgoscubiertosController::index' => '?',
'App\\Controller\\RiesgoscubiertosController::new' => '?',
'App\\Controller\\RiesgoscubiertosController::show' => '?',
'App\\Controller\\TasascambioController::delete' => '?',
'App\\Controller\\TasascambioController::edit' => '?',
'App\\Controller\\TasascambioController::index' => '?',
'App\\Controller\\TasascambioController::new' => '?',
'App\\Controller\\TasascambioController::show' => '?',
'App\\Controller\\TipoagotamientoController::delete' => '?',
'App\\Controller\\TipoagotamientoController::edit' => '?',
'App\\Controller\\TipoagotamientoController::index' => '?',
'App\\Controller\\TipoagotamientoController::new' => '?',
'App\\Controller\\TipoagotamientoController::show' => '?',
'App\\Controller\\TipobaremosController::delete' => '?',
'App\\Controller\\TipobaremosController::edit' => '?',
'App\\Controller\\TipobaremosController::index' => '?',
'App\\Controller\\TipobaremosController::new' => '?',
'App\\Controller\\TipobaremosController::show' => '?',
'App\\Controller\\TipobaremosController::showFormAddToList' => '?',
'App\\Controller\\TiposerviciosController::delete' => '?',
'App\\Controller\\TiposerviciosController::edit' => '?',
'App\\Controller\\TiposerviciosController::index' => '?',
'App\\Controller\\TiposerviciosController::new' => '?',
'App\\Controller\\TiposerviciosController::show' => '?',
'App\\Controller\\TrazasController::delete' => '?',
'App\\Controller\\TrazasController::edit' => '?',
'App\\Controller\\TrazasController::index' => '?',
'App\\Controller\\TrazasController::new' => '?',
'App\\Controller\\TrazasController::show' => '?',
'App\\Controller\\UnidadesController::delete' => '?',
'App\\Controller\\UnidadesController::edit' => '?',
'App\\Controller\\UnidadesController::index' => '?',
'App\\Controller\\UnidadesController::new' => '?',
'App\\Controller\\UnidadesController::show' => '?',
'App\\Controller\\UsuariosController::createregistroAction' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'kernel::terminate' => '?',
'App\\Controller\\AfiliadosController:delete' => '?',
'App\\Controller\\AfiliadosController:edit' => '?',
'App\\Controller\\AfiliadosController:generarexcel' => '?',
'App\\Controller\\AfiliadosController:imprimir' => '?',
'App\\Controller\\AfiliadosController:index' => '?',
'App\\Controller\\AfiliadosController:new' => '?',
'App\\Controller\\AfiliadosController:show' => '?',
'App\\Controller\\AntecedentesController:delete' => '?',
'App\\Controller\\AntecedentesController:edit' => '?',
'App\\Controller\\AntecedentesController:index' => '?',
'App\\Controller\\AntecedentesController:new' => '?',
'App\\Controller\\AntecedentesController:show' => '?',
'App\\Controller\\BancosController:delete' => '?',
'App\\Controller\\BancosController:edit' => '?',
'App\\Controller\\BancosController:index' => '?',
'App\\Controller\\BancosController:new' => '?',
'App\\Controller\\BancosController:show' => '?',
'App\\Controller\\BaremosController:delete' => '?',
'App\\Controller\\BaremosController:edit' => '?',
'App\\Controller\\BaremosController:index' => '?',
'App\\Controller\\BaremosController:new' => '?',
'App\\Controller\\BaremosController:show' => '?',
'App\\Controller\\BaremosproveedoresController:baremosporproveedor' => '?',
'App\\Controller\\BaremosproveedoresController:cargamasiva' => '?',
'App\\Controller\\BaremosproveedoresController:delete' => '?',
'App\\Controller\\BaremosproveedoresController:edit' => '?',
'App\\Controller\\BaremosproveedoresController:index' => '?',
'App\\Controller\\BaremosproveedoresController:loadfile' => '?',
'App\\Controller\\BaremosproveedoresController:new' => '?',
'App\\Controller\\BaremosproveedoresController:newbaremoorden' => '?',
'App\\Controller\\BaremosproveedoresController:show' => '?',
'App\\Controller\\BaremosproveedoresController:showFormAddToList' => '?',
'App\\Controller\\CertificadosController:delete' => '?',
'App\\Controller\\CertificadosController:edit' => '?',
'App\\Controller\\CertificadosController:index' => '?',
'App\\Controller\\CertificadosController:new' => '?',
'App\\Controller\\CertificadosController:show' => '?',
'App\\Controller\\ClientesController:imprimirfichaAction' => '?',
'App\\Controller\\ContratosController:cargamasiva' => '?',
'App\\Controller\\ContratosController:delete' => '?',
'App\\Controller\\ContratosController:edit' => '?',
'App\\Controller\\ContratosController:excluirafiliado' => '?',
'App\\Controller\\ContratosController:excluircertificado' => '?',
'App\\Controller\\ContratosController:exclusiones' => '?',
'App\\Controller\\ContratosController:facturarpoliza' => '?',
'App\\Controller\\ContratosController:generarrecibo' => '?',
'App\\Controller\\ContratosController:index' => '?',
'App\\Controller\\ContratosController:indicadores' => '?',
'App\\Controller\\ContratosController:loadfile' => '?',
'App\\Controller\\ContratosController:new' => '?',
'App\\Controller\\ContratosController:printpdf' => '?',
'App\\Controller\\ContratosController:serviciosporordenesexcel' => '?',
'App\\Controller\\ContratosController:show' => '?',
'App\\Controller\\CotaseguradosController:delete' => '?',
'App\\Controller\\CotaseguradosController:edit' => '?',
'App\\Controller\\CotaseguradosController:index' => '?',
'App\\Controller\\CotaseguradosController:new' => '?',
'App\\Controller\\CotaseguradosController:show' => '?',
'App\\Controller\\CotbaremosController:delete' => '?',
'App\\Controller\\CotbaremosController:edit' => '?',
'App\\Controller\\CotbaremosController:index' => '?',
'App\\Controller\\CotbaremosController:new' => '?',
'App\\Controller\\CotbaremosController:show' => '?',
'App\\Controller\\CotizacionesController:cambioestatus' => '?',
'App\\Controller\\CotizacionesController:cambiotipofacturacion' => '?',
'App\\Controller\\CotizacionesController:cambiotipovigencias' => '?',
'App\\Controller\\CotizacionesController:cotcolectiva' => '?',
'App\\Controller\\CotizacionesController:cotnoafiliado' => '?',
'App\\Controller\\CotizacionesController:delete' => '?',
'App\\Controller\\CotizacionesController:edit' => '?',
'App\\Controller\\CotizacionesController:index' => '?',
'App\\Controller\\CotizacionesController:indexpaginate' => '?',
'App\\Controller\\CotizacionesController:new' => '?',
'App\\Controller\\CotizacionesController:printpdf' => '?',
'App\\Controller\\CotizacionesController:seleccionarplan' => '?',
'App\\Controller\\CotizacionesController:show' => '?',
'App\\Controller\\CotpagadorController:delete' => '?',
'App\\Controller\\CotpagadorController:edit' => '?',
'App\\Controller\\CotpagadorController:index' => '?',
'App\\Controller\\CotpagadorController:new' => '?',
'App\\Controller\\CotpagadorController:show' => '?',
'App\\Controller\\CuentasController:delete' => '?',
'App\\Controller\\CuentasController:edit' => '?',
'App\\Controller\\CuentasController:index' => '?',
'App\\Controller\\CuentasController:new' => '?',
'App\\Controller\\CuentasController:show' => '?',
'App\\Controller\\DefaultController:changePasswordAction' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController:delete' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController:edit' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController:index' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController:new' => '?',
'App\\Controller\\DescuentoscantidadafiliadosController:show' => '?',
'App\\Controller\\ErrorController:showAction' => '?',
'App\\Controller\\FacturasordenesController:delete' => '?',
'App\\Controller\\FacturasordenesController:edit' => '?',
'App\\Controller\\FacturasordenesController:index' => '?',
'App\\Controller\\FacturasordenesController:new' => '?',
'App\\Controller\\FacturasordenesController:show' => '?',
'App\\Controller\\HistoricoantecedentesController:delete' => '?',
'App\\Controller\\HistoricoantecedentesController:edit' => '?',
'App\\Controller\\HistoricoantecedentesController:index' => '?',
'App\\Controller\\HistoricoantecedentesController:new' => '?',
'App\\Controller\\HistoricoantecedentesController:show' => '?',
'App\\Controller\\IngresosController:delete' => '?',
'App\\Controller\\IngresosController:edit' => '?',
'App\\Controller\\IngresosController:index' => '?',
'App\\Controller\\IngresosController:new' => '?',
'App\\Controller\\IngresosController:show' => '?',
'App\\Controller\\MotivosconsultaController:delete' => '?',
'App\\Controller\\MotivosconsultaController:edit' => '?',
'App\\Controller\\MotivosconsultaController:index' => '?',
'App\\Controller\\MotivosconsultaController:new' => '?',
'App\\Controller\\MotivosconsultaController:show' => '?',
'App\\Controller\\OrdenesController:ajustarorden' => '?',
'App\\Controller\\OrdenesController:asignar' => '?',
'App\\Controller\\OrdenesController:borrarajusterorden' => '?',
'App\\Controller\\OrdenesController:cambioestatus' => '?',
'App\\Controller\\OrdenesController:consultarafiliado' => '?',
'App\\Controller\\OrdenesController:consultareventos' => '?',
'App\\Controller\\OrdenesController:consultareventosxcontrato' => '?',
'App\\Controller\\OrdenesController:consultarservicios' => '?',
'App\\Controller\\OrdenesController:create' => '?',
'App\\Controller\\OrdenesController:delete' => '?',
'App\\Controller\\OrdenesController:edit' => '?',
'App\\Controller\\OrdenesController:enviaradjunto' => '?',
'App\\Controller\\OrdenesController:generarexcel' => '?',
'App\\Controller\\OrdenesController:generarresumenexcel' => '?',
'App\\Controller\\OrdenesController:guardargastos' => '?',
'App\\Controller\\OrdenesController:imprimir' => '?',
'App\\Controller\\OrdenesController:index' => '?',
'App\\Controller\\OrdenesController:misordenes' => '?',
'App\\Controller\\OrdenesController:new' => '?',
'App\\Controller\\OrdenesController:ordenesporservicio' => '?',
'App\\Controller\\OrdenesController:pendientes' => '?',
'App\\Controller\\OrdenesController:resumen' => '?',
'App\\Controller\\OrdenesController:serviciosconsumidos' => '?',
'App\\Controller\\OrdenesController:show' => '?',
'App\\Controller\\OrdenesController:showaps' => '?',
'App\\Controller\\OrdenessegvenezuelaController:delete' => '?',
'App\\Controller\\OrdenessegvenezuelaController:edit' => '?',
'App\\Controller\\OrdenessegvenezuelaController:index' => '?',
'App\\Controller\\OrdenessegvenezuelaController:new' => '?',
'App\\Controller\\OrdenessegvenezuelaController:show' => '?',
'App\\Controller\\PatologiasController:delete' => '?',
'App\\Controller\\PatologiasController:edit' => '?',
'App\\Controller\\PatologiasController:index' => '?',
'App\\Controller\\PatologiasController:new' => '?',
'App\\Controller\\PatologiasController:show' => '?',
'App\\Controller\\PlanesController:delete' => '?',
'App\\Controller\\PlanesController:edit' => '?',
'App\\Controller\\PlanesController:index' => '?',
'App\\Controller\\PlanesController:new' => '?',
'App\\Controller\\PlanesController:show' => '?',
'App\\Controller\\PlanesserviciosController:delete' => '?',
'App\\Controller\\PlanesserviciosController:edit' => '?',
'App\\Controller\\PlanesserviciosController:index' => '?',
'App\\Controller\\PlanesserviciosController:new' => '?',
'App\\Controller\\PlanesserviciosController:show' => '?',
'App\\Controller\\PlanesserviciosController:vistagrafica' => '?',
'App\\Controller\\PlanesserviciostarifasController:delete' => '?',
'App\\Controller\\PlanesserviciostarifasController:edit' => '?',
'App\\Controller\\PlanesserviciostarifasController:index' => '?',
'App\\Controller\\PlanesserviciostarifasController:new' => '?',
'App\\Controller\\PlanesserviciostarifasController:show' => '?',
'App\\Controller\\PreingresosController:delete' => '?',
'App\\Controller\\PreingresosController:edit' => '?',
'App\\Controller\\PreingresosController:index' => '?',
'App\\Controller\\PreingresosController:new' => '?',
'App\\Controller\\PreingresosController:show' => '?',
'App\\Controller\\ProveedoresController:delete' => '?',
'App\\Controller\\ProveedoresController:edit' => '?',
'App\\Controller\\ProveedoresController:index' => '?',
'App\\Controller\\ProveedoresController:new' => '?',
'App\\Controller\\ProveedoresController:show' => '?',
'App\\Controller\\RecibosController:delete' => '?',
'App\\Controller\\RecibosController:edit' => '?',
'App\\Controller\\RecibosController:imprimir' => '?',
'App\\Controller\\RecibosController:index' => '?',
'App\\Controller\\RecibosController:movrecibos' => '?',
'App\\Controller\\RecibosController:new' => '?',
'App\\Controller\\RecibosController:show' => '?',
'App\\Controller\\RiesgoscubiertosController:delete' => '?',
'App\\Controller\\RiesgoscubiertosController:edit' => '?',
'App\\Controller\\RiesgoscubiertosController:index' => '?',
'App\\Controller\\RiesgoscubiertosController:new' => '?',
'App\\Controller\\RiesgoscubiertosController:show' => '?',
'App\\Controller\\TasascambioController:delete' => '?',
'App\\Controller\\TasascambioController:edit' => '?',
'App\\Controller\\TasascambioController:index' => '?',
'App\\Controller\\TasascambioController:new' => '?',
'App\\Controller\\TasascambioController:show' => '?',
'App\\Controller\\TipoagotamientoController:delete' => '?',
'App\\Controller\\TipoagotamientoController:edit' => '?',
'App\\Controller\\TipoagotamientoController:index' => '?',
'App\\Controller\\TipoagotamientoController:new' => '?',
'App\\Controller\\TipoagotamientoController:show' => '?',
'App\\Controller\\TipobaremosController:delete' => '?',
'App\\Controller\\TipobaremosController:edit' => '?',
'App\\Controller\\TipobaremosController:index' => '?',
'App\\Controller\\TipobaremosController:new' => '?',
'App\\Controller\\TipobaremosController:show' => '?',
'App\\Controller\\TipobaremosController:showFormAddToList' => '?',
'App\\Controller\\TiposerviciosController:delete' => '?',
'App\\Controller\\TiposerviciosController:edit' => '?',
'App\\Controller\\TiposerviciosController:index' => '?',
'App\\Controller\\TiposerviciosController:new' => '?',
'App\\Controller\\TiposerviciosController:show' => '?',
'App\\Controller\\TrazasController:delete' => '?',
'App\\Controller\\TrazasController:edit' => '?',
'App\\Controller\\TrazasController:index' => '?',
'App\\Controller\\TrazasController:new' => '?',
'App\\Controller\\TrazasController:show' => '?',
'App\\Controller\\UnidadesController:delete' => '?',
'App\\Controller\\UnidadesController:edit' => '?',
'App\\Controller\\UnidadesController:index' => '?',
'App\\Controller\\UnidadesController:new' => '?',
'App\\Controller\\UnidadesController:show' => '?',
'App\\Controller\\UsuariosController:createregistroAction' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
'kernel:terminate' => '?',
]);
}
/**
* Gets the private '.service_locator.1YCgyLl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1YCgyLlService()
{
return $this->privates['.service_locator.1YCgyLl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'historicoantecedente' => ['privates', '.errored..service_locator.1YCgyLl.App\\Entity\\Historicoantecedentes', NULL, 'Cannot autowire service ".service_locator.1YCgyLl": it references class "App\\Entity\\Historicoantecedentes" but no such service exists.'],
], [
'entityManager' => '?',
'historicoantecedente' => 'App\\Entity\\Historicoantecedentes',
]);
}
/**
* Gets the private '.service_locator.2Htyfs5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2Htyfs5Service()
{
return $this->privates['.service_locator.2Htyfs5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'baremosproveedore' => ['privates', '.errored..service_locator.2Htyfs5.App\\Entity\\Baremosproveedores', NULL, 'Cannot autowire service ".service_locator.2Htyfs5": it references class "App\\Entity\\Baremosproveedores" but no such service exists.'],
], [
'baremosproveedore' => 'App\\Entity\\Baremosproveedores',
]);
}
/**
* Gets the private '.service_locator.2atxjcu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2atxjcuService()
{
return $this->privates['.service_locator.2atxjcu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'descuentoscantidadafiliado' => ['privates', '.errored..service_locator.2atxjcu.App\\Entity\\Descuentoscantidadafiliados', NULL, 'Cannot autowire service ".service_locator.2atxjcu": it references class "App\\Entity\\Descuentoscantidadafiliados" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'descuentoscantidadafiliado' => 'App\\Entity\\Descuentoscantidadafiliados',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.34Uj9Ti' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_34Uj9TiService()
{
return $this->privates['.service_locator.34Uj9Ti'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'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.'],
], [
'entityManager' => '?',
'tasascambio' => 'App\\Entity\\Tasascambio',
]);
}
/**
* Gets the private '.service_locator.3HClVzV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3HClVzVService()
{
return $this->privates['.service_locator.3HClVzV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'certificado' => ['privates', '.errored..service_locator.3HClVzV.App\\Entity\\Certificados', NULL, 'Cannot autowire service ".service_locator.3HClVzV": it references class "App\\Entity\\Certificados" but no such service exists.'],
], [
'certificado' => 'App\\Entity\\Certificados',
]);
}
/**
* Gets the private '.service_locator.3M0GBjV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3M0GBjVService()
{
return $this->privates['.service_locator.3M0GBjV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tcpdf' => ['services', 'Qipsius\\TCPDFBundle\\Controller\\TCPDFController', 'getTCPDFControllerService', false],
], [
'tcpdf' => '?',
]);
}
/**
* Gets the private '.service_locator.3QCg1lX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3QCg1lXService()
{
return $this->privates['.service_locator.3QCg1lX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cuenta' => ['privates', '.errored..service_locator.3QCg1lX.App\\Entity\\Cuentas', NULL, 'Cannot autowire service ".service_locator.3QCg1lX": it references class "App\\Entity\\Cuentas" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'cuenta' => 'App\\Entity\\Cuentas',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.3ovjQT_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3ovjQTService()
{
return $this->privates['.service_locator.3ovjQT_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'plane' => ['privates', '.errored..service_locator.3ovjQT_.App\\Entity\\Planes', NULL, 'Cannot autowire service ".service_locator.3ovjQT_": it references class "App\\Entity\\Planes" but no such service exists.'],
], [
'plane' => 'App\\Entity\\Planes',
]);
}
/**
* Gets the private '.service_locator.4HnoHK.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4HnoHK_Service()
{
return $this->privates['.service_locator.4HnoHK.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'tipoagotamiento' => ['privates', '.errored..service_locator.4HnoHK..App\\Entity\\Tipoagotamiento', NULL, 'Cannot autowire service ".service_locator.4HnoHK.": it references class "App\\Entity\\Tipoagotamiento" but no such service exists.'],
], [
'entityManager' => '?',
'tipoagotamiento' => 'App\\Entity\\Tipoagotamiento',
]);
}
/**
* Gets the private '.service_locator.4KC2eup' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4KC2eupService()
{
return $this->privates['.service_locator.4KC2eup'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'afiliado' => ['privates', '.errored..service_locator.4KC2eup.App\\Entity\\Afiliados', NULL, 'Cannot autowire service ".service_locator.4KC2eup": it references class "App\\Entity\\Afiliados" but no such service exists.'],
], [
'afiliado' => 'App\\Entity\\Afiliados',
]);
}
/**
* Gets the private '.service_locator.6Ck.ovS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6Ck_OvSService()
{
return $this->privates['.service_locator.6Ck.ovS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cuenta' => ['privates', '.errored..service_locator.6Ck.ovS.App\\Entity\\Cuentas', NULL, 'Cannot autowire service ".service_locator.6Ck.ovS": it references class "App\\Entity\\Cuentas" but no such service exists.'],
], [
'cuenta' => 'App\\Entity\\Cuentas',
]);
}
/**
* Gets the private '.service_locator.7mOVlyN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7mOVlyNService()
{
return $this->privates['.service_locator.7mOVlyN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cotasegurado' => ['privates', '.errored..service_locator.7mOVlyN.App\\Entity\\Cotasegurados', NULL, 'Cannot autowire service ".service_locator.7mOVlyN": it references class "App\\Entity\\Cotasegurados" but no such service exists.'],
], [
'cotasegurado' => 'App\\Entity\\Cotasegurados',
]);
}
/**
* Gets the private '.service_locator.82y9vgF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_82y9vgFService()
{
return $this->privates['.service_locator.82y9vgF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'baremosproveedore' => ['privates', '.errored..service_locator.82y9vgF.App\\Entity\\Baremosproveedores', NULL, 'Cannot autowire service ".service_locator.82y9vgF": it references class "App\\Entity\\Baremosproveedores" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'baremosproveedore' => 'App\\Entity\\Baremosproveedores',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.8twddAh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8twddAhService()
{
return $this->privates['.service_locator.8twddAh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'facturasordene' => ['privates', '.errored..service_locator.8twddAh.App\\Entity\\Facturasordenes', NULL, 'Cannot autowire service ".service_locator.8twddAh": it references class "App\\Entity\\Facturasordenes" but no such service exists.'],
], [
'facturasordene' => 'App\\Entity\\Facturasordenes',
]);
}
/**
* Gets the private '.service_locator.CpaXrFh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CpaXrFhService()
{
return $this->privates['.service_locator.CpaXrFh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
], [
'mailer' => '?',
]);
}
/**
* Gets the private '.service_locator.CvL4.ry' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CvL4_RyService()
{
return $this->privates['.service_locator.CvL4.ry'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'afiliado' => ['privates', '.errored..service_locator.CvL4.ry.App\\Entity\\Afiliados', NULL, 'Cannot autowire service ".service_locator.CvL4.ry": it references class "App\\Entity\\Afiliados" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'afiliado' => 'App\\Entity\\Afiliados',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.DYqLuye' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DYqLuyeService()
{
return $this->privates['.service_locator.DYqLuye'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'contrato' => ['privates', '.errored..service_locator.DYqLuye.App\\Entity\\Contratos', NULL, 'Cannot autowire service ".service_locator.DYqLuye": it references class "App\\Entity\\Contratos" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'contrato' => 'App\\Entity\\Contratos',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.EWlvEBh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EWlvEBhService()
{
return $this->privates['.service_locator.EWlvEBh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'certificado' => ['privates', '.errored..service_locator.EWlvEBh.App\\Entity\\Certificados', NULL, 'Cannot autowire service ".service_locator.EWlvEBh": it references class "App\\Entity\\Certificados" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'certificado' => 'App\\Entity\\Certificados',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.Ed.GKOc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ed_GKOcService()
{
return $this->privates['.service_locator.Ed.GKOc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'riesgoscubierto' => ['privates', '.errored..service_locator.Ed.GKOc.App\\Entity\\Riesgoscubiertos', NULL, 'Cannot autowire service ".service_locator.Ed.GKOc": it references class "App\\Entity\\Riesgoscubiertos" but no such service exists.'],
], [
'entityManager' => '?',
'riesgoscubierto' => 'App\\Entity\\Riesgoscubiertos',
]);
}
/**
* Gets the private '.service_locator.F6mJV5u' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F6mJV5uService()
{
return $this->privates['.service_locator.F6mJV5u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'ordene' => ['privates', '.errored..service_locator.F6mJV5u.App\\Entity\\Ordenes', NULL, 'Cannot autowire service ".service_locator.F6mJV5u": it references class "App\\Entity\\Ordenes" but no such service exists.'],
], [
'entityManager' => '?',
'mailer' => '?',
'ordene' => 'App\\Entity\\Ordenes',
]);
}
/**
* Gets the private '.service_locator.GNc8e5B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GNc8e5BService()
{
return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.JLF51dv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JLF51dvService()
{
return $this->privates['.service_locator.JLF51dv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'banco' => ['privates', '.errored..service_locator.JLF51dv.App\\Entity\\Bancos', NULL, 'Cannot autowire service ".service_locator.JLF51dv": it references class "App\\Entity\\Bancos" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'banco' => 'App\\Entity\\Bancos',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.JQJfSnQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JQJfSnQService()
{
return $this->privates['.service_locator.JQJfSnQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'unidade' => ['privates', '.errored..service_locator.JQJfSnQ.App\\Entity\\Unidades', NULL, 'Cannot autowire service ".service_locator.JQJfSnQ": it references class "App\\Entity\\Unidades" but no such service exists.'],
], [
'entityManager' => '?',
'unidade' => 'App\\Entity\\Unidades',
]);
}
/**
* Gets the private '.service_locator.KbxoQes' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KbxoQesService()
{
return $this->privates['.service_locator.KbxoQes'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenessegvenezuela' => ['privates', '.errored..service_locator.KbxoQes.App\\Entity\\Ordenessegvenezuela', NULL, 'Cannot autowire service ".service_locator.KbxoQes": it references class "App\\Entity\\Ordenessegvenezuela" but no such service exists.'],
], [
'ordenessegvenezuela' => 'App\\Entity\\Ordenessegvenezuela',
]);
}
/**
* Gets the private '.service_locator.KfbR3DY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfbR3DYService()
{
return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.KfwZsne' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfwZsneService()
{
return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'response' => 'Symfony\\Component\\HttpFoundation\\Response',
]);
}
/**
* Gets the private '.service_locator.LUScnHn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LUScnHnService()
{
return $this->privates['.service_locator.LUScnHn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'planesserviciostarifa' => ['privates', '.errored..service_locator.LUScnHn.App\\Entity\\Planesserviciostarifas', NULL, 'Cannot autowire service ".service_locator.LUScnHn": it references class "App\\Entity\\Planesserviciostarifas" but no such service exists.'],
], [
'planesserviciostarifa' => 'App\\Entity\\Planesserviciostarifas',
]);
}
/**
* Gets the private '.service_locator.LyFdr6s' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LyFdr6sService()
{
return $this->privates['.service_locator.LyFdr6s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'traza' => 'App\\Entity\\Trazas',
]);
}
/**
* Gets the private '.service_locator.MGSrvGB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MGSrvGBService()
{
return $this->privates['.service_locator.MGSrvGB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ingreso' => ['privates', '.errored..service_locator.MGSrvGB.App\\Entity\\Ingresos', NULL, 'Cannot autowire service ".service_locator.MGSrvGB": it references class "App\\Entity\\Ingresos" but no such service exists.'],
], [
'ingreso' => 'App\\Entity\\Ingresos',
]);
}
/**
* Gets the private '.service_locator.Nj0Ci9N' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nj0Ci9NService()
{
return $this->privates['.service_locator.Nj0Ci9N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recibo' => ['privates', '.errored..service_locator.Nj0Ci9N.App\\Entity\\Recibos', NULL, 'Cannot autowire service ".service_locator.Nj0Ci9N": it references class "App\\Entity\\Recibos" but no such service exists.'],
], [
'recibo' => 'App\\Entity\\Recibos',
]);
}
/**
* Gets the private '.service_locator.OBj.x2h' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OBj_X2hService()
{
return $this->privates['.service_locator.OBj.x2h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'recibo' => ['privates', '.errored..service_locator.OBj.x2h.App\\Entity\\Recibos', NULL, 'Cannot autowire service ".service_locator.OBj.x2h": it references class "App\\Entity\\Recibos" but no such service exists.'],
], [
'entityManager' => '?',
'recibo' => 'App\\Entity\\Recibos',
]);
}
/**
* Gets the private '.service_locator.PISoh9v' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PISoh9vService()
{
return $this->privates['.service_locator.PISoh9v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'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.'],
], [
'entityManager' => '?',
'traza' => 'App\\Entity\\Trazas',
]);
}
/**
* Gets the private '.service_locator.PubicSW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PubicSWService()
{
return $this->privates['.service_locator.PubicSW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'tipobaremo' => ['privates', '.errored..service_locator.PubicSW.App\\Entity\\Tipobaremos', NULL, 'Cannot autowire service ".service_locator.PubicSW": it references class "App\\Entity\\Tipobaremos" but no such service exists.'],
], [
'entityManager' => '?',
'tipobaremo' => 'App\\Entity\\Tipobaremos',
]);
}
/**
* Gets the private '.service_locator.SQCtZSB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SQCtZSBService()
{
return $this->privates['.service_locator.SQCtZSB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'proveedore' => ['privates', '.errored..service_locator.SQCtZSB.App\\Entity\\Proveedores', NULL, 'Cannot autowire service ".service_locator.SQCtZSB": it references class "App\\Entity\\Proveedores" but no such service exists.'],
], [
'proveedore' => 'App\\Entity\\Proveedores',
]);
}
/**
* Gets the private '.service_locator.TqWro.U' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TqWro_UService()
{
return $this->privates['.service_locator.TqWro.U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'recibos' => ['privates', '.errored..service_locator.TqWro.U.App\\Entity\\Recibos', NULL, 'Cannot autowire service ".service_locator.TqWro.U": it references class "App\\Entity\\Recibos" but no such service exists.'],
], [
'entityManager' => '?',
'recibos' => 'App\\Entity\\Recibos',
]);
}
/**
* Gets the private '.service_locator.TrId7GB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TrId7GBService()
{
return $this->privates['.service_locator.TrId7GB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'proveedor' => ['privates', '.errored..service_locator.TrId7GB.App\\Entity\\Proveedores', NULL, 'Cannot autowire service ".service_locator.TrId7GB": it references class "App\\Entity\\Proveedores" but no such service exists.'],
], [
'entityManager' => '?',
'proveedor' => 'App\\Entity\\Proveedores',
]);
}
/**
* Gets the private '.service_locator._RmE2Hw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RmE2HwService()
{
return $this->privates['.service_locator._RmE2Hw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'contrato' => ['privates', '.errored..service_locator._RmE2Hw.App\\Entity\\Contratos', NULL, 'Cannot autowire service ".service_locator._RmE2Hw": it references class "App\\Entity\\Contratos" but no such service exists.'],
], [
'contrato' => 'App\\Entity\\Contratos',
]);
}
/**
* Gets the private '.service_locator._XzDuTt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XzDuTtService()
{
return $this->privates['.service_locator._XzDuTt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cotizacione' => ['privates', '.errored..service_locator._XzDuTt.App\\Entity\\Cotizaciones', NULL, 'Cannot autowire service ".service_locator._XzDuTt": it references class "App\\Entity\\Cotizaciones" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'cotizacione' => 'App\\Entity\\Cotizaciones',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.a5vvrQ.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A5vvrQ_Service()
{
return $this->privates['.service_locator.a5vvrQ.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'planesservicio' => ['privates', '.errored..service_locator.a5vvrQ..App\\Entity\\Planesservicios', NULL, 'Cannot autowire service ".service_locator.a5vvrQ.": it references class "App\\Entity\\Planesservicios" but no such service exists.'],
], [
'planesservicio' => 'App\\Entity\\Planesservicios',
]);
}
/**
* Gets the private '.service_locator.aCeafjX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ACeafjXService()
{
return $this->privates['.service_locator.aCeafjX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'patologia' => ['privates', '.errored..service_locator.aCeafjX.App\\Entity\\Patologias', NULL, 'Cannot autowire service ".service_locator.aCeafjX": it references class "App\\Entity\\Patologias" but no such service exists.'],
], [
'patologia' => 'App\\Entity\\Patologias',
]);
}
/**
* Gets the private '.service_locator.arw9hqp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Arw9hqpService()
{
return $this->privates['.service_locator.arw9hqp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cotasegurado' => ['privates', '.errored..service_locator.arw9hqp.App\\Entity\\Cotasegurados', NULL, 'Cannot autowire service ".service_locator.arw9hqp": it references class "App\\Entity\\Cotasegurados" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'cotasegurado' => 'App\\Entity\\Cotasegurados',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.bCPK9sB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BCPK9sBService()
{
return $this->privates['.service_locator.bCPK9sB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.publica' => ['privates', 'security.event_dispatcher.publica', 'getSecurity_EventDispatcher_PublicaService', false],
'security.event_dispatcher.publica2' => ['privates', 'security.event_dispatcher.publica2', 'getSecurity_EventDispatcher_Publica2Service', false],
'security.event_dispatcher.publica3' => ['privates', 'security.event_dispatcher.publica3', 'getSecurity_EventDispatcher_Publica3Service', false],
'security.event_dispatcher.secured_area' => ['privates', 'security.event_dispatcher.secured_area', 'getSecurity_EventDispatcher_SecuredAreaService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.publica' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.publica2' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.publica3' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.d6RhthD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D6RhthDService()
{
return $this->privates['.service_locator.d6RhthD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'antecedente' => ['privates', '.errored..service_locator.d6RhthD.App\\Entity\\Antecedentes', NULL, 'Cannot autowire service ".service_locator.d6RhthD": it references class "App\\Entity\\Antecedentes" but no such service exists.'],
], [
'antecedente' => 'App\\Entity\\Antecedentes',
]);
}
/**
* Gets the private '.service_locator.d_s.f3W' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DS_F3WService()
{
return $this->privates['.service_locator.d_s.f3W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'proveedore' => ['privates', '.errored..service_locator.d_s.f3W.App\\Entity\\Proveedores', NULL, 'Cannot autowire service ".service_locator.d_s.f3W": it references class "App\\Entity\\Proveedores" but no such service exists.'],
], [
'entityManager' => '?',
'proveedore' => 'App\\Entity\\Proveedores',
]);
}
/**
* Gets the private '.service_locator.gz4i_xX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Gz4iXXService()
{
return $this->privates['.service_locator.gz4i_xX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'plane' => ['privates', '.errored..service_locator.gz4i_xX.App\\Entity\\Planes', NULL, 'Cannot autowire service ".service_locator.gz4i_xX": it references class "App\\Entity\\Planes" but no such service exists.'],
], [
'entityManager' => '?',
'plane' => 'App\\Entity\\Planes',
]);
}
/**
* Gets the private '.service_locator.h_gOonF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HGOonFService()
{
return $this->privates['.service_locator.h_gOonF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipobaremo' => ['privates', '.errored..service_locator.h_gOonF.App\\Entity\\Tipobaremos', NULL, 'Cannot autowire service ".service_locator.h_gOonF": it references class "App\\Entity\\Tipobaremos" but no such service exists.'],
], [
'tipobaremo' => 'App\\Entity\\Tipobaremos',
]);
}
/**
* Gets the private '.service_locator.hxf8U1F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Hxf8U1FService()
{
return $this->privates['.service_locator.hxf8U1F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'facturasordene' => ['privates', '.errored..service_locator.hxf8U1F.App\\Entity\\Facturasordenes', NULL, 'Cannot autowire service ".service_locator.hxf8U1F": it references class "App\\Entity\\Facturasordenes" but no such service exists.'],
], [
'entityManager' => '?',
'facturasordene' => 'App\\Entity\\Facturasordenes',
]);
}
/**
* Gets the private '.service_locator.ibw16c.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ibw16c_Service()
{
return $this->privates['.service_locator.ibw16c.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'motivosconsultum' => ['privates', '.errored..service_locator.ibw16c..App\\Entity\\Motivosconsulta', NULL, 'Cannot autowire service ".service_locator.ibw16c.": it references class "App\\Entity\\Motivosconsulta" but no such service exists.'],
], [
'motivosconsultum' => 'App\\Entity\\Motivosconsulta',
]);
}
/**
* Gets the private '.service_locator.jFrTLdS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JFrTLdSService()
{
return $this->privates['.service_locator.jFrTLdS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoagotamiento' => ['privates', '.errored..service_locator.jFrTLdS.App\\Entity\\Tipoagotamiento', NULL, 'Cannot autowire service ".service_locator.jFrTLdS": it references class "App\\Entity\\Tipoagotamiento" but no such service exists.'],
], [
'tipoagotamiento' => 'App\\Entity\\Tipoagotamiento',
]);
}
/**
* Gets the private '.service_locator.kEPX2xo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KEPX2xoService()
{
return $this->privates['.service_locator.kEPX2xo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'tasascambio' => 'App\\Entity\\Tasascambio',
]);
}
/**
* Gets the private '.service_locator.l2QwsaZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L2QwsaZService()
{
return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.lmBLNfm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LmBLNfmService()
{
return $this->privates['.service_locator.lmBLNfm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historicoantecedente' => ['privates', '.errored..service_locator.lmBLNfm.App\\Entity\\Historicoantecedentes', NULL, 'Cannot autowire service ".service_locator.lmBLNfm": it references class "App\\Entity\\Historicoantecedentes" but no such service exists.'],
], [
'historicoantecedente' => 'App\\Entity\\Historicoantecedentes',
]);
}
/**
* Gets the private '.service_locator.m12k8tX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M12k8tXService()
{
return $this->privates['.service_locator.m12k8tX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'descuentoscantidadafiliado' => ['privates', '.errored..service_locator.m12k8tX.App\\Entity\\Descuentoscantidadafiliados', NULL, 'Cannot autowire service ".service_locator.m12k8tX": it references class "App\\Entity\\Descuentoscantidadafiliados" but no such service exists.'],
], [
'descuentoscantidadafiliado' => 'App\\Entity\\Descuentoscantidadafiliados',
]);
}
/**
* Gets the private '.service_locator.mIwZFn1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MIwZFn1Service()
{
return $this->privates['.service_locator.mIwZFn1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tiposervicio' => ['privates', '.errored..service_locator.mIwZFn1.App\\Entity\\Tiposervicios', NULL, 'Cannot autowire service ".service_locator.mIwZFn1": it references class "App\\Entity\\Tiposervicios" but no such service exists.'],
], [
'tiposervicio' => 'App\\Entity\\Tiposervicios',
]);
}
/**
* Gets the private '.service_locator.mNYXWks' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MNYXWksService()
{
return $this->privates['.service_locator.mNYXWks'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'planesservicio' => ['privates', '.errored..service_locator.mNYXWks.App\\Entity\\Planesservicios', NULL, 'Cannot autowire service ".service_locator.mNYXWks": it references class "App\\Entity\\Planesservicios" but no such service exists.'],
], [
'entityManager' => '?',
'planesservicio' => 'App\\Entity\\Planesservicios',
]);
}
/**
* Gets the private '.service_locator.mReUPFe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MReUPFeService()
{
return $this->privates['.service_locator.mReUPFe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cotpagador' => ['privates', '.errored..service_locator.mReUPFe.App\\Entity\\Cotpagador', NULL, 'Cannot autowire service ".service_locator.mReUPFe": it references class "App\\Entity\\Cotpagador" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'cotpagador' => 'App\\Entity\\Cotpagador',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.nuj6IMv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nuj6IMvService()
{
return $this->privates['.service_locator.nuj6IMv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cotbaremo' => ['privates', '.errored..service_locator.nuj6IMv.App\\Entity\\Cotbaremos', NULL, 'Cannot autowire service ".service_locator.nuj6IMv": it references class "App\\Entity\\Cotbaremos" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'cotbaremo' => 'App\\Entity\\Cotbaremos',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.o.tToKv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_O_TToKvService()
{
return $this->privates['.service_locator.o.tToKv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'ingreso' => ['privates', '.errored..service_locator.o.tToKv.App\\Entity\\Ingresos', NULL, 'Cannot autowire service ".service_locator.o.tToKv": it references class "App\\Entity\\Ingresos" but no such service exists.'],
], [
'entityManager' => '?',
'ingreso' => 'App\\Entity\\Ingresos',
]);
}
/**
* Gets the private '.service_locator.p1OzqcN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P1OzqcNService()
{
return $this->privates['.service_locator.p1OzqcN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'patologia' => ['privates', '.errored..service_locator.p1OzqcN.App\\Entity\\Patologias', NULL, 'Cannot autowire service ".service_locator.p1OzqcN": it references class "App\\Entity\\Patologias" but no such service exists.'],
], [
'entityManager' => '?',
'patologia' => 'App\\Entity\\Patologias',
]);
}
/**
* Gets the private '.service_locator.pfzTjvQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PfzTjvQService()
{
return $this->privates['.service_locator.pfzTjvQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'antecedente' => ['privates', '.errored..service_locator.pfzTjvQ.App\\Entity\\Antecedentes', NULL, 'Cannot autowire service ".service_locator.pfzTjvQ": it references class "App\\Entity\\Antecedentes" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'antecedente' => 'App\\Entity\\Antecedentes',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.r9VBLgG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R9VBLgGService()
{
return $this->privates['.service_locator.r9VBLgG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'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".'],
], [
'exception' => 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException',
'logger' => 'Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface',
]);
}
/**
* Gets the private '.service_locator.rGSczbd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RGSczbdService()
{
return $this->privates['.service_locator.rGSczbd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'ordene' => ['privates', '.errored..service_locator.rGSczbd.App\\Entity\\Ordenes', NULL, 'Cannot autowire service ".service_locator.rGSczbd": it references class "App\\Entity\\Ordenes" but no such service exists.'],
], [
'entityManager' => '?',
'ordene' => 'App\\Entity\\Ordenes',
]);
}
/**
* Gets the private '.service_locator.rH.jQIu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RH_JQIuService()
{
return $this->privates['.service_locator.rH.jQIu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'tiposervicio' => ['privates', '.errored..service_locator.rH.jQIu.App\\Entity\\Tiposervicios', NULL, 'Cannot autowire service ".service_locator.rH.jQIu": it references class "App\\Entity\\Tiposervicios" but no such service exists.'],
], [
'entityManager' => '?',
'tiposervicio' => 'App\\Entity\\Tiposervicios',
]);
}
/**
* Gets the private '.service_locator.rmrJ7qt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RmrJ7qtService()
{
return $this->privates['.service_locator.rmrJ7qt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'unidade' => ['privates', '.errored..service_locator.rmrJ7qt.App\\Entity\\Unidades', NULL, 'Cannot autowire service ".service_locator.rmrJ7qt": it references class "App\\Entity\\Unidades" but no such service exists.'],
], [
'unidade' => 'App\\Entity\\Unidades',
]);
}
/**
* Gets the private '.service_locator.rtTAJY9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RtTAJY9Service()
{
return $this->privates['.service_locator.rtTAJY9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'ordenessegvenezuela' => ['privates', '.errored..service_locator.rtTAJY9.App\\Entity\\Ordenessegvenezuela', NULL, 'Cannot autowire service ".service_locator.rtTAJY9": it references class "App\\Entity\\Ordenessegvenezuela" but no such service exists.'],
], [
'entityManager' => '?',
'ordenessegvenezuela' => 'App\\Entity\\Ordenessegvenezuela',
]);
}
/**
* Gets the private '.service_locator.s5nHYjo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S5nHYjoService()
{
return $this->privates['.service_locator.s5nHYjo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cotbaremo' => ['privates', '.errored..service_locator.s5nHYjo.App\\Entity\\Cotbaremos', NULL, 'Cannot autowire service ".service_locator.s5nHYjo": it references class "App\\Entity\\Cotbaremos" but no such service exists.'],
], [
'cotbaremo' => 'App\\Entity\\Cotbaremos',
]);
}
/**
* Gets the private '.service_locator.sTtfVSJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_STtfVSJService()
{
return $this->privates['.service_locator.sTtfVSJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'planesserviciostarifa' => ['privates', '.errored..service_locator.sTtfVSJ.App\\Entity\\Planesserviciostarifas', NULL, 'Cannot autowire service ".service_locator.sTtfVSJ": it references class "App\\Entity\\Planesserviciostarifas" but no such service exists.'],
], [
'entityManager' => '?',
'planesserviciostarifa' => 'App\\Entity\\Planesserviciostarifas',
]);
}
/**
* Gets the private '.service_locator.szh_mjX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SzhMjXService()
{
return $this->privates['.service_locator.szh_mjX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', false],
'security.firewall.map.context.publica' => ['privates', 'security.firewall.map.context.publica', 'getSecurity_Firewall_Map_Context_PublicaService', false],
'security.firewall.map.context.publica2' => ['privates', 'security.firewall.map.context.publica2', 'getSecurity_Firewall_Map_Context_Publica2Service', false],
'security.firewall.map.context.publica3' => ['privates', 'security.firewall.map.context.publica3', 'getSecurity_Firewall_Map_Context_Publica3Service', false],
'security.firewall.map.context.secured_area' => ['privates', 'security.firewall.map.context.secured_area', 'getSecurity_Firewall_Map_Context_SecuredAreaService', false],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.login' => '?',
'security.firewall.map.context.publica' => '?',
'security.firewall.map.context.publica2' => '?',
'security.firewall.map.context.publica3' => '?',
'security.firewall.map.context.secured_area' => '?',
]);
}
/**
* Gets the private '.service_locator.tu6WO8Q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Tu6WO8QService()
{
return $this->privates['.service_locator.tu6WO8Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'banco' => ['privates', '.errored..service_locator.tu6WO8Q.App\\Entity\\Bancos', NULL, 'Cannot autowire service ".service_locator.tu6WO8Q": it references class "App\\Entity\\Bancos" but no such service exists.'],
], [
'banco' => 'App\\Entity\\Bancos',
]);
}
/**
* Gets the private '.service_locator.u0PLda5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U0PLda5Service()
{
return $this->privates['.service_locator.u0PLda5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'baremo' => ['privates', '.errored..service_locator.u0PLda5.App\\Entity\\Baremos', NULL, 'Cannot autowire service ".service_locator.u0PLda5": it references class "App\\Entity\\Baremos" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'baremo' => 'App\\Entity\\Baremos',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.uGA5pCY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UGA5pCYService()
{
return $this->privates['.service_locator.uGA5pCY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'baremo' => ['privates', '.errored..service_locator.uGA5pCY.App\\Entity\\Baremos', NULL, 'Cannot autowire service ".service_locator.uGA5pCY": it references class "App\\Entity\\Baremos" but no such service exists.'],
], [
'baremo' => 'App\\Entity\\Baremos',
]);
}
/**
* Gets the private '.service_locator.u_ZTCJx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UZTCJxService()
{
return $this->privates['.service_locator.u_ZTCJx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
], [
'entityManager' => '?',
'mailer' => '?',
]);
}
/**
* Gets the private '.service_locator.uz78JrV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Uz78JrVService()
{
return $this->privates['.service_locator.uz78JrV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'riesgoscubierto' => ['privates', '.errored..service_locator.uz78JrV.App\\Entity\\Riesgoscubiertos', NULL, 'Cannot autowire service ".service_locator.uz78JrV": it references class "App\\Entity\\Riesgoscubiertos" but no such service exists.'],
], [
'riesgoscubierto' => 'App\\Entity\\Riesgoscubiertos',
]);
}
/**
* Gets the private '.service_locator.v9JfVjz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_V9JfVjzService()
{
return $this->privates['.service_locator.v9JfVjz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'baremo' => ['privates', '.errored..service_locator.v9JfVjz.App\\Entity\\Baremosproveedores', NULL, 'Cannot autowire service ".service_locator.v9JfVjz": it references class "App\\Entity\\Baremosproveedores" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'baremo' => 'App\\Entity\\Baremosproveedores',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.wwyQOLy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WwyQOLyService()
{
return $this->privates['.service_locator.wwyQOLy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cotpagador' => ['privates', '.errored..service_locator.wwyQOLy.App\\Entity\\Cotpagador', NULL, 'Cannot autowire service ".service_locator.wwyQOLy": it references class "App\\Entity\\Cotpagador" but no such service exists.'],
], [
'cotpagador' => 'App\\Entity\\Cotpagador',
]);
}
/**
* Gets the private '.service_locator.x6ApOry' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X6ApOryService()
{
return $this->privates['.service_locator.x6ApOry'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'motivosconsultum' => ['privates', '.errored..service_locator.x6ApOry.App\\Entity\\Motivosconsulta', NULL, 'Cannot autowire service ".service_locator.x6ApOry": it references class "App\\Entity\\Motivosconsulta" but no such service exists.'],
], [
'entityManager' => '?',
'motivosconsultum' => 'App\\Entity\\Motivosconsulta',
]);
}
/**
* Gets the private '.service_locator.zWyOm3b' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZWyOm3bService()
{
return $this->privates['.service_locator.zWyOm3b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'preingreso' => ['privates', '.errored..service_locator.zWyOm3b.App\\Entity\\Preingresos', NULL, 'Cannot autowire service ".service_locator.zWyOm3b": it references class "App\\Entity\\Preingresos" but no such service exists.'],
], [
'entityManager' => '?',
'preingreso' => 'App\\Entity\\Preingresos',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
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();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
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'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$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()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
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);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Oda8YHshUj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kY4AizezMI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XHERQXxDCV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YltsXYwMqG', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kMvLDJKyBY', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
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()));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$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));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$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())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
}, 10));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.bCPK9sB'] ?? $this->get_ServiceLocator_BCPK9sBService()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 1 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 2 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 4 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 6 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$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()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
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.03OVLRf'] ?? $this->get_ServiceLocator_03OVLRfService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
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.03OVLRf'] ?? $this->get_ServiceLocator_03OVLRfService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
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))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
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');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
}, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
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()));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
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))));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
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()));
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
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()));
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
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()));
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$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()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
$a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$a->addFixtures([0 => ['fixture' => ($this->services['App\\DataFixtures\\AppFixtures'] ?? ($this->services['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures())), 'groups' => []]]);
$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()]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$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()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$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()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
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);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
$a = new \Doctrine\Migrations\Configuration\Configuration();
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
$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()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
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()));
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/src/Resources/config/doctrine') => 'App\\Entity']);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$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()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$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()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$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()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$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()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$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()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
$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');
$instance->setName('doctrine:migrations:current');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
$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');
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
$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');
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
$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');
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
$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');
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
$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');
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
$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');
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
$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');
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
$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');
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
$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');
$instance->setName('doctrine:migrations:sync-metadata-storage');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
$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');
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
$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');
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
$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');
$instance->setName('doctrine:migrations:list');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), '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()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
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())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
], [
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 4 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
}, 5), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
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())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
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);
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(NULL);
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
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())));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
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);
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
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()));
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
}, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
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, []);
}
/**
* Gets the private 'mailer.mailer' shared service.
*
* @return \Symfony\Component\Mailer\Mailer
*/
protected function getMailer_MailerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => $this->getMailer_TransportFactory_NullService();
yield 1 => $this->getMailer_TransportFactory_SendmailService();
yield 2 => $this->getMailer_TransportFactory_NativeService();
yield 3 => $this->getMailer_TransportFactory_SmtpService();
}, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'mailer.transport_factory.native' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
*/
protected function getMailer_TransportFactory_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.null' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NullTransportFactory
*/
protected function getMailer_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.sendmail' shared service.
*
* @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
*/
protected function getMailer_TransportFactory_SendmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.smtp' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
*/
protected function getMailer_TransportFactory_SmtpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$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()));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$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()));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$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()));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$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()));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$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()));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$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()));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$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()));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$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()));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$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()));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
$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()));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$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()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$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()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$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()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$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()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$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()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
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' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
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()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
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'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
$a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
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));
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.mailer' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MailerService()
{
$this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
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())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('', 'beneficiosaludcsl.com', 'https', 80, 443);
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
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([0 => $this, 1 => 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
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()));
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/micuenta'), [0 => 'IS_AUTHENTICATED'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/registro'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/showregistro'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/createregistro'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/ingresos/cuentasxmoneda'), [0 => 'IS_AUTHENTICATED'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/usuarios/'), [0 => 'ROLE_ADMINISTRADOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/ingresos/'), [0 => 'ROLE_ADMINISTRADOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/recibos/'), [0 => 'ROLE_ADMINISTRADOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/parametros/'), [0 => 'ROLE_ADMINISTRADOR'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.publica' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.publica" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_PublicaService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.publica" service is deprecated, use the new authenticator system instead.');
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()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.publica2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.publica2" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_Publica2Service()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.publica2" service is deprecated, use the new authenticator system instead.');
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()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.publica3' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.publica3" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_Publica3Service()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.publica3" service is deprecated, use the new authenticator system instead.');
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()));
}
/**
* Gets the private 'security.authentication.listener.form.secured_area' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.secured_area" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Form_SecuredAreaService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.secured_area" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$b->setOptions(['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false]);
$b->setFirewallName('secured_area');
$c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
$d->setOptions(['login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
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);
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.anonymous.publica'] ?? $this->getSecurity_Authentication_Provider_Anonymous_PublicaService());
yield 1 => ($this->privates['security.authentication.provider.anonymous.publica2'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Publica2Service());
yield 2 => ($this->privates['security.authentication.provider.anonymous.publica3'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Publica3Service());
yield 3 => ($this->privates['security.authentication.provider.dao.secured_area'] ?? $this->getSecurity_Authentication_Provider_Dao_SecuredAreaService());
}, 4), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.publica' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.publica" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_PublicaService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.publica" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.publica'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.anonymous.publica2' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.publica2" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_Publica2Service()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.publica2" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.publica2'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.anonymous.publica3' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.publica3" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_Publica3Service()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.publica3" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.publica3'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.dao.secured_area' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.secured_area" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Dao_SecuredAreaService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.secured_area" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
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);
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
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());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$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);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\User']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\User']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.3' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
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())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
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' => [0 => false]]]);
}
/**
* Gets the private 'security.event_dispatcher.publica' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_PublicaService()
{
$this->privates['security.event_dispatcher.publica'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.publica2' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_Publica2Service()
{
$this->privates['security.event_dispatcher.publica2'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.publica3' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_Publica3Service()
{
$this->privates['security.event_dispatcher.publica3'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.secured_area' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_SecuredAreaService()
{
$this->privates['security.event_dispatcher.secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.secured_area'] ?? $this->getSecurity_Logout_Listener_Default_SecuredAreaService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.secured_area'] ?? ($this->privates['security.logout.listener.session.secured_area'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
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 () {
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)/')));
yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.aOksG4F'] ?? ($this->privates['.security.request_matcher.aOksG4F'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login')));
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')));
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')));
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')));
yield 'security.firewall.map.context.secured_area' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 6));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.login' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_LoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login', 'security.user_checker', '.security.request_matcher.aOksG4F', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.publica' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_PublicaService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.publica'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.publica'] ?? $this->getSecurity_Authentication_Listener_Anonymous_PublicaService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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', NULL, NULL, NULL, ($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', true, false, 'security.user.provider.concrete.in_memory', 'publica', NULL, NULL, NULL, [0 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.publica2' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_Publica2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.publica2'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.publica2'] ?? $this->getSecurity_Authentication_Listener_Anonymous_Publica2Service());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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', NULL, NULL, NULL, ($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', true, false, 'security.user.provider.concrete.in_memory', 'publica2', NULL, NULL, NULL, [0 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.publica3' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_Publica3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.publica3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.publica3'] ?? $this->getSecurity_Authentication_Listener_Anonymous_Publica3Service());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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', NULL, NULL, NULL, ($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', true, false, 'security.user.provider.concrete.in_memory', 'publica3', NULL, NULL, NULL, [0 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.secured_area' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_SecuredAreaService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
yield 2 => ($this->privates['security.authentication.listener.form.secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_SecuredAreaService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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), NULL, NULL, ($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', true, false, 'security.user.provider.concrete.in_memory', 'secured_area', 'security.authentication.form_entry_point.secured_area', NULL, NULL, [0 => 'form_login'], NULL));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
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()));
}
/**
* Gets the private 'security.logout.listener.default.secured_area' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_SecuredAreaService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
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');
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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()));
$instance->registerListener('secured_area', '/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
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' => [0 => false]]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.in_memory' shared service.
*
* @return \Symfony\Component\Security\Core\User\InMemoryUserProvider
*/
protected function getSecurity_User_Provider_Concrete_InMemoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
return $this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(['user' => ['password' => 'userpass', 'roles' => [0 => 'ROLE_USER']], 'admin' => ['password' => 'adminpass', 'roles' => [0 => 'ROLE_ADMIN']]]);
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
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()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
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(), [0 => ($this->privates['session_listener'] ?? $this->getSessionListenerService()), 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @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.
*/
protected function getSession_Storage_Factory_ServiceService()
{
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.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, $this->getSession_Storage_MetadataBagService());
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$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()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
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()));
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
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()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
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())));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
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()));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->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')));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL, 'UTF-8', true, NULL);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'app.emailconsultores' => false,
'app.emailrrhh' => false,
'app.emailemisor' => false,
'app.emailoperaciones1' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'qipsius_tcpdf.tcpdf' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'app.emailconsultores': $value = $this->getEnv('MAIL_CONSULTORES'); break;
case 'app.emailrrhh': $value = $this->getEnv('MAIL_RRHH'); break;
case 'app.emailemisor': $value = $this->getEnv('MAIL_EMISOR'); break;
case 'app.emailoperaciones1': $value = $this->getEnv('MAIL_OPERACIONES1'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'qipsius_tcpdf.tcpdf': $value = [
'k_tcpdf_external_config' => false,
'k_path_url' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/'),
'k_path_main' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/'),
'k_path_fonts' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/fonts/'),
'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
'k_path_images' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/examples/images/'),
'k_blank_image' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
'k_cell_height_ratio' => 1.25,
'k_title_magnification' => 1.3,
'k_small_ratio' => 0.66666666666666663,
'k_thai_topchars' => true,
'k_tcpdf_calls_in_html' => false,
'k_tcpdf_throw_exception_error' => true,
'head_magnification' => 1.1000000000000001,
'pdf_page_format' => 'A4',
'pdf_page_orientation' => 'P',
'pdf_creator' => 'TCPDF',
'pdf_author' => 'TCPDF',
'pdf_header_title' => '',
'pdf_header_string' => '',
'pdf_header_logo' => '',
'pdf_header_logo_width' => '',
'pdf_unit' => 'mm',
'pdf_margin_header' => 5,
'pdf_margin_footer' => 10,
'pdf_margin_top' => 27,
'pdf_margin_bottom' => 25,
'pdf_margin_left' => 15,
'pdf_margin_right' => 15,
'pdf_font_name_main' => 'helvetica',
'pdf_font_size_main' => 10,
'pdf_font_name_data' => 'helvetica',
'pdf_font_size_data' => 8,
'pdf_font_monospaced' => 'courier',
'pdf_image_scale_ratio' => 1.25,
]; break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'QipsiusTCPDFBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/qipsius/tcpdf-bundle'),
'namespace' => 'Qipsius\\TCPDFBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'router.request_context.scheme' => 'https',
'router.request_context.host' => 'beneficiosaludcsl.com',
'router.request_context.http_port' => 443,
'archivos_directory_ordenes' => (\dirname(__DIR__, 4).'/public/'),
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'debug.error_handler.throw_at' => -1,
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates/bundles/AccesoBundle'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
0 => 'ROLE_USER',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_ADMIN',
2 => 'ROLE_ALLOWED_TO_SWITCH',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'login',
2 => 'publica',
3 => 'publica2',
4 => 'publica3',
5 => 'secured_area',
],
'security.publica._indexed_authenticators' => [
],
'security.publica2._indexed_authenticators' => [
],
'security.publica3._indexed_authenticators' => [
],
'security.secured_area._indexed_authenticators' => [
],
'qipsius_tcpdf.file' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
'qipsius_tcpdf.class' => 'TCPDF',
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'doctrine_migrations.migrations_collector' => [
0 => 'doctrine_migrations',
1 => '@DoctrineMigrations/Collector/migrations.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}