var/cache/dev/Container2PXMAHQ/App_KernelDevDebugContainer.php line 1514

Open in your IDE?
  1. <?php
  2. namespace Container2PXMAHQ;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\AgentActivityDetailLogFileController' => 'getAgentActivityDetailLogFileControllerService',
  47.             'App\\Controller\\AgentBreakFileController' => 'getAgentBreakFileControllerService',
  48.             'App\\Controller\\AgentBreakReportController' => 'getAgentBreakReportControllerService',
  49.             'App\\Controller\\AgentReleaseCodeLogFileController' => 'getAgentReleaseCodeLogFileControllerService',
  50.             'App\\Controller\\LuckyController' => 'getLuckyControllerService',
  51.             'App\\Controller\\PageController' => 'getPageControllerService',
  52.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  53.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  54.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  55.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  56.             'cache.app' => 'getCache_AppService',
  57.             'cache.app_clearer' => 'getCache_AppClearerService',
  58.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  59.             'cache.system' => 'getCache_SystemService',
  60.             'cache.system_clearer' => 'getCache_SystemClearerService',
  61.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  62.             'cache_warmer' => 'getCacheWarmerService',
  63.             'console.command_loader' => 'getConsole_CommandLoaderService',
  64.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  65.             'data_collector.dump' => 'getDataCollector_DumpService',
  66.             'doctrine' => 'getDoctrineService',
  67.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  68.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  69.             'error_controller' => 'getErrorControllerService',
  70.             'event_dispatcher' => 'getEventDispatcherService',
  71.             'http_kernel' => 'getHttpKernelService',
  72.             'request_stack' => 'getRequestStackService',
  73.             'router' => 'getRouterService',
  74.             'routing.loader' => 'getRouting_LoaderService',
  75.             'services_resetter' => 'getServicesResetterService',
  76.             'translator' => 'getTranslatorService',
  77.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  78.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  79.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  80.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  81.             'cache_clearer' => 'getCacheClearerService',
  82.             'filesystem' => 'getFilesystemService',
  83.             'serializer' => 'getSerializerService',
  84.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  85.             'form.factory' => 'getForm_FactoryService',
  86.             'form.type.file' => 'getForm_Type_FileService',
  87.             'profiler' => 'getProfilerService',
  88.             'twig' => 'getTwigService',
  89.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  90.             'security.token_storage' => 'getSecurity_TokenStorageService',
  91.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  92.             'session' => 'getSessionService',
  93.             'validator' => 'getValidatorService',
  94.         ];
  95.         $this->aliases = [
  96.             'database_connection' => 'doctrine.dbal.default_connection',
  97.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  98.         ];
  99.         $this->privates['service_container'] = function () {
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  106.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  135.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  142.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  181.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  218.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  219.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  222.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  225.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  303.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  333.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  339.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  368.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  414.         };
  415.     }
  416.     public function compile(): void
  417.     {
  418.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  419.     }
  420.     public function isCompiled(): bool
  421.     {
  422.         return true;
  423.     }
  424.     public function getRemovedIds(): array
  425.     {
  426.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  427.     }
  428.     /**
  429.      * Gets the public '.container.private.cache_clearer' shared service.
  430.      *
  431.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  432.      */
  433.     protected function get_Container_Private_CacheClearerService()
  434.     {
  435.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  437.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  438.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  439.         }, 1));
  440.     }
  441.     /**
  442.      * Gets the public '.container.private.filesystem' shared service.
  443.      *
  444.      * @return \Symfony\Component\Filesystem\Filesystem
  445.      */
  446.     protected function get_Container_Private_FilesystemService()
  447.     {
  448.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  449.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  450.     }
  451.     /**
  452.      * Gets the public '.container.private.form.factory' shared service.
  453.      *
  454.      * @return \Symfony\Component\Form\FormFactory
  455.      */
  456.     protected function get_Container_Private_Form_FactoryService()
  457.     {
  458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  460.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  461.     }
  462.     /**
  463.      * Gets the public '.container.private.form.type.file' shared service.
  464.      *
  465.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  466.      */
  467.     protected function get_Container_Private_Form_Type_FileService()
  468.     {
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  472.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  473.     }
  474.     /**
  475.      * Gets the public '.container.private.profiler' shared service.
  476.      *
  477.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  478.      */
  479.     protected function get_Container_Private_ProfilerService()
  480.     {
  481.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  482.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  483.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  484.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  486.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  487.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  488.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  489.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  490.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  491.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  492.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  493.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  494.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  495.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  496.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  497.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  498.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  499.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  500.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  501.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  502.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  503.         if ($this->has('kernel')) {
  504.             $f->setKernel($b);
  505.         }
  506.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  507.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  508.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  509.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  510.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  511.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  512.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  513.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  514.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  515.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  516.         $instance->add($d);
  517.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  518.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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));
  519.         $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())));
  520.         $instance->add($e);
  521.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  522.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  523.         $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()))));
  524.         $instance->add($f);
  525.         return $instance;
  526.     }
  527.     /**
  528.      * Gets the public '.container.private.security.authorization_checker' shared service.
  529.      *
  530.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  531.      */
  532.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  533.     {
  534.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  535.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  536.             return $this->services['.container.private.security.authorization_checker'];
  537.         }
  538.         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()), $afalse);
  539.     }
  540.     /**
  541.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  542.      *
  543.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  544.      */
  545.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  546.     {
  547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  551.         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())));
  552.     }
  553.     /**
  554.      * Gets the public '.container.private.security.password_encoder' shared service.
  555.      *
  556.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  557.      *
  558.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  559.      */
  560.     protected function get_Container_Private_Security_PasswordEncoderService()
  561.     {
  562.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  563.         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()));
  564.     }
  565.     /**
  566.      * Gets the public '.container.private.security.token_storage' shared service.
  567.      *
  568.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  569.      */
  570.     protected function get_Container_Private_Security_TokenStorageService()
  571.     {
  572.         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, [
  573.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  574.         ], [
  575.             'request_stack' => '?',
  576.         ]));
  577.     }
  578.     /**
  579.      * Gets the public '.container.private.serializer' shared service.
  580.      *
  581.      * @return \Symfony\Component\Serializer\Serializer
  582.      */
  583.     protected function get_Container_Private_SerializerService()
  584.     {
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  628.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  629.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  630.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  631.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  632.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  633.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  634.     }
  635.     /**
  636.      * Gets the public '.container.private.session' shared service.
  637.      *
  638.      * @return \Symfony\Component\HttpFoundation\Session\Session
  639.      */
  640.     protected function get_Container_Private_SessionService()
  641.     {
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  644.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  645.         if (isset($this->services['.container.private.session'])) {
  646.             return $this->services['.container.private.session'];
  647.         }
  648.         return $this->services['.container.private.session'] = $a->createSession();
  649.     }
  650.     /**
  651.      * Gets the public '.container.private.twig' shared service.
  652.      *
  653.      * @return \Twig\Environment
  654.      */
  655.     protected function get_Container_Private_TwigService()
  656.     {
  657.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  658.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  659.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  660.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  661.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  664.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  665.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  666.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  668.         $a->addPath((\dirname(__DIR__4).'/templates'));
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  672.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  673.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  674.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  675.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  676.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  677.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  678.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  679.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  680.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  681.         $i = new \Symfony\Bridge\Twig\AppVariable();
  682.         $i->setEnvironment('dev');
  683.         $i->setDebug(true);
  684.         if ($this->has('.container.private.security.token_storage')) {
  685.             $i->setTokenStorage($g);
  686.         }
  687.         if ($this->has('request_stack')) {
  688.             $i->setRequestStack($d);
  689.         }
  690.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  691.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  692.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  693.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  694.         $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($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  695.             return new \EmptyIterator();
  696.         }, 0))));
  697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  708.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  710.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  711.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  712.         $instance->addGlobal('app'$i);
  713.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  714.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  715.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  716.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  717.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  718.         ], [
  719.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  720.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  721.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  722.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  723.         ])));
  724.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  725.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  726.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  727.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  728.         return $instance;
  729.     }
  730.     /**
  731.      * Gets the public '.container.private.validator' shared service.
  732.      *
  733.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  734.      */
  735.     protected function get_Container_Private_ValidatorService()
  736.     {
  737.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  738.     }
  739.     /**
  740.      * Gets the public 'App\Controller\AgentActivityDetailLogFileController' shared autowired service.
  741.      *
  742.      * @return \App\Controller\AgentActivityDetailLogFileController
  743.      */
  744.     protected function getAgentActivityDetailLogFileControllerService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  747.         include_once \dirname(__DIR__4).'/src/Controller/AgentActivityDetailLogFileController.php';
  748.         $this->services['App\\Controller\\AgentActivityDetailLogFileController'] = $instance = new \App\Controller\AgentActivityDetailLogFileController();
  749.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AgentActivityDetailLogFileController'$this));
  750.         return $instance;
  751.     }
  752.     /**
  753.      * Gets the public 'App\Controller\AgentBreakFileController' shared autowired service.
  754.      *
  755.      * @return \App\Controller\AgentBreakFileController
  756.      */
  757.     protected function getAgentBreakFileControllerService()
  758.     {
  759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  760.         include_once \dirname(__DIR__4).'/src/Controller/AgentBreakFileController.php';
  761.         $this->services['App\\Controller\\AgentBreakFileController'] = $instance = new \App\Controller\AgentBreakFileController();
  762.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AgentBreakFileController'$this));
  763.         return $instance;
  764.     }
  765.     /**
  766.      * Gets the public 'App\Controller\AgentBreakReportController' shared autowired service.
  767.      *
  768.      * @return \App\Controller\AgentBreakReportController
  769.      */
  770.     protected function getAgentBreakReportControllerService()
  771.     {
  772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  773.         include_once \dirname(__DIR__4).'/src/Controller/AgentBreakReportController.php';
  774.         $this->services['App\\Controller\\AgentBreakReportController'] = $instance = new \App\Controller\AgentBreakReportController();
  775.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AgentBreakReportController'$this));
  776.         return $instance;
  777.     }
  778.     /**
  779.      * Gets the public 'App\Controller\AgentReleaseCodeLogFileController' shared autowired service.
  780.      *
  781.      * @return \App\Controller\AgentReleaseCodeLogFileController
  782.      */
  783.     protected function getAgentReleaseCodeLogFileControllerService()
  784.     {
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  786.         include_once \dirname(__DIR__4).'/src/Controller/AgentReleaseCodeLogFileController.php';
  787.         $this->services['App\\Controller\\AgentReleaseCodeLogFileController'] = $instance = new \App\Controller\AgentReleaseCodeLogFileController();
  788.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AgentReleaseCodeLogFileController'$this));
  789.         return $instance;
  790.     }
  791.     /**
  792.      * Gets the public 'App\Controller\LuckyController' shared autowired service.
  793.      *
  794.      * @return \App\Controller\LuckyController
  795.      */
  796.     protected function getLuckyControllerService()
  797.     {
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  799.         include_once \dirname(__DIR__4).'/src/Controller/LuckyController.php';
  800.         $this->services['App\\Controller\\LuckyController'] = $instance = new \App\Controller\LuckyController();
  801.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LuckyController'$this));
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public 'App\Controller\PageController' shared autowired service.
  806.      *
  807.      * @return \App\Controller\PageController
  808.      */
  809.     protected function getPageControllerService()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  812.         include_once \dirname(__DIR__4).'/src/Controller/PageController.php';
  813.         $this->services['App\\Controller\\PageController'] = $instance = new \App\Controller\PageController();
  814.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PageController'$this));
  815.         return $instance;
  816.     }
  817.     /**
  818.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  819.      *
  820.      * @return \App\Controller\SecurityController
  821.      */
  822.     protected function getSecurityControllerService()
  823.     {
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  825.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  826.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  827.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController'$this));
  828.         return $instance;
  829.     }
  830.     /**
  831.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  832.      *
  833.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  834.      */
  835.     protected function getProfilerControllerService()
  836.     {
  837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  838.         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()));
  839.     }
  840.     /**
  841.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  842.      *
  843.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  844.      */
  845.     protected function getRedirectControllerService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  848.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  849.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  850.     }
  851.     /**
  852.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  853.      *
  854.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  855.      */
  856.     protected function getTemplateControllerService()
  857.     {
  858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  859.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  860.     }
  861.     /**
  862.      * Gets the public 'cache.app' shared service.
  863.      *
  864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  865.      */
  866.     protected function getCache_AppService()
  867.     {
  868.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('u6WMnE65Ct'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  869.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  870.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  871.     }
  872.     /**
  873.      * Gets the public 'cache.app_clearer' shared service.
  874.      *
  875.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  876.      */
  877.     protected function getCache_AppClearerService()
  878.     {
  879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  881.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  882.     }
  883.     /**
  884.      * Gets the public 'cache.global_clearer' shared service.
  885.      *
  886.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  887.      */
  888.     protected function getCache_GlobalClearerService()
  889.     {
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  892.         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())]);
  893.     }
  894.     /**
  895.      * Gets the public 'cache.system' shared service.
  896.      *
  897.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  898.      */
  899.     protected function getCache_SystemService()
  900.     {
  901.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q4D7zet3zr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  902.     }
  903.     /**
  904.      * Gets the public 'cache.system_clearer' shared service.
  905.      *
  906.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  907.      */
  908.     protected function getCache_SystemClearerService()
  909.     {
  910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  912.         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())]);
  913.     }
  914.     /**
  915.      * Gets the public 'cache.validator_expression_language' shared service.
  916.      *
  917.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  918.      */
  919.     protected function getCache_ValidatorExpressionLanguageService()
  920.     {
  921.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('szmSsiC3uV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  922.     }
  923.     /**
  924.      * Gets the public 'cache_warmer' shared service.
  925.      *
  926.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  927.      */
  928.     protected function getCacheWarmerService()
  929.     {
  930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  932.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  933.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  934.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  935.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  936.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  937.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  938.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  939.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  940.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  941.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  942.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  943.     }
  944.     /**
  945.      * Gets the public 'console.command_loader' shared service.
  946.      *
  947.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  948.      */
  949.     protected function getConsole_CommandLoaderService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  953.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  954.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  955.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  956.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  957.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  958.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  959.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  960.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  961.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  962.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  963.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  964.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  965.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  966.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  967.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  968.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  969.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  970.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  971.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  972.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  973.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  974.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  975.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  976.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  977.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  978.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  979.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  980.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  981.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  982.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  983.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  984.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  985.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  986.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  987.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  988.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  989.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  990.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  991.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  992.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  993.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  994.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  995.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  996.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  997.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  998.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  999.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1000.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1001.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1002.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1003.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1004.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1005.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1006.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1007.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1008.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1009.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1010.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1011.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1012.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1013.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1014.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1015.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1016.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1017.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1018.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1019.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1020.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1021.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1022.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1023.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1024.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1025.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1026.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1027.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1028.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1029.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1030.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1031.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1032.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1033.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1034.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1035.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1036.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1037.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1038.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1039.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1040.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1041.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1042.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1043.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1044.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1045.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1046.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1047.         ], [
  1048.             'console.command.about' => '?',
  1049.             'console.command.assets_install' => '?',
  1050.             'console.command.cache_clear' => '?',
  1051.             'console.command.cache_pool_clear' => '?',
  1052.             'console.command.cache_pool_prune' => '?',
  1053.             'console.command.cache_pool_delete' => '?',
  1054.             'console.command.cache_pool_list' => '?',
  1055.             'console.command.cache_warmup' => '?',
  1056.             'console.command.config_debug' => '?',
  1057.             'console.command.config_dump_reference' => '?',
  1058.             'console.command.container_debug' => '?',
  1059.             'console.command.container_lint' => '?',
  1060.             'console.command.debug_autowiring' => '?',
  1061.             'console.command.dotenv_debug' => '?',
  1062.             'console.command.event_dispatcher_debug' => '?',
  1063.             'console.command.router_debug' => '?',
  1064.             'console.command.router_match' => '?',
  1065.             'console.command.translation_debug' => '?',
  1066.             'console.command.translation_extract' => '?',
  1067.             'console.command.validator_debug' => '?',
  1068.             'console.command.translation_pull' => '?',
  1069.             'console.command.translation_push' => '?',
  1070.             'console.command.xliff_lint' => '?',
  1071.             'console.command.yaml_lint' => '?',
  1072.             'console.command.form_debug' => '?',
  1073.             'console.command.secrets_set' => '?',
  1074.             'console.command.secrets_remove' => '?',
  1075.             'console.command.secrets_generate_key' => '?',
  1076.             'console.command.secrets_list' => '?',
  1077.             'console.command.secrets_decrypt_to_local' => '?',
  1078.             'console.command.secrets_encrypt_from_local' => '?',
  1079.             'twig.command.debug' => '?',
  1080.             'twig.command.lint' => '?',
  1081.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1082.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1083.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1084.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1085.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1086.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1087.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1088.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1089.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1090.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1091.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1092.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1093.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1094.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1095.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1096.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1097.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1098.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1099.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1100.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1101.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1102.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1103.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1104.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1105.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1106.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1107.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1108.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1109.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1110.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1111.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1112.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1113.             'security.command.debug_firewall' => '?',
  1114.             'security.command.user_password_encoder' => '?',
  1115.             'security.command.user_password_hash' => '?',
  1116.             'var_dumper.command.server_dump' => '?',
  1117.             'monolog.command.server_log' => '?',
  1118.             'maker.auto_command.make_auth' => '?',
  1119.             'maker.auto_command.make_command' => '?',
  1120.             'maker.auto_command.make_twig_component' => '?',
  1121.             'maker.auto_command.make_controller' => '?',
  1122.             'maker.auto_command.make_crud' => '?',
  1123.             'maker.auto_command.make_docker_database' => '?',
  1124.             'maker.auto_command.make_entity' => '?',
  1125.             'maker.auto_command.make_fixtures' => '?',
  1126.             'maker.auto_command.make_form' => '?',
  1127.             'maker.auto_command.make_message' => '?',
  1128.             'maker.auto_command.make_messenger_middleware' => '?',
  1129.             'maker.auto_command.make_registration_form' => '?',
  1130.             'maker.auto_command.make_reset_password' => '?',
  1131.             'maker.auto_command.make_serializer_encoder' => '?',
  1132.             'maker.auto_command.make_serializer_normalizer' => '?',
  1133.             'maker.auto_command.make_subscriber' => '?',
  1134.             'maker.auto_command.make_twig_extension' => '?',
  1135.             'maker.auto_command.make_test' => '?',
  1136.             'maker.auto_command.make_validator' => '?',
  1137.             'maker.auto_command.make_voter' => '?',
  1138.             'maker.auto_command.make_user' => '?',
  1139.             'maker.auto_command.make_migration' => '?',
  1140.             'maker.auto_command.make_stimulus_controller' => '?',
  1141.         ]), ['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:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''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''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''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: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: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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''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']);
  1142.     }
  1143.     /**
  1144.      * Gets the public 'container.env_var_processors_locator' shared service.
  1145.      *
  1146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1147.      */
  1148.     protected function getContainer_EnvVarProcessorsLocatorService()
  1149.     {
  1150.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1151.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1152.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1153.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1154.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1155.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1156.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1157.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1158.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1159.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1160.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1161.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1162.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1163.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1164.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1165.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1166.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1167.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1168.         ], [
  1169.             'base64' => '?',
  1170.             'bool' => '?',
  1171.             'const' => '?',
  1172.             'csv' => '?',
  1173.             'default' => '?',
  1174.             'file' => '?',
  1175.             'float' => '?',
  1176.             'int' => '?',
  1177.             'json' => '?',
  1178.             'key' => '?',
  1179.             'not' => '?',
  1180.             'query_string' => '?',
  1181.             'require' => '?',
  1182.             'resolve' => '?',
  1183.             'string' => '?',
  1184.             'trim' => '?',
  1185.             'url' => '?',
  1186.         ]);
  1187.     }
  1188.     /**
  1189.      * Gets the public 'data_collector.dump' shared service.
  1190.      *
  1191.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1192.      */
  1193.     protected function getDataCollector_DumpService()
  1194.     {
  1195.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1196.     }
  1197.     /**
  1198.      * Gets the public 'doctrine' shared service.
  1199.      *
  1200.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1201.      */
  1202.     protected function getDoctrineService()
  1203.     {
  1204.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1205.     }
  1206.     /**
  1207.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1208.      *
  1209.      * @return \Doctrine\DBAL\Connection
  1210.      */
  1211.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1212.     {
  1213.         $a = new \Doctrine\DBAL\Configuration();
  1214.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1215.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1216.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1217.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1218.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1219.         $c->setConnectionName('default');
  1220.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1221.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1222.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1223.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1224.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1225.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1226.         ], [
  1227.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1228.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1229.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1230.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1231.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1232.     }
  1233.     /**
  1234.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1235.      *
  1236.      * @return \Doctrine\ORM\EntityManager
  1237.      */
  1238.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1239.     {
  1240.         $a = new \Doctrine\ORM\Configuration();
  1241.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1242.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1243.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1244.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1245.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1246.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1247.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1248.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1249.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1250.         ], [
  1251.             'doctrine.ulid_generator' => '?',
  1252.             'doctrine.uuid_generator' => '?',
  1253.         ])));
  1254.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1255.         $a->setProxyNamespace('Proxies');
  1256.         $a->setAutoGenerateProxyClasses(true);
  1257.         $a->setSchemaIgnoreClasses([]);
  1258.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1259.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1260.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1261.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1262.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1263.         $a->setLazyGhostObjectEnabled(false);
  1264.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1265.             'App\\Repository\\AgentActivityDetailLogFileRepository' => ['privates''App\\Repository\\AgentActivityDetailLogFileRepository''getAgentActivityDetailLogFileRepositoryService'false],
  1266.             'App\\Repository\\AgentBreakFileRepository' => ['privates''App\\Repository\\AgentBreakFileRepository''getAgentBreakFileRepositoryService'false],
  1267.             'App\\Repository\\AgentBreakReportRepository' => ['privates''App\\Repository\\AgentBreakReportRepository''getAgentBreakReportRepositoryService'false],
  1268.             'App\\Repository\\AgentBreakRepository' => ['privates''App\\Repository\\AgentBreakRepository''getAgentBreakRepositoryService'false],
  1269.             'App\\Repository\\AgentNameMapRepository' => ['privates''App\\Repository\\AgentNameMapRepository''getAgentNameMapRepositoryService'false],
  1270.             'App\\Repository\\AgentReleaseCodeLogFileRepository' => ['privates''App\\Repository\\AgentReleaseCodeLogFileRepository''getAgentReleaseCodeLogFileRepositoryService'false],
  1271.             'App\\Repository\\AgentReleaseCodeLogRepository' => ['privates''App\\Repository\\AgentReleaseCodeLogRepository''getAgentReleaseCodeLogRepositoryService'false],
  1272.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1273.         ], [
  1274.             'App\\Repository\\AgentActivityDetailLogFileRepository' => '?',
  1275.             'App\\Repository\\AgentBreakFileRepository' => '?',
  1276.             'App\\Repository\\AgentBreakReportRepository' => '?',
  1277.             'App\\Repository\\AgentBreakRepository' => '?',
  1278.             'App\\Repository\\AgentNameMapRepository' => '?',
  1279.             'App\\Repository\\AgentReleaseCodeLogFileRepository' => '?',
  1280.             'App\\Repository\\AgentReleaseCodeLogRepository' => '?',
  1281.             'App\\Repository\\UserRepository' => '?',
  1282.         ])));
  1283.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1284.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1285.         return $instance;
  1286.     }
  1287.     /**
  1288.      * Gets the public 'error_controller' shared service.
  1289.      *
  1290.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1291.      */
  1292.     protected function getErrorControllerService()
  1293.     {
  1294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1299.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1300.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), 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($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1301.     }
  1302.     /**
  1303.      * Gets the public 'event_dispatcher' shared service.
  1304.      *
  1305.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1306.      */
  1307.     protected function getEventDispatcherService()
  1308.     {
  1309.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1310.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1311.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1312.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1313.         $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())));
  1314.         $instance->addListener('kernel.controller', [=> function () {
  1315.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1316.         }, => 'onKernelController'], 0);
  1317.         $instance->addListener('kernel.response', [=> function () {
  1318.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1319.         }, => 'onKernelResponse'], 0);
  1320.         $instance->addListener('kernel.response', [=> function () {
  1321.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1322.         }, => 'onKernelResponse'], -1024);
  1323.         $instance->addListener('kernel.request', [=> function () {
  1324.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1325.         }, => 'setDefaultLocale'], 100);
  1326.         $instance->addListener('kernel.request', [=> function () {
  1327.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1328.         }, => 'onKernelRequest'], 16);
  1329.         $instance->addListener('kernel.finish_request', [=> function () {
  1330.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1331.         }, => 'onKernelFinishRequest'], 0);
  1332.         $instance->addListener('kernel.request', [=> function () {
  1333.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1334.         }, => 'onKernelRequest'], 256);
  1335.         $instance->addListener('kernel.response', [=> function () {
  1336.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1337.         }, => 'onResponse'], -255);
  1338.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1339.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1340.         }, => 'onControllerArguments'], 0);
  1341.         $instance->addListener('kernel.exception', [=> function () {
  1342.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1343.         }, => 'logKernelException'], 0);
  1344.         $instance->addListener('kernel.exception', [=> function () {
  1345.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1346.         }, => 'onKernelException'], -128);
  1347.         $instance->addListener('kernel.response', [=> function () {
  1348.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1349.         }, => 'removeCspHeader'], -128);
  1350.         $instance->addListener('kernel.request', [=> function () {
  1351.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1352.         }, => 'onKernelRequest'], 15);
  1353.         $instance->addListener('kernel.finish_request', [=> function () {
  1354.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1355.         }, => 'onKernelFinishRequest'], -15);
  1356.         $instance->addListener('console.error', [=> function () {
  1357.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1358.         }, => 'onConsoleError'], -128);
  1359.         $instance->addListener('console.terminate', [=> function () {
  1360.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1361.         }, => 'onConsoleTerminate'], -128);
  1362.         $instance->addListener('console.error', [=> function () {
  1363.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1364.         }, => 'onConsoleError'], 0);
  1365.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1366.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1367.         }, => 'onMessage'], -255);
  1368.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1369.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1370.         }, => 'onMessage'], -255);
  1371.         $instance->addListener('kernel.request', [=> function () {
  1372.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1373.         }, => 'configure'], 2048);
  1374.         $instance->addListener('console.command', [=> function () {
  1375.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1376.         }, => 'configure'], 2048);
  1377.         $instance->addListener('kernel.request', [=> function () {
  1378.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1379.         }, => 'onKernelRequest'], 32);
  1380.         $instance->addListener('kernel.finish_request', [=> function () {
  1381.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1382.         }, => 'onKernelFinishRequest'], 0);
  1383.         $instance->addListener('kernel.exception', [=> function () {
  1384.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1385.         }, => 'onKernelException'], -64);
  1386.         $instance->addListener('kernel.response', [=> function () {
  1387.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1388.         }, => 'onKernelResponse'], 0);
  1389.         $instance->addListener('kernel.request', [=> function () {
  1390.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1391.         }, => 'onKernelRequest'], 128);
  1392.         $instance->addListener('kernel.response', [=> function () {
  1393.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1394.         }, => 'onKernelResponse'], -1000);
  1395.         $instance->addListener('kernel.finish_request', [=> function () {
  1396.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1397.         }, => 'onFinishRequest'], 0);
  1398.         $instance->addListener('kernel.response', [=> function () {
  1399.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1400.         }, => 'onKernelResponse'], -100);
  1401.         $instance->addListener('kernel.exception', [=> function () {
  1402.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1403.         }, => 'onKernelException'], 0);
  1404.         $instance->addListener('kernel.terminate', [=> function () {
  1405.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1406.         }, => 'onKernelTerminate'], -1024);
  1407.         $instance->addListener('kernel.controller', [=> function () {
  1408.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1409.         }, => 'onKernelController'], 0);
  1410.         $instance->addListener('kernel.response', [=> function () {
  1411.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1412.         }, => 'onKernelResponse'], 0);
  1413.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1414.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1415.         }, => 'onMessage'], 0);
  1416.         $instance->addListener('kernel.controller', [=> function () {
  1417.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1418.         }, => 'onKernelController'], 0);
  1419.         $instance->addListener('kernel.controller', [=> function () {
  1420.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1421.         }, => 'onKernelController'], 0);
  1422.         $instance->addListener('kernel.controller', [=> function () {
  1423.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1424.         }, => 'onKernelController'], -128);
  1425.         $instance->addListener('kernel.view', [=> function () {
  1426.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1427.         }, => 'onKernelView'], 0);
  1428.         $instance->addListener('kernel.controller', [=> function () {
  1429.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1430.         }, => 'onKernelController'], 0);
  1431.         $instance->addListener('kernel.response', [=> function () {
  1432.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1433.         }, => 'onKernelResponse'], 0);
  1434.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1435.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1436.         }, => 'onKernelControllerArguments'], 0);
  1437.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1438.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1439.         }, => 'onKernelControllerArguments'], 0);
  1440.         $instance->addListener('kernel.response', [=> function () {
  1441.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1442.         }, => 'onKernelResponse'], 0);
  1443.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1444.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1445.         }, => 'onVoterVote'], 0);
  1446.         $instance->addListener('kernel.request', [=> function () {
  1447.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1448.         }, => 'configureLogoutUrlGenerator'], 8);
  1449.         $instance->addListener('kernel.request', [=> function () {
  1450.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1451.         }, => 'onKernelRequest'], 8);
  1452.         $instance->addListener('kernel.finish_request', [=> function () {
  1453.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1454.         }, => 'onKernelFinishRequest'], 0);
  1455.         $instance->addListener('kernel.response', [=> function () {
  1456.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1457.         }, => 'onKernelResponse'], -128);
  1458.         $instance->addListener('console.command', [=> function () {
  1459.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1460.         }, => 'onCommand'], 255);
  1461.         $instance->addListener('console.terminate', [=> function () {
  1462.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1463.         }, => 'onTerminate'], -255);
  1464.         $instance->addListener('console.command', [=> function () {
  1465.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1466.         }, => 'configure'], 1024);
  1467.         $instance->addListener('console.error', [=> function () {
  1468.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1469.         }, => 'onConsoleError'], 0);
  1470.         $instance->addListener('console.terminate', [=> function () {
  1471.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1472.         }, => 'onConsoleTerminate'], 0);
  1473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1474.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1475.         }, => 'onLogout'], 0);
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the public 'http_kernel' shared service.
  1480.      *
  1481.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1482.      */
  1483.     protected function getHttpKernelService()
  1484.     {
  1485.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1486.         if (isset($this->services['http_kernel'])) {
  1487.             return $this->services['http_kernel'];
  1488.         }
  1489.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1490.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1491.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1492.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1493.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1494.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1495.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1496.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1497.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1498.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1499.         }, 8)), $b));
  1500.     }
  1501.     /**
  1502.      * Gets the public 'request_stack' shared service.
  1503.      *
  1504.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1505.      */
  1506.     protected function getRequestStackService()
  1507.     {
  1508.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1509.     }
  1510.     /**
  1511.      * Gets the public 'router' shared service.
  1512.      *
  1513.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1514.      */
  1515.     protected function getRouterService()
  1516.     {
  1517.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1518.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1519.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1520.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1521.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1522.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1523.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1524.         ], [
  1525.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1526.         ]))->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');
  1527.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1528.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1529.         return $instance;
  1530.     }
  1531.     /**
  1532.      * Gets the public 'routing.loader' shared service.
  1533.      *
  1534.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1535.      */
  1536.     protected function getRouting_LoaderService()
  1537.     {
  1538.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1562.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1563.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1564.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1565.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1566.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1567.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1568.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1569.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1570.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1571.             'kernel' => ['services''kernel''getKernelService'false],
  1572.         ], [
  1573.             'kernel' => 'App\\Kernel',
  1574.         ]), 'dev'));
  1575.         $a->addLoader($c);
  1576.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1577.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1578.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1579.     }
  1580.     /**
  1581.      * Gets the public 'services_resetter' shared service.
  1582.      *
  1583.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1584.      */
  1585.     protected function getServicesResetterService()
  1586.     {
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1588.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1589.             if (isset($this->services['cache.app'])) {
  1590.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1591.             }
  1592.             if (isset($this->services['cache.system'])) {
  1593.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1594.             }
  1595.             if (isset($this->privates['cache.validator'])) {
  1596.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1597.             }
  1598.             if (isset($this->privates['cache.serializer'])) {
  1599.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1600.             }
  1601.             if (isset($this->privates['cache.annotations'])) {
  1602.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1603.             }
  1604.             if (isset($this->privates['cache.property_info'])) {
  1605.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1606.             }
  1607.             if (isset($this->privates['.debug.http_client'])) {
  1608.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1609.             }
  1610.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1611.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1612.             }
  1613.             if (isset($this->privates['debug.stopwatch'])) {
  1614.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1615.             }
  1616.             if (isset($this->services['event_dispatcher'])) {
  1617.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1618.             }
  1619.             if (isset($this->privates['session_listener'])) {
  1620.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1621.             }
  1622.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1623.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1624.             }
  1625.             if (isset($this->services['cache.validator_expression_language'])) {
  1626.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1627.             }
  1628.             if (isset($this->services['.container.private.profiler'])) {
  1629.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1630.             }
  1631.             if (isset($this->services['.container.private.validator'])) {
  1632.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1633.             }
  1634.             if (isset($this->privates['twig.form.engine'])) {
  1635.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1636.             }
  1637.             if (isset($this->services['doctrine'])) {
  1638.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1639.             }
  1640.             if (isset($this->privates['form.type.entity'])) {
  1641.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1642.             }
  1643.             if (isset($this->services['.container.private.security.token_storage'])) {
  1644.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1645.             }
  1646.             if (isset($this->privates['cache.security_expression_language'])) {
  1647.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1648.             }
  1649.             if (isset($this->privates['monolog.handler.main'])) {
  1650.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1651.             }
  1652.             if (isset($this->privates['monolog.handler.console'])) {
  1653.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1654.             }
  1655.             if (isset($this->privates['.debug.http_client'])) {
  1656.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1657.             }
  1658.         }, function () {
  1659.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (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->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1660.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1661.     }
  1662.     /**
  1663.      * Gets the public 'translator' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1666.      */
  1667.     protected function getTranslatorService()
  1668.     {
  1669.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1670.     }
  1671.     /**
  1672.      * Gets the public 'var_dumper.cloner' shared service.
  1673.      *
  1674.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1675.      */
  1676.     protected function getVarDumper_ClonerService()
  1677.     {
  1678.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1679.         $instance->setMaxItems(2500);
  1680.         $instance->setMinDepth(1);
  1681.         $instance->setMaxString(-1);
  1682.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1683.         return $instance;
  1684.     }
  1685.     /**
  1686.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1687.      *
  1688.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1689.      */
  1690.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1691.     {
  1692.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1693.         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()));
  1694.     }
  1695.     /**
  1696.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1697.      *
  1698.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1699.      */
  1700.     protected function getWebProfiler_Controller_ProfilerService()
  1701.     {
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1703.         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));
  1704.     }
  1705.     /**
  1706.      * Gets the public 'web_profiler.controller.router' shared service.
  1707.      *
  1708.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1709.      */
  1710.     protected function getWebProfiler_Controller_RouterService()
  1711.     {
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1713.         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 () {
  1714.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1715.         }, 1));
  1716.     }
  1717.     /**
  1718.      * Gets the private '.console.command.about.lazy' shared service.
  1719.      *
  1720.      * @return \Symfony\Component\Console\Command\LazyCommand
  1721.      */
  1722.     protected function get_Console_Command_About_LazyService()
  1723.     {
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1726.         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 {
  1727.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1728.         });
  1729.     }
  1730.     /**
  1731.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1732.      *
  1733.      * @return \Symfony\Component\Console\Command\LazyCommand
  1734.      */
  1735.     protected function get_Console_Command_AssetsInstall_LazyService()
  1736.     {
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1739.         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 {
  1740.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1741.         });
  1742.     }
  1743.     /**
  1744.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1745.      *
  1746.      * @return \Symfony\Component\Console\Command\LazyCommand
  1747.      */
  1748.     protected function get_Console_Command_CacheClear_LazyService()
  1749.     {
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1752.         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 {
  1753.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1754.         });
  1755.     }
  1756.     /**
  1757.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1758.      *
  1759.      * @return \Symfony\Component\Console\Command\LazyCommand
  1760.      */
  1761.     protected function get_Console_Command_CachePoolClear_LazyService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1765.         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 {
  1766.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1767.         });
  1768.     }
  1769.     /**
  1770.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1771.      *
  1772.      * @return \Symfony\Component\Console\Command\LazyCommand
  1773.      */
  1774.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1778.         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 {
  1779.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1780.         });
  1781.     }
  1782.     /**
  1783.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1784.      *
  1785.      * @return \Symfony\Component\Console\Command\LazyCommand
  1786.      */
  1787.     protected function get_Console_Command_CachePoolList_LazyService()
  1788.     {
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1791.         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 {
  1792.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1793.         });
  1794.     }
  1795.     /**
  1796.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\Console\Command\LazyCommand
  1799.      */
  1800.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1801.     {
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1804.         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 {
  1805.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1806.         });
  1807.     }
  1808.     /**
  1809.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1810.      *
  1811.      * @return \Symfony\Component\Console\Command\LazyCommand
  1812.      */
  1813.     protected function get_Console_Command_CacheWarmup_LazyService()
  1814.     {
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1817.         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 {
  1818.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1819.         });
  1820.     }
  1821.     /**
  1822.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\Console\Command\LazyCommand
  1825.      */
  1826.     protected function get_Console_Command_ConfigDebug_LazyService()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1830.         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 {
  1831.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1832.         });
  1833.     }
  1834.     /**
  1835.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1836.      *
  1837.      * @return \Symfony\Component\Console\Command\LazyCommand
  1838.      */
  1839.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1840.     {
  1841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1843.         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 {
  1844.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1845.         });
  1846.     }
  1847.     /**
  1848.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1849.      *
  1850.      * @return \Symfony\Component\Console\Command\LazyCommand
  1851.      */
  1852.     protected function get_Console_Command_ContainerDebug_LazyService()
  1853.     {
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1856.         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 {
  1857.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1858.         });
  1859.     }
  1860.     /**
  1861.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\Console\Command\LazyCommand
  1864.      */
  1865.     protected function get_Console_Command_ContainerLint_LazyService()
  1866.     {
  1867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1869.         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 {
  1870.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1871.         });
  1872.     }
  1873.     /**
  1874.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1875.      *
  1876.      * @return \Symfony\Component\Console\Command\LazyCommand
  1877.      */
  1878.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1879.     {
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1882.         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 {
  1883.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1884.         });
  1885.     }
  1886.     /**
  1887.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1888.      *
  1889.      * @return \Symfony\Component\Console\Command\LazyCommand
  1890.      */
  1891.     protected function get_Console_Command_DotenvDebug_LazyService()
  1892.     {
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1895.         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 {
  1896.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1897.         });
  1898.     }
  1899.     /**
  1900.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\Console\Command\LazyCommand
  1903.      */
  1904.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1905.     {
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1908.         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 {
  1909.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1910.         });
  1911.     }
  1912.     /**
  1913.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Console\Command\LazyCommand
  1916.      */
  1917.     protected function get_Console_Command_FormDebug_LazyService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1921.         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 {
  1922.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1923.         });
  1924.     }
  1925.     /**
  1926.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1927.      *
  1928.      * @return \Symfony\Component\Console\Command\LazyCommand
  1929.      */
  1930.     protected function get_Console_Command_RouterDebug_LazyService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1934.         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 {
  1935.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1936.         });
  1937.     }
  1938.     /**
  1939.      * Gets the private '.console.command.router_match.lazy' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Console\Command\LazyCommand
  1942.      */
  1943.     protected function get_Console_Command_RouterMatch_LazyService()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1947.         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 {
  1948.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1949.         });
  1950.     }
  1951.     /**
  1952.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1953.      *
  1954.      * @return \Symfony\Component\Console\Command\LazyCommand
  1955.      */
  1956.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1960.         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 {
  1961.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1962.         });
  1963.     }
  1964.     /**
  1965.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\Console\Command\LazyCommand
  1968.      */
  1969.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1970.     {
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1973.         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 {
  1974.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1975.         });
  1976.     }
  1977.     /**
  1978.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  1979.      *
  1980.      * @return \Symfony\Component\Console\Command\LazyCommand
  1981.      */
  1982.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  1983.     {
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1986.         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 {
  1987.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  1988.         });
  1989.     }
  1990.     /**
  1991.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  1992.      *
  1993.      * @return \Symfony\Component\Console\Command\LazyCommand
  1994.      */
  1995.     protected function get_Console_Command_SecretsList_LazyService()
  1996.     {
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1999.         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 {
  2000.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2001.         });
  2002.     }
  2003.     /**
  2004.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Console\Command\LazyCommand
  2007.      */
  2008.     protected function get_Console_Command_SecretsRemove_LazyService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2012.         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 {
  2013.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2014.         });
  2015.     }
  2016.     /**
  2017.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\Console\Command\LazyCommand
  2020.      */
  2021.     protected function get_Console_Command_SecretsSet_LazyService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2025.         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 {
  2026.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2027.         });
  2028.     }
  2029.     /**
  2030.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2031.      *
  2032.      * @return \Symfony\Component\Console\Command\LazyCommand
  2033.      */
  2034.     protected function get_Console_Command_TranslationDebug_LazyService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2038.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2039.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2040.         });
  2041.     }
  2042.     /**
  2043.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2044.      *
  2045.      * @return \Symfony\Component\Console\Command\LazyCommand
  2046.      */
  2047.     protected function get_Console_Command_TranslationExtract_LazyService()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2051.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2052.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2053.         });
  2054.     }
  2055.     /**
  2056.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\Console\Command\LazyCommand
  2059.      */
  2060.     protected function get_Console_Command_TranslationPull_LazyService()
  2061.     {
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2064.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2065.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2066.         });
  2067.     }
  2068.     /**
  2069.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\Console\Command\LazyCommand
  2072.      */
  2073.     protected function get_Console_Command_TranslationPush_LazyService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2077.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2078.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2079.         });
  2080.     }
  2081.     /**
  2082.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\Console\Command\LazyCommand
  2085.      */
  2086.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2087.     {
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2090.         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 {
  2091.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2092.         });
  2093.     }
  2094.     /**
  2095.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\Console\Command\LazyCommand
  2098.      */
  2099.     protected function get_Console_Command_XliffLint_LazyService()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2103.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  2104.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2105.         });
  2106.     }
  2107.     /**
  2108.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Console\Command\LazyCommand
  2111.      */
  2112.     protected function get_Console_Command_YamlLint_LazyService()
  2113.     {
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2116.         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 {
  2117.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2118.         });
  2119.     }
  2120.     /**
  2121.      * Gets the private '.debug.http_client' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2124.      */
  2125.     protected function get_Debug_HttpClientService()
  2126.     {
  2127.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2128.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2129.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2130.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2131.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2132.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2133.         $a->setLogger($b);
  2134.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2135.     }
  2136.     /**
  2137.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2138.      *
  2139.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2140.      */
  2141.     protected function getLoaderInterfaceService()
  2142.     {
  2143.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": 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".');
  2144.     }
  2145.     /**
  2146.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\Console\Command\LazyCommand
  2149.      */
  2150.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2154.         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 {
  2155.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2156.         });
  2157.     }
  2158.     /**
  2159.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2160.      *
  2161.      * @return \Symfony\Component\Console\Command\LazyCommand
  2162.      */
  2163.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2164.     {
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2167.         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 {
  2168.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2169.         });
  2170.     }
  2171.     /**
  2172.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2173.      *
  2174.      * @return \Symfony\Component\Console\Command\LazyCommand
  2175.      */
  2176.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2177.     {
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2180.         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 {
  2181.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2182.         });
  2183.     }
  2184.     /**
  2185.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2186.      *
  2187.      * @return \Symfony\Component\Console\Command\LazyCommand
  2188.      */
  2189.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2190.     {
  2191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2193.         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 {
  2194.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2195.         });
  2196.     }
  2197.     /**
  2198.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2199.      *
  2200.      * @return \Symfony\Component\Console\Command\LazyCommand
  2201.      */
  2202.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2206.         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 {
  2207.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2208.         });
  2209.     }
  2210.     /**
  2211.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2212.      *
  2213.      * @return \Symfony\Component\Console\Command\LazyCommand
  2214.      */
  2215.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2216.     {
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2219.         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 {
  2220.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2221.         });
  2222.     }
  2223.     /**
  2224.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Console\Command\LazyCommand
  2227.      */
  2228.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2232.         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 {
  2233.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2234.         });
  2235.     }
  2236.     /**
  2237.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\Console\Command\LazyCommand
  2240.      */
  2241.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2245.         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 {
  2246.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2247.         });
  2248.     }
  2249.     /**
  2250.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2251.      *
  2252.      * @return \Symfony\Component\Console\Command\LazyCommand
  2253.      */
  2254.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2258.         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 {
  2259.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2260.         });
  2261.     }
  2262.     /**
  2263.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2264.      *
  2265.      * @return \Symfony\Component\Console\Command\LazyCommand
  2266.      */
  2267.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2271.         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 {
  2272.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2273.         });
  2274.     }
  2275.     /**
  2276.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2277.      *
  2278.      * @return \Symfony\Component\Console\Command\LazyCommand
  2279.      */
  2280.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2281.     {
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2284.         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 {
  2285.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2286.         });
  2287.     }
  2288.     /**
  2289.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2290.      *
  2291.      * @return \Symfony\Component\Console\Command\LazyCommand
  2292.      */
  2293.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2294.     {
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2297.         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 {
  2298.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2299.         });
  2300.     }
  2301.     /**
  2302.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\Console\Command\LazyCommand
  2305.      */
  2306.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2307.     {
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2310.         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 {
  2311.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2312.         });
  2313.     }
  2314.     /**
  2315.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2316.      *
  2317.      * @return \Symfony\Component\Console\Command\LazyCommand
  2318.      */
  2319.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2323.         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 {
  2324.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2325.         });
  2326.     }
  2327.     /**
  2328.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2329.      *
  2330.      * @return \Symfony\Component\Console\Command\LazyCommand
  2331.      */
  2332.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2336.         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 {
  2337.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2338.         });
  2339.     }
  2340.     /**
  2341.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2342.      *
  2343.      * @return \Symfony\Component\Console\Command\LazyCommand
  2344.      */
  2345.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2346.     {
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2349.         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 {
  2350.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2351.         });
  2352.     }
  2353.     /**
  2354.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2355.      *
  2356.      * @return \Symfony\Component\Console\Command\LazyCommand
  2357.      */
  2358.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2362.         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 {
  2363.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2364.         });
  2365.     }
  2366.     /**
  2367.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2368.      *
  2369.      * @return \Symfony\Component\Console\Command\LazyCommand
  2370.      */
  2371.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2372.     {
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2375.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2376.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2377.         });
  2378.     }
  2379.     /**
  2380.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2381.      *
  2382.      * @return \Symfony\Component\Console\Command\LazyCommand
  2383.      */
  2384.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2385.     {
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2388.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2389.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2390.         });
  2391.     }
  2392.     /**
  2393.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2394.      *
  2395.      * @return \Symfony\Component\Console\Command\LazyCommand
  2396.      */
  2397.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2398.     {
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2401.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2402.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2403.         });
  2404.     }
  2405.     /**
  2406.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2407.      *
  2408.      * @return \Symfony\Component\Console\Command\LazyCommand
  2409.      */
  2410.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2411.     {
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2414.         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 {
  2415.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2416.         });
  2417.     }
  2418.     /**
  2419.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\Console\Command\LazyCommand
  2422.      */
  2423.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2427.         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 {
  2428.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2429.         });
  2430.     }
  2431.     /**
  2432.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\Console\Command\LazyCommand
  2435.      */
  2436.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2437.     {
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2440.         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 {
  2441.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2442.         });
  2443.     }
  2444.     /**
  2445.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2446.      *
  2447.      * @return \Symfony\Component\Console\Command\LazyCommand
  2448.      */
  2449.     protected function get_Monolog_Command_ServerLog_LazyService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2453.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  2454.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2455.         });
  2456.     }
  2457.     /**
  2458.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\Console\Command\LazyCommand
  2461.      */
  2462.     protected function get_Security_Command_DebugFirewall_LazyService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2466.         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 {
  2467.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2468.         });
  2469.     }
  2470.     /**
  2471.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2472.      *
  2473.      * @return \Symfony\Component\Console\Command\LazyCommand
  2474.      */
  2475.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2476.     {
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2479.         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 {
  2480.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2481.         });
  2482.     }
  2483.     /**
  2484.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2485.      *
  2486.      * @return \Symfony\Component\Console\Command\LazyCommand
  2487.      */
  2488.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2489.     {
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2492.         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 {
  2493.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2494.         });
  2495.     }
  2496.     /**
  2497.      * Gets the private '.service_locator.4CUjcdw' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2500.      */
  2501.     protected function get_ServiceLocator_4CUjcdwService()
  2502.     {
  2503.         return $this->privates['.service_locator.4CUjcdw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2504.             'App\\Controller\\AgentActivityDetailLogFileController::new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2505.             'App\\Controller\\AgentBreakFileController::new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2506.             'App\\Controller\\AgentBreakReportController::new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2507.             'App\\Controller\\AgentReleaseCodeLogFileController::new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2508.             'App\\Controller\\LuckyController::number' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2509.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2510.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2511.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2512.             'App\\Controller\\AgentActivityDetailLogFileController:new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2513.             'App\\Controller\\AgentBreakFileController:new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2514.             'App\\Controller\\AgentBreakReportController:new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2515.             'App\\Controller\\AgentReleaseCodeLogFileController:new' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2516.             'App\\Controller\\LuckyController:number' => ['privates''.service_locator.B2N.LKQ''get_ServiceLocator_B2N_LKQService'false],
  2517.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2518.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2519.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2520.         ], [
  2521.             'App\\Controller\\AgentActivityDetailLogFileController::new' => '?',
  2522.             'App\\Controller\\AgentBreakFileController::new' => '?',
  2523.             'App\\Controller\\AgentBreakReportController::new' => '?',
  2524.             'App\\Controller\\AgentReleaseCodeLogFileController::new' => '?',
  2525.             'App\\Controller\\LuckyController::number' => '?',
  2526.             'App\\Controller\\SecurityController::login' => '?',
  2527.             'kernel::loadRoutes' => '?',
  2528.             'kernel::registerContainerConfiguration' => '?',
  2529.             'App\\Controller\\AgentActivityDetailLogFileController:new' => '?',
  2530.             'App\\Controller\\AgentBreakFileController:new' => '?',
  2531.             'App\\Controller\\AgentBreakReportController:new' => '?',
  2532.             'App\\Controller\\AgentReleaseCodeLogFileController:new' => '?',
  2533.             'App\\Controller\\LuckyController:number' => '?',
  2534.             'App\\Controller\\SecurityController:login' => '?',
  2535.             'kernel:loadRoutes' => '?',
  2536.             'kernel:registerContainerConfiguration' => '?',
  2537.         ]);
  2538.     }
  2539.     /**
  2540.      * Gets the private '.service_locator.B2N.LKQ' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2543.      */
  2544.     protected function get_ServiceLocator_B2N_LKQService()
  2545.     {
  2546.         return $this->privates['.service_locator.B2N.LKQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2547.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2548.         ], [
  2549.             'logger' => '?',
  2550.         ]);
  2551.     }
  2552.     /**
  2553.      * Gets the private '.service_locator.XsyfP82' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2556.      */
  2557.     protected function get_ServiceLocator_XsyfP82Service()
  2558.     {
  2559.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2560.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2561.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2562.         ], [
  2563.             'event_dispatcher' => '?',
  2564.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2565.         ]);
  2566.     }
  2567.     /**
  2568.      * Gets the private '.service_locator.mx0UMmY' shared service.
  2569.      *
  2570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2571.      */
  2572.     protected function get_ServiceLocator_Mx0UMmYService()
  2573.     {
  2574.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2575.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2576.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2577.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2578.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2579.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2580.             'router' => ['services''router''getRouterService'false],
  2581.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2582.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2583.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2584.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2585.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2586.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2587.         ], [
  2588.             'doctrine' => '?',
  2589.             'form.factory' => '?',
  2590.             'http_kernel' => '?',
  2591.             'parameter_bag' => '?',
  2592.             'request_stack' => '?',
  2593.             'router' => '?',
  2594.             'security.authorization_checker' => '?',
  2595.             'security.csrf.token_manager' => '?',
  2596.             'security.token_storage' => '?',
  2597.             'serializer' => '?',
  2598.             'session' => '.session.deprecated',
  2599.             'twig' => '?',
  2600.         ]);
  2601.     }
  2602.     /**
  2603.      * Gets the private '.service_locator.xUrKPVU' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2606.      */
  2607.     protected function get_ServiceLocator_XUrKPVUService()
  2608.     {
  2609.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2610.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": 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".'],
  2611.         ], [
  2612.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2613.         ]);
  2614.     }
  2615.     /**
  2616.      * Gets the private '.service_locator.zFcJjKU' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2619.      */
  2620.     protected function get_ServiceLocator_ZFcJjKUService()
  2621.     {
  2622.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2623.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2624.         ], [
  2625.             'authenticationUtils' => '?',
  2626.         ]);
  2627.     }
  2628.     /**
  2629.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2630.      *
  2631.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2632.      */
  2633.     protected function get_ServiceLocator_ZJyh7qSService()
  2634.     {
  2635.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2636.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2637.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2638.         ], [
  2639.             'security.firewall.map.context.dev' => '?',
  2640.             'security.firewall.map.context.main' => '?',
  2641.         ]);
  2642.     }
  2643.     /**
  2644.      * Gets the private '.session.deprecated' shared service.
  2645.      *
  2646.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2647.      */
  2648.     protected function get_Session_DeprecatedService()
  2649.     {
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2652.         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();
  2653.     }
  2654.     /**
  2655.      * Gets the private '.twig.command.debug.lazy' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\Console\Command\LazyCommand
  2658.      */
  2659.     protected function get_Twig_Command_Debug_LazyService()
  2660.     {
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2663.         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 {
  2664.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2665.         });
  2666.     }
  2667.     /**
  2668.      * Gets the private '.twig.command.lint.lazy' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\Console\Command\LazyCommand
  2671.      */
  2672.     protected function get_Twig_Command_Lint_LazyService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2676.         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 {
  2677.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2678.         });
  2679.     }
  2680.     /**
  2681.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2682.      *
  2683.      * @return \Symfony\Component\Console\Command\LazyCommand
  2684.      */
  2685.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2686.     {
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2689.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  2690.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2691.         });
  2692.     }
  2693.     /**
  2694.      * Gets the private 'App\Form\Type\AgentActivityDetailLogFileType' shared autowired service.
  2695.      *
  2696.      * @return \App\Form\Type\AgentActivityDetailLogFileType
  2697.      */
  2698.     protected function getAgentActivityDetailLogFileTypeService()
  2699.     {
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2702.         include_once \dirname(__DIR__4).'/src/Form/Type/AgentActivityDetailLogFileType.php';
  2703.         return $this->privates['App\\Form\\Type\\AgentActivityDetailLogFileType'] = new \App\Form\Type\AgentActivityDetailLogFileType();
  2704.     }
  2705.     /**
  2706.      * Gets the private 'App\Form\Type\AgentBreakFileType' shared autowired service.
  2707.      *
  2708.      * @return \App\Form\Type\AgentBreakFileType
  2709.      */
  2710.     protected function getAgentBreakFileTypeService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2714.         include_once \dirname(__DIR__4).'/src/Form/Type/AgentBreakFileType.php';
  2715.         return $this->privates['App\\Form\\Type\\AgentBreakFileType'] = new \App\Form\Type\AgentBreakFileType();
  2716.     }
  2717.     /**
  2718.      * Gets the private 'App\Form\Type\AgentBreakReportType' shared autowired service.
  2719.      *
  2720.      * @return \App\Form\Type\AgentBreakReportType
  2721.      */
  2722.     protected function getAgentBreakReportTypeService()
  2723.     {
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2726.         include_once \dirname(__DIR__4).'/src/Form/Type/AgentBreakReportType.php';
  2727.         return $this->privates['App\\Form\\Type\\AgentBreakReportType'] = new \App\Form\Type\AgentBreakReportType();
  2728.     }
  2729.     /**
  2730.      * Gets the private 'App\Form\Type\AgentReleaseCodeLogFileType' shared autowired service.
  2731.      *
  2732.      * @return \App\Form\Type\AgentReleaseCodeLogFileType
  2733.      */
  2734.     protected function getAgentReleaseCodeLogFileTypeService()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2738.         include_once \dirname(__DIR__4).'/src/Form/Type/AgentReleaseCodeLogFileType.php';
  2739.         return $this->privates['App\\Form\\Type\\AgentReleaseCodeLogFileType'] = new \App\Form\Type\AgentReleaseCodeLogFileType();
  2740.     }
  2741.     /**
  2742.      * Gets the private 'App\Repository\AgentActivityDetailLogFileRepository' shared autowired service.
  2743.      *
  2744.      * @return \App\Repository\AgentActivityDetailLogFileRepository
  2745.      */
  2746.     protected function getAgentActivityDetailLogFileRepositoryService()
  2747.     {
  2748.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2753.         include_once \dirname(__DIR__4).'/src/Repository/AgentActivityDetailLogFileRepository.php';
  2754.         return $this->privates['App\\Repository\\AgentActivityDetailLogFileRepository'] = new \App\Repository\AgentActivityDetailLogFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2755.     }
  2756.     /**
  2757.      * Gets the private 'App\Repository\AgentBreakFileRepository' shared autowired service.
  2758.      *
  2759.      * @return \App\Repository\AgentBreakFileRepository
  2760.      */
  2761.     protected function getAgentBreakFileRepositoryService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2768.         include_once \dirname(__DIR__4).'/src/Repository/AgentBreakFileRepository.php';
  2769.         return $this->privates['App\\Repository\\AgentBreakFileRepository'] = new \App\Repository\AgentBreakFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2770.     }
  2771.     /**
  2772.      * Gets the private 'App\Repository\AgentBreakReportRepository' shared autowired service.
  2773.      *
  2774.      * @return \App\Repository\AgentBreakReportRepository
  2775.      */
  2776.     protected function getAgentBreakReportRepositoryService()
  2777.     {
  2778.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2779.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2781.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2783.         include_once \dirname(__DIR__4).'/src/Repository/AgentBreakReportRepository.php';
  2784.         return $this->privates['App\\Repository\\AgentBreakReportRepository'] = new \App\Repository\AgentBreakReportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2785.     }
  2786.     /**
  2787.      * Gets the private 'App\Repository\AgentBreakRepository' shared autowired service.
  2788.      *
  2789.      * @return \App\Repository\AgentBreakRepository
  2790.      */
  2791.     protected function getAgentBreakRepositoryService()
  2792.     {
  2793.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2794.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2795.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2797.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2798.         include_once \dirname(__DIR__4).'/src/Repository/AgentBreakRepository.php';
  2799.         return $this->privates['App\\Repository\\AgentBreakRepository'] = new \App\Repository\AgentBreakRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2800.     }
  2801.     /**
  2802.      * Gets the private 'App\Repository\AgentNameMapRepository' shared autowired service.
  2803.      *
  2804.      * @return \App\Repository\AgentNameMapRepository
  2805.      */
  2806.     protected function getAgentNameMapRepositoryService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2809.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2813.         include_once \dirname(__DIR__4).'/src/Repository/AgentNameMapRepository.php';
  2814.         return $this->privates['App\\Repository\\AgentNameMapRepository'] = new \App\Repository\AgentNameMapRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2815.     }
  2816.     /**
  2817.      * Gets the private 'App\Repository\AgentReleaseCodeLogFileRepository' shared autowired service.
  2818.      *
  2819.      * @return \App\Repository\AgentReleaseCodeLogFileRepository
  2820.      */
  2821.     protected function getAgentReleaseCodeLogFileRepositoryService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2828.         include_once \dirname(__DIR__4).'/src/Repository/AgentReleaseCodeLogFileRepository.php';
  2829.         return $this->privates['App\\Repository\\AgentReleaseCodeLogFileRepository'] = new \App\Repository\AgentReleaseCodeLogFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'App\Repository\AgentReleaseCodeLogRepository' shared autowired service.
  2833.      *
  2834.      * @return \App\Repository\AgentReleaseCodeLogRepository
  2835.      */
  2836.     protected function getAgentReleaseCodeLogRepositoryService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2843.         include_once \dirname(__DIR__4).'/src/Repository/AgentReleaseCodeLogRepository.php';
  2844.         return $this->privates['App\\Repository\\AgentReleaseCodeLogRepository'] = new \App\Repository\AgentReleaseCodeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2845.     }
  2846.     /**
  2847.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2848.      *
  2849.      * @return \App\Repository\UserRepository
  2850.      */
  2851.     protected function getUserRepositoryService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2859.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2860.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2861.     }
  2862.     /**
  2863.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2864.      *
  2865.      * @return \App\Security\LoginFormAuthenticator
  2866.      */
  2867.     protected function getLoginFormAuthenticatorService()
  2868.     {
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2872.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2875.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2876.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  2877.     }
  2878.     /**
  2879.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2880.      *
  2881.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2882.      */
  2883.     protected function getManagerRegistryAwareConnectionProviderService()
  2884.     {
  2885.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2887.         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'));
  2888.     }
  2889.     /**
  2890.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2891.      *
  2892.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2893.      */
  2894.     protected function getRunSqlCommandService()
  2895.     {
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2898.         $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()));
  2899.         $instance->setName('dbal:run-sql');
  2900.         return $instance;
  2901.     }
  2902.     /**
  2903.      * Gets the private 'annotations.cache_adapter' shared service.
  2904.      *
  2905.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2906.      */
  2907.     protected function getAnnotations_CacheAdapterService()
  2908.     {
  2909.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2910.     }
  2911.     /**
  2912.      * Gets the private 'annotations.cache_warmer' shared service.
  2913.      *
  2914.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2915.      */
  2916.     protected function getAnnotations_CacheWarmerService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2921.         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);
  2922.     }
  2923.     /**
  2924.      * Gets the private 'annotations.cached_reader' shared service.
  2925.      *
  2926.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2927.      */
  2928.     protected function getAnnotations_CachedReaderService()
  2929.     {
  2930.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2931.     }
  2932.     /**
  2933.      * Gets the private 'annotations.reader' shared service.
  2934.      *
  2935.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2936.      */
  2937.     protected function getAnnotations_ReaderService()
  2938.     {
  2939.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2940.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2941.         $a->registerUniqueLoader('class_exists');
  2942.         $instance->addGlobalIgnoredName('required'$a);
  2943.         return $instance;
  2944.     }
  2945.     /**
  2946.      * Gets the private 'cache.annotations' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2949.      */
  2950.     protected function getCache_AnnotationsService()
  2951.     {
  2952.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('83eGV3bN9G'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2953.     }
  2954.     /**
  2955.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2958.      */
  2959.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2960.     {
  2961.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2962.     }
  2963.     /**
  2964.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2965.      *
  2966.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2967.      */
  2968.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2969.     {
  2970.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2971.     }
  2972.     /**
  2973.      * Gets the private 'cache.property_info' shared service.
  2974.      *
  2975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2976.      */
  2977.     protected function getCache_PropertyInfoService()
  2978.     {
  2979.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PNHbbjPAAr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2980.     }
  2981.     /**
  2982.      * Gets the private 'cache.security_expression_language' shared service.
  2983.      *
  2984.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2985.      */
  2986.     protected function getCache_SecurityExpressionLanguageService()
  2987.     {
  2988.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JFXGifRBuB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2989.     }
  2990.     /**
  2991.      * Gets the private 'cache.serializer' shared service.
  2992.      *
  2993.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2994.      */
  2995.     protected function getCache_SerializerService()
  2996.     {
  2997.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mRVm0uBweC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2998.     }
  2999.     /**
  3000.      * Gets the private 'cache.validator' shared service.
  3001.      *
  3002.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3003.      */
  3004.     protected function getCache_ValidatorService()
  3005.     {
  3006.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OSEvgOqUtR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3007.     }
  3008.     /**
  3009.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3010.      *
  3011.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3012.      */
  3013.     protected function getCachePoolClearer_CacheWarmerService()
  3014.     {
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3017.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  3018.     }
  3019.     /**
  3020.      * Gets the private 'config_builder.warmer' shared service.
  3021.      *
  3022.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3023.      */
  3024.     protected function getConfigBuilder_WarmerService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3028.         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()));
  3029.     }
  3030.     /**
  3031.      * Gets the private 'config_cache_factory' shared service.
  3032.      *
  3033.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3034.      */
  3035.     protected function getConfigCacheFactoryService()
  3036.     {
  3037.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3038.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  3039.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3040.         }, 2));
  3041.     }
  3042.     /**
  3043.      * Gets the private 'console.command.about' shared service.
  3044.      *
  3045.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3046.      */
  3047.     protected function getConsole_Command_AboutService()
  3048.     {
  3049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3051.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3052.         $instance->setName('about');
  3053.         $instance->setDescription('Display information about the current project');
  3054.         return $instance;
  3055.     }
  3056.     /**
  3057.      * Gets the private 'console.command.assets_install' shared service.
  3058.      *
  3059.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3060.      */
  3061.     protected function getConsole_Command_AssetsInstallService()
  3062.     {
  3063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3066.         $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));
  3067.         $instance->setName('assets:install');
  3068.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3069.         return $instance;
  3070.     }
  3071.     /**
  3072.      * Gets the private 'console.command.cache_clear' shared service.
  3073.      *
  3074.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3075.      */
  3076.     protected function getConsole_Command_CacheClearService()
  3077.     {
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3081.         $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())));
  3082.         $instance->setName('cache:clear');
  3083.         $instance->setDescription('Clear the cache');
  3084.         return $instance;
  3085.     }
  3086.     /**
  3087.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3088.      *
  3089.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3090.      */
  3091.     protected function getConsole_Command_CachePoolClearService()
  3092.     {
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3095.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3096.         $instance->setName('cache:pool:clear');
  3097.         $instance->setDescription('Clear cache pools');
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3102.      *
  3103.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3104.      */
  3105.     protected function getConsole_Command_CachePoolDeleteService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3109.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3110.         $instance->setName('cache:pool:delete');
  3111.         $instance->setDescription('Delete an item from a cache pool');
  3112.         return $instance;
  3113.     }
  3114.     /**
  3115.      * Gets the private 'console.command.cache_pool_list' shared service.
  3116.      *
  3117.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3118.      */
  3119.     protected function getConsole_Command_CachePoolListService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3123.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3124.         $instance->setName('cache:pool:list');
  3125.         $instance->setDescription('List available cache pools');
  3126.         return $instance;
  3127.     }
  3128.     /**
  3129.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3130.      *
  3131.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3132.      */
  3133.     protected function getConsole_Command_CachePoolPruneService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3137.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3138.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3139.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3140.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3141.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3142.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3143.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3144.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3145.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3146.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3147.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3148.         }, 10));
  3149.         $instance->setName('cache:pool:prune');
  3150.         $instance->setDescription('Prune cache pools');
  3151.         return $instance;
  3152.     }
  3153.     /**
  3154.      * Gets the private 'console.command.cache_warmup' shared service.
  3155.      *
  3156.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3157.      */
  3158.     protected function getConsole_Command_CacheWarmupService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3162.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3163.         $instance->setName('cache:warmup');
  3164.         $instance->setDescription('Warm up an empty cache');
  3165.         return $instance;
  3166.     }
  3167.     /**
  3168.      * Gets the private 'console.command.config_debug' shared service.
  3169.      *
  3170.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3171.      */
  3172.     protected function getConsole_Command_ConfigDebugService()
  3173.     {
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3179.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3180.         $instance->setName('debug:config');
  3181.         $instance->setDescription('Dump the current configuration for an extension');
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the private 'console.command.config_dump_reference' shared service.
  3186.      *
  3187.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3188.      */
  3189.     protected function getConsole_Command_ConfigDumpReferenceService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3196.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3197.         $instance->setName('config:dump-reference');
  3198.         $instance->setDescription('Dump the default configuration for an extension');
  3199.         return $instance;
  3200.     }
  3201.     /**
  3202.      * Gets the private 'console.command.container_debug' shared service.
  3203.      *
  3204.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3205.      */
  3206.     protected function getConsole_Command_ContainerDebugService()
  3207.     {
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3211.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3212.         $instance->setName('debug:container');
  3213.         $instance->setDescription('Display current services for an application');
  3214.         return $instance;
  3215.     }
  3216.     /**
  3217.      * Gets the private 'console.command.container_lint' shared service.
  3218.      *
  3219.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3220.      */
  3221.     protected function getConsole_Command_ContainerLintService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3225.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3226.         $instance->setName('lint:container');
  3227.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the private 'console.command.debug_autowiring' shared service.
  3232.      *
  3233.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3234.      */
  3235.     protected function getConsole_Command_DebugAutowiringService()
  3236.     {
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3241.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3242.         $instance->setName('debug:autowiring');
  3243.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3244.         return $instance;
  3245.     }
  3246.     /**
  3247.      * Gets the private 'console.command.dotenv_debug' shared service.
  3248.      *
  3249.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3250.      */
  3251.     protected function getConsole_Command_DotenvDebugService()
  3252.     {
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3255.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  3256.         $instance->setName('debug:dotenv');
  3257.         $instance->setDescription('Lists all dotenv files with variables and values');
  3258.         return $instance;
  3259.     }
  3260.     /**
  3261.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3262.      *
  3263.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3264.      */
  3265.     protected function getConsole_Command_EventDispatcherDebugService()
  3266.     {
  3267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3269.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3270.         $instance->setName('debug:event-dispatcher');
  3271.         $instance->setDescription('Display configured listeners for an application');
  3272.         return $instance;
  3273.     }
  3274.     /**
  3275.      * Gets the private 'console.command.form_debug' shared service.
  3276.      *
  3277.      * @return \Symfony\Component\Form\Command\DebugCommand
  3278.      */
  3279.     protected function getConsole_Command_FormDebugService()
  3280.     {
  3281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3283.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\Type\\AgentActivityDetailLogFileType'=> 'App\\Form\\Type\\AgentBreakFileType'=> 'App\\Form\\Type\\AgentBreakReportType'=> 'App\\Form\\Type\\AgentReleaseCodeLogFileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3284.         $instance->setName('debug:form');
  3285.         $instance->setDescription('Display form type information');
  3286.         return $instance;
  3287.     }
  3288.     /**
  3289.      * Gets the private 'console.command.router_debug' shared service.
  3290.      *
  3291.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3292.      */
  3293.     protected function getConsole_Command_RouterDebugService()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3298.         $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()));
  3299.         $instance->setName('debug:router');
  3300.         $instance->setDescription('Display current routes for an application');
  3301.         return $instance;
  3302.     }
  3303.     /**
  3304.      * Gets the private 'console.command.router_match' shared service.
  3305.      *
  3306.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3307.      */
  3308.     protected function getConsole_Command_RouterMatchService()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3312.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3313.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3314.         }, 1));
  3315.         $instance->setName('router:match');
  3316.         $instance->setDescription('Help debug routes by simulating a path info match');
  3317.         return $instance;
  3318.     }
  3319.     /**
  3320.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3321.      *
  3322.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3323.      */
  3324.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3325.     {
  3326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3330.         $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')))));
  3331.         $instance->setName('secrets:decrypt-to-local');
  3332.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3333.         return $instance;
  3334.     }
  3335.     /**
  3336.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3337.      *
  3338.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3339.      */
  3340.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3341.     {
  3342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3346.         $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')))));
  3347.         $instance->setName('secrets:encrypt-from-local');
  3348.         $instance->setDescription('Encrypt all local secrets to the vault');
  3349.         return $instance;
  3350.     }
  3351.     /**
  3352.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3353.      *
  3354.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3355.      */
  3356.     protected function getConsole_Command_SecretsGenerateKeyService()
  3357.     {
  3358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3362.         $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')))));
  3363.         $instance->setName('secrets:generate-keys');
  3364.         $instance->setDescription('Generate new encryption keys');
  3365.         return $instance;
  3366.     }
  3367.     /**
  3368.      * Gets the private 'console.command.secrets_list' shared service.
  3369.      *
  3370.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3371.      */
  3372.     protected function getConsole_Command_SecretsListService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3378.         $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')))));
  3379.         $instance->setName('secrets:list');
  3380.         $instance->setDescription('List all secrets');
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the private 'console.command.secrets_remove' shared service.
  3385.      *
  3386.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3387.      */
  3388.     protected function getConsole_Command_SecretsRemoveService()
  3389.     {
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3394.         $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')))));
  3395.         $instance->setName('secrets:remove');
  3396.         $instance->setDescription('Remove a secret from the vault');
  3397.         return $instance;
  3398.     }
  3399.     /**
  3400.      * Gets the private 'console.command.secrets_set' shared service.
  3401.      *
  3402.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3403.      */
  3404.     protected function getConsole_Command_SecretsSetService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3410.         $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')))));
  3411.         $instance->setName('secrets:set');
  3412.         $instance->setDescription('Set a secret in the vault');
  3413.         return $instance;
  3414.     }
  3415.     /**
  3416.      * Gets the private 'console.command.translation_debug' shared service.
  3417.      *
  3418.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3419.      */
  3420.     protected function getConsole_Command_TranslationDebugService()
  3421.     {
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3424.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3425.         $instance->setName('debug:translation');
  3426.         $instance->setDescription('Display translation messages information');
  3427.         return $instance;
  3428.     }
  3429.     /**
  3430.      * Gets the private 'console.command.translation_extract' shared service.
  3431.      *
  3432.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3433.      */
  3434.     protected function getConsole_Command_TranslationExtractService()
  3435.     {
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3438.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3439.         $instance->setName('translation:extract');
  3440.         $instance->setAliases([=> 'translation:update']);
  3441.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3442.         return $instance;
  3443.     }
  3444.     /**
  3445.      * Gets the private 'console.command.translation_pull' shared service.
  3446.      *
  3447.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3448.      */
  3449.     protected function getConsole_Command_TranslationPullService()
  3450.     {
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3454.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  3455.         $instance->setName('translation:pull');
  3456.         $instance->setDescription('Pull translations from a given provider.');
  3457.         return $instance;
  3458.     }
  3459.     /**
  3460.      * Gets the private 'console.command.translation_push' shared service.
  3461.      *
  3462.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3463.      */
  3464.     protected function getConsole_Command_TranslationPushService()
  3465.     {
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3469.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  3470.         $instance->setName('translation:push');
  3471.         $instance->setDescription('Push translations to a given provider.');
  3472.         return $instance;
  3473.     }
  3474.     /**
  3475.      * Gets the private 'console.command.validator_debug' shared service.
  3476.      *
  3477.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3478.      */
  3479.     protected function getConsole_Command_ValidatorDebugService()
  3480.     {
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3483.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3484.         $instance->setName('debug:validator');
  3485.         $instance->setDescription('Display validation constraints for classes');
  3486.         return $instance;
  3487.     }
  3488.     /**
  3489.      * Gets the private 'console.command.xliff_lint' shared service.
  3490.      *
  3491.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3492.      */
  3493.     protected function getConsole_Command_XliffLintService()
  3494.     {
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3497.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3498.         $instance->setName('lint:xliff');
  3499.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3500.         return $instance;
  3501.     }
  3502.     /**
  3503.      * Gets the private 'console.command.yaml_lint' shared service.
  3504.      *
  3505.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3506.      */
  3507.     protected function getConsole_Command_YamlLintService()
  3508.     {
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3512.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3513.         $instance->setName('lint:yaml');
  3514.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3515.         return $instance;
  3516.     }
  3517.     /**
  3518.      * Gets the private 'console.error_listener' shared service.
  3519.      *
  3520.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3521.      */
  3522.     protected function getConsole_ErrorListenerService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3525.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3526.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3527.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3528.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3529.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3530.     }
  3531.     /**
  3532.      * Gets the private 'container.env_var_processor' shared service.
  3533.      *
  3534.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3535.      */
  3536.     protected function getContainer_EnvVarProcessorService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3540.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3541.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3542.         }, 1));
  3543.     }
  3544.     /**
  3545.      * Gets the private 'container.getenv' shared service.
  3546.      *
  3547.      * @return \Closure
  3548.      */
  3549.     protected function getContainer_GetenvService()
  3550.     {
  3551.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3552.     }
  3553.     /**
  3554.      * Gets the private 'data_collector.form' shared service.
  3555.      *
  3556.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3557.      */
  3558.     protected function getDataCollector_FormService()
  3559.     {
  3560.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3561.     }
  3562.     /**
  3563.      * Gets the private 'data_collector.request' shared service.
  3564.      *
  3565.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3566.      */
  3567.     protected function getDataCollector_RequestService()
  3568.     {
  3569.         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())));
  3570.     }
  3571.     /**
  3572.      * Gets the private 'data_collector.request.session_collector' shared service.
  3573.      *
  3574.      * @return \Closure
  3575.      */
  3576.     protected function getDataCollector_Request_SessionCollectorService()
  3577.     {
  3578.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3579.     }
  3580.     /**
  3581.      * Gets the private 'debug.argument_resolver.default' shared service.
  3582.      *
  3583.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3584.      */
  3585.     protected function getDebug_ArgumentResolver_DefaultService()
  3586.     {
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3590.         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))));
  3591.     }
  3592.     /**
  3593.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3594.      *
  3595.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3596.      */
  3597.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3598.     {
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3602.         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.4CUjcdw'] ?? $this->get_ServiceLocator_4CUjcdwService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3603.     }
  3604.     /**
  3605.      * Gets the private 'debug.argument_resolver.request' shared service.
  3606.      *
  3607.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3608.      */
  3609.     protected function getDebug_ArgumentResolver_RequestService()
  3610.     {
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3614.         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))));
  3615.     }
  3616.     /**
  3617.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3618.      *
  3619.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3620.      */
  3621.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3622.     {
  3623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3626.         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))));
  3627.     }
  3628.     /**
  3629.      * Gets the private 'debug.argument_resolver.service' shared service.
  3630.      *
  3631.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3632.      */
  3633.     protected function getDebug_ArgumentResolver_ServiceService()
  3634.     {
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3638.         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.4CUjcdw'] ?? $this->get_ServiceLocator_4CUjcdwService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'debug.argument_resolver.session' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3644.      */
  3645.     protected function getDebug_ArgumentResolver_SessionService()
  3646.     {
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3650.         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))));
  3651.     }
  3652.     /**
  3653.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3654.      *
  3655.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3656.      */
  3657.     protected function getDebug_ArgumentResolver_VariadicService()
  3658.     {
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3662.         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))));
  3663.     }
  3664.     /**
  3665.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3668.      */
  3669.     protected function getDebug_DebugHandlersListenerService()
  3670.     {
  3671.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3672.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3673.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3674.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3675.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3676.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3677.     }
  3678.     /**
  3679.      * Gets the private 'debug.dump_listener' shared service.
  3680.      *
  3681.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3682.      */
  3683.     protected function getDebug_DumpListenerService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3687.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3688.     }
  3689.     /**
  3690.      * Gets the private 'debug.file_link_formatter' shared service.
  3691.      *
  3692.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3693.      */
  3694.     protected function getDebug_FileLinkFormatterService()
  3695.     {
  3696.         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 () {
  3697.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3698.         });
  3699.     }
  3700.     /**
  3701.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3702.      *
  3703.      * @return \string
  3704.      */
  3705.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3706.     {
  3707.         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');
  3708.     }
  3709.     /**
  3710.      * Gets the private 'debug.log_processor' shared service.
  3711.      *
  3712.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3713.      */
  3714.     protected function getDebug_LogProcessorService()
  3715.     {
  3716.         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())));
  3717.     }
  3718.     /**
  3719.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3720.      *
  3721.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3722.      */
  3723.     protected function getDebug_Security_Access_DecisionManagerService()
  3724.     {
  3725.         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 () {
  3726.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3727.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3728.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3729.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3730.     }
  3731.     /**
  3732.      * Gets the private 'debug.security.firewall' shared service.
  3733.      *
  3734.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3735.      */
  3736.     protected function getDebug_Security_FirewallService()
  3737.     {
  3738.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3739.         if (isset($this->privates['debug.security.firewall'])) {
  3740.             return $this->privates['debug.security.firewall'];
  3741.         }
  3742.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3743.         if (isset($this->privates['debug.security.firewall'])) {
  3744.             return $this->privates['debug.security.firewall'];
  3745.         }
  3746.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3747.     }
  3748.     /**
  3749.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3750.      *
  3751.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3752.      */
  3753.     protected function getDebug_Security_UserValueResolverService()
  3754.     {
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3758.         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))));
  3759.     }
  3760.     /**
  3761.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3762.      *
  3763.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3764.      */
  3765.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3771.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3772.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  3773.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  3774.         }
  3775.         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()))), $a);
  3776.     }
  3777.     /**
  3778.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3781.      */
  3782.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3783.     {
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3788.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3789.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3790.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3791.         }
  3792.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3793.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3794.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3795.         }
  3796.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  3797.     }
  3798.     /**
  3799.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3800.      *
  3801.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3802.      */
  3803.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3804.     {
  3805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3809.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3810.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  3811.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  3812.         }
  3813.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  3814.     }
  3815.     /**
  3816.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3817.      *
  3818.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3819.      */
  3820.     protected function getDebug_Security_Voter_VoteListenerService()
  3821.     {
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3823.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  3824.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  3825.             return $this->privates['debug.security.voter.vote_listener'];
  3826.         }
  3827.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  3828.     }
  3829.     /**
  3830.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3831.      *
  3832.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  3833.      */
  3834.     protected function getDoctrine_CacheClearMetadataCommandService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3839.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3840.         $instance->setName('doctrine:cache:clear-metadata');
  3841.         return $instance;
  3842.     }
  3843.     /**
  3844.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3845.      *
  3846.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  3847.      */
  3848.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3853.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3854.         $instance->setName('doctrine:cache:clear-query');
  3855.         return $instance;
  3856.     }
  3857.     /**
  3858.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3859.      *
  3860.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  3861.      */
  3862.     protected function getDoctrine_CacheClearResultCommandService()
  3863.     {
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3867.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3868.         $instance->setName('doctrine:cache:clear-result');
  3869.         return $instance;
  3870.     }
  3871.     /**
  3872.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3873.      *
  3874.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  3875.      */
  3876.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3877.     {
  3878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3880.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3881.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3882.         $instance->setName('doctrine:cache:clear-collection-region');
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3887.      *
  3888.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  3889.      */
  3890.     protected function getDoctrine_ClearEntityRegionCommandService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3895.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3896.         $instance->setName('doctrine:cache:clear-entity-region');
  3897.         return $instance;
  3898.     }
  3899.     /**
  3900.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3901.      *
  3902.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  3903.      */
  3904.     protected function getDoctrine_ClearQueryRegionCommandService()
  3905.     {
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3909.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3910.         $instance->setName('doctrine:cache:clear-query-region');
  3911.         return $instance;
  3912.     }
  3913.     /**
  3914.      * Gets the private 'doctrine.database_create_command' shared service.
  3915.      *
  3916.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3917.      */
  3918.     protected function getDoctrine_DatabaseCreateCommandService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3923.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3924.         $instance->setName('doctrine:database:create');
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the private 'doctrine.database_drop_command' shared service.
  3929.      *
  3930.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3931.      */
  3932.     protected function getDoctrine_DatabaseDropCommandService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3937.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3938.         $instance->setName('doctrine:database:drop');
  3939.         return $instance;
  3940.     }
  3941.     /**
  3942.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3943.      *
  3944.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  3945.      */
  3946.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3951.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3952.         $instance->setName('doctrine:ensure-production-settings');
  3953.         return $instance;
  3954.     }
  3955.     /**
  3956.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3957.      *
  3958.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  3959.      */
  3960.     protected function getDoctrine_MappingConvertCommandService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3965.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3966.         $instance->setName('doctrine:mapping:convert');
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3971.      *
  3972.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3973.      */
  3974.     protected function getDoctrine_MappingImportCommandService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3979.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3980.         $instance->setName('doctrine:mapping:import');
  3981.         return $instance;
  3982.     }
  3983.     /**
  3984.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3985.      *
  3986.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  3987.      */
  3988.     protected function getDoctrine_MappingInfoCommandService()
  3989.     {
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3993.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3994.         $instance->setName('doctrine:mapping:info');
  3995.         return $instance;
  3996.     }
  3997.     /**
  3998.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3999.      *
  4000.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4001.      */
  4002.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4003.     {
  4004.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4006.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4007.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4008.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4009.         }
  4010.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4011.     }
  4012.     /**
  4013.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4014.      *
  4015.      * @return \Doctrine\Migrations\DependencyFactory
  4016.      */
  4017.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4018.     {
  4019.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4020.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4027.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4028.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4029.         $a->setAllOrNothing(false);
  4030.         $a->setCheckDatabasePlatform(true);
  4031.         $a->setTransactional(true);
  4032.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4033.         $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()));
  4034.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4035.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4036.         });
  4037.         return $instance;
  4038.     }
  4039.     /**
  4040.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4041.      *
  4042.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4043.      */
  4044.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4045.     {
  4046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  4047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4048.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4049.     }
  4050.     /**
  4051.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4052.      *
  4053.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4054.      */
  4055.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4056.     {
  4057.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  4058.     }
  4059.     /**
  4060.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4061.      *
  4062.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4063.      */
  4064.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4067.         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()));
  4068.     }
  4069.     /**
  4070.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4071.      *
  4072.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4073.      */
  4074.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4075.     {
  4076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4077.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4078.     }
  4079.     /**
  4080.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4081.      *
  4082.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4083.      */
  4084.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4085.     {
  4086.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4088.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4089.     }
  4090.     /**
  4091.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4092.      *
  4093.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4094.      */
  4095.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4096.     {
  4097.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4098.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4099.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4100.             return new \EmptyIterator();
  4101.         }, 0));
  4102.     }
  4103.     /**
  4104.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4105.      *
  4106.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4107.      */
  4108.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4109.     {
  4110.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4112.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4113.     }
  4114.     /**
  4115.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4116.      *
  4117.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4118.      */
  4119.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4120.     {
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4123.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4124.     }
  4125.     /**
  4126.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4127.      *
  4128.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4129.      */
  4130.     protected function getDoctrine_Orm_Validator_UniqueService()
  4131.     {
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4135.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4136.     }
  4137.     /**
  4138.      * Gets the private 'doctrine.query_dql_command' shared service.
  4139.      *
  4140.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4141.      */
  4142.     protected function getDoctrine_QueryDqlCommandService()
  4143.     {
  4144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4147.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4148.         $instance->setName('doctrine:query:dql');
  4149.         return $instance;
  4150.     }
  4151.     /**
  4152.      * Gets the private 'doctrine.query_sql_command' shared service.
  4153.      *
  4154.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4155.      */
  4156.     protected function getDoctrine_QuerySqlCommandService()
  4157.     {
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4161.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4162.         $instance->setName('doctrine:query:sql');
  4163.         return $instance;
  4164.     }
  4165.     /**
  4166.      * Gets the private 'doctrine.schema_create_command' shared service.
  4167.      *
  4168.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4169.      */
  4170.     protected function getDoctrine_SchemaCreateCommandService()
  4171.     {
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4176.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4177.         $instance->setName('doctrine:schema:create');
  4178.         return $instance;
  4179.     }
  4180.     /**
  4181.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4182.      *
  4183.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4184.      */
  4185.     protected function getDoctrine_SchemaDropCommandService()
  4186.     {
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4191.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4192.         $instance->setName('doctrine:schema:drop');
  4193.         return $instance;
  4194.     }
  4195.     /**
  4196.      * Gets the private 'doctrine.schema_update_command' shared service.
  4197.      *
  4198.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4199.      */
  4200.     protected function getDoctrine_SchemaUpdateCommandService()
  4201.     {
  4202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4206.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4207.         $instance->setName('doctrine:schema:update');
  4208.         return $instance;
  4209.     }
  4210.     /**
  4211.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4212.      *
  4213.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4214.      */
  4215.     protected function getDoctrine_SchemaValidateCommandService()
  4216.     {
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4220.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4221.         $instance->setName('doctrine:schema:validate');
  4222.         return $instance;
  4223.     }
  4224.     /**
  4225.      * Gets the private 'doctrine.ulid_generator' shared service.
  4226.      *
  4227.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4228.      */
  4229.     protected function getDoctrine_UlidGeneratorService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4233.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4234.     }
  4235.     /**
  4236.      * Gets the private 'doctrine.uuid_generator' shared service.
  4237.      *
  4238.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4239.      */
  4240.     protected function getDoctrine_UuidGeneratorService()
  4241.     {
  4242.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4244.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4245.     }
  4246.     /**
  4247.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4248.      *
  4249.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4250.      */
  4251.     protected function getDoctrineMigrations_CurrentCommandService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4256.         $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');
  4257.         $instance->setName('doctrine:migrations:current');
  4258.         return $instance;
  4259.     }
  4260.     /**
  4261.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4262.      *
  4263.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4264.      */
  4265.     protected function getDoctrineMigrations_DiffCommandService()
  4266.     {
  4267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4270.         $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');
  4271.         $instance->setName('doctrine:migrations:diff');
  4272.         return $instance;
  4273.     }
  4274.     /**
  4275.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4276.      *
  4277.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4278.      */
  4279.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4280.     {
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4284.         $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');
  4285.         $instance->setName('doctrine:migrations:dump-schema');
  4286.         return $instance;
  4287.     }
  4288.     /**
  4289.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4290.      *
  4291.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4292.      */
  4293.     protected function getDoctrineMigrations_ExecuteCommandService()
  4294.     {
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4298.         $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');
  4299.         $instance->setName('doctrine:migrations:execute');
  4300.         return $instance;
  4301.     }
  4302.     /**
  4303.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4304.      *
  4305.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4306.      */
  4307.     protected function getDoctrineMigrations_GenerateCommandService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4312.         $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');
  4313.         $instance->setName('doctrine:migrations:generate');
  4314.         return $instance;
  4315.     }
  4316.     /**
  4317.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4318.      *
  4319.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4320.      */
  4321.     protected function getDoctrineMigrations_LatestCommandService()
  4322.     {
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4326.         $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');
  4327.         $instance->setName('doctrine:migrations:latest');
  4328.         return $instance;
  4329.     }
  4330.     /**
  4331.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4332.      *
  4333.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4334.      */
  4335.     protected function getDoctrineMigrations_MigrateCommandService()
  4336.     {
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4340.         $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');
  4341.         $instance->setName('doctrine:migrations:migrate');
  4342.         return $instance;
  4343.     }
  4344.     /**
  4345.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4346.      *
  4347.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4348.      */
  4349.     protected function getDoctrineMigrations_RollupCommandService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4354.         $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');
  4355.         $instance->setName('doctrine:migrations:rollup');
  4356.         return $instance;
  4357.     }
  4358.     /**
  4359.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4360.      *
  4361.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4362.      */
  4363.     protected function getDoctrineMigrations_StatusCommandService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4368.         $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');
  4369.         $instance->setName('doctrine:migrations:status');
  4370.         return $instance;
  4371.     }
  4372.     /**
  4373.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4374.      *
  4375.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4376.      */
  4377.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4382.         $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');
  4383.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4384.         return $instance;
  4385.     }
  4386.     /**
  4387.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4388.      *
  4389.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4390.      */
  4391.     protected function getDoctrineMigrations_UpToDateCommandService()
  4392.     {
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4396.         $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');
  4397.         $instance->setName('doctrine:migrations:up-to-date');
  4398.         return $instance;
  4399.     }
  4400.     /**
  4401.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4402.      *
  4403.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4404.      */
  4405.     protected function getDoctrineMigrations_VersionCommandService()
  4406.     {
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4410.         $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');
  4411.         $instance->setName('doctrine:migrations:version');
  4412.         return $instance;
  4413.     }
  4414.     /**
  4415.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4416.      *
  4417.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4418.      */
  4419.     protected function getDoctrineMigrations_VersionsCommandService()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4424.         $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');
  4425.         $instance->setName('doctrine:migrations:list');
  4426.         return $instance;
  4427.     }
  4428.     /**
  4429.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4430.      *
  4431.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4432.      */
  4433.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4434.     {
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4437.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4438.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4439.     }
  4440.     /**
  4441.      * Gets the private 'exception_listener' shared service.
  4442.      *
  4443.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4444.      */
  4445.     protected function getExceptionListenerService()
  4446.     {
  4447.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4448.     }
  4449.     /**
  4450.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4451.      *
  4452.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4453.      */
  4454.     protected function getForm_ChoiceListFactory_CachedService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4460.         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())));
  4461.     }
  4462.     /**
  4463.      * Gets the private 'form.registry' shared service.
  4464.      *
  4465.      * @return \Symfony\Component\Form\FormRegistry
  4466.      */
  4467.     protected function getForm_RegistryService()
  4468.     {
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4476.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4477.             'App\\Form\\Type\\AgentActivityDetailLogFileType' => ['privates''App\\Form\\Type\\AgentActivityDetailLogFileType''getAgentActivityDetailLogFileTypeService'false],
  4478.             'App\\Form\\Type\\AgentBreakFileType' => ['privates''App\\Form\\Type\\AgentBreakFileType''getAgentBreakFileTypeService'false],
  4479.             'App\\Form\\Type\\AgentBreakReportType' => ['privates''App\\Form\\Type\\AgentBreakReportType''getAgentBreakReportTypeService'false],
  4480.             'App\\Form\\Type\\AgentReleaseCodeLogFileType' => ['privates''App\\Form\\Type\\AgentReleaseCodeLogFileType''getAgentReleaseCodeLogFileTypeService'false],
  4481.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4482.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4483.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4484.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4485.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4486.         ], [
  4487.             'App\\Form\\Type\\AgentActivityDetailLogFileType' => '?',
  4488.             'App\\Form\\Type\\AgentBreakFileType' => '?',
  4489.             'App\\Form\\Type\\AgentBreakReportType' => '?',
  4490.             'App\\Form\\Type\\AgentReleaseCodeLogFileType' => '?',
  4491.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4492.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4493.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4494.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4495.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4496.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4497.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4498.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4499.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4500.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4501.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4502.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4503.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4504.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4505.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4506.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4507.         }, 1)], new RewindableGenerator(function () {
  4508.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4509.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4510.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4511.     }
  4512.     /**
  4513.      * Gets the private 'form.server_params' shared service.
  4514.      *
  4515.      * @return \Symfony\Component\Form\Util\ServerParams
  4516.      */
  4517.     protected function getForm_ServerParamsService()
  4518.     {
  4519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4520.         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())));
  4521.     }
  4522.     /**
  4523.      * Gets the private 'form.type.choice' shared service.
  4524.      *
  4525.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4526.      */
  4527.     protected function getForm_Type_ChoiceService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4532.         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()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4533.     }
  4534.     /**
  4535.      * Gets the private 'form.type.color' shared service.
  4536.      *
  4537.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4538.      */
  4539.     protected function getForm_Type_ColorService()
  4540.     {
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4544.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'form.type.entity' shared service.
  4548.      *
  4549.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4550.      */
  4551.     protected function getForm_Type_EntityService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4557.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4558.     }
  4559.     /**
  4560.      * Gets the private 'form.type.form' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4563.      */
  4564.     protected function getForm_Type_FormService()
  4565.     {
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4570.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4571.     }
  4572.     /**
  4573.      * Gets the private 'form.type_extension.csrf' shared service.
  4574.      *
  4575.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4576.      */
  4577.     protected function getForm_TypeExtension_CsrfService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4582.         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', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4583.     }
  4584.     /**
  4585.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4586.      *
  4587.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4588.      */
  4589.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4590.     {
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4594.         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()));
  4595.     }
  4596.     /**
  4597.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4600.      */
  4601.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4608.         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())));
  4609.     }
  4610.     /**
  4611.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4612.      *
  4613.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4614.      */
  4615.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4616.     {
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4620.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4621.     }
  4622.     /**
  4623.      * Gets the private 'form.type_extension.form.validator' shared service.
  4624.      *
  4625.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4626.      */
  4627.     protected function getForm_TypeExtension_Form_ValidatorService()
  4628.     {
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4633.         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()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4634.     }
  4635.     /**
  4636.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4637.      *
  4638.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4639.      */
  4640.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4641.     {
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4645.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4646.     }
  4647.     /**
  4648.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4649.      *
  4650.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4651.      */
  4652.     protected function getForm_TypeGuesser_DoctrineService()
  4653.     {
  4654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4656.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4657.     }
  4658.     /**
  4659.      * Gets the private 'form.type_guesser.validator' shared service.
  4660.      *
  4661.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4662.      */
  4663.     protected function getForm_TypeGuesser_ValidatorService()
  4664.     {
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4667.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4668.     }
  4669.     /**
  4670.      * Gets the private 'fragment.renderer.inline' shared service.
  4671.      *
  4672.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4673.      */
  4674.     protected function getFragment_Renderer_InlineService()
  4675.     {
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4679.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  4680.         if (isset($this->privates['fragment.renderer.inline'])) {
  4681.             return $this->privates['fragment.renderer.inline'];
  4682.         }
  4683.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4684.         if (isset($this->privates['fragment.renderer.inline'])) {
  4685.             return $this->privates['fragment.renderer.inline'];
  4686.         }
  4687.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  4688.         $instance->setFragmentPath('/_fragment');
  4689.         return $instance;
  4690.     }
  4691.     /**
  4692.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4693.      *
  4694.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4695.      */
  4696.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4697.     {
  4698.         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())));
  4699.     }
  4700.     /**
  4701.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4702.      *
  4703.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4704.      */
  4705.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4706.     {
  4707.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4708.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4709.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4710.         }
  4711.         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()), $a);
  4712.     }
  4713.     /**
  4714.      * Gets the private 'locale_aware_listener' shared service.
  4715.      *
  4716.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4717.      */
  4718.     protected function getLocaleAwareListenerService()
  4719.     {
  4720.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4721.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4722.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4723.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4724.     }
  4725.     /**
  4726.      * Gets the private 'locale_listener' shared service.
  4727.      *
  4728.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4729.      */
  4730.     protected function getLocaleListenerService()
  4731.     {
  4732.         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, []);
  4733.     }
  4734.     /**
  4735.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4736.      *
  4737.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4738.      */
  4739.     protected function getMaker_AutoCommand_MakeAuthService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4748.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4749.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4750.         $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()), $a$b);
  4751.         $instance->setName('make:auth');
  4752.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4753.         return $instance;
  4754.     }
  4755.     /**
  4756.      * Gets the private 'maker.auto_command.make_command' shared service.
  4757.      *
  4758.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4759.      */
  4760.     protected function getMaker_AutoCommand_MakeCommandService()
  4761.     {
  4762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4767.         $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()));
  4768.         $instance->setName('make:command');
  4769.         $instance->setDescription('Creates a new console command class');
  4770.         return $instance;
  4771.     }
  4772.     /**
  4773.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4774.      *
  4775.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4776.      */
  4777.     protected function getMaker_AutoCommand_MakeControllerService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4784.         $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()));
  4785.         $instance->setName('make:controller');
  4786.         $instance->setDescription('Creates a new controller class');
  4787.         return $instance;
  4788.     }
  4789.     /**
  4790.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4791.      *
  4792.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4793.      */
  4794.     protected function getMaker_AutoCommand_MakeCrudService()
  4795.     {
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4801.         $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()));
  4802.         $instance->setName('make:crud');
  4803.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4804.         return $instance;
  4805.     }
  4806.     /**
  4807.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4808.      *
  4809.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4810.      */
  4811.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4812.     {
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4818.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4819.         $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()));
  4820.         $instance->setName('make:docker:database');
  4821.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4822.         return $instance;
  4823.     }
  4824.     /**
  4825.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4826.      *
  4827.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4828.      */
  4829.     protected function getMaker_AutoCommand_MakeEntityService()
  4830.     {
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4837.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4838.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4839.         $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);
  4840.         $instance->setName('make:entity');
  4841.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4842.         return $instance;
  4843.     }
  4844.     /**
  4845.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4846.      *
  4847.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4848.      */
  4849.     protected function getMaker_AutoCommand_MakeFixturesService()
  4850.     {
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4856.         $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()));
  4857.         $instance->setName('make:fixtures');
  4858.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4859.         return $instance;
  4860.     }
  4861.     /**
  4862.      * Gets the private 'maker.auto_command.make_form' shared service.
  4863.      *
  4864.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4865.      */
  4866.     protected function getMaker_AutoCommand_MakeFormService()
  4867.     {
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4870.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4873.         $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()));
  4874.         $instance->setName('make:form');
  4875.         $instance->setDescription('Creates a new form class');
  4876.         return $instance;
  4877.     }
  4878.     /**
  4879.      * Gets the private 'maker.auto_command.make_message' shared service.
  4880.      *
  4881.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4882.      */
  4883.     protected function getMaker_AutoCommand_MakeMessageService()
  4884.     {
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4890.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4891.         $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()));
  4892.         $instance->setName('make:message');
  4893.         $instance->setDescription('Creates a new message and handler');
  4894.         return $instance;
  4895.     }
  4896.     /**
  4897.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4898.      *
  4899.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4900.      */
  4901.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4902.     {
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4906.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4908.         $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()));
  4909.         $instance->setName('make:messenger-middleware');
  4910.         $instance->setDescription('Creates a new messenger middleware');
  4911.         return $instance;
  4912.     }
  4913.     /**
  4914.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4915.      *
  4916.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4917.      */
  4918.     protected function getMaker_AutoCommand_MakeMigrationService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4926.         $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()));
  4927.         $instance->setName('make:migration');
  4928.         $instance->setDescription('Creates a new migration based on database changes');
  4929.         return $instance;
  4930.     }
  4931.     /**
  4932.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4933.      *
  4934.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4935.      */
  4936.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4943.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4944.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4945.         $instance->setName('make:registration-form');
  4946.         $instance->setDescription('Creates a new registration form system');
  4947.         return $instance;
  4948.     }
  4949.     /**
  4950.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4951.      *
  4952.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4953.      */
  4954.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4955.     {
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4961.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4962.         $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()));
  4963.         $instance->setName('make:reset-password');
  4964.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4965.         return $instance;
  4966.     }
  4967.     /**
  4968.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4969.      *
  4970.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4971.      */
  4972.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4979.         $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()));
  4980.         $instance->setName('make:serializer:encoder');
  4981.         $instance->setDescription('Creates a new serializer encoder class');
  4982.         return $instance;
  4983.     }
  4984.     /**
  4985.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4986.      *
  4987.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4988.      */
  4989.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4990.     {
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4996.         $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()));
  4997.         $instance->setName('make:serializer:normalizer');
  4998.         $instance->setDescription('Creates a new serializer normalizer class');
  4999.         return $instance;
  5000.     }
  5001.     /**
  5002.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5003.      *
  5004.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5005.      */
  5006.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5013.         $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()));
  5014.         $instance->setName('make:stimulus-controller');
  5015.         $instance->setDescription('Creates a new Stimulus controller');
  5016.         return $instance;
  5017.     }
  5018.     /**
  5019.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5020.      *
  5021.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5022.      */
  5023.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5024.     {
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5031.         $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()));
  5032.         $instance->setName('make:subscriber');
  5033.         $instance->setDescription('Creates a new event subscriber class');
  5034.         return $instance;
  5035.     }
  5036.     /**
  5037.      * Gets the private 'maker.auto_command.make_test' shared service.
  5038.      *
  5039.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5040.      */
  5041.     protected function getMaker_AutoCommand_MakeTestService()
  5042.     {
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5049.         $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()));
  5050.         $instance->setName('make:test');
  5051.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5052.         $instance->setDescription('Creates a new test class');
  5053.         return $instance;
  5054.     }
  5055.     /**
  5056.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5057.      *
  5058.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5059.      */
  5060.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5067.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5068.         $instance->setName('make:twig-component');
  5069.         $instance->setDescription('Creates a twig (or live) component');
  5070.         return $instance;
  5071.     }
  5072.     /**
  5073.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5074.      *
  5075.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5076.      */
  5077.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5078.     {
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5084.         $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()));
  5085.         $instance->setName('make:twig-extension');
  5086.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  5087.         return $instance;
  5088.     }
  5089.     /**
  5090.      * Gets the private 'maker.auto_command.make_user' shared service.
  5091.      *
  5092.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5093.      */
  5094.     protected function getMaker_AutoCommand_MakeUserService()
  5095.     {
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5103.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5104.         $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()));
  5105.         $instance->setName('make:user');
  5106.         $instance->setDescription('Creates a new security user class');
  5107.         return $instance;
  5108.     }
  5109.     /**
  5110.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5111.      *
  5112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5113.      */
  5114.     protected function getMaker_AutoCommand_MakeValidatorService()
  5115.     {
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5121.         $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()));
  5122.         $instance->setName('make:validator');
  5123.         $instance->setDescription('Creates a new validator and constraint class');
  5124.         return $instance;
  5125.     }
  5126.     /**
  5127.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5128.      *
  5129.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5130.      */
  5131.     protected function getMaker_AutoCommand_MakeVoterService()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5138.         $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()));
  5139.         $instance->setName('make:voter');
  5140.         $instance->setDescription('Creates a new security voter class');
  5141.         return $instance;
  5142.     }
  5143.     /**
  5144.      * Gets the private 'maker.doctrine_helper' shared service.
  5145.      *
  5146.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5147.      */
  5148.     protected function getMaker_DoctrineHelperService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5151.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5152.     }
  5153.     /**
  5154.      * Gets the private 'maker.entity_class_generator' shared service.
  5155.      *
  5156.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5157.      */
  5158.     protected function getMaker_EntityClassGeneratorService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5161.         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()));
  5162.     }
  5163.     /**
  5164.      * Gets the private 'maker.file_manager' shared service.
  5165.      *
  5166.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5167.      */
  5168.     protected function getMaker_FileManagerService()
  5169.     {
  5170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5175.         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'));
  5176.     }
  5177.     /**
  5178.      * Gets the private 'maker.generator' shared service.
  5179.      *
  5180.      * @return \Symfony\Bundle\MakerBundle\Generator
  5181.      */
  5182.     protected function getMaker_GeneratorService()
  5183.     {
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5186.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  5187.     }
  5188.     /**
  5189.      * Gets the private 'maker.php_compat_util' shared service.
  5190.      *
  5191.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5192.      */
  5193.     protected function getMaker_PhpCompatUtilService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5196.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5197.     }
  5198.     /**
  5199.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5200.      *
  5201.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5202.      */
  5203.     protected function getMaker_Renderer_FormTypeRendererService()
  5204.     {
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5206.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5207.     }
  5208.     /**
  5209.      * Gets the private 'mime_types' shared service.
  5210.      *
  5211.      * @return \Symfony\Component\Mime\MimeTypes
  5212.      */
  5213.     protected function getMimeTypesService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5218.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5219.         $instance->setDefault($instance);
  5220.         return $instance;
  5221.     }
  5222.     /**
  5223.      * Gets the private 'monolog.command.server_log' shared service.
  5224.      *
  5225.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5226.      */
  5227.     protected function getMonolog_Command_ServerLogService()
  5228.     {
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5231.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5232.         $instance->setName('server:log');
  5233.         $instance->setDescription('Start a log server that displays logs in real time');
  5234.         return $instance;
  5235.     }
  5236.     /**
  5237.      * Gets the private 'monolog.handler.console' shared service.
  5238.      *
  5239.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5240.      */
  5241.     protected function getMonolog_Handler_ConsoleService()
  5242.     {
  5243.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5244.     }
  5245.     /**
  5246.      * Gets the private 'monolog.handler.main' shared service.
  5247.      *
  5248.      * @return \Monolog\Handler\StreamHandler
  5249.      */
  5250.     protected function getMonolog_Handler_MainService()
  5251.     {
  5252.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5253.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5254.         return $instance;
  5255.     }
  5256.     /**
  5257.      * Gets the private 'monolog.logger' shared service.
  5258.      *
  5259.      * @return \Symfony\Bridge\Monolog\Logger
  5260.      */
  5261.     protected function getMonolog_LoggerService()
  5262.     {
  5263.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5264.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5265.         $instance->useMicrosecondTimestamps(true);
  5266.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5267.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5268.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5269.         return $instance;
  5270.     }
  5271.     /**
  5272.      * Gets the private 'monolog.logger.cache' shared service.
  5273.      *
  5274.      * @return \Symfony\Bridge\Monolog\Logger
  5275.      */
  5276.     protected function getMonolog_Logger_CacheService()
  5277.     {
  5278.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5279.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5280.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5281.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5282.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5283.         return $instance;
  5284.     }
  5285.     /**
  5286.      * Gets the private 'monolog.logger.request' shared service.
  5287.      *
  5288.      * @return \Symfony\Bridge\Monolog\Logger
  5289.      */
  5290.     protected function getMonolog_Logger_RequestService()
  5291.     {
  5292.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5293.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5294.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5295.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5296.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5297.         return $instance;
  5298.     }
  5299.     /**
  5300.      * Gets the private 'monolog.logger.security' shared service.
  5301.      *
  5302.      * @return \Symfony\Bridge\Monolog\Logger
  5303.      */
  5304.     protected function getMonolog_Logger_SecurityService()
  5305.     {
  5306.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5307.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5308.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5309.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5310.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5311.         return $instance;
  5312.     }
  5313.     /**
  5314.      * Gets the private 'parameter_bag' shared service.
  5315.      *
  5316.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5317.      */
  5318.     protected function getParameterBagService()
  5319.     {
  5320.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5321.     }
  5322.     /**
  5323.      * Gets the private 'profiler_listener' shared service.
  5324.      *
  5325.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5326.      */
  5327.     protected function getProfilerListenerService()
  5328.     {
  5329.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5330.         if (isset($this->privates['profiler_listener'])) {
  5331.             return $this->privates['profiler_listener'];
  5332.         }
  5333.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  5334.     }
  5335.     /**
  5336.      * Gets the private 'property_accessor' shared service.
  5337.      *
  5338.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5339.      */
  5340.     protected function getPropertyAccessorService()
  5341.     {
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5348.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5349.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5350.     }
  5351.     /**
  5352.      * Gets the private 'property_info' shared service.
  5353.      *
  5354.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5355.      */
  5356.     protected function getPropertyInfoService()
  5357.     {
  5358.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5359.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5360.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5361.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5362.         }, 3), new RewindableGenerator(function () {
  5363.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5364.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5365.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5366.         }, 3), new RewindableGenerator(function () {
  5367.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5368.         }, 1), new RewindableGenerator(function () {
  5369.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5370.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5371.         }, 2), new RewindableGenerator(function () {
  5372.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5373.         }, 1));
  5374.     }
  5375.     /**
  5376.      * Gets the private 'property_info.serializer_extractor' shared service.
  5377.      *
  5378.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5379.      */
  5380.     protected function getPropertyInfo_SerializerExtractorService()
  5381.     {
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5383.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5384.     }
  5385.     /**
  5386.      * Gets the private 'router.cache_warmer' shared service.
  5387.      *
  5388.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5389.      */
  5390.     protected function getRouter_CacheWarmerService()
  5391.     {
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5394.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5395.             'router' => ['services''router''getRouterService'false],
  5396.         ], [
  5397.             'router' => '?',
  5398.         ]))->withContext('router.cache_warmer'$this));
  5399.     }
  5400.     /**
  5401.      * Gets the private 'router.expression_language_provider' shared service.
  5402.      *
  5403.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5404.      */
  5405.     protected function getRouter_ExpressionLanguageProviderService()
  5406.     {
  5407.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5408.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5409.         ], [
  5410.             'env' => 'Closure',
  5411.         ]));
  5412.     }
  5413.     /**
  5414.      * Gets the private 'router.request_context' shared service.
  5415.      *
  5416.      * @return \Symfony\Component\Routing\RequestContext
  5417.      */
  5418.     protected function getRouter_RequestContextService()
  5419.     {
  5420.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5421.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5422.         return $instance;
  5423.     }
  5424.     /**
  5425.      * Gets the private 'router_listener' shared service.
  5426.      *
  5427.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5428.      */
  5429.     protected function getRouterListenerService()
  5430.     {
  5431.         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);
  5432.     }
  5433.     /**
  5434.      * Gets the private 'secrets.vault' shared service.
  5435.      *
  5436.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5437.      */
  5438.     protected function getSecrets_VaultService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5444.         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(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  5445.     }
  5446.     /**
  5447.      * Gets the private 'security.access_listener' shared service.
  5448.      *
  5449.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5450.      */
  5451.     protected function getSecurity_AccessListenerService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5456.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5457.         if (isset($this->privates['security.access_listener'])) {
  5458.             return $this->privates['security.access_listener'];
  5459.         }
  5460.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5461.         if (isset($this->privates['security.access_listener'])) {
  5462.             return $this->privates['security.access_listener'];
  5463.         }
  5464.         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()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  5465.     }
  5466.     /**
  5467.      * Gets the private 'security.access_map' shared service.
  5468.      *
  5469.      * @return \Symfony\Component\Security\Http\AccessMap
  5470.      */
  5471.     protected function getSecurity_AccessMapService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5477.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5478.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adherence'), [=> 'ROLE_USER'], NULL);
  5479.         return $instance;
  5480.     }
  5481.     /**
  5482.      * Gets the private 'security.authentication.guard_handler' shared service.
  5483.      *
  5484.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5485.      *
  5486.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  5487.      */
  5488.     protected function getSecurity_Authentication_GuardHandlerService()
  5489.     {
  5490.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5493.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5494.         if (isset($this->privates['security.authentication.guard_handler'])) {
  5495.             return $this->privates['security.authentication.guard_handler'];
  5496.         }
  5497.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  5498.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5499.         return $instance;
  5500.     }
  5501.     /**
  5502.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5503.      *
  5504.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5505.      *
  5506.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  5507.      */
  5508.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5509.     {
  5510.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5511.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5512.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  5513.             return $this->privates['security.authentication.listener.anonymous.main'];
  5514.         }
  5515.         return $this->privates['security.authentication.listener.anonymous.main'] = 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()), $a);
  5516.     }
  5517.     /**
  5518.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5519.      *
  5520.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5521.      *
  5522.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  5523.      */
  5524.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5525.     {
  5526.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  5527.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  5528.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  5529.             return $this->privates['security.authentication.listener.guard.main'];
  5530.         }
  5531.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5532.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  5533.             return $this->privates['security.authentication.listener.guard.main'];
  5534.         }
  5535.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  5536.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5537.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5538.     }
  5539.     /**
  5540.      * Gets the private 'security.authentication.manager' shared service.
  5541.      *
  5542.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5543.      *
  5544.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  5545.      */
  5546.     protected function getSecurity_Authentication_ManagerService()
  5547.     {
  5548.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  5549.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5550.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5551.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  5552.         }, 2), true);
  5553.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5554.         return $instance;
  5555.     }
  5556.     /**
  5557.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  5558.      *
  5559.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  5560.      *
  5561.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  5562.      */
  5563.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  5564.     {
  5565.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5566.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  5567.     }
  5568.     /**
  5569.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5570.      *
  5571.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5572.      *
  5573.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  5574.      */
  5575.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5576.     {
  5577.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  5582.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5583.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5584.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  5585.     }
  5586.     /**
  5587.      * Gets the private 'security.authentication_utils' shared service.
  5588.      *
  5589.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5590.      */
  5591.     protected function getSecurity_AuthenticationUtilsService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5594.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5595.     }
  5596.     /**
  5597.      * Gets the private 'security.channel_listener' shared service.
  5598.      *
  5599.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5600.      */
  5601.     protected function getSecurity_ChannelListenerService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5606.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5607.         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());
  5608.     }
  5609.     /**
  5610.      * Gets the private 'security.command.debug_firewall' shared service.
  5611.      *
  5612.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5613.      */
  5614.     protected function getSecurity_Command_DebugFirewallService()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5618.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  5619.         $instance->setName('debug:firewall');
  5620.         $instance->setDescription('Display information about your security firewall(s)');
  5621.         return $instance;
  5622.     }
  5623.     /**
  5624.      * Gets the private 'security.command.user_password_encoder' shared service.
  5625.      *
  5626.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5627.      *
  5628.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5629.      */
  5630.     protected function getSecurity_Command_UserPasswordEncoderService()
  5631.     {
  5632.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5633.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5634.         $instance->setName('security:encode-password');
  5635.         $instance->setDescription('Encode a password');
  5636.         return $instance;
  5637.     }
  5638.     /**
  5639.      * Gets the private 'security.command.user_password_hash' shared service.
  5640.      *
  5641.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5642.      */
  5643.     protected function getSecurity_Command_UserPasswordHashService()
  5644.     {
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5647.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  5648.         $instance->setName('security:hash-password');
  5649.         $instance->setDescription('Hash a user password');
  5650.         return $instance;
  5651.     }
  5652.     /**
  5653.      * Gets the private 'security.context_listener.0' shared service.
  5654.      *
  5655.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5656.      */
  5657.     protected function getSecurity_ContextListener_0Service()
  5658.     {
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5662.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5663.         if (isset($this->privates['security.context_listener.0'])) {
  5664.             return $this->privates['security.context_listener.0'];
  5665.         }
  5666.         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 () {
  5667.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5668.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  5669.     }
  5670.     /**
  5671.      * Gets the private 'security.csrf.token_storage' shared service.
  5672.      *
  5673.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5674.      */
  5675.     protected function getSecurity_Csrf_TokenStorageService()
  5676.     {
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5680.         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())));
  5681.     }
  5682.     /**
  5683.      * Gets the private 'security.encoder_factory.generic' shared service.
  5684.      *
  5685.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5686.      *
  5687.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5688.      */
  5689.     protected function getSecurity_EncoderFactory_GenericService()
  5690.     {
  5691.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5692.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  5693.     }
  5694.     /**
  5695.      * Gets the private 'security.event_dispatcher.main' shared service.
  5696.      *
  5697.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5698.      */
  5699.     protected function getSecurity_EventDispatcher_MainService()
  5700.     {
  5701.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5702.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5703.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5704.         }, => 'onLogout'], 64);
  5705.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5706.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5707.         }, => 'onLogout'], 0);
  5708.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5709.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5710.         }, => 'onLogout'], 0);
  5711.         return $instance;
  5712.     }
  5713.     /**
  5714.      * Gets the private 'security.firewall.map' shared service.
  5715.      *
  5716.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5717.      */
  5718.     protected function getSecurity_Firewall_MapService()
  5719.     {
  5720.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  5721.         if (isset($this->privates['security.firewall.map'])) {
  5722.             return $this->privates['security.firewall.map'];
  5723.         }
  5724.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5725.             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)/')));
  5726.             yield 'security.firewall.map.context.main' => NULL;
  5727.         }, 2));
  5728.     }
  5729.     /**
  5730.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5731.      *
  5732.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5733.      */
  5734.     protected function getSecurity_Firewall_Map_Context_DevService()
  5735.     {
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5738.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5739.             return new \EmptyIterator();
  5740.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5741.     }
  5742.     /**
  5743.      * Gets the private 'security.firewall.map.context.main' shared service.
  5744.      *
  5745.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5746.      */
  5747.     protected function getSecurity_Firewall_Map_Context_MainService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5757.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5758.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5759.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5760.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5761.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5762.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5763.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5764.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5765.         }, 5), 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'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5766.     }
  5767.     /**
  5768.      * Gets the private 'security.http_utils' shared service.
  5769.      *
  5770.      * @return \Symfony\Component\Security\Http\HttpUtils
  5771.      */
  5772.     protected function getSecurity_HttpUtilsService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5775.         $a = ($this->services['router'] ?? $this->getRouterService());
  5776.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5777.     }
  5778.     /**
  5779.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  5782.      */
  5783.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  5786.         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()));
  5787.     }
  5788.     /**
  5789.      * Gets the private 'security.logout.listener.default.main' shared service.
  5790.      *
  5791.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  5792.      */
  5793.     protected function getSecurity_Logout_Listener_Default_MainService()
  5794.     {
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  5796.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'app_login');
  5797.     }
  5798.     /**
  5799.      * Gets the private 'security.logout_url_generator' shared service.
  5800.      *
  5801.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5802.      */
  5803.     protected function getSecurity_LogoutUrlGeneratorService()
  5804.     {
  5805.         $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()));
  5806.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5807.         return $instance;
  5808.     }
  5809.     /**
  5810.      * Gets the private 'security.password_hasher_factory' shared service.
  5811.      *
  5812.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  5813.      */
  5814.     protected function getSecurity_PasswordHasherFactoryService()
  5815.     {
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  5818.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  5819.     }
  5820.     /**
  5821.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5822.      *
  5823.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5824.      */
  5825.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5830.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  5831.     }
  5832.     /**
  5833.      * Gets the private 'security.validator.user_password' shared service.
  5834.      *
  5835.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5836.      */
  5837.     protected function getSecurity_Validator_UserPasswordService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5842.         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()));
  5843.     }
  5844.     /**
  5845.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5846.      *
  5847.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5848.      */
  5849.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5850.     {
  5851.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5852.     }
  5853.     /**
  5854.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5855.      *
  5856.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5857.      */
  5858.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5859.     {
  5860.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5861.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5862.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5863.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5864.     }
  5865.     /**
  5866.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5867.      *
  5868.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5869.      */
  5870.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5871.     {
  5872.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5873.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5874.             return $this->privates['sensio_framework_extra.security.listener'];
  5875.         }
  5876.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5877.     }
  5878.     /**
  5879.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5880.      *
  5881.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5882.      */
  5883.     protected function getSensioFrameworkExtra_View_ListenerService()
  5884.     {
  5885.         $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))));
  5886.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5887.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5888.         ], [
  5889.             'twig' => '?',
  5890.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5891.         return $instance;
  5892.     }
  5893.     /**
  5894.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5895.      *
  5896.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5897.      */
  5898.     protected function getSerializer_Mapping_CacheWarmerService()
  5899.     {
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5905.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5906.     }
  5907.     /**
  5908.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5909.      *
  5910.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5911.      */
  5912.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5913.     {
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5920.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  5921.     }
  5922.     /**
  5923.      * Gets the private 'session.factory' shared service.
  5924.      *
  5925.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5926.      */
  5927.     protected function getSession_FactoryService()
  5928.     {
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  5931.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5932.         if (isset($this->privates['session.factory'])) {
  5933.             return $this->privates['session.factory'];
  5934.         }
  5935.         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(), [=> $a=> 'onSessionUsage']);
  5936.     }
  5937.     /**
  5938.      * Gets the private 'session.storage.factory.service' shared service.
  5939.      *
  5940.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  5941.      *
  5942.      * @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.
  5943.      */
  5944.     protected function getSession_Storage_Factory_ServiceService()
  5945.     {
  5946.         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.');
  5947.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5948.     }
  5949.     /**
  5950.      * Gets the private 'session.storage.metadata_bag' shared service.
  5951.      *
  5952.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  5953.      *
  5954.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  5955.      */
  5956.     protected function getSession_Storage_MetadataBagService()
  5957.     {
  5958.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  5959.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  5960.     }
  5961.     /**
  5962.      * Gets the private 'session.storage.native' shared service.
  5963.      *
  5964.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5965.      *
  5966.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  5967.      */
  5968.     protected function getSession_Storage_NativeService()
  5969.     {
  5970.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  5971.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  5972.     }
  5973.     /**
  5974.      * Gets the private 'session_listener' shared service.
  5975.      *
  5976.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5977.      */
  5978.     protected function getSessionListenerService()
  5979.     {
  5980.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5981.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  5982.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5983.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5984.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  5985.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  5986.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  5987.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5988.         ], [
  5989.             'initialized_session' => '?',
  5990.             'logger' => '?',
  5991.             'request_stack' => '?',
  5992.             'session' => '?',
  5993.             'session_collector' => '?',
  5994.             'session_factory' => '?',
  5995.             'session_storage' => '?',
  5996.         ]), true$this->parameters['session.storage.options']);
  5997.     }
  5998.     /**
  5999.      * Gets the private 'translation.extractor' shared service.
  6000.      *
  6001.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6002.      */
  6003.     protected function getTranslation_ExtractorService()
  6004.     {
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6010.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6011.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6012.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6013.         return $instance;
  6014.     }
  6015.     /**
  6016.      * Gets the private 'translation.loader.csv' shared service.
  6017.      *
  6018.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6019.      */
  6020.     protected function getTranslation_Loader_CsvService()
  6021.     {
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6026.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6027.     }
  6028.     /**
  6029.      * Gets the private 'translation.loader.dat' shared service.
  6030.      *
  6031.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6032.      */
  6033.     protected function getTranslation_Loader_DatService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6038.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6039.     }
  6040.     /**
  6041.      * Gets the private 'translation.loader.ini' shared service.
  6042.      *
  6043.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6044.      */
  6045.     protected function getTranslation_Loader_IniService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6051.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6052.     }
  6053.     /**
  6054.      * Gets the private 'translation.loader.json' shared service.
  6055.      *
  6056.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6057.      */
  6058.     protected function getTranslation_Loader_JsonService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6064.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6065.     }
  6066.     /**
  6067.      * Gets the private 'translation.loader.mo' shared service.
  6068.      *
  6069.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6070.      */
  6071.     protected function getTranslation_Loader_MoService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6077.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6078.     }
  6079.     /**
  6080.      * Gets the private 'translation.loader.php' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6083.      */
  6084.     protected function getTranslation_Loader_PhpService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6090.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6091.     }
  6092.     /**
  6093.      * Gets the private 'translation.loader.po' shared service.
  6094.      *
  6095.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6096.      */
  6097.     protected function getTranslation_Loader_PoService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6103.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6104.     }
  6105.     /**
  6106.      * Gets the private 'translation.loader.qt' shared service.
  6107.      *
  6108.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6109.      */
  6110.     protected function getTranslation_Loader_QtService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6114.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6115.     }
  6116.     /**
  6117.      * Gets the private 'translation.loader.res' shared service.
  6118.      *
  6119.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6120.      */
  6121.     protected function getTranslation_Loader_ResService()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6125.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6126.     }
  6127.     /**
  6128.      * Gets the private 'translation.loader.xliff' shared service.
  6129.      *
  6130.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6131.      */
  6132.     protected function getTranslation_Loader_XliffService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6136.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6137.     }
  6138.     /**
  6139.      * Gets the private 'translation.loader.yml' shared service.
  6140.      *
  6141.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6142.      */
  6143.     protected function getTranslation_Loader_YmlService()
  6144.     {
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6149.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6150.     }
  6151.     /**
  6152.      * Gets the private 'translation.provider_collection' shared service.
  6153.      *
  6154.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6155.      */
  6156.     protected function getTranslation_ProviderCollectionService()
  6157.     {
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6160.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6161.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6162.         }, 1), []))->fromConfig([]);
  6163.     }
  6164.     /**
  6165.      * Gets the private 'translation.reader' shared service.
  6166.      *
  6167.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6168.      */
  6169.     protected function getTranslation_ReaderService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6187.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6188.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6189.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6190.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6191.         $instance->addLoader('yaml'$a);
  6192.         $instance->addLoader('yml'$a);
  6193.         $instance->addLoader('xlf'$b);
  6194.         $instance->addLoader('xliff'$b);
  6195.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6196.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6197.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6198.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6199.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6200.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6201.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6202.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6203.         return $instance;
  6204.     }
  6205.     /**
  6206.      * Gets the private 'translation.warmer' shared service.
  6207.      *
  6208.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6209.      */
  6210.     protected function getTranslation_WarmerService()
  6211.     {
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6214.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6215.             'translator' => ['services''translator''getTranslatorService'false],
  6216.         ], [
  6217.             'translator' => '?',
  6218.         ]))->withContext('translation.warmer'$this));
  6219.     }
  6220.     /**
  6221.      * Gets the private 'translation.writer' shared service.
  6222.      *
  6223.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6224.      */
  6225.     protected function getTranslation_WriterService()
  6226.     {
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6241.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6242.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6243.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6244.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6245.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6246.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6247.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6248.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6249.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6250.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6251.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6252.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6253.         return $instance;
  6254.     }
  6255.     /**
  6256.      * Gets the private 'translator.default' shared service.
  6257.      *
  6258.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6259.      */
  6260.     protected function getTranslator_DefaultService()
  6261.     {
  6262.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6263.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6264.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6265.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6266.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6267.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6268.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6269.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6270.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6271.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6272.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6273.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6274.         ], [
  6275.             'translation.loader.csv' => '?',
  6276.             'translation.loader.dat' => '?',
  6277.             'translation.loader.ini' => '?',
  6278.             'translation.loader.json' => '?',
  6279.             'translation.loader.mo' => '?',
  6280.             'translation.loader.php' => '?',
  6281.             'translation.loader.po' => '?',
  6282.             'translation.loader.qt' => '?',
  6283.             'translation.loader.res' => '?',
  6284.             'translation.loader.xliff' => '?',
  6285.             'translation.loader.yml' => '?',
  6286.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  6287.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6288.         $instance->setFallbackLocales([=> 'en']);
  6289.         return $instance;
  6290.     }
  6291.     /**
  6292.      * Gets the private 'twig.command.debug' shared service.
  6293.      *
  6294.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6295.      */
  6296.     protected function getTwig_Command_DebugService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6300.         $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'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6301.         $instance->setName('debug:twig');
  6302.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6303.         return $instance;
  6304.     }
  6305.     /**
  6306.      * Gets the private 'twig.command.lint' shared service.
  6307.      *
  6308.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6309.      */
  6310.     protected function getTwig_Command_LintService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6315.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6316.         $instance->setName('lint:twig');
  6317.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6318.         return $instance;
  6319.     }
  6320.     /**
  6321.      * Gets the private 'twig.form.engine' shared service.
  6322.      *
  6323.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6324.      */
  6325.     protected function getTwig_Form_EngineService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6330.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6331.         if (isset($this->privates['twig.form.engine'])) {
  6332.             return $this->privates['twig.form.engine'];
  6333.         }
  6334.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6335.     }
  6336.     /**
  6337.      * Gets the private 'twig.form.renderer' shared service.
  6338.      *
  6339.      * @return \Symfony\Component\Form\FormRenderer
  6340.      */
  6341.     protected function getTwig_Form_RendererService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6345.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6346.         if (isset($this->privates['twig.form.renderer'])) {
  6347.             return $this->privates['twig.form.renderer'];
  6348.         }
  6349.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6350.     }
  6351.     /**
  6352.      * Gets the private 'twig.mailer.message_listener' shared service.
  6353.      *
  6354.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6355.      */
  6356.     protected function getTwig_Mailer_MessageListenerService()
  6357.     {
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6361.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6362.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6363.             return $this->privates['twig.mailer.message_listener'];
  6364.         }
  6365.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6366.     }
  6367.     /**
  6368.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6369.      *
  6370.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6371.      */
  6372.     protected function getTwig_Runtime_HttpkernelService()
  6373.     {
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6380.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6381.         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, [
  6382.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6383.         ], [
  6384.             'inline' => '?',
  6385.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6386.     }
  6387.     /**
  6388.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6389.      *
  6390.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6391.      */
  6392.     protected function getTwig_Runtime_SecurityCsrfService()
  6393.     {
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6395.         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()));
  6396.     }
  6397.     /**
  6398.      * Gets the private 'twig.runtime.serializer' shared service.
  6399.      *
  6400.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6401.      */
  6402.     protected function getTwig_Runtime_SerializerService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6406.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6407.     }
  6408.     /**
  6409.      * Gets the private 'twig.template_cache_warmer' shared service.
  6410.      *
  6411.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6412.      */
  6413.     protected function getTwig_TemplateCacheWarmerService()
  6414.     {
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6418.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6419.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6420.         ], [
  6421.             'twig' => '?',
  6422.         ]))->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')));
  6423.     }
  6424.     /**
  6425.      * Gets the private 'validator.builder' shared service.
  6426.      *
  6427.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6428.      */
  6429.     protected function getValidator_BuilderService()
  6430.     {
  6431.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6432.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6433.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6434.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6435.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6436.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6437.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6438.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6439.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6440.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6441.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6442.         ], [
  6443.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6444.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6445.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6446.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6447.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6448.             'doctrine.orm.validator.unique' => '?',
  6449.             'security.validator.user_password' => '?',
  6450.             'validator.expression' => '?',
  6451.         ])));
  6452.         if ($this->has('translator')) {
  6453.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6454.         }
  6455.         $instance->setTranslationDomain('validators');
  6456.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6457.         $instance->enableAnnotationMapping(true);
  6458.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6459.         $instance->addMethodMapping('loadValidatorMetadata');
  6460.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6461.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6462.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6463.         return $instance;
  6464.     }
  6465.     /**
  6466.      * Gets the private 'validator.email' shared service.
  6467.      *
  6468.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6469.      */
  6470.     protected function getValidator_EmailService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6475.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6476.     }
  6477.     /**
  6478.      * Gets the private 'validator.expression' shared service.
  6479.      *
  6480.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6481.      */
  6482.     protected function getValidator_ExpressionService()
  6483.     {
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6487.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  6488.     }
  6489.     /**
  6490.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6491.      *
  6492.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6493.      */
  6494.     protected function getValidator_Mapping_CacheWarmerService()
  6495.     {
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6499.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6500.     }
  6501.     /**
  6502.      * Gets the private 'validator.not_compromised_password' shared service.
  6503.      *
  6504.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6505.      */
  6506.     protected function getValidator_NotCompromisedPasswordService()
  6507.     {
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6511.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  6512.     }
  6513.     /**
  6514.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6515.      *
  6516.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6517.      */
  6518.     protected function getVarDumper_Command_ServerDumpService()
  6519.     {
  6520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6526.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6527.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6528.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6529.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6530.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6531.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  6532.         $instance->setName('server:dump');
  6533.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6534.         return $instance;
  6535.     }
  6536.     /**
  6537.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6538.      *
  6539.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6540.      */
  6541.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6542.     {
  6543.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6544.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6545.         return $instance;
  6546.     }
  6547.     /**
  6548.      * Gets the private 'var_dumper.html_dumper' shared service.
  6549.      *
  6550.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6551.      */
  6552.     protected function getVarDumper_HtmlDumperService()
  6553.     {
  6554.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6555.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6556.         return $instance;
  6557.     }
  6558.     /**
  6559.      * Gets the private 'var_dumper.server_connection' shared service.
  6560.      *
  6561.      * @return \Symfony\Component\VarDumper\Server\Connection
  6562.      */
  6563.     protected function getVarDumper_ServerConnectionService()
  6564.     {
  6565.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  6566.     }
  6567.     /**
  6568.      * Gets the private 'web_profiler.csp.handler' shared service.
  6569.      *
  6570.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6571.      */
  6572.     protected function getWebProfiler_Csp_HandlerService()
  6573.     {
  6574.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6575.     }
  6576.     /**
  6577.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6578.      *
  6579.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6580.      */
  6581.     protected function getWebProfiler_DebugToolbarService()
  6582.     {
  6583.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6584.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6585.             return $this->privates['web_profiler.debug_toolbar'];
  6586.         }
  6587.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  6588.     }
  6589.     /**
  6590.      * Gets the public 'cache_clearer' alias.
  6591.      *
  6592.      * @return object The ".container.private.cache_clearer" service.
  6593.      */
  6594.     protected function getCacheClearerService()
  6595.     {
  6596.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6597.         return $this->get('.container.private.cache_clearer');
  6598.     }
  6599.     /**
  6600.      * Gets the public 'filesystem' alias.
  6601.      *
  6602.      * @return object The ".container.private.filesystem" service.
  6603.      */
  6604.     protected function getFilesystemService()
  6605.     {
  6606.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6607.         return $this->get('.container.private.filesystem');
  6608.     }
  6609.     /**
  6610.      * Gets the public 'serializer' alias.
  6611.      *
  6612.      * @return object The ".container.private.serializer" service.
  6613.      */
  6614.     protected function getSerializerService()
  6615.     {
  6616.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6617.         return $this->get('.container.private.serializer');
  6618.     }
  6619.     /**
  6620.      * Gets the public 'security.csrf.token_manager' alias.
  6621.      *
  6622.      * @return object The ".container.private.security.csrf.token_manager" service.
  6623.      */
  6624.     protected function getSecurity_Csrf_TokenManagerService()
  6625.     {
  6626.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6627.         return $this->get('.container.private.security.csrf.token_manager');
  6628.     }
  6629.     /**
  6630.      * Gets the public 'form.factory' alias.
  6631.      *
  6632.      * @return object The ".container.private.form.factory" service.
  6633.      */
  6634.     protected function getForm_FactoryService()
  6635.     {
  6636.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6637.         return $this->get('.container.private.form.factory');
  6638.     }
  6639.     /**
  6640.      * Gets the public 'form.type.file' alias.
  6641.      *
  6642.      * @return object The ".container.private.form.type.file" service.
  6643.      */
  6644.     protected function getForm_Type_FileService()
  6645.     {
  6646.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6647.         return $this->get('.container.private.form.type.file');
  6648.     }
  6649.     /**
  6650.      * Gets the public 'profiler' alias.
  6651.      *
  6652.      * @return object The ".container.private.profiler" service.
  6653.      */
  6654.     protected function getProfilerService()
  6655.     {
  6656.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6657.         return $this->get('.container.private.profiler');
  6658.     }
  6659.     /**
  6660.      * Gets the public 'twig' alias.
  6661.      *
  6662.      * @return object The ".container.private.twig" service.
  6663.      */
  6664.     protected function getTwigService()
  6665.     {
  6666.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6667.         return $this->get('.container.private.twig');
  6668.     }
  6669.     /**
  6670.      * Gets the public 'security.authorization_checker' alias.
  6671.      *
  6672.      * @return object The ".container.private.security.authorization_checker" service.
  6673.      */
  6674.     protected function getSecurity_AuthorizationCheckerService()
  6675.     {
  6676.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6677.         return $this->get('.container.private.security.authorization_checker');
  6678.     }
  6679.     /**
  6680.      * Gets the public 'security.token_storage' alias.
  6681.      *
  6682.      * @return object The ".container.private.security.token_storage" service.
  6683.      */
  6684.     protected function getSecurity_TokenStorageService()
  6685.     {
  6686.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6687.         return $this->get('.container.private.security.token_storage');
  6688.     }
  6689.     /**
  6690.      * Gets the public 'security.password_encoder' alias.
  6691.      *
  6692.      * @return object The ".container.private.security.password_encoder" service.
  6693.      */
  6694.     protected function getSecurity_PasswordEncoderService()
  6695.     {
  6696.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6697.         return $this->get('.container.private.security.password_encoder');
  6698.     }
  6699.     /**
  6700.      * Gets the public 'session' alias.
  6701.      *
  6702.      * @return object The ".container.private.session" service.
  6703.      */
  6704.     protected function getSessionService()
  6705.     {
  6706.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6707.         return $this->get('.container.private.session');
  6708.     }
  6709.     /**
  6710.      * Gets the public 'validator' alias.
  6711.      *
  6712.      * @return object The ".container.private.validator" service.
  6713.      */
  6714.     protected function getValidatorService()
  6715.     {
  6716.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6717.         return $this->get('.container.private.validator');
  6718.     }
  6719.     /**
  6720.      * @return array|bool|float|int|string|\UnitEnum|null
  6721.      */
  6722.     public function getParameter(string $name)
  6723.     {
  6724.         if (isset($this->buildParameters[$name])) {
  6725.             return $this->buildParameters[$name];
  6726.         }
  6727.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6728.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6729.         }
  6730.         if (isset($this->loadedDynamicParameters[$name])) {
  6731.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6732.         }
  6733.         return $this->parameters[$name];
  6734.     }
  6735.     public function hasParameter(string $name): bool
  6736.     {
  6737.         if (isset($this->buildParameters[$name])) {
  6738.             return true;
  6739.         }
  6740.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6741.     }
  6742.     public function setParameter(string $name$value): void
  6743.     {
  6744.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6745.     }
  6746.     public function getParameterBag(): ParameterBagInterface
  6747.     {
  6748.         if (null === $this->parameterBag) {
  6749.             $parameters $this->parameters;
  6750.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6751.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6752.             }
  6753.             foreach ($this->buildParameters as $name => $value) {
  6754.                 $parameters[$name] = $value;
  6755.             }
  6756.             $this->parameterBag = new FrozenParameterBag($parameters);
  6757.         }
  6758.         return $this->parameterBag;
  6759.     }
  6760.     private $loadedDynamicParameters = [
  6761.         'kernel.runtime_environment' => false,
  6762.         'kernel.build_dir' => false,
  6763.         'kernel.cache_dir' => false,
  6764.         'kernel.secret' => false,
  6765.         'debug.container.dump' => false,
  6766.         'serializer.mapping.cache.file' => false,
  6767.         'session.save_path' => false,
  6768.         'validator.mapping.cache.file' => false,
  6769.         'profiler.storage.dsn' => false,
  6770.         'doctrine.orm.proxy_dir' => false,
  6771.     ];
  6772.     private $dynamicParameters = [];
  6773.     private function getDynamicParameter(string $name)
  6774.     {
  6775.         switch ($name) {
  6776.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6777.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6778.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6779.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6780.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6781.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6782.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6783.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6784.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6785.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6786.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6787.         }
  6788.         $this->loadedDynamicParameters[$name] = true;
  6789.         return $this->dynamicParameters[$name] = $value;
  6790.     }
  6791.     protected function getDefaultParameters(): array
  6792.     {
  6793.         return [
  6794.             'kernel.project_dir' => \dirname(__DIR__4),
  6795.             'kernel.environment' => 'dev',
  6796.             'kernel.debug' => true,
  6797.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6798.             'kernel.bundles' => [
  6799.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6800.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6801.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6802.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6803.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6804.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6805.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6806.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6807.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6808.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6809.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6810.             ],
  6811.             'kernel.bundles_metadata' => [
  6812.                 'FrameworkBundle' => [
  6813.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6814.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6815.                 ],
  6816.                 'TwigBundle' => [
  6817.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6818.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6819.                 ],
  6820.                 'TwigExtraBundle' => [
  6821.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6822.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6823.                 ],
  6824.                 'SensioFrameworkExtraBundle' => [
  6825.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6826.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6827.                 ],
  6828.                 'DoctrineBundle' => [
  6829.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6830.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6831.                 ],
  6832.                 'DoctrineMigrationsBundle' => [
  6833.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6834.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6835.                 ],
  6836.                 'SecurityBundle' => [
  6837.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6838.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6839.                 ],
  6840.                 'WebProfilerBundle' => [
  6841.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6842.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6843.                 ],
  6844.                 'MonologBundle' => [
  6845.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6846.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6847.                 ],
  6848.                 'DebugBundle' => [
  6849.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6850.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6851.                 ],
  6852.                 'MakerBundle' => [
  6853.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6854.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6855.                 ],
  6856.             ],
  6857.             'kernel.charset' => 'UTF-8',
  6858.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6859.             'container.dumper.inline_class_loader' => true,
  6860.             'container.dumper.inline_factories' => true,
  6861.             'event_dispatcher.event_aliases' => [
  6862.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6863.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6864.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6865.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6866.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6867.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6868.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6869.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6870.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6871.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6872.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6873.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6874.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6875.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6876.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6877.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6878.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6879.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6880.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6881.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6882.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6883.             ],
  6884.             'fragment.renderer.hinclude.global_template' => NULL,
  6885.             'fragment.path' => '/_fragment',
  6886.             'kernel.http_method_override' => true,
  6887.             'kernel.trusted_hosts' => [
  6888.             ],
  6889.             'kernel.default_locale' => 'en',
  6890.             'kernel.enabled_locales' => [
  6891.             ],
  6892.             'kernel.error_controller' => 'error_controller',
  6893.             'debug.file_link_format' => NULL,
  6894.             'asset.request_context.base_path' => NULL,
  6895.             'asset.request_context.secure' => NULL,
  6896.             'translator.logging' => false,
  6897.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6898.             'debug.error_handler.throw_at' => -1,
  6899.             'router.request_context.host' => 'localhost',
  6900.             'router.request_context.scheme' => 'http',
  6901.             'router.request_context.base_url' => '',
  6902.             'router.resource' => 'kernel::loadRoutes',
  6903.             'request_listener.http_port' => 80,
  6904.             'request_listener.https_port' => 443,
  6905.             'session.metadata.storage_key' => '_sf2_meta',
  6906.             'session.storage.options' => [
  6907.                 'cache_limiter' => '0',
  6908.                 'cookie_secure' => 'auto',
  6909.                 'cookie_httponly' => true,
  6910.                 'cookie_samesite' => 'lax',
  6911.                 'gc_probability' => 1,
  6912.             ],
  6913.             'session.metadata.update_threshold' => 0,
  6914.             'form.type_extension.csrf.enabled' => true,
  6915.             'form.type_extension.csrf.field_name' => '_token',
  6916.             'validator.translation_domain' => 'validators',
  6917.             'profiler_listener.only_exceptions' => false,
  6918.             'profiler_listener.only_main_requests' => false,
  6919.             'twig.form.resources' => [
  6920.                 => 'form_div_layout.html.twig',
  6921.                 => 'bootstrap_4_layout.html.twig',
  6922.             ],
  6923.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6924.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6925.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6926.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6927.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6928.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6929.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6930.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6931.             'doctrine.entity_managers' => [
  6932.                 'default' => 'doctrine.orm.default_entity_manager',
  6933.             ],
  6934.             'doctrine.default_entity_manager' => 'default',
  6935.             'doctrine.dbal.connection_factory.types' => [
  6936.             ],
  6937.             'doctrine.connections' => [
  6938.                 'default' => 'doctrine.dbal.default_connection',
  6939.             ],
  6940.             'doctrine.default_connection' => 'default',
  6941.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6942.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6943.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6944.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6945.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6946.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6947.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6948.             'doctrine.orm.cache.memcache_port' => 11211,
  6949.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6950.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6951.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6952.             'doctrine.orm.cache.memcached_port' => 11211,
  6953.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6954.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6955.             'doctrine.orm.cache.redis_host' => 'localhost',
  6956.             'doctrine.orm.cache.redis_port' => 6379,
  6957.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6958.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6959.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6960.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6961.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6962.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6963.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6964.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6965.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6966.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6967.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6968.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6969.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6970.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6971.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6972.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6973.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6974.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6975.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6976.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6977.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6978.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6979.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6980.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6981.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6982.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6983.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6984.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6985.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6986.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6987.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6988.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6989.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6990.             'doctrine.migrations.preferred_em' => NULL,
  6991.             'doctrine.migrations.preferred_connection' => NULL,
  6992.             'security.role_hierarchy.roles' => [
  6993.             ],
  6994.             'security.access.denied_url' => NULL,
  6995.             'security.authentication.manager.erase_credentials' => true,
  6996.             'security.authentication.session_strategy.strategy' => 'migrate',
  6997.             'security.access.always_authenticate_before_granting' => false,
  6998.             'security.authentication.hide_user_not_found' => true,
  6999.             'security.firewalls' => [
  7000.                 => 'dev',
  7001.                 => 'main',
  7002.             ],
  7003.             'security.main._indexed_authenticators' => [
  7004.             ],
  7005.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7006.             'web_profiler.debug_toolbar.mode' => 2,
  7007.             'monolog.use_microseconds' => true,
  7008.             'monolog.swift_mailer.handlers' => [
  7009.             ],
  7010.             'monolog.handlers_to_channels' => [
  7011.                 'monolog.handler.console' => [
  7012.                     'type' => 'exclusive',
  7013.                     'elements' => [
  7014.                         => 'event',
  7015.                         => 'doctrine',
  7016.                         => 'console',
  7017.                     ],
  7018.                 ],
  7019.                 'monolog.handler.main' => [
  7020.                     'type' => 'exclusive',
  7021.                     'elements' => [
  7022.                         => 'event',
  7023.                     ],
  7024.                 ],
  7025.             ],
  7026.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7027.             'data_collector.templates' => [
  7028.                 'data_collector.request' => [
  7029.                     => 'request',
  7030.                     => '@WebProfiler/Collector/request.html.twig',
  7031.                 ],
  7032.                 'data_collector.time' => [
  7033.                     => 'time',
  7034.                     => '@WebProfiler/Collector/time.html.twig',
  7035.                 ],
  7036.                 'data_collector.memory' => [
  7037.                     => 'memory',
  7038.                     => '@WebProfiler/Collector/memory.html.twig',
  7039.                 ],
  7040.                 'data_collector.validator' => [
  7041.                     => 'validator',
  7042.                     => '@WebProfiler/Collector/validator.html.twig',
  7043.                 ],
  7044.                 'data_collector.ajax' => [
  7045.                     => 'ajax',
  7046.                     => '@WebProfiler/Collector/ajax.html.twig',
  7047.                 ],
  7048.                 'data_collector.form' => [
  7049.                     => 'form',
  7050.                     => '@WebProfiler/Collector/form.html.twig',
  7051.                 ],
  7052.                 'data_collector.exception' => [
  7053.                     => 'exception',
  7054.                     => '@WebProfiler/Collector/exception.html.twig',
  7055.                 ],
  7056.                 'data_collector.logger' => [
  7057.                     => 'logger',
  7058.                     => '@WebProfiler/Collector/logger.html.twig',
  7059.                 ],
  7060.                 'data_collector.events' => [
  7061.                     => 'events',
  7062.                     => '@WebProfiler/Collector/events.html.twig',
  7063.                 ],
  7064.                 'data_collector.router' => [
  7065.                     => 'router',
  7066.                     => '@WebProfiler/Collector/router.html.twig',
  7067.                 ],
  7068.                 'data_collector.cache' => [
  7069.                     => 'cache',
  7070.                     => '@WebProfiler/Collector/cache.html.twig',
  7071.                 ],
  7072.                 'data_collector.translation' => [
  7073.                     => 'translation',
  7074.                     => '@WebProfiler/Collector/translation.html.twig',
  7075.                 ],
  7076.                 'data_collector.security' => [
  7077.                     => 'security',
  7078.                     => '@Security/Collector/security.html.twig',
  7079.                 ],
  7080.                 'data_collector.twig' => [
  7081.                     => 'twig',
  7082.                     => '@WebProfiler/Collector/twig.html.twig',
  7083.                 ],
  7084.                 'data_collector.http_client' => [
  7085.                     => 'http_client',
  7086.                     => '@WebProfiler/Collector/http_client.html.twig',
  7087.                 ],
  7088.                 'data_collector.doctrine' => [
  7089.                     => 'db',
  7090.                     => '@Doctrine/Collector/db.html.twig',
  7091.                 ],
  7092.                 'data_collector.dump' => [
  7093.                     => 'dump',
  7094.                     => '@Debug/Profiler/dump.html.twig',
  7095.                 ],
  7096.                 'mailer.data_collector' => [
  7097.                     => 'mailer',
  7098.                     => '@WebProfiler/Collector/mailer.html.twig',
  7099.                 ],
  7100.                 'data_collector.config' => [
  7101.                     => 'config',
  7102.                     => '@WebProfiler/Collector/config.html.twig',
  7103.                 ],
  7104.             ],
  7105.             'console.command.ids' => [
  7106.             ],
  7107.         ];
  7108.     }
  7109.     protected function throw($message)
  7110.     {
  7111.         throw new RuntimeException($message);
  7112.     }
  7113. }