var/cache/dev/ContainerPfTrxx0/App_KernelDevDebugContainer.php line 8844

Open in your IDE?
  1. <?php
  2. namespace ContainerPfTrxx0;
  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\\Api\\ApiOpinionController' => 'getApiOpinionControllerService',
  47.             'App\\Controller\\Api\\UserAdministrationController' => 'getUserAdministrationControllerService',
  48.             'App\\Controller\\LoginController' => 'getLoginControllerService',
  49.             'App\\Controller\\MainController' => 'getMainControllerService',
  50.             'App\\Controller\\OpinionController' => 'getOpinionControllerService',
  51.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  52.             'App\\Controller\\PremiumController' => 'getPremiumControllerService',
  53.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  54.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  55.             'App\\Controller\\SubjectController' => 'getSubjectControllerService',
  56.             'App\\Controller\\SubjectOpinionController' => 'getSubjectOpinionControllerService',
  57.             'App\\Controller\\TheExtraDataController' => 'getTheExtraDataControllerService',
  58.             'App\\Controller\\UserAdministrationController' => 'getUserAdministrationController2Service',
  59.             'App\\Controller\\UserPropertyController' => 'getUserPropertyControllerService',
  60.             'App\\Controller\\UserSettingController' => 'getUserSettingControllerService',
  61.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  62.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  64.             'automapper_plus.configuration' => 'getAutomapperPlus_ConfigurationService',
  65.             'automapper_plus.mapper' => 'getAutomapperPlus_MapperService',
  66.             'automapper_plus.mapper_factory' => 'getAutomapperPlus_MapperFactoryService',
  67.             'cache.app' => 'getCache_AppService',
  68.             'cache.app_clearer' => 'getCache_AppClearerService',
  69.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  70.             'cache.system' => 'getCache_SystemService',
  71.             'cache.system_clearer' => 'getCache_SystemClearerService',
  72.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  73.             'cache_warmer' => 'getCacheWarmerService',
  74.             'console.command_loader' => 'getConsole_CommandLoaderService',
  75.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  76.             'data_collector.dump' => 'getDataCollector_DumpService',
  77.             'doctrine' => 'getDoctrineService',
  78.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  79.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  80.             'error_controller' => 'getErrorControllerService',
  81.             'event_dispatcher' => 'getEventDispatcherService',
  82.             'http_kernel' => 'getHttpKernelService',
  83.             'knp_paginator' => 'getKnpPaginatorService',
  84.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  85.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  86.             'request_stack' => 'getRequestStackService',
  87.             'router' => 'getRouterService',
  88.             'routing.loader' => 'getRouting_LoaderService',
  89.             'services_resetter' => 'getServicesResetterService',
  90.             'translator' => 'getTranslatorService',
  91.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  92.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  93.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  94.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  95.             'cache_clearer' => 'getCacheClearerService',
  96.             'filesystem' => 'getFilesystemService',
  97.             'serializer' => 'getSerializerService',
  98.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  99.             'form.factory' => 'getForm_FactoryService',
  100.             'form.type.file' => 'getForm_Type_FileService',
  101.             'profiler' => 'getProfilerService',
  102.             'twig' => 'getTwigService',
  103.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  104.             'security.token_storage' => 'getSecurity_TokenStorageService',
  105.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  106.             'session' => 'getSessionService',
  107.             'validator' => 'getValidatorService',
  108.         ];
  109.         $this->aliases = [
  110.             'App\\Kernel' => 'kernel',
  111.             'AutoMapperPlus\\AutoMapperInterface' => 'automapper_plus.mapper',
  112.             'AutoMapperPlus\\AutoMapperPlusBundle\\AutoMapperFactory' => 'automapper_plus.mapper_factory',
  113.             'AutoMapperPlus\\Configuration\\AutoMapperConfigInterface' => 'automapper_plus.configuration',
  114.             'database_connection' => 'doctrine.dbal.default_connection',
  115.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  116.         ];
  117.         $this->privates['service_container'] = function () {
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  124.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  125.             include_once \dirname(__DIR__4).'/vendor/mark-gerarts/auto-mapper-plus/src/MapperInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/mark-gerarts/auto-mapper-plus/src/AutoMapperInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/mark-gerarts/auto-mapper-plus/src/AutoMapper.php';
  128.             include_once \dirname(__DIR__4).'/src/Util/Mapper/Mapper.php';
  129.             include_once \dirname(__DIR__4).'/src/Util/Mapper/MapperConfigInterface.php';
  130.             include_once \dirname(__DIR__4).'/src/Util/Mapper/MapperConfig.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  172.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  212.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  213.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  214.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  284.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  330.             include_once \dirname(__DIR__4).'/src/ParamConverter/RequestParamConverter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  424.             include_once \dirname(__DIR__4).'/src/Twig/ArrayFilter.php';
  425.             include_once \dirname(__DIR__4).'/src/Twig/AssetFunction.php';
  426.             include_once \dirname(__DIR__4).'/src/Twig/ConversionFilter.php';
  427.             include_once \dirname(__DIR__4).'/src/Twig/RequestAttributeInterface.php';
  428.             include_once \dirname(__DIR__4).'/src/Twig/TemplateMarkerFilter.php';
  429.             include_once \dirname(__DIR__4).'/src/Twig/TemplateRatingFunction.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  439.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  449.             include_once __DIR__.'/proxy-classes.php';
  450.         };
  451.     }
  452.     public function compile(): void
  453.     {
  454.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  455.     }
  456.     public function isCompiled(): bool
  457.     {
  458.         return true;
  459.     }
  460.     public function getRemovedIds(): array
  461.     {
  462.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  463.     }
  464.     protected function createProxy($class, \Closure $factory)
  465.     {
  466.         return $factory();
  467.     }
  468.     /**
  469.      * Gets the public '.container.private.cache_clearer' shared service.
  470.      *
  471.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  472.      */
  473.     protected function get_Container_Private_CacheClearerService()
  474.     {
  475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  477.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  478.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  479.         }, 1));
  480.     }
  481.     /**
  482.      * Gets the public '.container.private.filesystem' shared service.
  483.      *
  484.      * @return \Symfony\Component\Filesystem\Filesystem
  485.      */
  486.     protected function get_Container_Private_FilesystemService()
  487.     {
  488.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  489.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  490.     }
  491.     /**
  492.      * Gets the public '.container.private.form.factory' shared service.
  493.      *
  494.      * @return \Symfony\Component\Form\FormFactory
  495.      */
  496.     protected function get_Container_Private_Form_FactoryService()
  497.     {
  498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  500.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  501.     }
  502.     /**
  503.      * Gets the public '.container.private.form.type.file' shared service.
  504.      *
  505.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  506.      */
  507.     protected function get_Container_Private_Form_Type_FileService()
  508.     {
  509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  512.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  513.     }
  514.     /**
  515.      * Gets the public '.container.private.profiler' shared service.
  516.      *
  517.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  518.      */
  519.     protected function get_Container_Private_ProfilerService()
  520.     {
  521.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  522.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  523.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  524.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  525.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  526.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  527.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  528.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  529.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  530.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  531.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  532.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  533.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  534.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  535.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  536.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  537.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  538.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  539.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  540.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  541.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  542.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  543.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  544.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  545.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  546.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  547.         if ($this->has('kernel')) {
  548.             $g->setKernel($b);
  549.         }
  550.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  551.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  552.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  553.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  554.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  555.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  556.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  557.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  558.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  559.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  560.         $instance->add($d);
  561.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  562.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  563.         $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())));
  564.         $instance->add($e);
  565.         $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([])))));
  566.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  567.         $instance->add($f);
  568.         $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()))));
  569.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  570.         $instance->add($g);
  571.         return $instance;
  572.     }
  573.     /**
  574.      * Gets the public '.container.private.security.authorization_checker' shared service.
  575.      *
  576.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  577.      */
  578.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  579.     {
  580.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  581.     }
  582.     /**
  583.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  584.      *
  585.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  586.      */
  587.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  588.     {
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  593.         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())));
  594.     }
  595.     /**
  596.      * Gets the public '.container.private.security.password_encoder' shared service.
  597.      *
  598.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  599.      *
  600.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  601.      */
  602.     protected function get_Container_Private_Security_PasswordEncoderService()
  603.     {
  604.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  605.         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()));
  606.     }
  607.     /**
  608.      * Gets the public '.container.private.security.token_storage' shared service.
  609.      *
  610.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  611.      */
  612.     protected function get_Container_Private_Security_TokenStorageService()
  613.     {
  614.         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, [
  615.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  616.         ], [
  617.             'request_stack' => '?',
  618.         ]));
  619.     }
  620.     /**
  621.      * Gets the public '.container.private.serializer' shared service.
  622.      *
  623.      * @return \Symfony\Component\Serializer\Serializer
  624.      */
  625.     protected function get_Container_Private_SerializerService()
  626.     {
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  671.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  672.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  673.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  674.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  675.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  676.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => 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(), 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(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  677.     }
  678.     /**
  679.      * Gets the public '.container.private.session' shared service.
  680.      *
  681.      * @return \Symfony\Component\HttpFoundation\Session\Session
  682.      */
  683.     protected function get_Container_Private_SessionService()
  684.     {
  685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  687.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  688.     }
  689.     /**
  690.      * Gets the public '.container.private.twig' shared service.
  691.      *
  692.      * @return \Twig\Environment
  693.      */
  694.     protected function get_Container_Private_TwigService()
  695.     {
  696.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  697.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  698.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  699.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  700.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  701.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  702.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  704.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  705.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  706.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  707.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  708.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
  710.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
  711.         $a->addPath((\dirname(__DIR__4).'/templates'));
  712.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  713.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  714.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  715.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  716.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  717.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  718.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  719.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  720.         $f = 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 () {
  721.             return new \EmptyIterator();
  722.         }, 0));
  723.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  724.         $h = ($this->services['router'] ?? $this->getRouterService());
  725.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  726.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  727.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  728.         $k = new \Symfony\Bridge\Twig\AppVariable();
  729.         $k->setEnvironment('dev');
  730.         $k->setDebug(true);
  731.         if ($this->has('.container.private.security.token_storage')) {
  732.             $k->setTokenStorage($i);
  733.         }
  734.         if ($this->has('request_stack')) {
  735.             $k->setRequestStack($d);
  736.         }
  737.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  738.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  739.         $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())));
  740.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  741.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  743.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  744.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  745.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  746.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  754.         $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()), $i)));
  755.         $instance->addExtension(new \App\Twig\ArrayFilter());
  756.         $instance->addExtension(new \App\Twig\AssetFunction($f20230129));
  757.         $instance->addExtension(new \App\Twig\ConversionFilter('d.m.Y H:i'));
  758.         $instance->addExtension(new \App\Twig\TemplateMarkerFilter($d));
  759.         $instance->addExtension(new \App\Twig\TemplateRatingFunction());
  760.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  761.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  762.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  763.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  764.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  765.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$c)));
  766.         $instance->addGlobal('app'$k);
  767.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  768.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  769.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  770.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  771.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  772.         ], [
  773.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  774.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  775.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  776.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  777.         ])));
  778.         $instance->addGlobal('ratingStarMax'$this->getEnv('default:default_rating_star_max:RATING_STAR_MAX'));
  779.         $instance->addGlobal('ratingColors', [=> 'badge-danger background-rating-degree-1'=> 'badge-dark background-rating-degree-2'=> 'badge-warning background-rating-degree-3'=> 'badge-info background-rating-degree-4'=> 'badge-success background-rating-degree-5']);
  780.         $instance->addGlobal('base_url'$this->getEnv('SERVICE_URL'));
  781.         $instance->addGlobal('service_name'$this->getEnv('default:default_service_name:SERVICE_NAME'));
  782.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  783.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  784.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  785.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('d.m.Y H:i''%d days'NULL0'.'','))->configure($instance);
  786.         return $instance;
  787.     }
  788.     /**
  789.      * Gets the public '.container.private.validator' shared service.
  790.      *
  791.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  792.      */
  793.     protected function get_Container_Private_ValidatorService()
  794.     {
  795.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  796.     }
  797.     /**
  798.      * Gets the public 'App\Controller\Api\ApiOpinionController' shared autowired service.
  799.      *
  800.      * @return \App\Controller\Api\ApiOpinionController
  801.      */
  802.     protected function getApiOpinionControllerService()
  803.     {
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiOpinionController.php';
  806.         include_once \dirname(__DIR__4).'/src/Service/EntityManagerTrait.php';
  807.         include_once \dirname(__DIR__4).'/src/Service/OpinionRateService.php';
  808.         $a = ($this->privates['App\\Repository\\OpinionRateRepository'] ?? $this->getOpinionRateRepositoryService());
  809.         $this->services['App\\Controller\\Api\\ApiOpinionController'] = $instance = new \App\Controller\Api\ApiOpinionController($a, new \App\Service\OpinionRateService($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['App\\Repository\\OpinionRepository'] ?? $this->getOpinionRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  810.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\Api\\ApiOpinionController'$this));
  811.         return $instance;
  812.     }
  813.     /**
  814.      * Gets the public 'App\Controller\Api\UserAdministrationController' shared autowired service.
  815.      *
  816.      * @return \App\Controller\Api\UserAdministrationController
  817.      */
  818.     protected function getUserAdministrationControllerService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  821.         include_once \dirname(__DIR__4).'/src/Controller/Api/UserAdministrationController.php';
  822.         include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  823.         include_once \dirname(__DIR__4).'/src/Factory/UserFactory.php';
  824.         $a = ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  825.         $this->services['App\\Controller\\Api\\UserAdministrationController'] = $instance = new \App\Controller\Api\UserAdministrationController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, new \App\Service\UserService(new \App\Factory\UserFactory(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), $a));
  826.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\Api\\UserAdministrationController'$this));
  827.         return $instance;
  828.     }
  829.     /**
  830.      * Gets the public 'App\Controller\LoginController' shared autowired service.
  831.      *
  832.      * @return \App\Controller\LoginController
  833.      */
  834.     protected function getLoginControllerService()
  835.     {
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  837.         include_once \dirname(__DIR__4).'/src/Controller/LoginController.php';
  838.         $this->services['App\\Controller\\LoginController'] = $instance = new \App\Controller\LoginController();
  839.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\LoginController'$this));
  840.         return $instance;
  841.     }
  842.     /**
  843.      * Gets the public 'App\Controller\MainController' shared autowired service.
  844.      *
  845.      * @return \App\Controller\MainController
  846.      */
  847.     protected function getMainControllerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  850.         include_once \dirname(__DIR__4).'/src/Controller/MainController.php';
  851.         $this->services['App\\Controller\\MainController'] = $instance = new \App\Controller\MainController();
  852.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\MainController'$this));
  853.         return $instance;
  854.     }
  855.     /**
  856.      * Gets the public 'App\Controller\OpinionController' shared autowired service.
  857.      *
  858.      * @return \App\Controller\OpinionController
  859.      */
  860.     protected function getOpinionControllerService()
  861.     {
  862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  863.         include_once \dirname(__DIR__4).'/src/Controller/OpinionController.php';
  864.         $this->services['App\\Controller\\OpinionController'] = $instance = new \App\Controller\OpinionController(($this->privates['App\\Repository\\OpinionRepository'] ?? $this->getOpinionRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  865.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\OpinionController'$this));
  866.         return $instance;
  867.     }
  868.     /**
  869.      * Gets the public 'App\Controller\PaymentController' shared autowired service.
  870.      *
  871.      * @return \App\Controller\PaymentController
  872.      */
  873.     protected function getPaymentControllerService()
  874.     {
  875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  876.         include_once \dirname(__DIR__4).'/src/Controller/PaymentController.php';
  877.         include_once \dirname(__DIR__4).'/src/Service/PaymentService.php';
  878.         include_once \dirname(__DIR__4).'/src/Service/PaymentClient.php';
  879.         $this->services['App\\Controller\\PaymentController'] = $instance = new \App\Controller\PaymentController(new \App\Service\PaymentService($this->getEnv('SERVICE_URL'), new \App\Service\PaymentClient($this->getEnv('PAYMENT_SERVICE_API_KEY'), $this->getEnv('PAYMENT_SERVICE_SIGNATURE_KEY'), $this->getEnv('PAYMENT_SERVICE_ENV'))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  880.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  881.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  882.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  883.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  884.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  885.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  886.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  887.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  888.             'router' => ['services''router''getRouterService'false],
  889.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  890.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  891.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  892.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  893.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  894.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  895.         ], [
  896.             'doctrine' => '?',
  897.             'form.factory' => '?',
  898.             'http_kernel' => '?',
  899.             'message_bus' => '?',
  900.             'messenger.default_bus' => '?',
  901.             'parameter_bag' => '?',
  902.             'request_stack' => '?',
  903.             'router' => '?',
  904.             'security.authorization_checker' => '?',
  905.             'security.csrf.token_manager' => '?',
  906.             'security.token_storage' => '?',
  907.             'serializer' => '?',
  908.             'session' => '.session.deprecated',
  909.             'twig' => '?',
  910.         ]))->withContext('App\\Controller\\PaymentController'$this));
  911.         return $instance;
  912.     }
  913.     /**
  914.      * Gets the public 'App\Controller\PremiumController' shared autowired service.
  915.      *
  916.      * @return \App\Controller\PremiumController
  917.      */
  918.     protected function getPremiumControllerService()
  919.     {
  920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  921.         include_once \dirname(__DIR__4).'/src/Controller/PremiumController.php';
  922.         $this->services['App\\Controller\\PremiumController'] = $instance = new \App\Controller\PremiumController();
  923.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\PremiumController'$this));
  924.         return $instance;
  925.     }
  926.     /**
  927.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  928.      *
  929.      * @return \App\Controller\RegistrationController
  930.      */
  931.     protected function getRegistrationControllerService()
  932.     {
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  934.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  935.         include_once \dirname(__DIR__4).'/src/Security/EmailVerifier.php';
  936.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  937.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  939.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  940.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  941.         include_once \dirname(__DIR__4).'/src/Service/ResetPasswordEmailFactoryInterface.php';
  942.         include_once \dirname(__DIR__4).'/src/Service/RegistrationEmailFactoryInterface.php';
  943.         include_once \dirname(__DIR__4).'/src/Service/TemplatedEmailFactory.php';
  944.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController(new \App\Security\EmailVerifier(new \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper(($this->services['router'] ?? $this->getRouterService()), new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'), 'signature'), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator($this->getEnv('APP_SECRET')), 3600), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['App\\Service\\NotificationFactory'] ?? $this->getNotificationFactoryService()), ($this->privates['App\\Connector\\RegonConnector'] ?? $this->getRegonConnectorService()), ($this->privates['App\\Service\\TemplatedEmailFactory'] ?? ($this->privates['App\\Service\\TemplatedEmailFactory'] = new \App\Service\TemplatedEmailFactory($this->getEnv('MAILER_EMAIL'), $this->getEnv('default:default_service_name:SERVICE_NAME')))), $this->getEnv('default:automatic_premium_default:bool:AUTOMATIC_PREMIUM'), $this->getEnv('default:automatic_premium_duration_default:string:AUTOMATIC_PREMIUM_DURATION'));
  945.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\RegistrationController'$this));
  946.         return $instance;
  947.     }
  948.     /**
  949.      * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  950.      *
  951.      * @return \App\Controller\ResetPasswordController
  952.      */
  953.     protected function getResetPasswordControllerService()
  954.     {
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  956.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  957.         include_once \dirname(__DIR__4).'/src/Controller/ResetPasswordController.php';
  958.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  959.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  960.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  961.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  962.         include_once \dirname(__DIR__4).'/src/Service/ResetPasswordEmailFactoryInterface.php';
  963.         include_once \dirname(__DIR__4).'/src/Service/RegistrationEmailFactoryInterface.php';
  964.         include_once \dirname(__DIR__4).'/src/Service/TemplatedEmailFactory.php';
  965.         $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 36003600), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TemplatedEmailFactory'] ?? ($this->privates['App\\Service\\TemplatedEmailFactory'] = new \App\Service\TemplatedEmailFactory($this->getEnv('MAILER_EMAIL'), $this->getEnv('default:default_service_name:SERVICE_NAME')))));
  966.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\ResetPasswordController'$this));
  967.         return $instance;
  968.     }
  969.     /**
  970.      * Gets the public 'App\Controller\SubjectController' shared autowired service.
  971.      *
  972.      * @return \App\Controller\SubjectController
  973.      */
  974.     protected function getSubjectControllerService()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  977.         include_once \dirname(__DIR__4).'/src/Controller/SubjectController.php';
  978.         include_once \dirname(__DIR__4).'/src/Service/SubjectCompleteFacade.php';
  979.         $this->services['App\\Controller\\SubjectController'] = $instance = new \App\Controller\SubjectController(($this->privates['App\\Service\\OpinionService'] ?? $this->getOpinionServiceService()), new \App\Service\SubjectCompleteFacade(($this->privates['App\\Util\\Mapper\\Mapper'] ?? $this->getMapperService()), ($this->privates['App\\Repository\\SubjectRepository'] ?? $this->getSubjectRepositoryService()), ($this->privates['App\\Connector\\RegonConnector'] ?? $this->getRegonConnectorService())), ($this->privates['App\\Service\\NotificationFactory'] ?? $this->getNotificationFactoryService()));
  980.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\SubjectController'$this));
  981.         return $instance;
  982.     }
  983.     /**
  984.      * Gets the public 'App\Controller\SubjectOpinionController' shared autowired service.
  985.      *
  986.      * @return \App\Controller\SubjectOpinionController
  987.      */
  988.     protected function getSubjectOpinionControllerService()
  989.     {
  990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  991.         include_once \dirname(__DIR__4).'/src/Controller/SubjectOpinionController.php';
  992.         $this->services['App\\Controller\\SubjectOpinionController'] = $instance = new \App\Controller\SubjectOpinionController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\OpinionRepository'] ?? $this->getOpinionRepositoryService()), ($this->privates['App\\Service\\OpinionService'] ?? $this->getOpinionServiceService()), ($this->privates['App\\Service\\NotificationFactory'] ?? $this->getNotificationFactoryService()));
  993.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\SubjectOpinionController'$this));
  994.         return $instance;
  995.     }
  996.     /**
  997.      * Gets the public 'App\Controller\TheExtraDataController' shared autowired service.
  998.      *
  999.      * @return \App\Controller\TheExtraDataController
  1000.      */
  1001.     protected function getTheExtraDataControllerService()
  1002.     {
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1004.         include_once \dirname(__DIR__4).'/src/Controller/TheExtraDataController.php';
  1005.         $this->services['App\\Controller\\TheExtraDataController'] = $instance = new \App\Controller\TheExtraDataController(($this->privates['App\\Connector\\RegonConnector'] ?? $this->getRegonConnectorService()));
  1006.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\TheExtraDataController'$this));
  1007.         return $instance;
  1008.     }
  1009.     /**
  1010.      * Gets the public 'App\Controller\UserAdministrationController' shared autowired service.
  1011.      *
  1012.      * @return \App\Controller\UserAdministrationController
  1013.      */
  1014.     protected function getUserAdministrationController2Service()
  1015.     {
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1017.         include_once \dirname(__DIR__4).'/src/Controller/UserAdministrationController.php';
  1018.         $this->services['App\\Controller\\UserAdministrationController'] = $instance = new \App\Controller\UserAdministrationController(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Util\\Mapper\\Mapper'] ?? $this->getMapperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\NotificationFactory'] ?? $this->getNotificationFactoryService()));
  1019.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\UserAdministrationController'$this));
  1020.         return $instance;
  1021.     }
  1022.     /**
  1023.      * Gets the public 'App\Controller\UserPropertyController' shared autowired service.
  1024.      *
  1025.      * @return \App\Controller\UserPropertyController
  1026.      */
  1027.     protected function getUserPropertyControllerService()
  1028.     {
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1030.         include_once \dirname(__DIR__4).'/src/Controller/UserPropertyController.php';
  1031.         $this->services['App\\Controller\\UserPropertyController'] = $instance = new \App\Controller\UserPropertyController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\OpinionRepository'] ?? $this->getOpinionRepositoryService()));
  1032.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\UserPropertyController'$this));
  1033.         return $instance;
  1034.     }
  1035.     /**
  1036.      * Gets the public 'App\Controller\UserSettingController' shared autowired service.
  1037.      *
  1038.      * @return \App\Controller\UserSettingController
  1039.      */
  1040.     protected function getUserSettingControllerService()
  1041.     {
  1042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1043.         include_once \dirname(__DIR__4).'/src/Controller/UserSettingController.php';
  1044.         $this->services['App\\Controller\\UserSettingController'] = $instance = new \App\Controller\UserSettingController(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Service\\NotificationFactory'] ?? $this->getNotificationFactoryService()));
  1045.         $instance->setContainer(($this->privates['.service_locator.jTs_1HX'] ?? $this->get_ServiceLocator_JTs1HXService())->withContext('App\\Controller\\UserSettingController'$this));
  1046.         return $instance;
  1047.     }
  1048.     /**
  1049.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1050.      *
  1051.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1052.      */
  1053.     protected function getProfilerControllerService()
  1054.     {
  1055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1056.         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()));
  1057.     }
  1058.     /**
  1059.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1060.      *
  1061.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1062.      */
  1063.     protected function getRedirectControllerService()
  1064.     {
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1066.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1067.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1068.     }
  1069.     /**
  1070.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1071.      *
  1072.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1073.      */
  1074.     protected function getTemplateControllerService()
  1075.     {
  1076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1077.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1078.     }
  1079.     /**
  1080.      * Gets the public 'automapper_plus.configuration' shared service.
  1081.      *
  1082.      * @return \AutoMapperPlus\Configuration\AutoMapperConfig
  1083.      */
  1084.     protected function getAutomapperPlus_ConfigurationService()
  1085.     {
  1086.         include_once \dirname(__DIR__4).'/vendor/mark-gerarts/auto-mapper-plus/src/Configuration/AutoMapperConfigInterface.php';
  1087.         include_once \dirname(__DIR__4).'/vendor/mark-gerarts/auto-mapper-plus/src/Configuration/AutoMapperConfig.php';
  1088.         return $this->services['automapper_plus.configuration'] = new \AutoMapperPlus\Configuration\AutoMapperConfig();
  1089.     }
  1090.     /**
  1091.      * Gets the public 'automapper_plus.mapper' shared service.
  1092.      *
  1093.      * @return \AutoMapperPlus\AutoMapper
  1094.      */
  1095.     protected function getAutomapperPlus_MapperService()
  1096.     {
  1097.         return $this->services['automapper_plus.mapper'] = ($this->services['automapper_plus.mapper_factory'] ?? $this->getAutomapperPlus_MapperFactoryService())->create();
  1098.     }
  1099.     /**
  1100.      * Gets the public 'automapper_plus.mapper_factory' shared service.
  1101.      *
  1102.      * @return \AutoMapperPlus\AutoMapperPlusBundle\AutoMapperFactory
  1103.      */
  1104.     protected function getAutomapperPlus_MapperFactoryService()
  1105.     {
  1106.         include_once \dirname(__DIR__4).'/vendor/mark-gerarts/automapper-plus-bundle/AutoMapperFactory.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/mark-gerarts/automapper-plus-bundle/AutoMapperConfiguratorInterface.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/mark-gerarts/automapper-plus-bundle/DependencyInjection/DefaultOptionsConfigurator.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/mark-gerarts/auto-mapper-plus/src/Configuration/AutoMapperConfigInterface.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/mark-gerarts/auto-mapper-plus/src/Configuration/AutoMapperConfig.php';
  1111.         $this->services['automapper_plus.mapper_factory'] = $instance = new \AutoMapperPlus\AutoMapperPlusBundle\AutoMapperFactory(($this->services['automapper_plus.configuration'] ?? ($this->services['automapper_plus.configuration'] = new \AutoMapperPlus\Configuration\AutoMapperConfig())));
  1112.         $instance->addConfigureCallback(new \AutoMapperPlus\AutoMapperPlusBundle\DependencyInjection\DefaultOptionsConfigurator($this->parameters['automapper_plus.default_options']));
  1113.         return $instance;
  1114.     }
  1115.     /**
  1116.      * Gets the public 'cache.app' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1119.      */
  1120.     protected function getCache_AppService()
  1121.     {
  1122.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('vYLOuuTK6o'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1123.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1124.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1125.     }
  1126.     /**
  1127.      * Gets the public 'cache.app_clearer' shared service.
  1128.      *
  1129.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1130.      */
  1131.     protected function getCache_AppClearerService()
  1132.     {
  1133.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1135.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  1136.     }
  1137.     /**
  1138.      * Gets the public 'cache.global_clearer' shared service.
  1139.      *
  1140.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1141.      */
  1142.     protected function getCache_GlobalClearerService()
  1143.     {
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1146.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '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()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService())]);
  1147.     }
  1148.     /**
  1149.      * Gets the public 'cache.system' shared service.
  1150.      *
  1151.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1152.      */
  1153.     protected function getCache_SystemService()
  1154.     {
  1155.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ibZ+2hsOE3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1156.     }
  1157.     /**
  1158.      * Gets the public 'cache.system_clearer' shared service.
  1159.      *
  1160.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1161.      */
  1162.     protected function getCache_SystemClearerService()
  1163.     {
  1164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1166.         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()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService())]);
  1167.     }
  1168.     /**
  1169.      * Gets the public 'cache.validator_expression_language' shared service.
  1170.      *
  1171.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1172.      */
  1173.     protected function getCache_ValidatorExpressionLanguageService()
  1174.     {
  1175.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aLT3xQH2-D'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1176.     }
  1177.     /**
  1178.      * Gets the public 'cache_warmer' shared service.
  1179.      *
  1180.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1181.      */
  1182.     protected function getCacheWarmerService()
  1183.     {
  1184.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1186.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1187.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1188.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1189.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1190.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1191.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1192.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1193.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1194.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1195.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1196.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1197.     }
  1198.     /**
  1199.      * Gets the public 'console.command_loader' shared service.
  1200.      *
  1201.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1202.      */
  1203.     protected function getConsole_CommandLoaderService()
  1204.     {
  1205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1207.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1208.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1209.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1210.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1211.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1212.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1213.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1214.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1215.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1216.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1217.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1218.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1219.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1220.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1221.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1222.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1223.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1224.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1225.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1226.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1227.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  1228.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  1229.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  1230.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1231.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1232.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1233.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1234.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1235.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1236.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1237.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1238.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1239.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1240.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1241.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1242.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1243.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1244.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1245.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1246.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1247.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1248.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1249.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1250.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1251.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1252.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1253.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1254.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1255.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1256.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1257.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1258.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1259.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1260.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1261.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1262.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1263.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1264.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1265.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1266.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1267.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1268.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1269.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1270.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1271.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1272.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1273.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1274.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1275.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1276.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1277.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1278.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1279.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1280.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1281.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1282.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1283.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1284.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1285.             'Fresh\\DoctrineEnumBundle\\Command\\EnumDropCommentCommand' => ['privates''.Fresh\\DoctrineEnumBundle\\Command\\EnumDropCommentCommand.lazy''getEnumDropCommentCommand_LazyService'false],
  1286.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates''SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''getResetPasswordRemoveExpiredCommandService'false],
  1287.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1288.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1289.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1290.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1291.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1292.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1293.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1294.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1295.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1296.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1297.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1298.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1299.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1300.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1301.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1302.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1303.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1304.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1305.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1306.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1307.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1308.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1309.         ], [
  1310.             'console.command.about' => '?',
  1311.             'console.command.assets_install' => '?',
  1312.             'console.command.cache_clear' => '?',
  1313.             'console.command.cache_pool_clear' => '?',
  1314.             'console.command.cache_pool_prune' => '?',
  1315.             'console.command.cache_pool_delete' => '?',
  1316.             'console.command.cache_pool_list' => '?',
  1317.             'console.command.cache_warmup' => '?',
  1318.             'console.command.config_debug' => '?',
  1319.             'console.command.config_dump_reference' => '?',
  1320.             'console.command.container_debug' => '?',
  1321.             'console.command.container_lint' => '?',
  1322.             'console.command.debug_autowiring' => '?',
  1323.             'console.command.dotenv_debug' => '?',
  1324.             'console.command.event_dispatcher_debug' => '?',
  1325.             'console.command.messenger_consume_messages' => '?',
  1326.             'console.command.messenger_setup_transports' => '?',
  1327.             'console.command.messenger_debug' => '?',
  1328.             'console.command.messenger_stop_workers' => '?',
  1329.             'console.command.messenger_failed_messages_retry' => '?',
  1330.             'console.command.messenger_failed_messages_show' => '?',
  1331.             'console.command.messenger_failed_messages_remove' => '?',
  1332.             'console.command.router_debug' => '?',
  1333.             'console.command.router_match' => '?',
  1334.             'console.command.translation_debug' => '?',
  1335.             'console.command.translation_extract' => '?',
  1336.             'console.command.validator_debug' => '?',
  1337.             'console.command.translation_pull' => '?',
  1338.             'console.command.translation_push' => '?',
  1339.             'console.command.xliff_lint' => '?',
  1340.             'console.command.yaml_lint' => '?',
  1341.             'console.command.form_debug' => '?',
  1342.             'console.command.secrets_set' => '?',
  1343.             'console.command.secrets_remove' => '?',
  1344.             'console.command.secrets_generate_key' => '?',
  1345.             'console.command.secrets_list' => '?',
  1346.             'console.command.secrets_decrypt_to_local' => '?',
  1347.             'console.command.secrets_encrypt_from_local' => '?',
  1348.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1349.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1350.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1351.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1352.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1353.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1354.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1355.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1356.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1357.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1358.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1359.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1360.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1361.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1362.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1363.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1364.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1365.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1366.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1367.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1368.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1369.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1370.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1371.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1372.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1373.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1374.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1375.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1376.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1377.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1378.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1379.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1380.             'var_dumper.command.server_dump' => '?',
  1381.             'monolog.command.server_log' => '?',
  1382.             'twig.command.debug' => '?',
  1383.             'twig.command.lint' => '?',
  1384.             'security.command.debug_firewall' => '?',
  1385.             'security.command.user_password_encoder' => '?',
  1386.             'security.command.user_password_hash' => '?',
  1387.             'Fresh\\DoctrineEnumBundle\\Command\\EnumDropCommentCommand' => '?',
  1388.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  1389.             'maker.auto_command.make_auth' => '?',
  1390.             'maker.auto_command.make_command' => '?',
  1391.             'maker.auto_command.make_controller' => '?',
  1392.             'maker.auto_command.make_crud' => '?',
  1393.             'maker.auto_command.make_docker_database' => '?',
  1394.             'maker.auto_command.make_entity' => '?',
  1395.             'maker.auto_command.make_fixtures' => '?',
  1396.             'maker.auto_command.make_form' => '?',
  1397.             'maker.auto_command.make_message' => '?',
  1398.             'maker.auto_command.make_messenger_middleware' => '?',
  1399.             'maker.auto_command.make_registration_form' => '?',
  1400.             'maker.auto_command.make_reset_password' => '?',
  1401.             'maker.auto_command.make_serializer_encoder' => '?',
  1402.             'maker.auto_command.make_serializer_normalizer' => '?',
  1403.             'maker.auto_command.make_subscriber' => '?',
  1404.             'maker.auto_command.make_twig_extension' => '?',
  1405.             'maker.auto_command.make_test' => '?',
  1406.             'maker.auto_command.make_validator' => '?',
  1407.             'maker.auto_command.make_voter' => '?',
  1408.             'maker.auto_command.make_user' => '?',
  1409.             'maker.auto_command.make_migration' => '?',
  1410.             'maker.auto_command.make_stimulus_controller' => '?',
  1411.         ]), ['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''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''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''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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:enum:drop-comment' => 'Fresh\\DoctrineEnumBundle\\Command\\EnumDropCommentCommand''reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1412.     }
  1413.     /**
  1414.      * Gets the public 'container.env_var_processors_locator' shared service.
  1415.      *
  1416.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1417.      */
  1418.     protected function getContainer_EnvVarProcessorsLocatorService()
  1419.     {
  1420.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1421.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1422.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1423.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1424.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1425.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1426.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1427.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1428.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1429.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1430.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1431.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1432.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1433.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1434.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1435.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1436.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1437.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1438.         ], [
  1439.             'base64' => '?',
  1440.             'bool' => '?',
  1441.             'const' => '?',
  1442.             'csv' => '?',
  1443.             'default' => '?',
  1444.             'file' => '?',
  1445.             'float' => '?',
  1446.             'int' => '?',
  1447.             'json' => '?',
  1448.             'key' => '?',
  1449.             'not' => '?',
  1450.             'query_string' => '?',
  1451.             'require' => '?',
  1452.             'resolve' => '?',
  1453.             'string' => '?',
  1454.             'trim' => '?',
  1455.             'url' => '?',
  1456.         ]);
  1457.     }
  1458.     /**
  1459.      * Gets the public 'data_collector.dump' shared service.
  1460.      *
  1461.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1462.      */
  1463.     protected function getDataCollector_DumpService()
  1464.     {
  1465.         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()));
  1466.     }
  1467.     /**
  1468.      * Gets the public 'doctrine' shared service.
  1469.      *
  1470.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1471.      */
  1472.     protected function getDoctrineService()
  1473.     {
  1474.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1475.     }
  1476.     /**
  1477.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1478.      *
  1479.      * @return \Doctrine\DBAL\Connection
  1480.      */
  1481.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1482.     {
  1483.         $a = new \Doctrine\DBAL\Configuration();
  1484.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1485.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1486.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1487.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1488.         $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))));
  1489.         $c->setConnectionName('default');
  1490.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1491.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1492.             'App\\EventListener\\OpinionRateSubscriber' => ['privates''App\\EventListener\\OpinionRateSubscriber''getOpinionRateSubscriberService'false],
  1493.             'App\\EventListener\\OpinionSubscriber' => ['privates''App\\EventListener\\OpinionSubscriber''getOpinionSubscriberService'false],
  1494.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1495.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1496.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1497.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1498.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  1499.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'false],
  1500.         ], [
  1501.             'App\\EventListener\\OpinionRateSubscriber' => '?',
  1502.             'App\\EventListener\\OpinionSubscriber' => '?',
  1503.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1504.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1505.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1506.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1507.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1508.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1509.         ]), [=> 'App\\EventListener\\OpinionSubscriber'=> 'App\\EventListener\\OpinionRateSubscriber'=> 'App\\EventListener\\OpinionSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> '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'=> 'stof_doctrine_extensions.listener.softdeleteable'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), ['enum' => 'string']);
  1510.     }
  1511.     /**
  1512.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1513.      *
  1514.      * @return \Doctrine\ORM\EntityManager
  1515.      */
  1516.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1517.     {
  1518.         if ($lazyLoad) {
  1519.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1520.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1521.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1522.                     $proxy->setProxyInitializer(null);
  1523.                     return true;
  1524.                 });
  1525.             });
  1526.         }
  1527.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1529.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1534.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1537.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1538.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1543.         $a = new \Doctrine\ORM\Configuration();
  1544.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1545.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1546.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1547.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1548.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1549.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1550.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1551.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1552.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1553.         ], [
  1554.             'doctrine.ulid_generator' => '?',
  1555.             'doctrine.uuid_generator' => '?',
  1556.         ])));
  1557.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1558.         $a->setProxyNamespace('Proxies');
  1559.         $a->setAutoGenerateProxyClasses(true);
  1560.         $a->setSchemaIgnoreClasses([]);
  1561.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1562.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1563.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1564.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1565.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1566.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1567.             'App\\Repository\\AddressRepository' => ['privates''App\\Repository\\AddressRepository''getAddressRepositoryService'false],
  1568.             'App\\Repository\\LoggingRepository' => ['privates''App\\Repository\\LoggingRepository''getLoggingRepositoryService'false],
  1569.             'App\\Repository\\OpinionRateRepository' => ['privates''App\\Repository\\OpinionRateRepository''getOpinionRateRepositoryService'false],
  1570.             'App\\Repository\\OpinionRepository' => ['privates''App\\Repository\\OpinionRepository''getOpinionRepositoryService'false],
  1571.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  1572.             'App\\Repository\\SubjectRepository' => ['privates''App\\Repository\\SubjectRepository''getSubjectRepositoryService'false],
  1573.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1574.         ], [
  1575.             'App\\Repository\\AddressRepository' => '?',
  1576.             'App\\Repository\\LoggingRepository' => '?',
  1577.             'App\\Repository\\OpinionRateRepository' => '?',
  1578.             'App\\Repository\\OpinionRepository' => '?',
  1579.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1580.             'App\\Repository\\SubjectRepository' => '?',
  1581.             'App\\Repository\\UserRepository' => '?',
  1582.         ])));
  1583.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1584.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1585.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'error_controller' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1592.      */
  1593.     protected function getErrorControllerService()
  1594.     {
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1600.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1601.         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)));
  1602.     }
  1603.     /**
  1604.      * Gets the public 'event_dispatcher' shared service.
  1605.      *
  1606.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1607.      */
  1608.     protected function getEventDispatcherService()
  1609.     {
  1610.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1611.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1612.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1614.         $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())));
  1615.         $instance->addListener('kernel.controller', [=> function () {
  1616.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1617.         }, => 'onKernelController'], 0);
  1618.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1619.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  1620.         }, => 'checkPassport'], 1024);
  1621.         $instance->addListener('kernel.response', [=> function () {
  1622.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1623.         }, => 'onKernelResponse'], 0);
  1624.         $instance->addListener('kernel.response', [=> function () {
  1625.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1626.         }, => 'onKernelResponse'], 0);
  1627.         $instance->addListener('kernel.request', [=> function () {
  1628.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1629.         }, => 'onKernelRequest'], 0);
  1630.         $instance->addListener('kernel.response', [=> function () {
  1631.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1632.         }, => 'onKernelResponse'], 0);
  1633.         $instance->addListener('kernel.response', [=> function () {
  1634.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1635.         }, => 'onKernelResponse'], -1024);
  1636.         $instance->addListener('kernel.request', [=> function () {
  1637.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1638.         }, => 'setDefaultLocale'], 100);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1641.         }, => 'onKernelRequest'], 16);
  1642.         $instance->addListener('kernel.finish_request', [=> function () {
  1643.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1644.         }, => 'onKernelFinishRequest'], 0);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1647.         }, => 'onKernelRequest'], 256);
  1648.         $instance->addListener('kernel.response', [=> function () {
  1649.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1650.         }, => 'onResponse'], -255);
  1651.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1652.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1653.         }, => 'onControllerArguments'], 0);
  1654.         $instance->addListener('kernel.exception', [=> function () {
  1655.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1656.         }, => 'logKernelException'], 0);
  1657.         $instance->addListener('kernel.exception', [=> function () {
  1658.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1659.         }, => 'onKernelException'], -128);
  1660.         $instance->addListener('kernel.response', [=> function () {
  1661.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1662.         }, => 'removeCspHeader'], -128);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1665.         }, => 'onKernelRequest'], 15);
  1666.         $instance->addListener('kernel.finish_request', [=> function () {
  1667.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1668.         }, => 'onKernelFinishRequest'], -15);
  1669.         $instance->addListener('console.error', [=> function () {
  1670.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1671.         }, => 'onConsoleError'], -128);
  1672.         $instance->addListener('console.terminate', [=> function () {
  1673.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1674.         }, => 'onConsoleTerminate'], -128);
  1675.         $instance->addListener('console.error', [=> function () {
  1676.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1677.         }, => 'onConsoleError'], 0);
  1678.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1679.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1680.         }, => 'onMessage'], -255);
  1681.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1682.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1683.         }, => 'onMessage'], -255);
  1684.         $instance->addListener('kernel.request', [=> function () {
  1685.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1686.         }, => 'configure'], 2048);
  1687.         $instance->addListener('console.command', [=> function () {
  1688.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1689.         }, => 'configure'], 2048);
  1690.         $instance->addListener('kernel.request', [=> function () {
  1691.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1692.         }, => 'onKernelRequest'], 32);
  1693.         $instance->addListener('kernel.finish_request', [=> function () {
  1694.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1695.         }, => 'onKernelFinishRequest'], 0);
  1696.         $instance->addListener('kernel.exception', [=> function () {
  1697.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1698.         }, => 'onKernelException'], -64);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1701.         }, => 'onKernelResponse'], 0);
  1702.         $instance->addListener('kernel.request', [=> function () {
  1703.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1704.         }, => 'onKernelRequest'], 128);
  1705.         $instance->addListener('kernel.response', [=> function () {
  1706.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1707.         }, => 'onKernelResponse'], -1000);
  1708.         $instance->addListener('kernel.finish_request', [=> function () {
  1709.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1710.         }, => 'onFinishRequest'], 0);
  1711.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1712.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1713.         }, => 'onMessageFailed'], 100);
  1714.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1715.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1716.         }, => 'onMessageFailed'], 200);
  1717.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1718.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  1719.         }, => 'onMessageFailed'], -100);
  1720.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1721.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1722.         }, => 'onWorkerRunning'], 100);
  1723.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1724.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1725.         }, => 'onWorkerStarted'], 0);
  1726.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1727.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1728.         }, => 'onWorkerRunning'], 0);
  1729.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1730.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  1731.         }, => 'onWorkerStarted'], 100);
  1732.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1733.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1734.         }, => 'onMessageFailed'], 0);
  1735.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1736.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1737.         }, => 'onWorkerRunning'], 0);
  1738.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1739.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1740.         }, => 'onNotification'], -255);
  1741.         $instance->addListener('kernel.response', [=> function () {
  1742.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1743.         }, => 'onKernelResponse'], -100);
  1744.         $instance->addListener('kernel.exception', [=> function () {
  1745.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1746.         }, => 'onKernelException'], 0);
  1747.         $instance->addListener('kernel.terminate', [=> function () {
  1748.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1749.         }, => 'onKernelTerminate'], -1024);
  1750.         $instance->addListener('kernel.controller', [=> function () {
  1751.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1752.         }, => 'onKernelController'], 0);
  1753.         $instance->addListener('kernel.response', [=> function () {
  1754.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1755.         }, => 'onKernelResponse'], 0);
  1756.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1757.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1758.         }, => 'onWorkerMessageHandled'], 0);
  1759.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1760.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1761.         }, => 'onWorkerMessageFailed'], 0);
  1762.         $instance->addListener('console.command', [=> function () {
  1763.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1764.         }, => 'configure'], 1024);
  1765.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1766.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1767.         }, => 'onMessage'], 0);
  1768.         $instance->addListener('kernel.response', [=> function () {
  1769.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1770.         }, => 'onKernelResponse'], -128);
  1771.         $instance->addListener('kernel.response', [=> function () {
  1772.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1773.         }, => 'onKernelResponse'], 0);
  1774.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1775.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  1776.         }, => 'checkPassport'], 0);
  1777.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1778.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  1779.         }, => 'onLoginSuccess'], 0);
  1780.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1781.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1782.         }, => 'onVoterVote'], 0);
  1783.         $instance->addListener('kernel.request', [=> function () {
  1784.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1785.         }, => 'configureLogoutUrlGenerator'], 8);
  1786.         $instance->addListener('kernel.request', [=> function () {
  1787.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1788.         }, => 'onKernelRequest'], 8);
  1789.         $instance->addListener('kernel.finish_request', [=> function () {
  1790.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1791.         }, => 'onKernelFinishRequest'], 0);
  1792.         $instance->addListener('console.command', [=> function () {
  1793.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1794.         }, => 'onCommand'], 255);
  1795.         $instance->addListener('console.terminate', [=> function () {
  1796.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1797.         }, => 'onTerminate'], -255);
  1798.         $instance->addListener('console.error', [=> function () {
  1799.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1800.         }, => 'onConsoleError'], 0);
  1801.         $instance->addListener('console.terminate', [=> function () {
  1802.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1803.         }, => 'onConsoleTerminate'], 0);
  1804.         $instance->addListener('kernel.controller', [=> function () {
  1805.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1806.         }, => 'onKernelController'], 0);
  1807.         $instance->addListener('kernel.controller', [=> function () {
  1808.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1809.         }, => 'onKernelController'], 0);
  1810.         $instance->addListener('kernel.controller', [=> function () {
  1811.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1812.         }, => 'onKernelController'], -128);
  1813.         $instance->addListener('kernel.view', [=> function () {
  1814.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1815.         }, => 'onKernelView'], 0);
  1816.         $instance->addListener('kernel.controller', [=> function () {
  1817.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1818.         }, => 'onKernelController'], 0);
  1819.         $instance->addListener('kernel.response', [=> function () {
  1820.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1821.         }, => 'onKernelResponse'], 0);
  1822.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1823.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1824.         }, => 'onKernelControllerArguments'], 0);
  1825.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1826.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1827.         }, => 'onKernelControllerArguments'], 0);
  1828.         $instance->addListener('knp_pager.before', [=> function () {
  1829.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1830.         }, => 'before'], 0);
  1831.         $instance->addListener('knp_pager.pagination', [=> function () {
  1832.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1833.         }, => 'pagination'], 0);
  1834.         $instance->addListener('knp_pager.before', [=> function () {
  1835.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1836.         }, => 'before'], 1);
  1837.         $instance->addListener('knp_pager.before', [=> function () {
  1838.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1839.         }, => 'before'], 1);
  1840.         $instance->addListener('knp_pager.pagination', [=> function () {
  1841.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1842.         }, => 'pagination'], 1);
  1843.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1844.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  1845.         }, => 'checkPassport'], 512);
  1846.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1847.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1848.         }, => 'onLogout'], 0);
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the public 'http_kernel' shared service.
  1853.      *
  1854.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1855.      */
  1856.     protected function getHttpKernelService()
  1857.     {
  1858.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1859.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1860.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1861.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1862.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1863.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1864.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1865.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1866.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1867.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1868.         }, 8)), $a));
  1869.     }
  1870.     /**
  1871.      * Gets the public 'knp_paginator' shared service.
  1872.      *
  1873.      * @return \Knp\Component\Pager\Paginator
  1874.      */
  1875.     protected function getKnpPaginatorService($lazyLoad true)
  1876.     {
  1877.         if ($lazyLoad) {
  1878.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1879.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1880.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1881.                     $proxy->setProxyInitializer(null);
  1882.                     return true;
  1883.                 });
  1884.             });
  1885.         }
  1886.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1887.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 15]);
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the public 'messenger.default_bus' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1894.      */
  1895.     protected function getMessenger_DefaultBusService()
  1896.     {
  1897.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1898.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1899.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1900.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1901.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1902.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1903.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1904.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1905.         }, 7)));
  1906.     }
  1907.     /**
  1908.      * Gets the public 'monolog.logger.deprecation' shared service.
  1909.      *
  1910.      * @return \Symfony\Bridge\Monolog\Logger
  1911.      */
  1912.     protected function getMonolog_Logger_DeprecationService()
  1913.     {
  1914.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1915.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1916.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1917.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1919.         return $instance;
  1920.     }
  1921.     /**
  1922.      * Gets the public 'request_stack' shared service.
  1923.      *
  1924.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1925.      */
  1926.     protected function getRequestStackService()
  1927.     {
  1928.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1929.     }
  1930.     /**
  1931.      * Gets the public 'router' shared service.
  1932.      *
  1933.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1934.      */
  1935.     protected function getRouterService()
  1936.     {
  1937.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1938.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1939.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1940.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1941.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1942.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1943.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1944.         ], [
  1945.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1946.         ]))->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'pl');
  1947.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1948.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1949.         return $instance;
  1950.     }
  1951.     /**
  1952.      * Gets the public 'routing.loader' shared service.
  1953.      *
  1954.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1955.      */
  1956.     protected function getRouting_LoaderService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1974.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1982.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1983.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1984.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1985.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1986.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1987.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1988.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1989.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1990.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1991.             'kernel' => ['services''kernel''getKernelService'false],
  1992.         ], [
  1993.             'kernel' => 'App\\Kernel',
  1994.         ]), 'dev'));
  1995.         $a->addLoader($c);
  1996.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1997.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1998.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1999.     }
  2000.     /**
  2001.      * Gets the public 'services_resetter' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2004.      */
  2005.     protected function getServicesResetterService()
  2006.     {
  2007.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2008.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2009.             if (isset($this->services['cache.app'])) {
  2010.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2011.             }
  2012.             if (isset($this->services['cache.system'])) {
  2013.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2014.             }
  2015.             if (isset($this->privates['cache.validator'])) {
  2016.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2017.             }
  2018.             if (isset($this->privates['cache.serializer'])) {
  2019.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2020.             }
  2021.             if (isset($this->privates['cache.annotations'])) {
  2022.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2023.             }
  2024.             if (isset($this->privates['cache.property_info'])) {
  2025.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2026.             }
  2027.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2028.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2029.             }
  2030.             if (isset($this->privates['.debug.http_client'])) {
  2031.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2032.             }
  2033.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2034.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2035.             }
  2036.             if (isset($this->privates['debug.stopwatch'])) {
  2037.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2038.             }
  2039.             if (isset($this->services['event_dispatcher'])) {
  2040.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2041.             }
  2042.             if (isset($this->privates['session_listener'])) {
  2043.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2044.             }
  2045.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2046.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2047.             }
  2048.             if (isset($this->services['cache.validator_expression_language'])) {
  2049.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2050.             }
  2051.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2052.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2053.             }
  2054.             if (isset($this->services['.container.private.profiler'])) {
  2055.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2056.             }
  2057.             if (isset($this->services['.container.private.validator'])) {
  2058.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2059.             }
  2060.             if (isset($this->services['doctrine'])) {
  2061.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2062.             }
  2063.             if (isset($this->privates['form.type.entity'])) {
  2064.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2065.             }
  2066.             if (isset($this->privates['twig.form.engine'])) {
  2067.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2068.             }
  2069.             if (isset($this->services['.container.private.security.token_storage'])) {
  2070.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2071.             }
  2072.             if (isset($this->privates['cache.security_expression_language'])) {
  2073.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2074.             }
  2075.             if (isset($this->privates['cache.security_token_verifier'])) {
  2076.                 yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? null);
  2077.             }
  2078.             if (isset($this->privates['monolog.handler.main'])) {
  2079.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2080.             }
  2081.             if (isset($this->privates['monolog.handler.console'])) {
  2082.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2083.             }
  2084.             if (isset($this->privates['.debug.http_client'])) {
  2085.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2086.             }
  2087.         }, function () {
  2088.             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['cache.messenger.restart_workers_signal'])) + (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->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['cache.security_token_verifier'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  2089.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> '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'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'cache.security_token_verifier' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2090.     }
  2091.     /**
  2092.      * Gets the public 'translator' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2095.      */
  2096.     protected function getTranslatorService()
  2097.     {
  2098.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2099.     }
  2100.     /**
  2101.      * Gets the public 'var_dumper.cloner' shared service.
  2102.      *
  2103.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2104.      */
  2105.     protected function getVarDumper_ClonerService()
  2106.     {
  2107.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2108.         $instance->setMaxItems(2500);
  2109.         $instance->setMinDepth(1);
  2110.         $instance->setMaxString(-1);
  2111.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2112.         return $instance;
  2113.     }
  2114.     /**
  2115.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2116.      *
  2117.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2118.      */
  2119.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2122.         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()));
  2123.     }
  2124.     /**
  2125.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2126.      *
  2127.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2128.      */
  2129.     protected function getWebProfiler_Controller_ProfilerService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2132.         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));
  2133.     }
  2134.     /**
  2135.      * Gets the public 'web_profiler.controller.router' shared service.
  2136.      *
  2137.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2138.      */
  2139.     protected function getWebProfiler_Controller_RouterService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2142.         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 () {
  2143.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2144.         }, 1));
  2145.     }
  2146.     /**
  2147.      * Gets the private '.Fresh\DoctrineEnumBundle\Command\EnumDropCommentCommand.lazy' shared service.
  2148.      *
  2149.      * @return \Symfony\Component\Console\Command\LazyCommand
  2150.      */
  2151.     protected function getEnumDropCommentCommand_LazyService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2155.         return $this->privates['.Fresh\\DoctrineEnumBundle\\Command\\EnumDropCommentCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:enum:drop-comment', [], 'Drop comment in DB for the column of registered ENUM type'false, function (): \Fresh\DoctrineEnumBundle\Command\EnumDropCommentCommand {
  2156.             return ($this->privates['Fresh\\DoctrineEnumBundle\\Command\\EnumDropCommentCommand'] ?? $this->getEnumDropCommentCommandService());
  2157.         });
  2158.     }
  2159.     /**
  2160.      * Gets the private '.console.command.about.lazy' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\Console\Command\LazyCommand
  2163.      */
  2164.     protected function get_Console_Command_About_LazyService()
  2165.     {
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2168.         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 {
  2169.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2170.         });
  2171.     }
  2172.     /**
  2173.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\Console\Command\LazyCommand
  2176.      */
  2177.     protected function get_Console_Command_AssetsInstall_LazyService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2181.         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 {
  2182.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2183.         });
  2184.     }
  2185.     /**
  2186.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Console\Command\LazyCommand
  2189.      */
  2190.     protected function get_Console_Command_CacheClear_LazyService()
  2191.     {
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2194.         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 {
  2195.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2196.         });
  2197.     }
  2198.     /**
  2199.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Console\Command\LazyCommand
  2202.      */
  2203.     protected function get_Console_Command_CachePoolClear_LazyService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2207.         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 {
  2208.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2209.         });
  2210.     }
  2211.     /**
  2212.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Console\Command\LazyCommand
  2215.      */
  2216.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2217.     {
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2220.         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 {
  2221.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2222.         });
  2223.     }
  2224.     /**
  2225.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2226.      *
  2227.      * @return \Symfony\Component\Console\Command\LazyCommand
  2228.      */
  2229.     protected function get_Console_Command_CachePoolList_LazyService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2233.         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 {
  2234.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2235.         });
  2236.     }
  2237.     /**
  2238.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2239.      *
  2240.      * @return \Symfony\Component\Console\Command\LazyCommand
  2241.      */
  2242.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2246.         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 {
  2247.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2248.         });
  2249.     }
  2250.     /**
  2251.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Console\Command\LazyCommand
  2254.      */
  2255.     protected function get_Console_Command_CacheWarmup_LazyService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2259.         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 {
  2260.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2261.         });
  2262.     }
  2263.     /**
  2264.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2265.      *
  2266.      * @return \Symfony\Component\Console\Command\LazyCommand
  2267.      */
  2268.     protected function get_Console_Command_ConfigDebug_LazyService()
  2269.     {
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2272.         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 {
  2273.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2274.         });
  2275.     }
  2276.     /**
  2277.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\Console\Command\LazyCommand
  2280.      */
  2281.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2282.     {
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2285.         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 {
  2286.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2287.         });
  2288.     }
  2289.     /**
  2290.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2291.      *
  2292.      * @return \Symfony\Component\Console\Command\LazyCommand
  2293.      */
  2294.     protected function get_Console_Command_ContainerDebug_LazyService()
  2295.     {
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2298.         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 {
  2299.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2300.         });
  2301.     }
  2302.     /**
  2303.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2304.      *
  2305.      * @return \Symfony\Component\Console\Command\LazyCommand
  2306.      */
  2307.     protected function get_Console_Command_ContainerLint_LazyService()
  2308.     {
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2311.         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 {
  2312.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2313.         });
  2314.     }
  2315.     /**
  2316.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2317.      *
  2318.      * @return \Symfony\Component\Console\Command\LazyCommand
  2319.      */
  2320.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2321.     {
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2324.         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 {
  2325.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2326.         });
  2327.     }
  2328.     /**
  2329.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\Console\Command\LazyCommand
  2332.      */
  2333.     protected function get_Console_Command_DotenvDebug_LazyService()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2337.         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 {
  2338.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2339.         });
  2340.     }
  2341.     /**
  2342.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2343.      *
  2344.      * @return \Symfony\Component\Console\Command\LazyCommand
  2345.      */
  2346.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2347.     {
  2348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2350.         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 {
  2351.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2352.         });
  2353.     }
  2354.     /**
  2355.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2356.      *
  2357.      * @return \Symfony\Component\Console\Command\LazyCommand
  2358.      */
  2359.     protected function get_Console_Command_FormDebug_LazyService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2363.         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 {
  2364.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2365.         });
  2366.     }
  2367.     /**
  2368.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2369.      *
  2370.      * @return \Symfony\Component\Console\Command\LazyCommand
  2371.      */
  2372.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2373.     {
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2376.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  2377.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2378.         });
  2379.     }
  2380.     /**
  2381.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\Console\Command\LazyCommand
  2384.      */
  2385.     protected function get_Console_Command_MessengerDebug_LazyService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2389.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  2390.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2391.         });
  2392.     }
  2393.     /**
  2394.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  2395.      *
  2396.      * @return \Symfony\Component\Console\Command\LazyCommand
  2397.      */
  2398.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2402.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  2403.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  2404.         });
  2405.     }
  2406.     /**
  2407.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\Console\Command\LazyCommand
  2410.      */
  2411.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2415.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  2416.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  2417.         });
  2418.     }
  2419.     /**
  2420.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\Console\Command\LazyCommand
  2423.      */
  2424.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  2425.     {
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2428.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  2429.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  2430.         });
  2431.     }
  2432.     /**
  2433.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Console\Command\LazyCommand
  2436.      */
  2437.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  2438.     {
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2441.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  2442.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  2443.         });
  2444.     }
  2445.     /**
  2446.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\Console\Command\LazyCommand
  2449.      */
  2450.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2454.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  2455.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  2456.         });
  2457.     }
  2458.     /**
  2459.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2460.      *
  2461.      * @return \Symfony\Component\Console\Command\LazyCommand
  2462.      */
  2463.     protected function get_Console_Command_RouterDebug_LazyService()
  2464.     {
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2467.         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 {
  2468.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2469.         });
  2470.     }
  2471.     /**
  2472.      * Gets the private '.console.command.router_match.lazy' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Console\Command\LazyCommand
  2475.      */
  2476.     protected function get_Console_Command_RouterMatch_LazyService()
  2477.     {
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2480.         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 {
  2481.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2482.         });
  2483.     }
  2484.     /**
  2485.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Console\Command\LazyCommand
  2488.      */
  2489.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2493.         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 {
  2494.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2495.         });
  2496.     }
  2497.     /**
  2498.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Console\Command\LazyCommand
  2501.      */
  2502.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2506.         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 {
  2507.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2508.         });
  2509.     }
  2510.     /**
  2511.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Console\Command\LazyCommand
  2514.      */
  2515.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2516.     {
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2519.         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 {
  2520.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2521.         });
  2522.     }
  2523.     /**
  2524.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Console\Command\LazyCommand
  2527.      */
  2528.     protected function get_Console_Command_SecretsList_LazyService()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2532.         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 {
  2533.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2534.         });
  2535.     }
  2536.     /**
  2537.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\Console\Command\LazyCommand
  2540.      */
  2541.     protected function get_Console_Command_SecretsRemove_LazyService()
  2542.     {
  2543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2545.         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 {
  2546.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2547.         });
  2548.     }
  2549.     /**
  2550.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Console\Command\LazyCommand
  2553.      */
  2554.     protected function get_Console_Command_SecretsSet_LazyService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2558.         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 {
  2559.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2560.         });
  2561.     }
  2562.     /**
  2563.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\Console\Command\LazyCommand
  2566.      */
  2567.     protected function get_Console_Command_TranslationDebug_LazyService()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2571.         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 {
  2572.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2573.         });
  2574.     }
  2575.     /**
  2576.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2577.      *
  2578.      * @return \Symfony\Component\Console\Command\LazyCommand
  2579.      */
  2580.     protected function get_Console_Command_TranslationExtract_LazyService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2584.         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 {
  2585.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2586.         });
  2587.     }
  2588.     /**
  2589.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\Console\Command\LazyCommand
  2592.      */
  2593.     protected function get_Console_Command_TranslationPull_LazyService()
  2594.     {
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2597.         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 {
  2598.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2599.         });
  2600.     }
  2601.     /**
  2602.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\Console\Command\LazyCommand
  2605.      */
  2606.     protected function get_Console_Command_TranslationPush_LazyService()
  2607.     {
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2610.         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 {
  2611.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2612.         });
  2613.     }
  2614.     /**
  2615.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\Console\Command\LazyCommand
  2618.      */
  2619.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2620.     {
  2621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2623.         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 {
  2624.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2625.         });
  2626.     }
  2627.     /**
  2628.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Console\Command\LazyCommand
  2631.      */
  2632.     protected function get_Console_Command_XliffLint_LazyService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2636.         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 {
  2637.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2638.         });
  2639.     }
  2640.     /**
  2641.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\Console\Command\LazyCommand
  2644.      */
  2645.     protected function get_Console_Command_YamlLint_LazyService()
  2646.     {
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2649.         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 {
  2650.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2651.         });
  2652.     }
  2653.     /**
  2654.      * Gets the private '.debug.http_client' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2657.      */
  2658.     protected function get_Debug_HttpClientService()
  2659.     {
  2660.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2661.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2662.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2663.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2664.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2666.         $a->setLogger($b);
  2667.         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))));
  2668.     }
  2669.     /**
  2670.      * Gets the private '.errored..service_locator.ES_OlR7.App\Entity\Subject' shared service.
  2671.      *
  2672.      * @return \App\Entity\Subject
  2673.      */
  2674.     protected function getSubjectService()
  2675.     {
  2676.         $this->throw('Cannot autowire service ".service_locator.ES_OlR7": it references class "App\\Entity\\Subject" but no such service exists.');
  2677.     }
  2678.     /**
  2679.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2680.      *
  2681.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2682.      */
  2683.     protected function getLoaderInterfaceService()
  2684.     {
  2685.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2686.     }
  2687.     /**
  2688.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  2689.      *
  2690.      * @return \Symfony\Component\HttpFoundation\Response
  2691.      */
  2692.     protected function getResponseService()
  2693.     {
  2694.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2695.     }
  2696.     /**
  2697.      * Gets the private '.errored..service_locator.Wzuo0On.App\Entity\Opinion' shared service.
  2698.      *
  2699.      * @return \App\Entity\Opinion
  2700.      */
  2701.     protected function getOpinionService()
  2702.     {
  2703.         $this->throw('Cannot autowire service ".service_locator.Wzuo0On": it references class "App\\Entity\\Opinion" but no such service exists.');
  2704.     }
  2705.     /**
  2706.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  2707.      *
  2708.      * @return \App\Entity\User
  2709.      */
  2710.     protected function getUserService()
  2711.     {
  2712.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Dto\\SearchSubjectInterface" instead.');
  2713.     }
  2714.     /**
  2715.      * Gets the private '.errored..service_locator.vYcxazj.App\Entity\User' shared service.
  2716.      *
  2717.      * @return \App\Entity\User
  2718.      */
  2719.     protected function getUser2Service()
  2720.     {
  2721.         $this->throw('Cannot autowire service ".service_locator.vYcxazj": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Dto\\SearchSubjectInterface" instead.');
  2722.     }
  2723.     /**
  2724.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2725.      *
  2726.      * @return \Symfony\Component\Console\Command\LazyCommand
  2727.      */
  2728.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2729.     {
  2730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2732.         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 {
  2733.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2734.         });
  2735.     }
  2736.     /**
  2737.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2738.      *
  2739.      * @return \Symfony\Component\Console\Command\LazyCommand
  2740.      */
  2741.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2742.     {
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2745.         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 {
  2746.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2747.         });
  2748.     }
  2749.     /**
  2750.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2751.      *
  2752.      * @return \Symfony\Component\Console\Command\LazyCommand
  2753.      */
  2754.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2755.     {
  2756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2758.         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 {
  2759.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2760.         });
  2761.     }
  2762.     /**
  2763.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2764.      *
  2765.      * @return \Symfony\Component\Console\Command\LazyCommand
  2766.      */
  2767.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2768.     {
  2769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2771.         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 {
  2772.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2773.         });
  2774.     }
  2775.     /**
  2776.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2777.      *
  2778.      * @return \Symfony\Component\Console\Command\LazyCommand
  2779.      */
  2780.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2781.     {
  2782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2784.         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 {
  2785.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2786.         });
  2787.     }
  2788.     /**
  2789.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2790.      *
  2791.      * @return \Symfony\Component\Console\Command\LazyCommand
  2792.      */
  2793.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2797.         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 {
  2798.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2799.         });
  2800.     }
  2801.     /**
  2802.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2803.      *
  2804.      * @return \Symfony\Component\Console\Command\LazyCommand
  2805.      */
  2806.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2810.         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 {
  2811.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2812.         });
  2813.     }
  2814.     /**
  2815.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2816.      *
  2817.      * @return \Symfony\Component\Console\Command\LazyCommand
  2818.      */
  2819.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2820.     {
  2821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2823.         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 {
  2824.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2825.         });
  2826.     }
  2827.     /**
  2828.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2829.      *
  2830.      * @return \Symfony\Component\Console\Command\LazyCommand
  2831.      */
  2832.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2833.     {
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2836.         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 {
  2837.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2838.         });
  2839.     }
  2840.     /**
  2841.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2842.      *
  2843.      * @return \Symfony\Component\Console\Command\LazyCommand
  2844.      */
  2845.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2849.         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 {
  2850.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2851.         });
  2852.     }
  2853.     /**
  2854.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\Console\Command\LazyCommand
  2857.      */
  2858.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2862.         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 {
  2863.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2864.         });
  2865.     }
  2866.     /**
  2867.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\Console\Command\LazyCommand
  2870.      */
  2871.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2872.     {
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2875.         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 {
  2876.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2877.         });
  2878.     }
  2879.     /**
  2880.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2881.      *
  2882.      * @return \Symfony\Component\Console\Command\LazyCommand
  2883.      */
  2884.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2885.     {
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2888.         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 {
  2889.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2890.         });
  2891.     }
  2892.     /**
  2893.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2894.      *
  2895.      * @return \Symfony\Component\Console\Command\LazyCommand
  2896.      */
  2897.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2898.     {
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2901.         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 {
  2902.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2903.         });
  2904.     }
  2905.     /**
  2906.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2907.      *
  2908.      * @return \Symfony\Component\Console\Command\LazyCommand
  2909.      */
  2910.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2911.     {
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2914.         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 {
  2915.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2916.         });
  2917.     }
  2918.     /**
  2919.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2920.      *
  2921.      * @return \Symfony\Component\Console\Command\LazyCommand
  2922.      */
  2923.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2924.     {
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2927.         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 {
  2928.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2929.         });
  2930.     }
  2931.     /**
  2932.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2933.      *
  2934.      * @return \Symfony\Component\Console\Command\LazyCommand
  2935.      */
  2936.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2937.     {
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2940.         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 {
  2941.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2942.         });
  2943.     }
  2944.     /**
  2945.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2946.      *
  2947.      * @return \Symfony\Component\Console\Command\LazyCommand
  2948.      */
  2949.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2953.         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 {
  2954.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2955.         });
  2956.     }
  2957.     /**
  2958.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\Console\Command\LazyCommand
  2961.      */
  2962.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2963.     {
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2966.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2967.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2968.         });
  2969.     }
  2970.     /**
  2971.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\Console\Command\LazyCommand
  2974.      */
  2975.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2976.     {
  2977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2979.         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 {
  2980.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2981.         });
  2982.     }
  2983.     /**
  2984.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2985.      *
  2986.      * @return \Symfony\Component\Console\Command\LazyCommand
  2987.      */
  2988.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2992.         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 {
  2993.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2994.         });
  2995.     }
  2996.     /**
  2997.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2998.      *
  2999.      * @return \Symfony\Component\Console\Command\LazyCommand
  3000.      */
  3001.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3002.     {
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3005.         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 {
  3006.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3007.         });
  3008.     }
  3009.     /**
  3010.      * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  3011.      *
  3012.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3013.      */
  3014.     protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  3015.     {
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  3018.         return $this->privates['.messenger.handler_descriptor.Lml2ICs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  3019.     }
  3020.     /**
  3021.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  3022.      *
  3023.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3024.      */
  3025.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  3026.     {
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  3029.         return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  3030.     }
  3031.     /**
  3032.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  3033.      *
  3034.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3035.      */
  3036.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  3037.     {
  3038.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  3040.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService())), []);
  3041.     }
  3042.     /**
  3043.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  3044.      *
  3045.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3046.      */
  3047.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  3048.     {
  3049.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3050.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  3051.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  3052.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  3054.         return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  3055.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  3056.         }, 1)))->fromStrings([])), []);
  3057.     }
  3058.     /**
  3059.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3060.      *
  3061.      * @return \Symfony\Component\Console\Command\LazyCommand
  3062.      */
  3063.     protected function get_Monolog_Command_ServerLog_LazyService()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3067.         return $this->privates['.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 {
  3068.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3069.         });
  3070.     }
  3071.     /**
  3072.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3073.      *
  3074.      * @return \Symfony\Component\Console\Command\LazyCommand
  3075.      */
  3076.     protected function get_Security_Command_DebugFirewall_LazyService()
  3077.     {
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3080.         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 {
  3081.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3082.         });
  3083.     }
  3084.     /**
  3085.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3086.      *
  3087.      * @return \Symfony\Component\Console\Command\LazyCommand
  3088.      */
  3089.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3093.         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 {
  3094.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3095.         });
  3096.     }
  3097.     /**
  3098.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\Console\Command\LazyCommand
  3101.      */
  3102.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3103.     {
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3106.         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 {
  3107.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3108.         });
  3109.     }
  3110.     /**
  3111.      * Gets the private '.service_locator.4u5os03' shared service.
  3112.      *
  3113.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3114.      */
  3115.     protected function get_ServiceLocator_4u5os03Service()
  3116.     {
  3117.         return $this->privates['.service_locator.4u5os03'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3118.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3119.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3120.         ], [
  3121.             'entityManager' => '?',
  3122.             'userPasswordHasher' => '?',
  3123.         ]);
  3124.     }
  3125.     /**
  3126.      * Gets the private '.service_locator.D4nGOut' shared service.
  3127.      *
  3128.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3129.      */
  3130.     protected function get_ServiceLocator_D4nGOutService()
  3131.     {
  3132.         return $this->privates['.service_locator.D4nGOut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3133.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3134.             'translator' => ['services''translator''getTranslatorService'false],
  3135.         ], [
  3136.             'mailer' => '?',
  3137.             'translator' => '?',
  3138.         ]);
  3139.     }
  3140.     /**
  3141.      * Gets the private '.service_locator.ES_OlR7' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3144.      */
  3145.     protected function get_ServiceLocator_ESOlR7Service()
  3146.     {
  3147.         return $this->privates['.service_locator.ES_OlR7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3148.             'subject' => ['privates''.errored..service_locator.ES_OlR7.App\\Entity\\Subject'NULL'Cannot autowire service ".service_locator.ES_OlR7": it references class "App\\Entity\\Subject" but no such service exists.'],
  3149.         ], [
  3150.             'subject' => 'App\\Entity\\Subject',
  3151.         ]);
  3152.     }
  3153.     /**
  3154.      * Gets the private '.service_locator.FnY9.k5' shared service.
  3155.      *
  3156.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3157.      */
  3158.     protected function get_ServiceLocator_FnY9_K5Service()
  3159.     {
  3160.         return $this->privates['.service_locator.FnY9.k5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3161.             'App\\Controller\\Api\\ApiOpinionController::delete' => ['privates''.service_locator.Wzuo0On''get_ServiceLocator_Wzuo0OnService'false],
  3162.             'App\\Controller\\Api\\ApiOpinionController::index' => ['privates''.service_locator.Wzuo0On''get_ServiceLocator_Wzuo0OnService'false],
  3163.             'App\\Controller\\Api\\UserAdministrationController::delete' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3164.             'App\\Controller\\Api\\UserAdministrationController::verifyPkd' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3165.             'App\\Controller\\LoginController::index' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  3166.             'App\\Controller\\OpinionController::best' => ['privates''.service_locator.u5ORPjc''get_ServiceLocator_U5ORPjcService'false],
  3167.             'App\\Controller\\OpinionController::latest' => ['privates''.service_locator.u5ORPjc''get_ServiceLocator_U5ORPjcService'false],
  3168.             'App\\Controller\\PaymentController::notification' => ['privates''.service_locator.yRaAhHn''get_ServiceLocator_YRaAhHnService'false],
  3169.             'App\\Controller\\RegistrationController::register' => ['privates''.service_locator.4u5os03''get_ServiceLocator_4u5os03Service'false],
  3170.             'App\\Controller\\RegistrationController::verifyUserEmail' => ['privates''.service_locator.KAr4.j6''get_ServiceLocator_KAr4_J6Service'false],
  3171.             'App\\Controller\\ResetPasswordController::request' => ['privates''.service_locator.D4nGOut''get_ServiceLocator_D4nGOutService'false],
  3172.             'App\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.LI1wy7E''get_ServiceLocator_LI1wy7EService'false],
  3173.             'App\\Controller\\SubjectOpinionController::getSubjectOpinions' => ['privates''.service_locator.ES_OlR7''get_ServiceLocator_ESOlR7Service'false],
  3174.             'App\\Controller\\SubjectOpinionController::subjectAddOpinion' => ['privates''.service_locator.ES_OlR7''get_ServiceLocator_ESOlR7Service'false],
  3175.             'App\\Controller\\UserAdministrationController::changePassword' => ['privates''.service_locator.vYcxazj''get_ServiceLocator_VYcxazjService'false],
  3176.             'App\\Controller\\UserAdministrationController::edit' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3177.             'App\\Controller\\UserSettingController::changeOwnPassword' => ['privates''.service_locator.SxWgT3I''get_ServiceLocator_SxWgT3IService'false],
  3178.             'App\\Kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3179.             'App\\Kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3180.             'App\\Kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  3181.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3182.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3183.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  3184.             'App\\Controller\\Api\\ApiOpinionController:delete' => ['privates''.service_locator.Wzuo0On''get_ServiceLocator_Wzuo0OnService'false],
  3185.             'App\\Controller\\Api\\ApiOpinionController:index' => ['privates''.service_locator.Wzuo0On''get_ServiceLocator_Wzuo0OnService'false],
  3186.             'App\\Controller\\Api\\UserAdministrationController:delete' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3187.             'App\\Controller\\Api\\UserAdministrationController:verifyPkd' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3188.             'App\\Controller\\LoginController:index' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  3189.             'App\\Controller\\OpinionController:best' => ['privates''.service_locator.u5ORPjc''get_ServiceLocator_U5ORPjcService'false],
  3190.             'App\\Controller\\OpinionController:latest' => ['privates''.service_locator.u5ORPjc''get_ServiceLocator_U5ORPjcService'false],
  3191.             'App\\Controller\\PaymentController:notification' => ['privates''.service_locator.yRaAhHn''get_ServiceLocator_YRaAhHnService'false],
  3192.             'App\\Controller\\RegistrationController:register' => ['privates''.service_locator.4u5os03''get_ServiceLocator_4u5os03Service'false],
  3193.             'App\\Controller\\RegistrationController:verifyUserEmail' => ['privates''.service_locator.KAr4.j6''get_ServiceLocator_KAr4_J6Service'false],
  3194.             'App\\Controller\\ResetPasswordController:request' => ['privates''.service_locator.D4nGOut''get_ServiceLocator_D4nGOutService'false],
  3195.             'App\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.LI1wy7E''get_ServiceLocator_LI1wy7EService'false],
  3196.             'App\\Controller\\SubjectOpinionController:getSubjectOpinions' => ['privates''.service_locator.ES_OlR7''get_ServiceLocator_ESOlR7Service'false],
  3197.             'App\\Controller\\SubjectOpinionController:subjectAddOpinion' => ['privates''.service_locator.ES_OlR7''get_ServiceLocator_ESOlR7Service'false],
  3198.             'App\\Controller\\UserAdministrationController:changePassword' => ['privates''.service_locator.vYcxazj''get_ServiceLocator_VYcxazjService'false],
  3199.             'App\\Controller\\UserAdministrationController:edit' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3200.             'App\\Controller\\UserSettingController:changeOwnPassword' => ['privates''.service_locator.SxWgT3I''get_ServiceLocator_SxWgT3IService'false],
  3201.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3202.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3203.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  3204.         ], [
  3205.             'App\\Controller\\Api\\ApiOpinionController::delete' => '?',
  3206.             'App\\Controller\\Api\\ApiOpinionController::index' => '?',
  3207.             'App\\Controller\\Api\\UserAdministrationController::delete' => '?',
  3208.             'App\\Controller\\Api\\UserAdministrationController::verifyPkd' => '?',
  3209.             'App\\Controller\\LoginController::index' => '?',
  3210.             'App\\Controller\\OpinionController::best' => '?',
  3211.             'App\\Controller\\OpinionController::latest' => '?',
  3212.             'App\\Controller\\PaymentController::notification' => '?',
  3213.             'App\\Controller\\RegistrationController::register' => '?',
  3214.             'App\\Controller\\RegistrationController::verifyUserEmail' => '?',
  3215.             'App\\Controller\\ResetPasswordController::request' => '?',
  3216.             'App\\Controller\\ResetPasswordController::reset' => '?',
  3217.             'App\\Controller\\SubjectOpinionController::getSubjectOpinions' => '?',
  3218.             'App\\Controller\\SubjectOpinionController::subjectAddOpinion' => '?',
  3219.             'App\\Controller\\UserAdministrationController::changePassword' => '?',
  3220.             'App\\Controller\\UserAdministrationController::edit' => '?',
  3221.             'App\\Controller\\UserSettingController::changeOwnPassword' => '?',
  3222.             'App\\Kernel::loadRoutes' => '?',
  3223.             'App\\Kernel::registerContainerConfiguration' => '?',
  3224.             'App\\Kernel::terminate' => '?',
  3225.             'kernel::loadRoutes' => '?',
  3226.             'kernel::registerContainerConfiguration' => '?',
  3227.             'kernel::terminate' => '?',
  3228.             'App\\Controller\\Api\\ApiOpinionController:delete' => '?',
  3229.             'App\\Controller\\Api\\ApiOpinionController:index' => '?',
  3230.             'App\\Controller\\Api\\UserAdministrationController:delete' => '?',
  3231.             'App\\Controller\\Api\\UserAdministrationController:verifyPkd' => '?',
  3232.             'App\\Controller\\LoginController:index' => '?',
  3233.             'App\\Controller\\OpinionController:best' => '?',
  3234.             'App\\Controller\\OpinionController:latest' => '?',
  3235.             'App\\Controller\\PaymentController:notification' => '?',
  3236.             'App\\Controller\\RegistrationController:register' => '?',
  3237.             'App\\Controller\\RegistrationController:verifyUserEmail' => '?',
  3238.             'App\\Controller\\ResetPasswordController:request' => '?',
  3239.             'App\\Controller\\ResetPasswordController:reset' => '?',
  3240.             'App\\Controller\\SubjectOpinionController:getSubjectOpinions' => '?',
  3241.             'App\\Controller\\SubjectOpinionController:subjectAddOpinion' => '?',
  3242.             'App\\Controller\\UserAdministrationController:changePassword' => '?',
  3243.             'App\\Controller\\UserAdministrationController:edit' => '?',
  3244.             'App\\Controller\\UserSettingController:changeOwnPassword' => '?',
  3245.             'kernel:loadRoutes' => '?',
  3246.             'kernel:registerContainerConfiguration' => '?',
  3247.             'kernel:terminate' => '?',
  3248.         ]);
  3249.     }
  3250.     /**
  3251.      * Gets the private '.service_locator.KAr4.j6' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3254.      */
  3255.     protected function get_ServiceLocator_KAr4_J6Service()
  3256.     {
  3257.         return $this->privates['.service_locator.KAr4.j6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3258.             'translator' => ['services''translator''getTranslatorService'false],
  3259.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3260.         ], [
  3261.             'translator' => '?',
  3262.             'userRepository' => 'App\\Repository\\UserRepository',
  3263.         ]);
  3264.     }
  3265.     /**
  3266.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3269.      */
  3270.     protected function get_ServiceLocator_KfbR3DYService()
  3271.     {
  3272.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3273.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  3274.         ], [
  3275.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3276.         ]);
  3277.     }
  3278.     /**
  3279.      * Gets the private '.service_locator.KfwZsne' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3282.      */
  3283.     protected function get_ServiceLocator_KfwZsneService()
  3284.     {
  3285.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3286.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  3287.         ], [
  3288.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  3289.         ]);
  3290.     }
  3291.     /**
  3292.      * Gets the private '.service_locator.LI1wy7E' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3295.      */
  3296.     protected function get_ServiceLocator_LI1wy7EService()
  3297.     {
  3298.         return $this->privates['.service_locator.LI1wy7E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3299.             'translator' => ['services''translator''getTranslatorService'false],
  3300.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3301.         ], [
  3302.             'translator' => '?',
  3303.             'userPasswordHasher' => '?',
  3304.         ]);
  3305.     }
  3306.     /**
  3307.      * Gets the private '.service_locator.SxWgT3I' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3310.      */
  3311.     protected function get_ServiceLocator_SxWgT3IService()
  3312.     {
  3313.         return $this->privates['.service_locator.SxWgT3I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3314.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3315.         ], [
  3316.             'userPasswordHasher' => '?',
  3317.         ]);
  3318.     }
  3319.     /**
  3320.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  3321.      *
  3322.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3323.      */
  3324.     protected function get_ServiceLocator_UDgw6OlService()
  3325.     {
  3326.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3327.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3328.         ], [
  3329.             'authenticationUtils' => '?',
  3330.         ]);
  3331.     }
  3332.     /**
  3333.      * Gets the private '.service_locator.Wzuo0On' shared service.
  3334.      *
  3335.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3336.      */
  3337.     protected function get_ServiceLocator_Wzuo0OnService()
  3338.     {
  3339.         return $this->privates['.service_locator.Wzuo0On'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3340.             'opinion' => ['privates''.errored..service_locator.Wzuo0On.App\\Entity\\Opinion'NULL'Cannot autowire service ".service_locator.Wzuo0On": it references class "App\\Entity\\Opinion" but no such service exists.'],
  3341.         ], [
  3342.             'opinion' => 'App\\Entity\\Opinion',
  3343.         ]);
  3344.     }
  3345.     /**
  3346.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  3347.      *
  3348.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3349.      */
  3350.     protected function get_ServiceLocator_Y4J_A_EService()
  3351.     {
  3352.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3353.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3354.         ], [
  3355.             'failed' => '?',
  3356.         ]);
  3357.     }
  3358.     /**
  3359.      * Gets the private '.service_locator._L933XU' shared service.
  3360.      *
  3361.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3362.      */
  3363.     protected function get_ServiceLocator_L933XUService()
  3364.     {
  3365.         return $this->privates['.service_locator._L933XU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3366.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3367.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3368.             'security.event_dispatcher.secured_area' => ['privates''security.event_dispatcher.secured_area''getSecurity_EventDispatcher_SecuredAreaService'false],
  3369.         ], [
  3370.             'event_dispatcher' => '?',
  3371.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3372.             'security.event_dispatcher.secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3373.         ]);
  3374.     }
  3375.     /**
  3376.      * Gets the private '.service_locator.c7f47p7' shared service.
  3377.      *
  3378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3379.      */
  3380.     protected function get_ServiceLocator_C7f47p7Service()
  3381.     {
  3382.         return $this->privates['.service_locator.c7f47p7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3383.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  3384.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3385.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  3386.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3387.         ], [
  3388.             'async' => '?',
  3389.             'failed' => '?',
  3390.             'messenger.transport.async' => '?',
  3391.             'messenger.transport.failed' => '?',
  3392.         ]);
  3393.     }
  3394.     /**
  3395.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  3396.      *
  3397.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3398.      */
  3399.     protected function get_ServiceLocator_Ch4JgvlService()
  3400.     {
  3401.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3402.             'user' => ['privates''.errored..service_locator.ch4Jgvl.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Dto\\SearchSubjectInterface" instead.'],
  3403.         ], [
  3404.             'user' => 'App\\Entity\\User',
  3405.         ]);
  3406.     }
  3407.     /**
  3408.      * Gets the private '.service_locator.gOCcGYL' shared service.
  3409.      *
  3410.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3411.      */
  3412.     protected function get_ServiceLocator_GOCcGYLService()
  3413.     {
  3414.         return $this->privates['.service_locator.gOCcGYL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3415.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3416.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3417.             'security.firewall.map.context.secured_area' => ['privates''security.firewall.map.context.secured_area''getSecurity_Firewall_Map_Context_SecuredAreaService'false],
  3418.         ], [
  3419.             'security.firewall.map.context.dev' => '?',
  3420.             'security.firewall.map.context.main' => '?',
  3421.             'security.firewall.map.context.secured_area' => '?',
  3422.         ]);
  3423.     }
  3424.     /**
  3425.      * Gets the private '.service_locator.jTs_1HX' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3428.      */
  3429.     protected function get_ServiceLocator_JTs1HXService()
  3430.     {
  3431.         return $this->privates['.service_locator.jTs_1HX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3432.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3433.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3434.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3435.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3436.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3437.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3438.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3439.             'router' => ['services''router''getRouterService'false],
  3440.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3441.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3442.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3443.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3444.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3445.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3446.         ], [
  3447.             'doctrine' => '?',
  3448.             'form.factory' => '?',
  3449.             'http_kernel' => '?',
  3450.             'message_bus' => '?',
  3451.             'messenger.default_bus' => '?',
  3452.             'parameter_bag' => '?',
  3453.             'request_stack' => '?',
  3454.             'router' => '?',
  3455.             'security.authorization_checker' => '?',
  3456.             'security.csrf.token_manager' => '?',
  3457.             'security.token_storage' => '?',
  3458.             'serializer' => '?',
  3459.             'session' => '.session.deprecated',
  3460.             'twig' => '?',
  3461.         ]);
  3462.     }
  3463.     /**
  3464.      * Gets the private '.service_locator.u5ORPjc' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3467.      */
  3468.     protected function get_ServiceLocator_U5ORPjcService()
  3469.     {
  3470.         return $this->privates['.service_locator.u5ORPjc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3471.             'opinionFilterDto' => ['privates''App\\Dto\\OpinionFilterDto''getOpinionFilterDtoService'false],
  3472.         ], [
  3473.             'opinionFilterDto' => 'App\\Dto\\OpinionFilterDto',
  3474.         ]);
  3475.     }
  3476.     /**
  3477.      * Gets the private '.service_locator.vYcxazj' shared service.
  3478.      *
  3479.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3480.      */
  3481.     protected function get_ServiceLocator_VYcxazjService()
  3482.     {
  3483.         return $this->privates['.service_locator.vYcxazj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3484.             'user' => ['privates''.errored..service_locator.vYcxazj.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.vYcxazj": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Dto\\SearchSubjectInterface" instead.'],
  3485.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3486.         ], [
  3487.             'user' => 'App\\Entity\\User',
  3488.             'userPasswordHasher' => '?',
  3489.         ]);
  3490.     }
  3491.     /**
  3492.      * Gets the private '.service_locator.yRaAhHn' shared service.
  3493.      *
  3494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3495.      */
  3496.     protected function get_ServiceLocator_YRaAhHnService()
  3497.     {
  3498.         return $this->privates['.service_locator.yRaAhHn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3499.             'paymentServiceSignatureKey' => ['privates''.value.1gImObE''get_Value_1gImObEService'false],
  3500.         ], [
  3501.             'paymentServiceSignatureKey' => '?',
  3502.         ]);
  3503.     }
  3504.     /**
  3505.      * Gets the private '.session.deprecated' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3508.      */
  3509.     protected function get_Session_DeprecatedService()
  3510.     {
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3513.         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();
  3514.     }
  3515.     /**
  3516.      * Gets the private '.twig.command.debug.lazy' shared service.
  3517.      *
  3518.      * @return \Symfony\Component\Console\Command\LazyCommand
  3519.      */
  3520.     protected function get_Twig_Command_Debug_LazyService()
  3521.     {
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3524.         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 {
  3525.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3526.         });
  3527.     }
  3528.     /**
  3529.      * Gets the private '.twig.command.lint.lazy' shared service.
  3530.      *
  3531.      * @return \Symfony\Component\Console\Command\LazyCommand
  3532.      */
  3533.     protected function get_Twig_Command_Lint_LazyService()
  3534.     {
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3537.         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 {
  3538.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3539.         });
  3540.     }
  3541.     /**
  3542.      * Gets the private '.value.1gImObE' shared service.
  3543.      *
  3544.      * @return \mixed
  3545.      */
  3546.     protected function get_Value_1gImObEService()
  3547.     {
  3548.         return $this->privates['.value.1gImObE'] = \current([=> $this->getEnv('PAYMENT_SERVICE_SIGNATURE_KEY')]);
  3549.     }
  3550.     /**
  3551.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3552.      *
  3553.      * @return \Symfony\Component\Console\Command\LazyCommand
  3554.      */
  3555.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3556.     {
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3559.         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 {
  3560.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3561.         });
  3562.     }
  3563.     /**
  3564.      * Gets the private 'App\Connector\RegonConnector' shared autowired service.
  3565.      *
  3566.      * @return \App\Connector\RegonConnector
  3567.      */
  3568.     protected function getRegonConnectorService()
  3569.     {
  3570.         include_once \dirname(__DIR__4).'/src/Connector/CompleteDataConnectorInterface.php';
  3571.         include_once \dirname(__DIR__4).'/src/Connector/ConfirmUserDataInterface.php';
  3572.         include_once \dirname(__DIR__4).'/src/Connector/RegonConnector.php';
  3573.         include_once \dirname(__DIR__4).'/src/Service/GusService.php';
  3574.         return $this->privates['App\\Connector\\RegonConnector'] = new \App\Connector\RegonConnector(new \App\Service\GusService($this->getEnv('GUS_API_API_KEY'), $this->getEnv('GUS_API_ENV'), $this->getEnv('json:ALLOWED_ACTIVITY_TYPES'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->privates['App\\Util\\Mapper\\Mapper'] ?? $this->getMapperService()));
  3575.     }
  3576.     /**
  3577.      * Gets the private 'App\Dto\OpinionFilterDto' shared autowired service.
  3578.      *
  3579.      * @return \App\Dto\OpinionFilterDto
  3580.      */
  3581.     protected function getOpinionFilterDtoService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/src/ParamConverter/ConverterQueryParams.php';
  3584.         include_once \dirname(__DIR__4).'/src/Dto/OpinionFilterDto.php';
  3585.         return $this->privates['App\\Dto\\OpinionFilterDto'] = new \App\Dto\OpinionFilterDto();
  3586.     }
  3587.     /**
  3588.      * Gets the private 'App\EventListener\OpinionRateSubscriber' shared autowired service.
  3589.      *
  3590.      * @return \App\EventListener\OpinionRateSubscriber
  3591.      */
  3592.     protected function getOpinionRateSubscriberService()
  3593.     {
  3594.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3596.         include_once \dirname(__DIR__4).'/src/EventListener/OpinionRateSubscriber.php';
  3597.         return $this->privates['App\\EventListener\\OpinionRateSubscriber'] = new \App\EventListener\OpinionRateSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3598.     }
  3599.     /**
  3600.      * Gets the private 'App\EventListener\OpinionSubscriber' shared autowired service.
  3601.      *
  3602.      * @return \App\EventListener\OpinionSubscriber
  3603.      */
  3604.     protected function getOpinionSubscriberService()
  3605.     {
  3606.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  3607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3608.         include_once \dirname(__DIR__4).'/src/EventListener/OpinionSubscriber.php';
  3609.         return $this->privates['App\\EventListener\\OpinionSubscriber'] = new \App\EventListener\OpinionSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3610.     }
  3611.     /**
  3612.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  3613.      *
  3614.      * @return \App\Form\ChangePasswordFormType
  3615.      */
  3616.     protected function getChangePasswordFormTypeService()
  3617.     {
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3620.         include_once \dirname(__DIR__4).'/src/Form/AbstractRegisterUserType.php';
  3621.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php';
  3622.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  3623.     }
  3624.     /**
  3625.      * Gets the private 'App\Form\ChangeUserPasswordType' shared autowired service.
  3626.      *
  3627.      * @return \App\Form\ChangeUserPasswordType
  3628.      */
  3629.     protected function getChangeUserPasswordTypeService()
  3630.     {
  3631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3633.         include_once \dirname(__DIR__4).'/src/Form/AbstractRegisterUserType.php';
  3634.         include_once \dirname(__DIR__4).'/src/Form/ChangeUserPasswordType.php';
  3635.         return $this->privates['App\\Form\\ChangeUserPasswordType'] = new \App\Form\ChangeUserPasswordType();
  3636.     }
  3637.     /**
  3638.      * Gets the private 'App\Form\OpinionShowOptionType' shared autowired service.
  3639.      *
  3640.      * @return \App\Form\OpinionShowOptionType
  3641.      */
  3642.     protected function getOpinionShowOptionTypeService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3646.         include_once \dirname(__DIR__4).'/src/Form/OpinionShowOptionType.php';
  3647.         return $this->privates['App\\Form\\OpinionShowOptionType'] = new \App\Form\OpinionShowOptionType();
  3648.     }
  3649.     /**
  3650.      * Gets the private 'App\Form\OpinionType' shared autowired service.
  3651.      *
  3652.      * @return \App\Form\OpinionType
  3653.      */
  3654.     protected function getOpinionTypeService()
  3655.     {
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3658.         include_once \dirname(__DIR__4).'/src/Form/OpinionType.php';
  3659.         return $this->privates['App\\Form\\OpinionType'] = new \App\Form\OpinionType();
  3660.     }
  3661.     /**
  3662.      * Gets the private 'App\Form\Partial\BoolNullableType' shared autowired service.
  3663.      *
  3664.      * @return \App\Form\Partial\BoolNullableType
  3665.      */
  3666.     protected function getBoolNullableTypeService()
  3667.     {
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3670.         include_once \dirname(__DIR__4).'/src/Form/Partial/BoolNullableType.php';
  3671.         return $this->privates['App\\Form\\Partial\\BoolNullableType'] = new \App\Form\Partial\BoolNullableType();
  3672.     }
  3673.     /**
  3674.      * Gets the private 'App\Form\Partial\BoolType' shared autowired service.
  3675.      *
  3676.      * @return \App\Form\Partial\BoolType
  3677.      */
  3678.     protected function getBoolTypeService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3682.         include_once \dirname(__DIR__4).'/src/Form/Partial/BoolType.php';
  3683.         return $this->privates['App\\Form\\Partial\\BoolType'] = new \App\Form\Partial\BoolType();
  3684.     }
  3685.     /**
  3686.      * Gets the private 'App\Form\RegisterUserType' shared autowired service.
  3687.      *
  3688.      * @return \App\Form\RegisterUserType
  3689.      */
  3690.     protected function getRegisterUserTypeService()
  3691.     {
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3694.         include_once \dirname(__DIR__4).'/src/Form/AbstractRegisterUserType.php';
  3695.         include_once \dirname(__DIR__4).'/src/Form/RegisterUserType.php';
  3696.         return $this->privates['App\\Form\\RegisterUserType'] = new \App\Form\RegisterUserType(($this->services['router'] ?? $this->getRouterService()));
  3697.     }
  3698.     /**
  3699.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  3700.      *
  3701.      * @return \App\Form\ResetPasswordRequestFormType
  3702.      */
  3703.     protected function getResetPasswordRequestFormTypeService()
  3704.     {
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3707.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php';
  3708.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  3709.     }
  3710.     /**
  3711.      * Gets the private 'App\Form\SearchSubjectType' shared autowired service.
  3712.      *
  3713.      * @return \App\Form\SearchSubjectType
  3714.      */
  3715.     protected function getSearchSubjectTypeService()
  3716.     {
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3719.         include_once \dirname(__DIR__4).'/src/Form/SearchSubjectType.php';
  3720.         return $this->privates['App\\Form\\SearchSubjectType'] = new \App\Form\SearchSubjectType();
  3721.     }
  3722.     /**
  3723.      * Gets the private 'App\Form\UserEditType' shared autowired service.
  3724.      *
  3725.      * @return \App\Form\UserEditType
  3726.      */
  3727.     protected function getUserEditTypeService()
  3728.     {
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3731.         include_once \dirname(__DIR__4).'/src/Form/FormDateTime.php';
  3732.         include_once \dirname(__DIR__4).'/src/Form/UserEditType.php';
  3733.         return $this->privates['App\\Form\\UserEditType'] = new \App\Form\UserEditType();
  3734.     }
  3735.     /**
  3736.      * Gets the private 'App\Form\UserListFilterType' shared autowired service.
  3737.      *
  3738.      * @return \App\Form\UserListFilterType
  3739.      */
  3740.     protected function getUserListFilterTypeService()
  3741.     {
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3744.         include_once \dirname(__DIR__4).'/src/Form/UserListFilterType.php';
  3745.         return $this->privates['App\\Form\\UserListFilterType'] = new \App\Form\UserListFilterType();
  3746.     }
  3747.     /**
  3748.      * Gets the private 'App\Repository\AddressRepository' shared autowired service.
  3749.      *
  3750.      * @return \App\Repository\AddressRepository
  3751.      */
  3752.     protected function getAddressRepositoryService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3759.         include_once \dirname(__DIR__4).'/src/Repository/AddressRepository.php';
  3760.         return $this->privates['App\\Repository\\AddressRepository'] = new \App\Repository\AddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3761.     }
  3762.     /**
  3763.      * Gets the private 'App\Repository\LoggingRepository' shared autowired service.
  3764.      *
  3765.      * @return \App\Repository\LoggingRepository
  3766.      */
  3767.     protected function getLoggingRepositoryService()
  3768.     {
  3769.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3774.         include_once \dirname(__DIR__4).'/src/Repository/LoggingRepository.php';
  3775.         return $this->privates['App\\Repository\\LoggingRepository'] = new \App\Repository\LoggingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3776.     }
  3777.     /**
  3778.      * Gets the private 'App\Repository\OpinionRateRepository' shared autowired service.
  3779.      *
  3780.      * @return \App\Repository\OpinionRateRepository
  3781.      */
  3782.     protected function getOpinionRateRepositoryService()
  3783.     {
  3784.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3789.         include_once \dirname(__DIR__4).'/src/Repository/OpinionRateRepository.php';
  3790.         return $this->privates['App\\Repository\\OpinionRateRepository'] = new \App\Repository\OpinionRateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3791.     }
  3792.     /**
  3793.      * Gets the private 'App\Repository\OpinionRepository' shared autowired service.
  3794.      *
  3795.      * @return \App\Repository\OpinionRepository
  3796.      */
  3797.     protected function getOpinionRepositoryService()
  3798.     {
  3799.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3804.         include_once \dirname(__DIR__4).'/src/Repository/OpinionRepository.php';
  3805.         return $this->privates['App\\Repository\\OpinionRepository'] = new \App\Repository\OpinionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3806.     }
  3807.     /**
  3808.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  3809.      *
  3810.      * @return \App\Repository\ResetPasswordRequestRepository
  3811.      */
  3812.     protected function getResetPasswordRequestRepositoryService()
  3813.     {
  3814.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3815.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3820.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3821.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordRequestRepository.php';
  3822.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3823.     }
  3824.     /**
  3825.      * Gets the private 'App\Repository\SubjectRepository' shared autowired service.
  3826.      *
  3827.      * @return \App\Repository\SubjectRepository
  3828.      */
  3829.     protected function getSubjectRepositoryService()
  3830.     {
  3831.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3836.         include_once \dirname(__DIR__4).'/src/Repository/SubjectRepository.php';
  3837.         return $this->privates['App\\Repository\\SubjectRepository'] = new \App\Repository\SubjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3838.     }
  3839.     /**
  3840.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3841.      *
  3842.      * @return \App\Repository\UserRepository
  3843.      */
  3844.     protected function getUserRepositoryService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3852.         include_once \dirname(__DIR__4).'/src/Repository/FilterRepositoryInterface.php';
  3853.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3854.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3855.     }
  3856.     /**
  3857.      * Gets the private 'App\Service\NotificationFactory' shared autowired service.
  3858.      *
  3859.      * @return \App\Service\NotificationFactory
  3860.      */
  3861.     protected function getNotificationFactoryService()
  3862.     {
  3863.         include_once \dirname(__DIR__4).'/src/Service/NotificationFactoryInterface.php';
  3864.         include_once \dirname(__DIR__4).'/src/Service/NotificationFactory.php';
  3865.         return $this->privates['App\\Service\\NotificationFactory'] = new \App\Service\NotificationFactory(($this->services['translator'] ?? $this->getTranslatorService()), $this->getSession_FlashBagService());
  3866.     }
  3867.     /**
  3868.      * Gets the private 'App\Service\OpinionService' shared autowired service.
  3869.      *
  3870.      * @return \App\Service\OpinionService
  3871.      */
  3872.     protected function getOpinionServiceService()
  3873.     {
  3874.         include_once \dirname(__DIR__4).'/src/Service/OpinionService.php';
  3875.         return $this->privates['App\\Service\\OpinionService'] = new \App\Service\OpinionService(($this->privates['App\\Util\\Mapper\\Mapper'] ?? $this->getMapperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3876.     }
  3877.     /**
  3878.      * Gets the private 'App\Util\Mapper\Mapper' shared autowired service.
  3879.      *
  3880.      * @return \App\Util\Mapper\Mapper
  3881.      */
  3882.     protected function getMapperService()
  3883.     {
  3884.         return $this->privates['App\\Util\\Mapper\\Mapper'] = new \App\Util\Mapper\Mapper(new \App\Util\Mapper\MapperConfig(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  3885.     }
  3886.     /**
  3887.      * Gets the private 'App\Validator\NipValidator' shared autowired service.
  3888.      *
  3889.      * @return \App\Validator\NipValidator
  3890.      */
  3891.     protected function getNipValidatorService()
  3892.     {
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3895.         include_once \dirname(__DIR__4).'/src/Validator/NipValidator.php';
  3896.         return $this->privates['App\\Validator\\NipValidator'] = new \App\Validator\NipValidator();
  3897.     }
  3898.     /**
  3899.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3900.      *
  3901.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3902.      */
  3903.     protected function getManagerRegistryAwareConnectionProviderService()
  3904.     {
  3905.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3907.         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'));
  3908.     }
  3909.     /**
  3910.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3911.      *
  3912.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3913.      */
  3914.     protected function getRunSqlCommandService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3918.         $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()));
  3919.         $instance->setName('dbal:run-sql');
  3920.         return $instance;
  3921.     }
  3922.     /**
  3923.      * Gets the private 'Fresh\DoctrineEnumBundle\Command\EnumDropCommentCommand' shared autowired service.
  3924.      *
  3925.      * @return \Fresh\DoctrineEnumBundle\Command\EnumDropCommentCommand
  3926.      */
  3927.     protected function getEnumDropCommentCommandService()
  3928.     {
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Command/EnumDropCommentCommand.php';
  3931.         $this->privates['Fresh\\DoctrineEnumBundle\\Command\\EnumDropCommentCommand'] = $instance = new \Fresh\DoctrineEnumBundle\Command\EnumDropCommentCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['doctrine.dbal.connection_factory.types']);
  3932.         $instance->setName('doctrine:enum:drop-comment');
  3933.         $instance->setDescription('Drop comment in DB for the column of registered ENUM type');
  3934.         return $instance;
  3935.     }
  3936.     /**
  3937.      * Gets the private 'Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser' shared autowired service.
  3938.      *
  3939.      * @return \Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser
  3940.      */
  3941.     protected function getEnumTypeGuesserService()
  3942.     {
  3943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Form/EnumTypeGuesser.php';
  3946.         return $this->privates['Fresh\\DoctrineEnumBundle\\Form\\EnumTypeGuesser'] = new \Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['doctrine.dbal.connection_factory.types']);
  3947.     }
  3948.     /**
  3949.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  3950.      *
  3951.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  3952.      */
  3953.     protected function getResetPasswordRemoveExpiredCommandService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  3957.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  3958.         $instance->setName('reset-password:remove-expired');
  3959.         return $instance;
  3960.     }
  3961.     /**
  3962.      * Gets the private 'annotations.cache_adapter' shared service.
  3963.      *
  3964.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3965.      */
  3966.     protected function getAnnotations_CacheAdapterService()
  3967.     {
  3968.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3969.     }
  3970.     /**
  3971.      * Gets the private 'annotations.cache_warmer' shared service.
  3972.      *
  3973.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3974.      */
  3975.     protected function getAnnotations_CacheWarmerService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3980.         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);
  3981.     }
  3982.     /**
  3983.      * Gets the private 'annotations.cached_reader' shared service.
  3984.      *
  3985.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3986.      */
  3987.     protected function getAnnotations_CachedReaderService()
  3988.     {
  3989.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3990.     }
  3991.     /**
  3992.      * Gets the private 'annotations.reader' shared service.
  3993.      *
  3994.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3995.      */
  3996.     protected function getAnnotations_ReaderService()
  3997.     {
  3998.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3999.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4000.         $a->registerUniqueLoader('class_exists');
  4001.         $instance->addGlobalIgnoredName('required'$a);
  4002.         return $instance;
  4003.     }
  4004.     /**
  4005.      * Gets the private 'cache.annotations' shared service.
  4006.      *
  4007.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4008.      */
  4009.     protected function getCache_AnnotationsService()
  4010.     {
  4011.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jczLQIWVgM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4012.     }
  4013.     /**
  4014.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4015.      *
  4016.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4017.      */
  4018.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4019.     {
  4020.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4021.     }
  4022.     /**
  4023.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4024.      *
  4025.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4026.      */
  4027.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4028.     {
  4029.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4030.     }
  4031.     /**
  4032.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  4033.      *
  4034.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4035.      */
  4036.     protected function getCache_Messenger_RestartWorkersSignalService()
  4037.     {
  4038.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('0b5p1TBTBz'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4039.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4040.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4041.     }
  4042.     /**
  4043.      * Gets the private 'cache.property_info' shared service.
  4044.      *
  4045.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4046.      */
  4047.     protected function getCache_PropertyInfoService()
  4048.     {
  4049.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SE5aLhXN+k'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4050.     }
  4051.     /**
  4052.      * Gets the private 'cache.security_expression_language' shared service.
  4053.      *
  4054.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4055.      */
  4056.     protected function getCache_SecurityExpressionLanguageService()
  4057.     {
  4058.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ckDT3fVtXa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4059.     }
  4060.     /**
  4061.      * Gets the private 'cache.security_token_verifier' shared service.
  4062.      *
  4063.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4064.      */
  4065.     protected function getCache_SecurityTokenVerifierService()
  4066.     {
  4067.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6vf1V0feMT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4068.     }
  4069.     /**
  4070.      * Gets the private 'cache.serializer' shared service.
  4071.      *
  4072.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4073.      */
  4074.     protected function getCache_SerializerService()
  4075.     {
  4076.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('J6TRow-m1Q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4077.     }
  4078.     /**
  4079.      * Gets the private 'cache.validator' shared service.
  4080.      *
  4081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4082.      */
  4083.     protected function getCache_ValidatorService()
  4084.     {
  4085.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qs-Wk1kE7t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4086.     }
  4087.     /**
  4088.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  4089.      *
  4090.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  4091.      */
  4092.     protected function getCachePoolClearer_CacheWarmerService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  4096.         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']);
  4097.     }
  4098.     /**
  4099.      * Gets the private 'config_builder.warmer' shared service.
  4100.      *
  4101.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  4102.      */
  4103.     protected function getConfigBuilder_WarmerService()
  4104.     {
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  4107.         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()));
  4108.     }
  4109.     /**
  4110.      * Gets the private 'config_cache_factory' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4113.      */
  4114.     protected function getConfigCacheFactoryService()
  4115.     {
  4116.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4117.             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)));
  4118.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4119.         }, 2));
  4120.     }
  4121.     /**
  4122.      * Gets the private 'console.command.about' shared service.
  4123.      *
  4124.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4125.      */
  4126.     protected function getConsole_Command_AboutService()
  4127.     {
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4130.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4131.         $instance->setName('about');
  4132.         $instance->setDescription('Display information about the current project');
  4133.         return $instance;
  4134.     }
  4135.     /**
  4136.      * Gets the private 'console.command.assets_install' shared service.
  4137.      *
  4138.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4139.      */
  4140.     protected function getConsole_Command_AssetsInstallService()
  4141.     {
  4142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4144.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4145.         $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));
  4146.         $instance->setName('assets:install');
  4147.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  4148.         return $instance;
  4149.     }
  4150.     /**
  4151.      * Gets the private 'console.command.cache_clear' shared service.
  4152.      *
  4153.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4154.      */
  4155.     protected function getConsole_Command_CacheClearService()
  4156.     {
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4160.         $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())));
  4161.         $instance->setName('cache:clear');
  4162.         $instance->setDescription('Clear the cache');
  4163.         return $instance;
  4164.     }
  4165.     /**
  4166.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4167.      *
  4168.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4169.      */
  4170.     protected function getConsole_Command_CachePoolClearService()
  4171.     {
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4174.         $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.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.security_token_verifier']);
  4175.         $instance->setName('cache:pool:clear');
  4176.         $instance->setDescription('Clear cache pools');
  4177.         return $instance;
  4178.     }
  4179.     /**
  4180.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4181.      *
  4182.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4183.      */
  4184.     protected function getConsole_Command_CachePoolDeleteService()
  4185.     {
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4188.         $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.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.security_token_verifier']);
  4189.         $instance->setName('cache:pool:delete');
  4190.         $instance->setDescription('Delete an item from a cache pool');
  4191.         return $instance;
  4192.     }
  4193.     /**
  4194.      * Gets the private 'console.command.cache_pool_list' shared service.
  4195.      *
  4196.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4197.      */
  4198.     protected function getConsole_Command_CachePoolListService()
  4199.     {
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4202.         $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.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.security_token_verifier']);
  4203.         $instance->setName('cache:pool:list');
  4204.         $instance->setDescription('List available cache pools');
  4205.         return $instance;
  4206.     }
  4207.     /**
  4208.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4209.      *
  4210.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4211.      */
  4212.     protected function getConsole_Command_CachePoolPruneService()
  4213.     {
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4216.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4217.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4218.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4219.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4220.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4221.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4222.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4223.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  4224.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4225.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4226.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4227.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4228.             yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService());
  4229.         }, 12));
  4230.         $instance->setName('cache:pool:prune');
  4231.         $instance->setDescription('Prune cache pools');
  4232.         return $instance;
  4233.     }
  4234.     /**
  4235.      * Gets the private 'console.command.cache_warmup' shared service.
  4236.      *
  4237.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4238.      */
  4239.     protected function getConsole_Command_CacheWarmupService()
  4240.     {
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4243.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4244.         $instance->setName('cache:warmup');
  4245.         $instance->setDescription('Warm up an empty cache');
  4246.         return $instance;
  4247.     }
  4248.     /**
  4249.      * Gets the private 'console.command.config_debug' shared service.
  4250.      *
  4251.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4252.      */
  4253.     protected function getConsole_Command_ConfigDebugService()
  4254.     {
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4260.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4261.         $instance->setName('debug:config');
  4262.         $instance->setDescription('Dump the current configuration for an extension');
  4263.         return $instance;
  4264.     }
  4265.     /**
  4266.      * Gets the private 'console.command.config_dump_reference' shared service.
  4267.      *
  4268.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4269.      */
  4270.     protected function getConsole_Command_ConfigDumpReferenceService()
  4271.     {
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4277.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4278.         $instance->setName('config:dump-reference');
  4279.         $instance->setDescription('Dump the default configuration for an extension');
  4280.         return $instance;
  4281.     }
  4282.     /**
  4283.      * Gets the private 'console.command.container_debug' shared service.
  4284.      *
  4285.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4286.      */
  4287.     protected function getConsole_Command_ContainerDebugService()
  4288.     {
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4292.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4293.         $instance->setName('debug:container');
  4294.         $instance->setDescription('Display current services for an application');
  4295.         return $instance;
  4296.     }
  4297.     /**
  4298.      * Gets the private 'console.command.container_lint' shared service.
  4299.      *
  4300.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4301.      */
  4302.     protected function getConsole_Command_ContainerLintService()
  4303.     {
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4306.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4307.         $instance->setName('lint:container');
  4308.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4309.         return $instance;
  4310.     }
  4311.     /**
  4312.      * Gets the private 'console.command.debug_autowiring' shared service.
  4313.      *
  4314.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4315.      */
  4316.     protected function getConsole_Command_DebugAutowiringService()
  4317.     {
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4322.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4323.         $instance->setName('debug:autowiring');
  4324.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4325.         return $instance;
  4326.     }
  4327.     /**
  4328.      * Gets the private 'console.command.dotenv_debug' shared service.
  4329.      *
  4330.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4331.      */
  4332.     protected function getConsole_Command_DotenvDebugService()
  4333.     {
  4334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4336.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  4337.         $instance->setName('debug:dotenv');
  4338.         $instance->setDescription('Lists all dotenv files with variables and values');
  4339.         return $instance;
  4340.     }
  4341.     /**
  4342.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4343.      *
  4344.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4345.      */
  4346.     protected function getConsole_Command_EventDispatcherDebugService()
  4347.     {
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4350.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator._L933XU'] ?? $this->get_ServiceLocator_L933XUService()));
  4351.         $instance->setName('debug:event-dispatcher');
  4352.         $instance->setDescription('Display configured listeners for an application');
  4353.         return $instance;
  4354.     }
  4355.     /**
  4356.      * Gets the private 'console.command.form_debug' shared service.
  4357.      *
  4358.      * @return \Symfony\Component\Form\Command\DebugCommand
  4359.      */
  4360.     protected function getConsole_Command_FormDebugService()
  4361.     {
  4362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4364.         $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'=> 'App\\Form\\Partial'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Tetranz\\Select2EntityBundle\\Form\\Type'], [=> 'App\\Form\\ChangePasswordFormType'=> 'App\\Form\\ChangeUserPasswordType'=> 'App\\Form\\OpinionShowOptionType'=> 'App\\Form\\OpinionType'=> 'App\\Form\\Partial\\BoolNullableType'=> 'App\\Form\\Partial\\BoolType'=> 'App\\Form\\RegisterUserType'=> 'App\\Form\\ResetPasswordRequestFormType'=> 'App\\Form\\SearchSubjectType'=> 'App\\Form\\UserEditType'10 => 'App\\Form\\UserListFilterType'11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'15 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'16 => 'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType'], [=> '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'=> 'Fresh\\DoctrineEnumBundle\\Form\\EnumTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4365.         $instance->setName('debug:form');
  4366.         $instance->setDescription('Display form type information');
  4367.         return $instance;
  4368.     }
  4369.     /**
  4370.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  4371.      *
  4372.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  4373.      */
  4374.     protected function getConsole_Command_MessengerConsumeMessagesService()
  4375.     {
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  4378.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  4379.         $instance->setName('messenger:consume');
  4380.         $instance->setDescription('Consume messages');
  4381.         return $instance;
  4382.     }
  4383.     /**
  4384.      * Gets the private 'console.command.messenger_debug' shared service.
  4385.      *
  4386.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  4387.      */
  4388.     protected function getConsole_Command_MessengerDebugService()
  4389.     {
  4390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  4392.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\PushMessage' => [=> [=> 'texter.messenger.push_handler'=> []]]]]);
  4393.         $instance->setName('debug:messenger');
  4394.         $instance->setDescription('List messages you can dispatch using the message buses');
  4395.         return $instance;
  4396.     }
  4397.     /**
  4398.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  4401.      */
  4402.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  4403.     {
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  4407.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  4408.         $instance->setName('messenger:failed:remove');
  4409.         $instance->setDescription('Remove given messages from the failure transport');
  4410.         return $instance;
  4411.     }
  4412.     /**
  4413.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  4414.      *
  4415.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  4416.      */
  4417.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  4422.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4423.         $instance->setName('messenger:failed:retry');
  4424.         $instance->setDescription('Retry one or more messages from the failure transport');
  4425.         return $instance;
  4426.     }
  4427.     /**
  4428.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  4429.      *
  4430.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  4431.      */
  4432.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  4433.     {
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  4437.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  4438.         $instance->setName('messenger:failed:show');
  4439.         $instance->setDescription('Show one or more messages from the failure transport');
  4440.         return $instance;
  4441.     }
  4442.     /**
  4443.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  4444.      *
  4445.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  4446.      */
  4447.     protected function getConsole_Command_MessengerSetupTransportsService()
  4448.     {
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  4451.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed']);
  4452.         $instance->setName('messenger:setup-transports');
  4453.         $instance->setDescription('Prepare the required infrastructure for the transport');
  4454.         return $instance;
  4455.     }
  4456.     /**
  4457.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  4460.      */
  4461.     protected function getConsole_Command_MessengerStopWorkersService()
  4462.     {
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  4465.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  4466.         $instance->setName('messenger:stop-workers');
  4467.         $instance->setDescription('Stop workers after their current message');
  4468.         return $instance;
  4469.     }
  4470.     /**
  4471.      * Gets the private 'console.command.router_debug' shared service.
  4472.      *
  4473.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4474.      */
  4475.     protected function getConsole_Command_RouterDebugService()
  4476.     {
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4480.         $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()));
  4481.         $instance->setName('debug:router');
  4482.         $instance->setDescription('Display current routes for an application');
  4483.         return $instance;
  4484.     }
  4485.     /**
  4486.      * Gets the private 'console.command.router_match' shared service.
  4487.      *
  4488.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4489.      */
  4490.     protected function getConsole_Command_RouterMatchService()
  4491.     {
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4494.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4495.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4496.         }, 1));
  4497.         $instance->setName('router:match');
  4498.         $instance->setDescription('Help debug routes by simulating a path info match');
  4499.         return $instance;
  4500.     }
  4501.     /**
  4502.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4503.      *
  4504.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4505.      */
  4506.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4512.         $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')))));
  4513.         $instance->setName('secrets:decrypt-to-local');
  4514.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4515.         return $instance;
  4516.     }
  4517.     /**
  4518.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4519.      *
  4520.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4521.      */
  4522.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4528.         $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')))));
  4529.         $instance->setName('secrets:encrypt-from-local');
  4530.         $instance->setDescription('Encrypt all local secrets to the vault');
  4531.         return $instance;
  4532.     }
  4533.     /**
  4534.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4535.      *
  4536.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4537.      */
  4538.     protected function getConsole_Command_SecretsGenerateKeyService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4544.         $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')))));
  4545.         $instance->setName('secrets:generate-keys');
  4546.         $instance->setDescription('Generate new encryption keys');
  4547.         return $instance;
  4548.     }
  4549.     /**
  4550.      * Gets the private 'console.command.secrets_list' shared service.
  4551.      *
  4552.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4553.      */
  4554.     protected function getConsole_Command_SecretsListService()
  4555.     {
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4560.         $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')))));
  4561.         $instance->setName('secrets:list');
  4562.         $instance->setDescription('List all secrets');
  4563.         return $instance;
  4564.     }
  4565.     /**
  4566.      * Gets the private 'console.command.secrets_remove' shared service.
  4567.      *
  4568.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4569.      */
  4570.     protected function getConsole_Command_SecretsRemoveService()
  4571.     {
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4576.         $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')))));
  4577.         $instance->setName('secrets:remove');
  4578.         $instance->setDescription('Remove a secret from the vault');
  4579.         return $instance;
  4580.     }
  4581.     /**
  4582.      * Gets the private 'console.command.secrets_set' shared service.
  4583.      *
  4584.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4585.      */
  4586.     protected function getConsole_Command_SecretsSetService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4592.         $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')))));
  4593.         $instance->setName('secrets:set');
  4594.         $instance->setDescription('Set a secret in the vault');
  4595.         return $instance;
  4596.     }
  4597.     /**
  4598.      * Gets the private 'console.command.translation_debug' shared service.
  4599.      *
  4600.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4601.      */
  4602.     protected function getConsole_Command_TranslationDebugService()
  4603.     {
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4606.         $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).'/src/Controller/Api/ApiOpinionController.php'), => (\dirname(__DIR__4).'/src/Service/NotificationFactory.php'), => (\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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/src/Security/PkdUserChecker.php'), 14 => (\dirname(__DIR__4).'/src/Controller/RegistrationController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/ResetPasswordController.php'), 16 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4607.         $instance->setName('debug:translation');
  4608.         $instance->setDescription('Display translation messages information');
  4609.         return $instance;
  4610.     }
  4611.     /**
  4612.      * Gets the private 'console.command.translation_extract' shared service.
  4613.      *
  4614.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4615.      */
  4616.     protected function getConsole_Command_TranslationExtractService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4620.         $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()), 'pl', (\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).'/src/Controller/Api/ApiOpinionController.php'), => (\dirname(__DIR__4).'/src/Service/NotificationFactory.php'), => (\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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/src/Security/PkdUserChecker.php'), 14 => (\dirname(__DIR__4).'/src/Controller/RegistrationController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/ResetPasswordController.php'), 16 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4621.         $instance->setName('translation:extract');
  4622.         $instance->setAliases([=> 'translation:update']);
  4623.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4624.         return $instance;
  4625.     }
  4626.     /**
  4627.      * Gets the private 'console.command.translation_pull' shared service.
  4628.      *
  4629.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4630.      */
  4631.     protected function getConsole_Command_TranslationPullService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4636.         $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()), 'pl', [], []);
  4637.         $instance->setName('translation:pull');
  4638.         $instance->setDescription('Pull translations from a given provider.');
  4639.         return $instance;
  4640.     }
  4641.     /**
  4642.      * Gets the private 'console.command.translation_push' shared service.
  4643.      *
  4644.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4645.      */
  4646.     protected function getConsole_Command_TranslationPushService()
  4647.     {
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4651.         $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()), [], []);
  4652.         $instance->setName('translation:push');
  4653.         $instance->setDescription('Push translations to a given provider.');
  4654.         return $instance;
  4655.     }
  4656.     /**
  4657.      * Gets the private 'console.command.validator_debug' shared service.
  4658.      *
  4659.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4660.      */
  4661.     protected function getConsole_Command_ValidatorDebugService()
  4662.     {
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4665.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4666.         $instance->setName('debug:validator');
  4667.         $instance->setDescription('Display validation constraints for classes');
  4668.         return $instance;
  4669.     }
  4670.     /**
  4671.      * Gets the private 'console.command.xliff_lint' shared service.
  4672.      *
  4673.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4674.      */
  4675.     protected function getConsole_Command_XliffLintService()
  4676.     {
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4679.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4680.         $instance->setName('lint:xliff');
  4681.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4682.         return $instance;
  4683.     }
  4684.     /**
  4685.      * Gets the private 'console.command.yaml_lint' shared service.
  4686.      *
  4687.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4688.      */
  4689.     protected function getConsole_Command_YamlLintService()
  4690.     {
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4694.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4695.         $instance->setName('lint:yaml');
  4696.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4697.         return $instance;
  4698.     }
  4699.     /**
  4700.      * Gets the private 'console.error_listener' shared service.
  4701.      *
  4702.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4703.      */
  4704.     protected function getConsole_ErrorListenerService()
  4705.     {
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4707.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4708.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4709.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4710.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4711.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4712.     }
  4713.     /**
  4714.      * Gets the private 'container.env_var_processor' shared service.
  4715.      *
  4716.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4717.      */
  4718.     protected function getContainer_EnvVarProcessorService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4722.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4723.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4724.         }, 1));
  4725.     }
  4726.     /**
  4727.      * Gets the private 'container.getenv' shared service.
  4728.      *
  4729.      * @return \Closure
  4730.      */
  4731.     protected function getContainer_GetenvService()
  4732.     {
  4733.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4734.     }
  4735.     /**
  4736.      * Gets the private 'data_collector.form' shared service.
  4737.      *
  4738.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4739.      */
  4740.     protected function getDataCollector_FormService()
  4741.     {
  4742.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4743.     }
  4744.     /**
  4745.      * Gets the private 'data_collector.request' shared service.
  4746.      *
  4747.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4748.      */
  4749.     protected function getDataCollector_RequestService()
  4750.     {
  4751.         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())));
  4752.     }
  4753.     /**
  4754.      * Gets the private 'data_collector.request.session_collector' shared service.
  4755.      *
  4756.      * @return \Closure
  4757.      */
  4758.     protected function getDataCollector_Request_SessionCollectorService()
  4759.     {
  4760.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4761.     }
  4762.     /**
  4763.      * Gets the private 'debug.argument_resolver.default' shared service.
  4764.      *
  4765.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4766.      */
  4767.     protected function getDebug_ArgumentResolver_DefaultService()
  4768.     {
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4772.         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))));
  4773.     }
  4774.     /**
  4775.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4776.      *
  4777.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4778.      */
  4779.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4780.     {
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4784.         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.FnY9.k5'] ?? $this->get_ServiceLocator_FnY9_K5Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4785.     }
  4786.     /**
  4787.      * Gets the private 'debug.argument_resolver.request' shared service.
  4788.      *
  4789.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4790.      */
  4791.     protected function getDebug_ArgumentResolver_RequestService()
  4792.     {
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4796.         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))));
  4797.     }
  4798.     /**
  4799.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4800.      *
  4801.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4802.      */
  4803.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4804.     {
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4808.         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))));
  4809.     }
  4810.     /**
  4811.      * Gets the private 'debug.argument_resolver.service' shared service.
  4812.      *
  4813.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4814.      */
  4815.     protected function getDebug_ArgumentResolver_ServiceService()
  4816.     {
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4820.         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.FnY9.k5'] ?? $this->get_ServiceLocator_FnY9_K5Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4821.     }
  4822.     /**
  4823.      * Gets the private 'debug.argument_resolver.session' shared service.
  4824.      *
  4825.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4826.      */
  4827.     protected function getDebug_ArgumentResolver_SessionService()
  4828.     {
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4832.         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))));
  4833.     }
  4834.     /**
  4835.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4836.      *
  4837.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4838.      */
  4839.     protected function getDebug_ArgumentResolver_VariadicService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4844.         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))));
  4845.     }
  4846.     /**
  4847.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4848.      *
  4849.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4850.      */
  4851.     protected function getDebug_DebugHandlersListenerService()
  4852.     {
  4853.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4854.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4855.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4856.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4857.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4858.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  4859.     }
  4860.     /**
  4861.      * Gets the private 'debug.dump_listener' shared service.
  4862.      *
  4863.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4864.      */
  4865.     protected function getDebug_DumpListenerService()
  4866.     {
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4869.         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()));
  4870.     }
  4871.     /**
  4872.      * Gets the private 'debug.file_link_formatter' shared service.
  4873.      *
  4874.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4875.      */
  4876.     protected function getDebug_FileLinkFormatterService()
  4877.     {
  4878.         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 () {
  4879.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4880.         });
  4881.     }
  4882.     /**
  4883.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4884.      *
  4885.      * @return \string
  4886.      */
  4887.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4888.     {
  4889.         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');
  4890.     }
  4891.     /**
  4892.      * Gets the private 'debug.log_processor' shared service.
  4893.      *
  4894.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4895.      */
  4896.     protected function getDebug_LogProcessorService()
  4897.     {
  4898.         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())));
  4899.     }
  4900.     /**
  4901.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4902.      *
  4903.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4904.      */
  4905.     protected function getDebug_Security_Access_DecisionManagerService()
  4906.     {
  4907.         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 () {
  4908.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4909.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4910.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4911.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4912.     }
  4913.     /**
  4914.      * Gets the private 'debug.security.firewall' shared service.
  4915.      *
  4916.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4917.      */
  4918.     protected function getDebug_Security_FirewallService()
  4919.     {
  4920.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4921.     }
  4922.     /**
  4923.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  4924.      *
  4925.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  4926.      */
  4927.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  4928.     {
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  4934.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  4935.     }
  4936.     /**
  4937.      * Gets the private 'debug.security.firewall.authenticator.secured_area' shared service.
  4938.      *
  4939.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  4940.      */
  4941.     protected function getDebug_Security_Firewall_Authenticator_SecuredAreaService()
  4942.     {
  4943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  4948.         return $this->privates['debug.security.firewall.authenticator.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['security.authenticator.form_login.secured_area'] ?? $this->getSecurity_Authenticator_FormLogin_SecuredAreaService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.secured_area'] ?? $this->getSecurity_EventDispatcher_SecuredAreaService()), 'secured_area', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  4949.     }
  4950.     /**
  4951.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4952.      *
  4953.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4954.      */
  4955.     protected function getDebug_Security_UserValueResolverService()
  4956.     {
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4960.         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))));
  4961.     }
  4962.     /**
  4963.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4964.      *
  4965.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4966.      */
  4967.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4968.     {
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4973.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4974.     }
  4975.     /**
  4976.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4977.      *
  4978.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4979.      */
  4980.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4981.     {
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4986.         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())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4987.     }
  4988.     /**
  4989.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4990.      *
  4991.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4992.      */
  4993.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4994.     {
  4995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5000.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5001.     }
  5002.     /**
  5003.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5004.      *
  5005.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5006.      */
  5007.     protected function getDebug_Security_Voter_VoteListenerService()
  5008.     {
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5010.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  5011.     }
  5012.     /**
  5013.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5014.      *
  5015.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5016.      */
  5017.     protected function getDoctrine_CacheClearMetadataCommandService()
  5018.     {
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5024.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5025.         $instance->setName('doctrine:cache:clear-metadata');
  5026.         return $instance;
  5027.     }
  5028.     /**
  5029.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5030.      *
  5031.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5032.      */
  5033.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5034.     {
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5038.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5040.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5041.         $instance->setName('doctrine:cache:clear-query');
  5042.         return $instance;
  5043.     }
  5044.     /**
  5045.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5046.      *
  5047.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5048.      */
  5049.     protected function getDoctrine_CacheClearResultCommandService()
  5050.     {
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5056.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5057.         $instance->setName('doctrine:cache:clear-result');
  5058.         return $instance;
  5059.     }
  5060.     /**
  5061.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5062.      *
  5063.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5064.      */
  5065.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5072.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5073.         $instance->setName('doctrine:cache:clear-collection-region');
  5074.         return $instance;
  5075.     }
  5076.     /**
  5077.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5078.      *
  5079.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5080.      */
  5081.     protected function getDoctrine_ClearEntityRegionCommandService()
  5082.     {
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5088.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5089.         $instance->setName('doctrine:cache:clear-entity-region');
  5090.         return $instance;
  5091.     }
  5092.     /**
  5093.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5094.      *
  5095.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5096.      */
  5097.     protected function getDoctrine_ClearQueryRegionCommandService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5104.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5105.         $instance->setName('doctrine:cache:clear-query-region');
  5106.         return $instance;
  5107.     }
  5108.     /**
  5109.      * Gets the private 'doctrine.database_create_command' shared service.
  5110.      *
  5111.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5112.      */
  5113.     protected function getDoctrine_DatabaseCreateCommandService()
  5114.     {
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5118.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5119.         $instance->setName('doctrine:database:create');
  5120.         return $instance;
  5121.     }
  5122.     /**
  5123.      * Gets the private 'doctrine.database_drop_command' shared service.
  5124.      *
  5125.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5126.      */
  5127.     protected function getDoctrine_DatabaseDropCommandService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5132.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5133.         $instance->setName('doctrine:database:drop');
  5134.         return $instance;
  5135.     }
  5136.     /**
  5137.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5138.      *
  5139.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5140.      */
  5141.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5142.     {
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5148.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5149.         $instance->setName('doctrine:ensure-production-settings');
  5150.         return $instance;
  5151.     }
  5152.     /**
  5153.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5154.      *
  5155.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5156.      */
  5157.     protected function getDoctrine_MappingConvertCommandService()
  5158.     {
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5164.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5165.         $instance->setName('doctrine:mapping:convert');
  5166.         return $instance;
  5167.     }
  5168.     /**
  5169.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5170.      *
  5171.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5172.      */
  5173.     protected function getDoctrine_MappingImportCommandService()
  5174.     {
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5178.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5179.         $instance->setName('doctrine:mapping:import');
  5180.         return $instance;
  5181.     }
  5182.     /**
  5183.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5184.      *
  5185.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5186.      */
  5187.     protected function getDoctrine_MappingInfoCommandService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5194.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5195.         $instance->setName('doctrine:mapping:info');
  5196.         return $instance;
  5197.     }
  5198.     /**
  5199.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  5200.      *
  5201.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  5202.      */
  5203.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  5204.     {
  5205.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  5206.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  5207.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  5208.     }
  5209.     /**
  5210.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5211.      *
  5212.      * @return \Doctrine\Migrations\DependencyFactory
  5213.      */
  5214.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5215.     {
  5216.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  5224.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5225.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  5226.         $a->setAllOrNothing(false);
  5227.         $a->setCheckDatabasePlatform(true);
  5228.         $a->setTransactional(true);
  5229.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5230.         $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()));
  5231.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5232.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5233.         });
  5234.         return $instance;
  5235.     }
  5236.     /**
  5237.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5238.      *
  5239.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5240.      */
  5241.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5245.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5246.     }
  5247.     /**
  5248.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5249.      *
  5250.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5251.      */
  5252.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5253.     {
  5254.         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')]);
  5255.     }
  5256.     /**
  5257.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5258.      *
  5259.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5260.      */
  5261.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5262.     {
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5264.         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()));
  5265.     }
  5266.     /**
  5267.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5268.      *
  5269.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5270.      */
  5271.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5272.     {
  5273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5274.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5275.     }
  5276.     /**
  5277.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5278.      *
  5279.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5280.      */
  5281.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5282.     {
  5283.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5285.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5286.     }
  5287.     /**
  5288.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5289.      *
  5290.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5291.      */
  5292.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5296.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5297.             yield => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  5298.         }, 1));
  5299.     }
  5300.     /**
  5301.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5302.      *
  5303.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5304.      */
  5305.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5306.     {
  5307.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5309.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5310.     }
  5311.     /**
  5312.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  5313.      *
  5314.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  5315.      */
  5316.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  5320.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5321.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  5322.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  5323.         }, 2));
  5324.     }
  5325.     /**
  5326.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  5327.      *
  5328.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  5329.      */
  5330.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  5333.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5334.     }
  5335.     /**
  5336.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5337.      *
  5338.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5339.      */
  5340.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5341.     {
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5344.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5345.     }
  5346.     /**
  5347.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5348.      *
  5349.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5350.      */
  5351.     protected function getDoctrine_Orm_Validator_UniqueService()
  5352.     {
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5356.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5357.     }
  5358.     /**
  5359.      * Gets the private 'doctrine.query_dql_command' shared service.
  5360.      *
  5361.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5362.      */
  5363.     protected function getDoctrine_QueryDqlCommandService()
  5364.     {
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5370.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5371.         $instance->setName('doctrine:query:dql');
  5372.         return $instance;
  5373.     }
  5374.     /**
  5375.      * Gets the private 'doctrine.query_sql_command' shared service.
  5376.      *
  5377.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5378.      */
  5379.     protected function getDoctrine_QuerySqlCommandService()
  5380.     {
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5384.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5385.         $instance->setName('doctrine:query:sql');
  5386.         return $instance;
  5387.     }
  5388.     /**
  5389.      * Gets the private 'doctrine.schema_create_command' shared service.
  5390.      *
  5391.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5392.      */
  5393.     protected function getDoctrine_SchemaCreateCommandService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5399.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5401.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5402.         $instance->setName('doctrine:schema:create');
  5403.         return $instance;
  5404.     }
  5405.     /**
  5406.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5407.      *
  5408.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5409.      */
  5410.     protected function getDoctrine_SchemaDropCommandService()
  5411.     {
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5418.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5419.         $instance->setName('doctrine:schema:drop');
  5420.         return $instance;
  5421.     }
  5422.     /**
  5423.      * Gets the private 'doctrine.schema_update_command' shared service.
  5424.      *
  5425.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5426.      */
  5427.     protected function getDoctrine_SchemaUpdateCommandService()
  5428.     {
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5435.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5436.         $instance->setName('doctrine:schema:update');
  5437.         return $instance;
  5438.     }
  5439.     /**
  5440.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5441.      *
  5442.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5443.      */
  5444.     protected function getDoctrine_SchemaValidateCommandService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5451.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5452.         $instance->setName('doctrine:schema:validate');
  5453.         return $instance;
  5454.     }
  5455.     /**
  5456.      * Gets the private 'doctrine.ulid_generator' shared service.
  5457.      *
  5458.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5459.      */
  5460.     protected function getDoctrine_UlidGeneratorService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5464.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5465.     }
  5466.     /**
  5467.      * Gets the private 'doctrine.uuid_generator' shared service.
  5468.      *
  5469.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5470.      */
  5471.     protected function getDoctrine_UuidGeneratorService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5475.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5476.     }
  5477.     /**
  5478.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5479.      *
  5480.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5481.      */
  5482.     protected function getDoctrineMigrations_CurrentCommandService()
  5483.     {
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5487.         $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');
  5488.         $instance->setName('doctrine:migrations:current');
  5489.         return $instance;
  5490.     }
  5491.     /**
  5492.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5493.      *
  5494.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5495.      */
  5496.     protected function getDoctrineMigrations_DiffCommandService()
  5497.     {
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5501.         $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');
  5502.         $instance->setName('doctrine:migrations:diff');
  5503.         return $instance;
  5504.     }
  5505.     /**
  5506.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5507.      *
  5508.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5509.      */
  5510.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5515.         $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');
  5516.         $instance->setName('doctrine:migrations:dump-schema');
  5517.         return $instance;
  5518.     }
  5519.     /**
  5520.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5521.      *
  5522.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5523.      */
  5524.     protected function getDoctrineMigrations_ExecuteCommandService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5529.         $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');
  5530.         $instance->setName('doctrine:migrations:execute');
  5531.         return $instance;
  5532.     }
  5533.     /**
  5534.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5535.      *
  5536.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5537.      */
  5538.     protected function getDoctrineMigrations_GenerateCommandService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5543.         $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');
  5544.         $instance->setName('doctrine:migrations:generate');
  5545.         return $instance;
  5546.     }
  5547.     /**
  5548.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5549.      *
  5550.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5551.      */
  5552.     protected function getDoctrineMigrations_LatestCommandService()
  5553.     {
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5557.         $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');
  5558.         $instance->setName('doctrine:migrations:latest');
  5559.         return $instance;
  5560.     }
  5561.     /**
  5562.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5563.      *
  5564.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5565.      */
  5566.     protected function getDoctrineMigrations_MigrateCommandService()
  5567.     {
  5568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5571.         $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');
  5572.         $instance->setName('doctrine:migrations:migrate');
  5573.         return $instance;
  5574.     }
  5575.     /**
  5576.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5577.      *
  5578.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5579.      */
  5580.     protected function getDoctrineMigrations_RollupCommandService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5585.         $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');
  5586.         $instance->setName('doctrine:migrations:rollup');
  5587.         return $instance;
  5588.     }
  5589.     /**
  5590.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5591.      *
  5592.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5593.      */
  5594.     protected function getDoctrineMigrations_StatusCommandService()
  5595.     {
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5599.         $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');
  5600.         $instance->setName('doctrine:migrations:status');
  5601.         return $instance;
  5602.     }
  5603.     /**
  5604.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5605.      *
  5606.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5607.      */
  5608.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  5609.     {
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  5613.         $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');
  5614.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  5615.         return $instance;
  5616.     }
  5617.     /**
  5618.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5619.      *
  5620.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5621.      */
  5622.     protected function getDoctrineMigrations_UpToDateCommandService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5627.         $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');
  5628.         $instance->setName('doctrine:migrations:up-to-date');
  5629.         return $instance;
  5630.     }
  5631.     /**
  5632.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5633.      *
  5634.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5635.      */
  5636.     protected function getDoctrineMigrations_VersionCommandService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5641.         $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');
  5642.         $instance->setName('doctrine:migrations:version');
  5643.         return $instance;
  5644.     }
  5645.     /**
  5646.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  5647.      *
  5648.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5649.      */
  5650.     protected function getDoctrineMigrations_VersionsCommandService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  5655.         $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');
  5656.         $instance->setName('doctrine:migrations:list');
  5657.         return $instance;
  5658.     }
  5659.     /**
  5660.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5661.      *
  5662.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5663.      */
  5664.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5668.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5669.         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()));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'exception_listener' shared service.
  5673.      *
  5674.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5675.      */
  5676.     protected function getExceptionListenerService()
  5677.     {
  5678.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5679.     }
  5680.     /**
  5681.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5682.      *
  5683.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5684.      */
  5685.     protected function getForm_ChoiceListFactory_CachedService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5691.         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())));
  5692.     }
  5693.     /**
  5694.      * Gets the private 'form.registry' shared service.
  5695.      *
  5696.      * @return \Symfony\Component\Form\FormRegistry
  5697.      */
  5698.     protected function getForm_RegistryService()
  5699.     {
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5707.         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, [
  5708.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  5709.             'App\\Form\\ChangeUserPasswordType' => ['privates''App\\Form\\ChangeUserPasswordType''getChangeUserPasswordTypeService'false],
  5710.             'App\\Form\\OpinionShowOptionType' => ['privates''App\\Form\\OpinionShowOptionType''getOpinionShowOptionTypeService'false],
  5711.             'App\\Form\\OpinionType' => ['privates''App\\Form\\OpinionType''getOpinionTypeService'false],
  5712.             'App\\Form\\Partial\\BoolNullableType' => ['privates''App\\Form\\Partial\\BoolNullableType''getBoolNullableTypeService'false],
  5713.             'App\\Form\\Partial\\BoolType' => ['privates''App\\Form\\Partial\\BoolType''getBoolTypeService'false],
  5714.             'App\\Form\\RegisterUserType' => ['privates''App\\Form\\RegisterUserType''getRegisterUserTypeService'false],
  5715.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  5716.             'App\\Form\\SearchSubjectType' => ['privates''App\\Form\\SearchSubjectType''getSearchSubjectTypeService'false],
  5717.             'App\\Form\\UserEditType' => ['privates''App\\Form\\UserEditType''getUserEditTypeService'false],
  5718.             'App\\Form\\UserListFilterType' => ['privates''App\\Form\\UserListFilterType''getUserListFilterTypeService'false],
  5719.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5720.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5721.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5722.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5723.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5724.             'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType' => ['privates''tetranz_select2entity.select2entity_type''getTetranzSelect2entity_Select2entityTypeService'false],
  5725.         ], [
  5726.             'App\\Form\\ChangePasswordFormType' => '?',
  5727.             'App\\Form\\ChangeUserPasswordType' => '?',
  5728.             'App\\Form\\OpinionShowOptionType' => '?',
  5729.             'App\\Form\\OpinionType' => '?',
  5730.             'App\\Form\\Partial\\BoolNullableType' => '?',
  5731.             'App\\Form\\Partial\\BoolType' => '?',
  5732.             'App\\Form\\RegisterUserType' => '?',
  5733.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  5734.             'App\\Form\\SearchSubjectType' => '?',
  5735.             'App\\Form\\UserEditType' => '?',
  5736.             'App\\Form\\UserListFilterType' => '?',
  5737.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5738.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5739.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5740.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5741.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5742.             'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType' => '?',
  5743.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5744.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5745.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5746.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5747.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5748.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5749.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5750.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5751.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5752.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5753.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5754.         }, 1)], new RewindableGenerator(function () {
  5755.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5756.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5757.             yield => ($this->privates['Fresh\\DoctrineEnumBundle\\Form\\EnumTypeGuesser'] ?? $this->getEnumTypeGuesserService());
  5758.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5759.     }
  5760.     /**
  5761.      * Gets the private 'form.server_params' shared service.
  5762.      *
  5763.      * @return \Symfony\Component\Form\Util\ServerParams
  5764.      */
  5765.     protected function getForm_ServerParamsService()
  5766.     {
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5768.         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())));
  5769.     }
  5770.     /**
  5771.      * Gets the private 'form.type.choice' shared service.
  5772.      *
  5773.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5774.      */
  5775.     protected function getForm_Type_ChoiceService()
  5776.     {
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5780.         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()));
  5781.     }
  5782.     /**
  5783.      * Gets the private 'form.type.color' shared service.
  5784.      *
  5785.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5786.      */
  5787.     protected function getForm_Type_ColorService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5792.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5793.     }
  5794.     /**
  5795.      * Gets the private 'form.type.entity' shared service.
  5796.      *
  5797.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5798.      */
  5799.     protected function getForm_Type_EntityService()
  5800.     {
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5805.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5806.     }
  5807.     /**
  5808.      * Gets the private 'form.type.form' shared service.
  5809.      *
  5810.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5811.      */
  5812.     protected function getForm_Type_FormService()
  5813.     {
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5818.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5819.     }
  5820.     /**
  5821.      * Gets the private 'form.type_extension.csrf' shared service.
  5822.      *
  5823.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5824.      */
  5825.     protected function getForm_TypeExtension_CsrfService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5830.         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()));
  5831.     }
  5832.     /**
  5833.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5834.      *
  5835.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5836.      */
  5837.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5842.         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()));
  5843.     }
  5844.     /**
  5845.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5846.      *
  5847.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5848.      */
  5849.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5850.     {
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5856.         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())));
  5857.     }
  5858.     /**
  5859.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5860.      *
  5861.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5862.      */
  5863.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5868.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5869.     }
  5870.     /**
  5871.      * Gets the private 'form.type_extension.form.validator' shared service.
  5872.      *
  5873.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5874.      */
  5875.     protected function getForm_TypeExtension_Form_ValidatorService()
  5876.     {
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5881.         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()));
  5882.     }
  5883.     /**
  5884.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5885.      *
  5886.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5887.      */
  5888.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5889.     {
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5893.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5894.     }
  5895.     /**
  5896.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5897.      *
  5898.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5899.      */
  5900.     protected function getForm_TypeGuesser_DoctrineService()
  5901.     {
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5904.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5905.     }
  5906.     /**
  5907.      * Gets the private 'form.type_guesser.validator' shared service.
  5908.      *
  5909.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5910.      */
  5911.     protected function getForm_TypeGuesser_ValidatorService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5915.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5916.     }
  5917.     /**
  5918.      * Gets the private 'fragment.renderer.inline' shared service.
  5919.      *
  5920.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5921.      */
  5922.     protected function getFragment_Renderer_InlineService()
  5923.     {
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5927.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5928.         $instance->setFragmentPath('/_fragment');
  5929.         return $instance;
  5930.     }
  5931.     /**
  5932.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5933.      *
  5934.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5935.      */
  5936.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5937.     {
  5938.         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())));
  5939.     }
  5940.     /**
  5941.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5942.      *
  5943.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5944.      */
  5945.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5946.     {
  5947.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  5948.     }
  5949.     /**
  5950.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5951.      *
  5952.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5953.      */
  5954.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5955.     {
  5956.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_font_awesome_sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 3'defaultPageLimit' => NULL]);
  5957.     }
  5958.     /**
  5959.      * Gets the private 'locale_aware_listener' shared service.
  5960.      *
  5961.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5962.      */
  5963.     protected function getLocaleAwareListenerService()
  5964.     {
  5965.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5966.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('pl')));
  5967.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5968.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5969.     }
  5970.     /**
  5971.      * Gets the private 'locale_listener' shared service.
  5972.      *
  5973.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5974.      */
  5975.     protected function getLocaleListenerService()
  5976.     {
  5977.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pl', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5978.     }
  5979.     /**
  5980.      * Gets the private 'mailer.mailer' shared service.
  5981.      *
  5982.      * @return \Symfony\Component\Mailer\Mailer
  5983.      */
  5984.     protected function getMailer_MailerService()
  5985.     {
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5988.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5989.     }
  5990.     /**
  5991.      * Gets the private 'mailer.transport_factory.native' shared service.
  5992.      *
  5993.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5994.      */
  5995.     protected function getMailer_TransportFactory_NativeService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  6000.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6001.     }
  6002.     /**
  6003.      * Gets the private 'mailer.transport_factory.null' shared service.
  6004.      *
  6005.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  6006.      */
  6007.     protected function getMailer_TransportFactory_NullService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  6012.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6013.     }
  6014.     /**
  6015.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  6016.      *
  6017.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  6018.      */
  6019.     protected function getMailer_TransportFactory_SendmailService()
  6020.     {
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  6024.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6025.     }
  6026.     /**
  6027.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  6028.      *
  6029.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  6030.      */
  6031.     protected function getMailer_TransportFactory_SmtpService()
  6032.     {
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  6036.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6037.     }
  6038.     /**
  6039.      * Gets the private 'mailer.transports' shared service.
  6040.      *
  6041.      * @return \Symfony\Component\Mailer\Transport\Transports
  6042.      */
  6043.     protected function getMailer_TransportsService()
  6044.     {
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6048.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6049.             yield => $this->getMailer_TransportFactory_NullService();
  6050.             yield => $this->getMailer_TransportFactory_SendmailService();
  6051.             yield => $this->getMailer_TransportFactory_NativeService();
  6052.             yield => $this->getMailer_TransportFactory_SmtpService();
  6053.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  6054.     }
  6055.     /**
  6056.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6057.      *
  6058.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6059.      */
  6060.     protected function getMaker_AutoCommand_MakeAuthService()
  6061.     {
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6069.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6070.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6071.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  6072.         $instance->setName('make:auth');
  6073.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6074.         return $instance;
  6075.     }
  6076.     /**
  6077.      * Gets the private 'maker.auto_command.make_command' shared service.
  6078.      *
  6079.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6080.      */
  6081.     protected function getMaker_AutoCommand_MakeCommandService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6088.         $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()));
  6089.         $instance->setName('make:command');
  6090.         $instance->setDescription('Creates a new console command class');
  6091.         return $instance;
  6092.     }
  6093.     /**
  6094.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6095.      *
  6096.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6097.      */
  6098.     protected function getMaker_AutoCommand_MakeControllerService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6105.         $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()));
  6106.         $instance->setName('make:controller');
  6107.         $instance->setDescription('Creates a new controller class');
  6108.         return $instance;
  6109.     }
  6110.     /**
  6111.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6112.      *
  6113.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6114.      */
  6115.     protected function getMaker_AutoCommand_MakeCrudService()
  6116.     {
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6122.         $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()));
  6123.         $instance->setName('make:crud');
  6124.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6125.         return $instance;
  6126.     }
  6127.     /**
  6128.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6129.      *
  6130.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6131.      */
  6132.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6139.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6140.         $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()));
  6141.         $instance->setName('make:docker:database');
  6142.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6147.      *
  6148.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6149.      */
  6150.     protected function getMaker_AutoCommand_MakeEntityService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6158.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6159.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6160.         $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);
  6161.         $instance->setName('make:entity');
  6162.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6163.         return $instance;
  6164.     }
  6165.     /**
  6166.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6167.      *
  6168.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6169.      */
  6170.     protected function getMaker_AutoCommand_MakeFixturesService()
  6171.     {
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6177.         $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()));
  6178.         $instance->setName('make:fixtures');
  6179.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6180.         return $instance;
  6181.     }
  6182.     /**
  6183.      * Gets the private 'maker.auto_command.make_form' shared service.
  6184.      *
  6185.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6186.      */
  6187.     protected function getMaker_AutoCommand_MakeFormService()
  6188.     {
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6194.         $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()));
  6195.         $instance->setName('make:form');
  6196.         $instance->setDescription('Creates a new form class');
  6197.         return $instance;
  6198.     }
  6199.     /**
  6200.      * Gets the private 'maker.auto_command.make_message' shared service.
  6201.      *
  6202.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6203.      */
  6204.     protected function getMaker_AutoCommand_MakeMessageService()
  6205.     {
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6211.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6212.         $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()));
  6213.         $instance->setName('make:message');
  6214.         $instance->setDescription('Creates a new message and handler');
  6215.         return $instance;
  6216.     }
  6217.     /**
  6218.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6219.      *
  6220.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6221.      */
  6222.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6229.         $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()));
  6230.         $instance->setName('make:messenger-middleware');
  6231.         $instance->setDescription('Creates a new messenger middleware');
  6232.         return $instance;
  6233.     }
  6234.     /**
  6235.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6236.      *
  6237.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6238.      */
  6239.     protected function getMaker_AutoCommand_MakeMigrationService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6247.         $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()));
  6248.         $instance->setName('make:migration');
  6249.         $instance->setDescription('Creates a new migration based on database changes');
  6250.         return $instance;
  6251.     }
  6252.     /**
  6253.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6254.      *
  6255.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6256.      */
  6257.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6258.     {
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6264.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6265.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6266.         $instance->setName('make:registration-form');
  6267.         $instance->setDescription('Creates a new registration form system');
  6268.         return $instance;
  6269.     }
  6270.     /**
  6271.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6272.      *
  6273.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6274.      */
  6275.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6276.     {
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6282.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6283.         $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()));
  6284.         $instance->setName('make:reset-password');
  6285.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6286.         return $instance;
  6287.     }
  6288.     /**
  6289.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6290.      *
  6291.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6292.      */
  6293.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6294.     {
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6300.         $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()));
  6301.         $instance->setName('make:serializer:encoder');
  6302.         $instance->setDescription('Creates a new serializer encoder class');
  6303.         return $instance;
  6304.     }
  6305.     /**
  6306.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6307.      *
  6308.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6309.      */
  6310.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6317.         $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()));
  6318.         $instance->setName('make:serializer:normalizer');
  6319.         $instance->setDescription('Creates a new serializer normalizer class');
  6320.         return $instance;
  6321.     }
  6322.     /**
  6323.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6324.      *
  6325.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6326.      */
  6327.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6334.         $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()));
  6335.         $instance->setName('make:stimulus-controller');
  6336.         $instance->setDescription('Creates a new Stimulus controller');
  6337.         return $instance;
  6338.     }
  6339.     /**
  6340.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6341.      *
  6342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6343.      */
  6344.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6352.         $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()));
  6353.         $instance->setName('make:subscriber');
  6354.         $instance->setDescription('Creates a new event subscriber class');
  6355.         return $instance;
  6356.     }
  6357.     /**
  6358.      * Gets the private 'maker.auto_command.make_test' shared service.
  6359.      *
  6360.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6361.      */
  6362.     protected function getMaker_AutoCommand_MakeTestService()
  6363.     {
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6370.         $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()));
  6371.         $instance->setName('make:test');
  6372.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6373.         $instance->setDescription('Creates a new test class');
  6374.         return $instance;
  6375.     }
  6376.     /**
  6377.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6378.      *
  6379.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6380.      */
  6381.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6382.     {
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6388.         $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()));
  6389.         $instance->setName('make:twig-extension');
  6390.         $instance->setDescription('Creates a new Twig extension class');
  6391.         return $instance;
  6392.     }
  6393.     /**
  6394.      * Gets the private 'maker.auto_command.make_user' shared service.
  6395.      *
  6396.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6397.      */
  6398.     protected function getMaker_AutoCommand_MakeUserService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6407.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6408.         $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()));
  6409.         $instance->setName('make:user');
  6410.         $instance->setDescription('Creates a new security user class');
  6411.         return $instance;
  6412.     }
  6413.     /**
  6414.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6415.      *
  6416.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6417.      */
  6418.     protected function getMaker_AutoCommand_MakeValidatorService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6425.         $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()));
  6426.         $instance->setName('make:validator');
  6427.         $instance->setDescription('Creates a new validator and constraint class');
  6428.         return $instance;
  6429.     }
  6430.     /**
  6431.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6432.      *
  6433.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6434.      */
  6435.     protected function getMaker_AutoCommand_MakeVoterService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6442.         $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()));
  6443.         $instance->setName('make:voter');
  6444.         $instance->setDescription('Creates a new security voter class');
  6445.         return $instance;
  6446.     }
  6447.     /**
  6448.      * Gets the private 'maker.doctrine_helper' shared service.
  6449.      *
  6450.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6451.      */
  6452.     protected function getMaker_DoctrineHelperService()
  6453.     {
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6455.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  6456.     }
  6457.     /**
  6458.      * Gets the private 'maker.entity_class_generator' shared service.
  6459.      *
  6460.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6461.      */
  6462.     protected function getMaker_EntityClassGeneratorService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6465.         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()));
  6466.     }
  6467.     /**
  6468.      * Gets the private 'maker.file_manager' shared service.
  6469.      *
  6470.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6471.      */
  6472.     protected function getMaker_FileManagerService()
  6473.     {
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6479.         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'));
  6480.     }
  6481.     /**
  6482.      * Gets the private 'maker.generator' shared service.
  6483.      *
  6484.      * @return \Symfony\Bundle\MakerBundle\Generator
  6485.      */
  6486.     protected function getMaker_GeneratorService()
  6487.     {
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6490.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  6491.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  6492.     }
  6493.     /**
  6494.      * Gets the private 'maker.php_compat_util' shared service.
  6495.      *
  6496.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6497.      */
  6498.     protected function getMaker_PhpCompatUtilService()
  6499.     {
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6501.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6502.     }
  6503.     /**
  6504.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6505.      *
  6506.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6507.      */
  6508.     protected function getMaker_Renderer_FormTypeRendererService()
  6509.     {
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6511.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6512.     }
  6513.     /**
  6514.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  6515.      *
  6516.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  6517.      */
  6518.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  6519.     {
  6520.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  6524.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  6525.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  6526.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  6527.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  6528.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  6529.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  6530.         }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  6531.             yield => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  6532.         }, 1)]));
  6533.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  6534.         return $instance;
  6535.     }
  6536.     /**
  6537.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  6538.      *
  6539.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  6540.      */
  6541.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  6542.     {
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  6545.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  6546.     }
  6547.     /**
  6548.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  6549.      *
  6550.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  6551.      */
  6552.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  6555.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6556.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6557.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6558.         ], [
  6559.             'async' => '?',
  6560.             'failed' => '?',
  6561.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  6562.     }
  6563.     /**
  6564.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  6565.      *
  6566.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  6567.      */
  6568.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  6569.     {
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  6571.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  6572.     }
  6573.     /**
  6574.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  6575.      *
  6576.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  6577.      */
  6578.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  6579.     {
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  6581.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6582.     }
  6583.     /**
  6584.      * Gets the private 'messenger.middleware.send_message' shared service.
  6585.      *
  6586.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  6587.      */
  6588.     protected function getMessenger_Middleware_SendMessageService()
  6589.     {
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  6594.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> 'async'], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> 'async'], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> 'async']], ($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6595.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  6596.         return $instance;
  6597.     }
  6598.     /**
  6599.      * Gets the private 'messenger.receiver_locator' shared service.
  6600.      *
  6601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6602.      */
  6603.     protected function getMessenger_ReceiverLocatorService()
  6604.     {
  6605.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6606.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  6607.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6608.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  6609.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6610.         ], [
  6611.             'async' => '?',
  6612.             'failed' => '?',
  6613.             'messenger.transport.async' => '?',
  6614.             'messenger.transport.failed' => '?',
  6615.         ]);
  6616.     }
  6617.     /**
  6618.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  6619.      *
  6620.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  6621.      */
  6622.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  6623.     {
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  6626.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  6627.     }
  6628.     /**
  6629.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  6630.      *
  6631.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  6632.      */
  6633.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  6634.     {
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  6637.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  6638.     }
  6639.     /**
  6640.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  6641.      *
  6642.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  6643.      */
  6644.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  6645.     {
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  6647.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6648.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  6649.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  6650.         ], [
  6651.             'async' => '?',
  6652.             'failed' => '?',
  6653.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6654.     }
  6655.     /**
  6656.      * Gets the private 'messenger.routable_message_bus' shared service.
  6657.      *
  6658.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  6659.      */
  6660.     protected function getMessenger_RoutableMessageBusService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  6663.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6664.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6665.         ], [
  6666.             'messenger.bus.default' => '?',
  6667.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  6668.     }
  6669.     /**
  6670.      * Gets the private 'messenger.transport.async' shared service.
  6671.      *
  6672.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  6673.      */
  6674.     protected function getMessenger_Transport_AsyncService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  6681.         return $this->privates['messenger.transport.async'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['use_notify' => true'check_delayed_interval' => 60000'transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  6682.     }
  6683.     /**
  6684.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  6685.      *
  6686.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  6687.      */
  6688.     protected function getMessenger_Transport_Doctrine_FactoryService()
  6689.     {
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  6692.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6693.     }
  6694.     /**
  6695.      * Gets the private 'messenger.transport.failed' shared service.
  6696.      *
  6697.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  6698.      */
  6699.     protected function getMessenger_Transport_FailedService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  6706.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  6707.     }
  6708.     /**
  6709.      * Gets the private 'messenger.transport.sync.factory' shared service.
  6710.      *
  6711.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  6712.      */
  6713.     protected function getMessenger_Transport_Sync_FactoryService()
  6714.     {
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  6717.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  6718.     }
  6719.     /**
  6720.      * Gets the private 'messenger.transport_factory' shared service.
  6721.      *
  6722.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  6723.      */
  6724.     protected function getMessenger_TransportFactoryService()
  6725.     {
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  6728.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  6729.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  6730.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  6731.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  6732.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  6733.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  6734.         }, 5));
  6735.     }
  6736.     /**
  6737.      * Gets the private 'mime_types' shared service.
  6738.      *
  6739.      * @return \Symfony\Component\Mime\MimeTypes
  6740.      */
  6741.     protected function getMimeTypesService()
  6742.     {
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6745.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6746.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6747.         $instance->setDefault($instance);
  6748.         return $instance;
  6749.     }
  6750.     /**
  6751.      * Gets the private 'monolog.command.server_log' shared service.
  6752.      *
  6753.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6754.      */
  6755.     protected function getMonolog_Command_ServerLogService()
  6756.     {
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6759.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6760.         $instance->setName('server:log');
  6761.         $instance->setDescription('Start a log server that displays logs in real time');
  6762.         return $instance;
  6763.     }
  6764.     /**
  6765.      * Gets the private 'monolog.handler.console' shared service.
  6766.      *
  6767.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6768.      */
  6769.     protected function getMonolog_Handler_ConsoleService()
  6770.     {
  6771.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6772.     }
  6773.     /**
  6774.      * Gets the private 'monolog.handler.main' shared service.
  6775.      *
  6776.      * @return \Monolog\Handler\StreamHandler
  6777.      */
  6778.     protected function getMonolog_Handler_MainService()
  6779.     {
  6780.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6781.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6782.         return $instance;
  6783.     }
  6784.     /**
  6785.      * Gets the private 'monolog.logger' shared service.
  6786.      *
  6787.      * @return \Symfony\Bridge\Monolog\Logger
  6788.      */
  6789.     protected function getMonolog_LoggerService()
  6790.     {
  6791.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6792.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6793.         $instance->useMicrosecondTimestamps(true);
  6794.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6795.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6796.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6797.         return $instance;
  6798.     }
  6799.     /**
  6800.      * Gets the private 'monolog.logger.cache' shared service.
  6801.      *
  6802.      * @return \Symfony\Bridge\Monolog\Logger
  6803.      */
  6804.     protected function getMonolog_Logger_CacheService()
  6805.     {
  6806.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6807.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6808.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6809.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6810.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6811.         return $instance;
  6812.     }
  6813.     /**
  6814.      * Gets the private 'monolog.logger.mailer' shared service.
  6815.      *
  6816.      * @return \Symfony\Bridge\Monolog\Logger
  6817.      */
  6818.     protected function getMonolog_Logger_MailerService()
  6819.     {
  6820.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6821.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6822.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6823.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6824.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6825.         return $instance;
  6826.     }
  6827.     /**
  6828.      * Gets the private 'monolog.logger.messenger' shared service.
  6829.      *
  6830.      * @return \Symfony\Bridge\Monolog\Logger
  6831.      */
  6832.     protected function getMonolog_Logger_MessengerService()
  6833.     {
  6834.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  6835.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6836.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6837.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6838.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6839.         return $instance;
  6840.     }
  6841.     /**
  6842.      * Gets the private 'monolog.logger.request' shared service.
  6843.      *
  6844.      * @return \Symfony\Bridge\Monolog\Logger
  6845.      */
  6846.     protected function getMonolog_Logger_RequestService()
  6847.     {
  6848.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6849.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6850.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6851.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6852.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6853.         return $instance;
  6854.     }
  6855.     /**
  6856.      * Gets the private 'monolog.logger.security' shared service.
  6857.      *
  6858.      * @return \Symfony\Bridge\Monolog\Logger
  6859.      */
  6860.     protected function getMonolog_Logger_SecurityService()
  6861.     {
  6862.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6863.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6864.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6865.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6866.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6867.         return $instance;
  6868.     }
  6869.     /**
  6870.      * Gets the private 'notifier.transport_factory.null' shared service.
  6871.      *
  6872.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  6873.      */
  6874.     protected function getNotifier_TransportFactory_NullService()
  6875.     {
  6876.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  6879.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  6880.     }
  6881.     /**
  6882.      * Gets the private 'parameter_bag' shared service.
  6883.      *
  6884.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6885.      */
  6886.     protected function getParameterBagService()
  6887.     {
  6888.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6889.     }
  6890.     /**
  6891.      * Gets the private 'profiler_listener' shared service.
  6892.      *
  6893.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6894.      */
  6895.     protected function getProfilerListenerService()
  6896.     {
  6897.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  6898.     }
  6899.     /**
  6900.      * Gets the private 'property_accessor' shared service.
  6901.      *
  6902.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6903.      */
  6904.     protected function getPropertyAccessorService()
  6905.     {
  6906.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6912.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6913.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6914.     }
  6915.     /**
  6916.      * Gets the private 'property_info' shared service.
  6917.      *
  6918.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6919.      */
  6920.     protected function getPropertyInfoService()
  6921.     {
  6922.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6923.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6924.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6925.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6926.         }, 3), new RewindableGenerator(function () {
  6927.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6928.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6929.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6930.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6931.         }, 4), new RewindableGenerator(function () {
  6932.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6933.         }, 1), new RewindableGenerator(function () {
  6934.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6935.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6936.         }, 2), new RewindableGenerator(function () {
  6937.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6938.         }, 1));
  6939.     }
  6940.     /**
  6941.      * Gets the private 'property_info.serializer_extractor' shared service.
  6942.      *
  6943.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6944.      */
  6945.     protected function getPropertyInfo_SerializerExtractorService()
  6946.     {
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6948.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6949.     }
  6950.     /**
  6951.      * Gets the private 'router.cache_warmer' shared service.
  6952.      *
  6953.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6954.      */
  6955.     protected function getRouter_CacheWarmerService()
  6956.     {
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6959.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6960.             'router' => ['services''router''getRouterService'false],
  6961.         ], [
  6962.             'router' => '?',
  6963.         ]))->withContext('router.cache_warmer'$this));
  6964.     }
  6965.     /**
  6966.      * Gets the private 'router.expression_language_provider' shared service.
  6967.      *
  6968.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6969.      */
  6970.     protected function getRouter_ExpressionLanguageProviderService()
  6971.     {
  6972.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6973.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6974.         ], [
  6975.             'env' => 'Closure',
  6976.         ]));
  6977.     }
  6978.     /**
  6979.      * Gets the private 'router.request_context' shared service.
  6980.      *
  6981.      * @return \Symfony\Component\Routing\RequestContext
  6982.      */
  6983.     protected function getRouter_RequestContextService()
  6984.     {
  6985.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('SERVICE_URL'), 'localhost''http'80443);
  6986.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6987.         return $instance;
  6988.     }
  6989.     /**
  6990.      * Gets the private 'router_listener' shared service.
  6991.      *
  6992.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6993.      */
  6994.     protected function getRouterListenerService()
  6995.     {
  6996.         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);
  6997.     }
  6998.     /**
  6999.      * Gets the private 'secrets.vault' shared service.
  7000.      *
  7001.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7002.      */
  7003.     protected function getSecrets_VaultService()
  7004.     {
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7009.         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'));
  7010.     }
  7011.     /**
  7012.      * Gets the private 'security.access_listener' shared service.
  7013.      *
  7014.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7015.      */
  7016.     protected function getSecurity_AccessListenerService()
  7017.     {
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7021.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), false);
  7022.     }
  7023.     /**
  7024.      * Gets the private 'security.authentication_utils' shared service.
  7025.      *
  7026.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7027.      */
  7028.     protected function getSecurity_AuthenticationUtilsService()
  7029.     {
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7031.         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())));
  7032.     }
  7033.     /**
  7034.      * Gets the private 'security.authenticator.form_login.main' shared service.
  7035.      *
  7036.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  7037.      */
  7038.     protected function getSecurity_Authenticator_FormLogin_MainService()
  7039.     {
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  7051.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7052.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7053.         $b->setOptions(['login_path' => 'app_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  7054.         $b->setFirewallName('main');
  7055.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7056.         $c->setOptions(['login_path' => 'app_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  7057.         return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $b$c, ['login_path' => 'app_login''check_path' => 'app_login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false]);
  7058.     }
  7059.     /**
  7060.      * Gets the private 'security.authenticator.form_login.secured_area' shared service.
  7061.      *
  7062.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  7063.      */
  7064.     protected function getSecurity_Authenticator_FormLogin_SecuredAreaService()
  7065.     {
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  7077.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7078.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7079.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  7080.         $b->setFirewallName('secured_area');
  7081.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7082.         $c->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  7083.         return $this->privates['security.authenticator.form_login.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $b$c, ['enable_csrf' => true'check_path' => '/login_check''use_forward' => false'require_previous_session' => false'login_path' => '/login''username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true'form_only' => false]);
  7084.     }
  7085.     /**
  7086.      * Gets the private 'security.authenticator.remember_me.main' shared service.
  7087.      *
  7088.      * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  7089.      */
  7090.     protected function getSecurity_Authenticator_RememberMe_MainService()
  7091.     {
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  7095.         return $this->privates['security.authenticator.remember_me.main'] = new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), $this->getEnv('APP_SECRET'), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7096.     }
  7097.     /**
  7098.      * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  7099.      *
  7100.      * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  7101.      */
  7102.     protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  7103.     {
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  7108.         return $this->privates['security.authenticator.remember_me_handler.main'] = new \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler(new \Symfony\Component\Security\Core\Signature\SignatureHasher(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), [=> 'password'], $this->getEnv('APP_SECRET'), NULLNULL), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['secret' => $this->getEnv('APP_SECRET'), 'lifetime' => 86400'user_providers' => [], 'catch_exceptions' => true'signature_properties' => [=> 'password'], 'name' => 'REMEMBERME''path' => '/''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7109.     }
  7110.     /**
  7111.      * Gets the private 'security.channel_listener' shared service.
  7112.      *
  7113.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7114.      */
  7115.     protected function getSecurity_ChannelListenerService()
  7116.     {
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7120.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7121.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  7122.     }
  7123.     /**
  7124.      * Gets the private 'security.command.debug_firewall' shared service.
  7125.      *
  7126.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7127.      */
  7128.     protected function getSecurity_Command_DebugFirewallService()
  7129.     {
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7132.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.gOCcGYL'] ?? $this->get_ServiceLocator_GOCcGYLService()), ($this->privates['.service_locator._L933XU'] ?? $this->get_ServiceLocator_L933XUService()), ['main' => [=> ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())], 'secured_area' => [=> ($this->privates['security.authenticator.form_login.secured_area'] ?? $this->getSecurity_Authenticator_FormLogin_SecuredAreaService())]], true);
  7133.         $instance->setName('debug:firewall');
  7134.         $instance->setDescription('Display information about your security firewall(s)');
  7135.         return $instance;
  7136.     }
  7137.     /**
  7138.      * Gets the private 'security.command.user_password_encoder' shared service.
  7139.      *
  7140.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7141.      *
  7142.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7143.      */
  7144.     protected function getSecurity_Command_UserPasswordEncoderService()
  7145.     {
  7146.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7147.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  7148.         $instance->setName('security:encode-password');
  7149.         $instance->setDescription('Encode a password');
  7150.         return $instance;
  7151.     }
  7152.     /**
  7153.      * Gets the private 'security.command.user_password_hash' shared service.
  7154.      *
  7155.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7156.      */
  7157.     protected function getSecurity_Command_UserPasswordHashService()
  7158.     {
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7161.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  7162.         $instance->setName('security:hash-password');
  7163.         $instance->setDescription('Hash a user password');
  7164.         return $instance;
  7165.     }
  7166.     /**
  7167.      * Gets the private 'security.context_listener.0' shared service.
  7168.      *
  7169.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7170.      */
  7171.     protected function getSecurity_ContextListener_0Service()
  7172.     {
  7173.         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 () {
  7174.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7175.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($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']);
  7176.     }
  7177.     /**
  7178.      * Gets the private 'security.context_listener.1' shared service.
  7179.      *
  7180.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7181.      */
  7182.     protected function getSecurity_ContextListener_1Service()
  7183.     {
  7184.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  7185.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7186.         }, 1), 'secured_area', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.secured_area'] ?? $this->getSecurity_EventDispatcher_SecuredAreaService()), ($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']);
  7187.     }
  7188.     /**
  7189.      * Gets the private 'security.csrf.token_storage' shared service.
  7190.      *
  7191.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7192.      */
  7193.     protected function getSecurity_Csrf_TokenStorageService()
  7194.     {
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7198.         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())));
  7199.     }
  7200.     /**
  7201.      * Gets the private 'security.encoder_factory.generic' shared service.
  7202.      *
  7203.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7204.      *
  7205.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7206.      */
  7207.     protected function getSecurity_EncoderFactory_GenericService()
  7208.     {
  7209.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7210.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['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]]);
  7211.     }
  7212.     /**
  7213.      * Gets the private 'security.event_dispatcher.main' shared service.
  7214.      *
  7215.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7216.      */
  7217.     protected function getSecurity_EventDispatcher_MainService()
  7218.     {
  7219.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7220.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7221.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  7222.         }, => 'checkPassport'], 2048);
  7223.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7224.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  7225.         }, => 'onSuccessfulLogin'], 0);
  7226.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7227.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7228.         }, => 'onLogout'], 64);
  7229.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7230.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7231.         }, => 'onLogout'], 0);
  7232.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7233.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  7234.         }, => 'onSuccessfulLogin'], -32);
  7235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7236.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  7237.         }, => 'onSuccessfulLogin'], -64);
  7238.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  7239.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  7240.         }, => 'clearCookie'], 0);
  7241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7242.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  7243.         }, => 'clearCookie'], 0);
  7244.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  7245.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  7246.         }, => 'clearCookie'], 0);
  7247.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7248.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  7249.         }, => 'preCheckCredentials'], 256);
  7250.         $instance->addListener('security.authentication.success', [=> function () {
  7251.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  7252.         }, => 'postCheckCredentials'], 256);
  7253.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7254.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  7255.         }, => 'checkPassport'], 1024);
  7256.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7257.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  7258.         }, => 'checkPassport'], 0);
  7259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7260.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  7261.         }, => 'onLoginSuccess'], 0);
  7262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7263.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  7264.         }, => 'checkPassport'], 512);
  7265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7266.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7267.         }, => 'onLogout'], 0);
  7268.         return $instance;
  7269.     }
  7270.     /**
  7271.      * Gets the private 'security.event_dispatcher.secured_area' shared service.
  7272.      *
  7273.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7274.      */
  7275.     protected function getSecurity_EventDispatcher_SecuredAreaService()
  7276.     {
  7277.         $this->privates['security.event_dispatcher.secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7278.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7279.             return ($this->privates['security.listener.session.secured_area'] ?? $this->getSecurity_Listener_Session_SecuredAreaService());
  7280.         }, => 'onSuccessfulLogin'], 0);
  7281.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7282.             return ($this->privates['security.listener.user_checker.secured_area'] ?? $this->getSecurity_Listener_UserChecker_SecuredAreaService());
  7283.         }, => 'preCheckCredentials'], 256);
  7284.         $instance->addListener('security.authentication.success', [=> function () {
  7285.             return ($this->privates['security.listener.user_checker.secured_area'] ?? $this->getSecurity_Listener_UserChecker_SecuredAreaService());
  7286.         }, => 'postCheckCredentials'], 256);
  7287.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7288.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  7289.         }, => 'checkPassport'], 1024);
  7290.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7291.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  7292.         }, => 'checkPassport'], 0);
  7293.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7294.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  7295.         }, => 'onLoginSuccess'], 0);
  7296.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7297.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  7298.         }, => 'checkPassport'], 512);
  7299.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7300.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7301.         }, => 'onLogout'], 0);
  7302.         return $instance;
  7303.     }
  7304.     /**
  7305.      * Gets the private 'security.firewall.map' shared service.
  7306.      *
  7307.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7308.      */
  7309.     protected function getSecurity_Firewall_MapService()
  7310.     {
  7311.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.gOCcGYL'] ?? $this->get_ServiceLocator_GOCcGYLService()), new RewindableGenerator(function () {
  7312.             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)/')));
  7313.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  7314.             yield 'security.firewall.map.context.secured_area' => NULL;
  7315.         }, 3));
  7316.     }
  7317.     /**
  7318.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7319.      *
  7320.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7321.      */
  7322.     protected function getSecurity_Firewall_Map_Context_DevService()
  7323.     {
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7326.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7327.             return new \EmptyIterator();
  7328.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7329.     }
  7330.     /**
  7331.      * Gets the private 'security.firewall.map.context.main' shared service.
  7332.      *
  7333.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7334.      */
  7335.     protected function getSecurity_Firewall_Map_Context_MainService()
  7336.     {
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7343.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7344.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7345.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7346.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7347.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7348.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  7349.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7350.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), 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''App\\Security\\PkdUserChecker''.security.request_matcher.3UEFixr'truefalse'security.user.provider.concrete.app_user_provider''main''security.authenticator.form_login.main'NULLNULL, [=> 'form_login'=> 'remember_me'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7351.     }
  7352.     /**
  7353.      * Gets the private 'security.firewall.map.context.secured_area' shared service.
  7354.      *
  7355.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7356.      */
  7357.     protected function getSecurity_Firewall_Map_Context_SecuredAreaService()
  7358.     {
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7363.         return $this->privates['security.firewall.map.context.secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7364.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7365.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  7366.             yield => ($this->privates['debug.security.firewall.authenticator.secured_area'] ?? $this->getDebug_Security_Firewall_Authenticator_SecuredAreaService());
  7367.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7368.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'secured_area', ($this->privates['security.authenticator.form_login.secured_area'] ?? $this->getSecurity_Authenticator_FormLogin_SecuredAreaService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''secured_area''security.authenticator.form_login.secured_area'NULLNULL, [=> 'form_login'], NULL));
  7369.     }
  7370.     /**
  7371.      * Gets the private 'security.http_utils' shared service.
  7372.      *
  7373.      * @return \Symfony\Component\Security\Http\HttpUtils
  7374.      */
  7375.     protected function getSecurity_HttpUtilsService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7378.         $a = ($this->services['router'] ?? $this->getRouterService());
  7379.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  7380.     }
  7381.     /**
  7382.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  7383.      *
  7384.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  7385.      */
  7386.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  7387.     {
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  7389.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7390.     }
  7391.     /**
  7392.      * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  7393.      *
  7394.      * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  7395.      */
  7396.     protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  7399.         return $this->privates['security.listener.check_remember_me_conditions.main'] = new \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener(['always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7400.     }
  7401.     /**
  7402.      * Gets the private 'security.listener.csrf_protection' shared service.
  7403.      *
  7404.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  7405.      */
  7406.     protected function getSecurity_Listener_CsrfProtectionService()
  7407.     {
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  7409.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7410.     }
  7411.     /**
  7412.      * Gets the private 'security.listener.main.user_provider' shared service.
  7413.      *
  7414.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  7415.      */
  7416.     protected function getSecurity_Listener_Main_UserProviderService()
  7417.     {
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  7419.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  7420.     }
  7421.     /**
  7422.      * Gets the private 'security.listener.password_migrating' shared service.
  7423.      *
  7424.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  7425.      */
  7426.     protected function getSecurity_Listener_PasswordMigratingService()
  7427.     {
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  7429.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7430.     }
  7431.     /**
  7432.      * Gets the private 'security.listener.remember_me.main' shared service.
  7433.      *
  7434.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  7435.      */
  7436.     protected function getSecurity_Listener_RememberMe_MainService()
  7437.     {
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  7439.         return $this->privates['security.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeListener(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7440.     }
  7441.     /**
  7442.      * Gets the private 'security.listener.session.main' shared service.
  7443.      *
  7444.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  7445.      */
  7446.     protected function getSecurity_Listener_Session_MainService()
  7447.     {
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7451.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  7452.     }
  7453.     /**
  7454.      * Gets the private 'security.listener.session.secured_area' shared service.
  7455.      *
  7456.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  7457.      */
  7458.     protected function getSecurity_Listener_Session_SecuredAreaService()
  7459.     {
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7463.         return $this->privates['security.listener.session.secured_area'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  7464.     }
  7465.     /**
  7466.      * Gets the private 'security.listener.user_checker.main' shared service.
  7467.      *
  7468.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  7469.      */
  7470.     protected function getSecurity_Listener_UserChecker_MainService()
  7471.     {
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7474.         include_once \dirname(__DIR__4).'/src/Security/PkdUserChecker.php';
  7475.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(new \App\Security\PkdUserChecker(($this->services['translator'] ?? $this->getTranslatorService())));
  7476.     }
  7477.     /**
  7478.      * Gets the private 'security.listener.user_checker.secured_area' shared service.
  7479.      *
  7480.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  7481.      */
  7482.     protected function getSecurity_Listener_UserChecker_SecuredAreaService()
  7483.     {
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7487.         return $this->privates['security.listener.user_checker.secured_area'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(new \Symfony\Component\Security\Core\User\InMemoryUserChecker());
  7488.     }
  7489.     /**
  7490.      * Gets the private 'security.listener.user_provider' shared service.
  7491.      *
  7492.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  7493.      */
  7494.     protected function getSecurity_Listener_UserProviderService()
  7495.     {
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  7497.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  7498.     }
  7499.     /**
  7500.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7501.      *
  7502.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7503.      */
  7504.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7507.         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()));
  7508.     }
  7509.     /**
  7510.      * Gets the private 'security.logout.listener.default.main' shared service.
  7511.      *
  7512.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7513.      */
  7514.     protected function getSecurity_Logout_Listener_Default_MainService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7517.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  7518.     }
  7519.     /**
  7520.      * Gets the private 'security.logout_url_generator' shared service.
  7521.      *
  7522.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7523.      */
  7524.     protected function getSecurity_LogoutUrlGeneratorService()
  7525.     {
  7526.         $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()));
  7527.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  7528.         return $instance;
  7529.     }
  7530.     /**
  7531.      * Gets the private 'security.password_hasher_factory' shared service.
  7532.      *
  7533.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7534.      */
  7535.     protected function getSecurity_PasswordHasherFactoryService()
  7536.     {
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7539.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['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]]);
  7540.     }
  7541.     /**
  7542.      * Gets the private 'security.role_hierarchy' shared service.
  7543.      *
  7544.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7545.      */
  7546.     protected function getSecurity_RoleHierarchyService()
  7547.     {
  7548.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7549.     }
  7550.     /**
  7551.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7552.      *
  7553.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7554.      */
  7555.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7556.     {
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7560.         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);
  7561.     }
  7562.     /**
  7563.      * Gets the private 'security.user_password_hasher' shared service.
  7564.      *
  7565.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  7566.      */
  7567.     protected function getSecurity_UserPasswordHasherService()
  7568.     {
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7571.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7572.     }
  7573.     /**
  7574.      * Gets the private 'security.validator.user_password' shared service.
  7575.      *
  7576.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7577.      */
  7578.     protected function getSecurity_Validator_UserPasswordService()
  7579.     {
  7580.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7581.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7583.         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()));
  7584.     }
  7585.     /**
  7586.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7587.      *
  7588.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7589.      */
  7590.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7591.     {
  7592.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7593.     }
  7594.     /**
  7595.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7596.      *
  7597.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7598.      */
  7599.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7600.     {
  7601.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7602.         $a->add(new \App\ParamConverter\RequestParamConverter(($this->privates['App\\Util\\Mapper\\Mapper'] ?? $this->getMapperService())), 0NULL);
  7603.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7604.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7605.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7606.     }
  7607.     /**
  7608.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7609.      *
  7610.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7611.      */
  7612.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7613.     {
  7614.         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->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7615.     }
  7616.     /**
  7617.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7618.      *
  7619.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7620.      */
  7621.     protected function getSensioFrameworkExtra_View_ListenerService()
  7622.     {
  7623.         $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))));
  7624.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7625.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7626.         ], [
  7627.             'twig' => '?',
  7628.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7629.         return $instance;
  7630.     }
  7631.     /**
  7632.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7633.      *
  7634.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7635.      */
  7636.     protected function getSerializer_Mapping_CacheWarmerService()
  7637.     {
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7643.         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'));
  7644.     }
  7645.     /**
  7646.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7647.      *
  7648.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7649.      */
  7650.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7651.     {
  7652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7658.         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()))]));
  7659.     }
  7660.     /**
  7661.      * Gets the private 'session.factory' shared service.
  7662.      *
  7663.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7664.      */
  7665.     protected function getSession_FactoryService()
  7666.     {
  7667.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7668.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  7673.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  7674.     }
  7675.     /**
  7676.      * Gets the private 'session.flash_bag' shared service.
  7677.      *
  7678.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  7679.      *
  7680.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  7681.      */
  7682.     protected function getSession_FlashBagService()
  7683.     {
  7684.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  7685.         return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  7686.     }
  7687.     /**
  7688.      * Gets the private 'session_listener' shared service.
  7689.      *
  7690.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7691.      */
  7692.     protected function getSessionListenerService()
  7693.     {
  7694.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7695.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  7696.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7697.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7698.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  7699.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  7700.         ], [
  7701.             'initialized_session' => '?',
  7702.             'logger' => '?',
  7703.             'session' => '?',
  7704.             'session_collector' => '?',
  7705.             'session_factory' => '?',
  7706.         ]), true$this->parameters['session.storage.options']);
  7707.     }
  7708.     /**
  7709.      * Gets the private 'stof_doctrine_extensions.listener.softdeleteable' shared service.
  7710.      *
  7711.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  7712.      */
  7713.     protected function getStofDoctrineExtensions_Listener_SoftdeleteableService()
  7714.     {
  7715.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  7718.         $this->privates['stof_doctrine_extensions.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  7719.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7720.         return $instance;
  7721.     }
  7722.     /**
  7723.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  7724.      *
  7725.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  7726.      */
  7727.     protected function getSymfonycasts_ResetPassword_CleanerService()
  7728.     {
  7729.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  7730.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  7731.     }
  7732.     /**
  7733.      * Gets the private 'tetranz_select2entity.select2entity_type' shared service.
  7734.      *
  7735.      * @return \Tetranz\Select2EntityBundle\Form\Type\Select2EntityType
  7736.      */
  7737.     protected function getTetranzSelect2entity_Select2entityTypeService()
  7738.     {
  7739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7741.         include_once \dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Form/Type/Select2EntityType.php';
  7742.         return $this->privates['tetranz_select2entity.select2entity_type'] = new \Tetranz\Select2EntityBundle\Form\Type\Select2EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['tetranz_select2_entity.config']);
  7743.     }
  7744.     /**
  7745.      * Gets the private 'texter.transports' shared service.
  7746.      *
  7747.      * @return \Symfony\Component\Notifier\Transport\Transports
  7748.      */
  7749.     protected function getTexter_TransportsService()
  7750.     {
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  7754.         return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  7755.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  7756.         }, 1)))->fromStrings([]);
  7757.     }
  7758.     /**
  7759.      * Gets the private 'translation.extractor' shared service.
  7760.      *
  7761.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7762.      */
  7763.     protected function getTranslation_ExtractorService()
  7764.     {
  7765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7770.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7771.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7772.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7773.         return $instance;
  7774.     }
  7775.     /**
  7776.      * Gets the private 'translation.loader.csv' shared service.
  7777.      *
  7778.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7779.      */
  7780.     protected function getTranslation_Loader_CsvService()
  7781.     {
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7786.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7787.     }
  7788.     /**
  7789.      * Gets the private 'translation.loader.dat' shared service.
  7790.      *
  7791.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7792.      */
  7793.     protected function getTranslation_Loader_DatService()
  7794.     {
  7795.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7798.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7799.     }
  7800.     /**
  7801.      * Gets the private 'translation.loader.ini' shared service.
  7802.      *
  7803.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7804.      */
  7805.     protected function getTranslation_Loader_IniService()
  7806.     {
  7807.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7808.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7811.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7812.     }
  7813.     /**
  7814.      * Gets the private 'translation.loader.json' shared service.
  7815.      *
  7816.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7817.      */
  7818.     protected function getTranslation_Loader_JsonService()
  7819.     {
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7824.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7825.     }
  7826.     /**
  7827.      * Gets the private 'translation.loader.mo' shared service.
  7828.      *
  7829.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7830.      */
  7831.     protected function getTranslation_Loader_MoService()
  7832.     {
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7837.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7838.     }
  7839.     /**
  7840.      * Gets the private 'translation.loader.php' shared service.
  7841.      *
  7842.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7843.      */
  7844.     protected function getTranslation_Loader_PhpService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7850.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7851.     }
  7852.     /**
  7853.      * Gets the private 'translation.loader.po' shared service.
  7854.      *
  7855.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7856.      */
  7857.     protected function getTranslation_Loader_PoService()
  7858.     {
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7863.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7864.     }
  7865.     /**
  7866.      * Gets the private 'translation.loader.qt' shared service.
  7867.      *
  7868.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7869.      */
  7870.     protected function getTranslation_Loader_QtService()
  7871.     {
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7874.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7875.     }
  7876.     /**
  7877.      * Gets the private 'translation.loader.res' shared service.
  7878.      *
  7879.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7880.      */
  7881.     protected function getTranslation_Loader_ResService()
  7882.     {
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7885.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7886.     }
  7887.     /**
  7888.      * Gets the private 'translation.loader.xliff' shared service.
  7889.      *
  7890.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7891.      */
  7892.     protected function getTranslation_Loader_XliffService()
  7893.     {
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7896.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7897.     }
  7898.     /**
  7899.      * Gets the private 'translation.loader.yml' shared service.
  7900.      *
  7901.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7902.      */
  7903.     protected function getTranslation_Loader_YmlService()
  7904.     {
  7905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7909.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7910.     }
  7911.     /**
  7912.      * Gets the private 'translation.provider_collection' shared service.
  7913.      *
  7914.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7915.      */
  7916.     protected function getTranslation_ProviderCollectionService()
  7917.     {
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7920.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7921.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7922.         }, 1), []))->fromConfig([]);
  7923.     }
  7924.     /**
  7925.      * Gets the private 'translation.reader' shared service.
  7926.      *
  7927.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7928.      */
  7929.     protected function getTranslation_ReaderService()
  7930.     {
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7947.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7948.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7949.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7950.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7951.         $instance->addLoader('yaml'$a);
  7952.         $instance->addLoader('yml'$a);
  7953.         $instance->addLoader('xlf'$b);
  7954.         $instance->addLoader('xliff'$b);
  7955.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7956.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7957.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7958.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7959.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7960.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7961.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7962.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7963.         return $instance;
  7964.     }
  7965.     /**
  7966.      * Gets the private 'translation.warmer' shared service.
  7967.      *
  7968.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7969.      */
  7970.     protected function getTranslation_WarmerService()
  7971.     {
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7974.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7975.             'translator' => ['services''translator''getTranslatorService'false],
  7976.         ], [
  7977.             'translator' => '?',
  7978.         ]))->withContext('translation.warmer'$this));
  7979.     }
  7980.     /**
  7981.      * Gets the private 'translation.writer' shared service.
  7982.      *
  7983.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7984.      */
  7985.     protected function getTranslation_WriterService()
  7986.     {
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8001.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8002.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8003.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8004.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8005.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8006.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8007.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8008.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8009.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8010.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8011.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8012.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8013.         return $instance;
  8014.     }
  8015.     /**
  8016.      * Gets the private 'translator.default' shared service.
  8017.      *
  8018.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8019.      */
  8020.     protected function getTranslator_DefaultService()
  8021.     {
  8022.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8023.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8024.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8025.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8026.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8027.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8028.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8029.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8030.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8031.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8032.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8033.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8034.         ], [
  8035.             'translation.loader.csv' => '?',
  8036.             'translation.loader.dat' => '?',
  8037.             'translation.loader.ini' => '?',
  8038.             'translation.loader.json' => '?',
  8039.             'translation.loader.mo' => '?',
  8040.             'translation.loader.php' => '?',
  8041.             'translation.loader.po' => '?',
  8042.             'translation.loader.qt' => '?',
  8043.             'translation.loader.res' => '?',
  8044.             'translation.loader.xliff' => '?',
  8045.             'translation.loader.yml' => '?',
  8046.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pl', ['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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/translations/Form.pl.yaml'), => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle.pl.yaml'), => (\dirname(__DIR__4).'/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/translations/validators/validators.pl.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/mark-gerarts/automapper-plus-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/twig/extra-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/sensio/framework-extra-bundle/src/translations'18 => 'vendor/fresh/doctrine-enum-bundle/translations'19 => 'vendor/mark-gerarts/automapper-plus-bundle/translations'20 => 'vendor/tetranz/select2entity-bundle/translations'21 => 'vendor/stof/doctrine-extensions-bundle/src/translations']]], []);
  8047.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8048.         $instance->setFallbackLocales([=> 'pl']);
  8049.         return $instance;
  8050.     }
  8051.     /**
  8052.      * Gets the private 'twig.command.debug' shared service.
  8053.      *
  8054.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8055.      */
  8056.     protected function getTwig_Command_DebugService()
  8057.     {
  8058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8060.         $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()));
  8061.         $instance->setName('debug:twig');
  8062.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8063.         return $instance;
  8064.     }
  8065.     /**
  8066.      * Gets the private 'twig.command.lint' shared service.
  8067.      *
  8068.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8069.      */
  8070.     protected function getTwig_Command_LintService()
  8071.     {
  8072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8073.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8075.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8076.         $instance->setName('lint:twig');
  8077.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8078.         return $instance;
  8079.     }
  8080.     /**
  8081.      * Gets the private 'twig.form.engine' shared service.
  8082.      *
  8083.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8084.      */
  8085.     protected function getTwig_Form_EngineService()
  8086.     {
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8089.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8090.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8091.     }
  8092.     /**
  8093.      * Gets the private 'twig.form.renderer' shared service.
  8094.      *
  8095.      * @return \Symfony\Component\Form\FormRenderer
  8096.      */
  8097.     protected function getTwig_Form_RendererService()
  8098.     {
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8101.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8102.     }
  8103.     /**
  8104.      * Gets the private 'twig.mailer.message_listener' shared service.
  8105.      *
  8106.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8107.      */
  8108.     protected function getTwig_Mailer_MessageListenerService()
  8109.     {
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8111.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8112.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8113.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8114.     }
  8115.     /**
  8116.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8117.      *
  8118.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8119.      */
  8120.     protected function getTwig_Runtime_HttpkernelService()
  8121.     {
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  8128.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8129.         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, [
  8130.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8131.         ], [
  8132.             'inline' => '?',
  8133.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8134.     }
  8135.     /**
  8136.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8137.      *
  8138.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8139.      */
  8140.     protected function getTwig_Runtime_SecurityCsrfService()
  8141.     {
  8142.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8143.         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()));
  8144.     }
  8145.     /**
  8146.      * Gets the private 'twig.runtime.serializer' shared service.
  8147.      *
  8148.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8149.      */
  8150.     protected function getTwig_Runtime_SerializerService()
  8151.     {
  8152.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8154.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8155.     }
  8156.     /**
  8157.      * Gets the private 'twig.template_cache_warmer' shared service.
  8158.      *
  8159.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8160.      */
  8161.     protected function getTwig_TemplateCacheWarmerService()
  8162.     {
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8166.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8167.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8168.         ], [
  8169.             'twig' => '?',
  8170.         ]))->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')));
  8171.     }
  8172.     /**
  8173.      * Gets the private 'validator.builder' shared service.
  8174.      *
  8175.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8176.      */
  8177.     protected function getValidator_BuilderService()
  8178.     {
  8179.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8180.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8181.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8182.             'App\\Validator\\NipValidator' => ['privates''App\\Validator\\NipValidator''getNipValidatorService'false],
  8183.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8184.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8185.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8186.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8187.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8188.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8189.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8190.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8191.         ], [
  8192.             'App\\Validator\\NipValidator' => '?',
  8193.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8194.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8195.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8196.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8197.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8198.             'doctrine.orm.validator.unique' => '?',
  8199.             'security.validator.user_password' => '?',
  8200.             'validator.expression' => '?',
  8201.         ])));
  8202.         if ($this->has('translator')) {
  8203.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8204.         }
  8205.         $instance->setTranslationDomain('validators');
  8206.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8207.         $instance->enableAnnotationMapping(true);
  8208.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8209.         $instance->addMethodMapping('loadValidatorMetadata');
  8210.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8211.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8212.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8213.         return $instance;
  8214.     }
  8215.     /**
  8216.      * Gets the private 'validator.email' shared service.
  8217.      *
  8218.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8219.      */
  8220.     protected function getValidator_EmailService()
  8221.     {
  8222.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8225.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8226.     }
  8227.     /**
  8228.      * Gets the private 'validator.expression' shared service.
  8229.      *
  8230.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8231.      */
  8232.     protected function getValidator_ExpressionService()
  8233.     {
  8234.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8235.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8236.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8237.         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())));
  8238.     }
  8239.     /**
  8240.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8241.      *
  8242.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8243.      */
  8244.     protected function getValidator_Mapping_CacheWarmerService()
  8245.     {
  8246.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8249.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8250.     }
  8251.     /**
  8252.      * Gets the private 'validator.not_compromised_password' shared service.
  8253.      *
  8254.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8255.      */
  8256.     protected function getValidator_NotCompromisedPasswordService()
  8257.     {
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8261.         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);
  8262.     }
  8263.     /**
  8264.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8265.      *
  8266.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8267.      */
  8268.     protected function getVarDumper_Command_ServerDumpService()
  8269.     {
  8270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8271.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8276.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8277.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8278.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8279.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8280.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8281.         $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()))]);
  8282.         $instance->setName('server:dump');
  8283.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8284.         return $instance;
  8285.     }
  8286.     /**
  8287.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8288.      *
  8289.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8290.      */
  8291.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8292.     {
  8293.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8294.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8295.         return $instance;
  8296.     }
  8297.     /**
  8298.      * Gets the private 'var_dumper.html_dumper' shared service.
  8299.      *
  8300.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8301.      */
  8302.     protected function getVarDumper_HtmlDumperService()
  8303.     {
  8304.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8305.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8306.         return $instance;
  8307.     }
  8308.     /**
  8309.      * Gets the private 'var_dumper.server_connection' shared service.
  8310.      *
  8311.      * @return \Symfony\Component\VarDumper\Server\Connection
  8312.      */
  8313.     protected function getVarDumper_ServerConnectionService()
  8314.     {
  8315.         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()]);
  8316.     }
  8317.     /**
  8318.      * Gets the private 'web_profiler.csp.handler' shared service.
  8319.      *
  8320.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8321.      */
  8322.     protected function getWebProfiler_Csp_HandlerService()
  8323.     {
  8324.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8325.     }
  8326.     /**
  8327.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8328.      *
  8329.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8330.      */
  8331.     protected function getWebProfiler_DebugToolbarService()
  8332.     {
  8333.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  8334.     }
  8335.     /**
  8336.      * Gets the public 'cache_clearer' alias.
  8337.      *
  8338.      * @return object The ".container.private.cache_clearer" service.
  8339.      */
  8340.     protected function getCacheClearerService()
  8341.     {
  8342.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8343.         return $this->get('.container.private.cache_clearer');
  8344.     }
  8345.     /**
  8346.      * Gets the public 'filesystem' alias.
  8347.      *
  8348.      * @return object The ".container.private.filesystem" service.
  8349.      */
  8350.     protected function getFilesystemService()
  8351.     {
  8352.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8353.         return $this->get('.container.private.filesystem');
  8354.     }
  8355.     /**
  8356.      * Gets the public 'serializer' alias.
  8357.      *
  8358.      * @return object The ".container.private.serializer" service.
  8359.      */
  8360.     protected function getSerializerService()
  8361.     {
  8362.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8363.         return $this->get('.container.private.serializer');
  8364.     }
  8365.     /**
  8366.      * Gets the public 'security.csrf.token_manager' alias.
  8367.      *
  8368.      * @return object The ".container.private.security.csrf.token_manager" service.
  8369.      */
  8370.     protected function getSecurity_Csrf_TokenManagerService()
  8371.     {
  8372.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8373.         return $this->get('.container.private.security.csrf.token_manager');
  8374.     }
  8375.     /**
  8376.      * Gets the public 'form.factory' alias.
  8377.      *
  8378.      * @return object The ".container.private.form.factory" service.
  8379.      */
  8380.     protected function getForm_FactoryService()
  8381.     {
  8382.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8383.         return $this->get('.container.private.form.factory');
  8384.     }
  8385.     /**
  8386.      * Gets the public 'form.type.file' alias.
  8387.      *
  8388.      * @return object The ".container.private.form.type.file" service.
  8389.      */
  8390.     protected function getForm_Type_FileService()
  8391.     {
  8392.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8393.         return $this->get('.container.private.form.type.file');
  8394.     }
  8395.     /**
  8396.      * Gets the public 'profiler' alias.
  8397.      *
  8398.      * @return object The ".container.private.profiler" service.
  8399.      */
  8400.     protected function getProfilerService()
  8401.     {
  8402.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8403.         return $this->get('.container.private.profiler');
  8404.     }
  8405.     /**
  8406.      * Gets the public 'twig' alias.
  8407.      *
  8408.      * @return object The ".container.private.twig" service.
  8409.      */
  8410.     protected function getTwigService()
  8411.     {
  8412.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8413.         return $this->get('.container.private.twig');
  8414.     }
  8415.     /**
  8416.      * Gets the public 'security.authorization_checker' alias.
  8417.      *
  8418.      * @return object The ".container.private.security.authorization_checker" service.
  8419.      */
  8420.     protected function getSecurity_AuthorizationCheckerService()
  8421.     {
  8422.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8423.         return $this->get('.container.private.security.authorization_checker');
  8424.     }
  8425.     /**
  8426.      * Gets the public 'security.token_storage' alias.
  8427.      *
  8428.      * @return object The ".container.private.security.token_storage" service.
  8429.      */
  8430.     protected function getSecurity_TokenStorageService()
  8431.     {
  8432.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8433.         return $this->get('.container.private.security.token_storage');
  8434.     }
  8435.     /**
  8436.      * Gets the public 'security.password_encoder' alias.
  8437.      *
  8438.      * @return object The ".container.private.security.password_encoder" service.
  8439.      */
  8440.     protected function getSecurity_PasswordEncoderService()
  8441.     {
  8442.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8443.         return $this->get('.container.private.security.password_encoder');
  8444.     }
  8445.     /**
  8446.      * Gets the public 'session' alias.
  8447.      *
  8448.      * @return object The ".container.private.session" service.
  8449.      */
  8450.     protected function getSessionService()
  8451.     {
  8452.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8453.         return $this->get('.container.private.session');
  8454.     }
  8455.     /**
  8456.      * Gets the public 'validator' alias.
  8457.      *
  8458.      * @return object The ".container.private.validator" service.
  8459.      */
  8460.     protected function getValidatorService()
  8461.     {
  8462.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8463.         return $this->get('.container.private.validator');
  8464.     }
  8465.     /**
  8466.      * @return array|bool|float|int|string|\UnitEnum|null
  8467.      */
  8468.     public function getParameter(string $name)
  8469.     {
  8470.         if (isset($this->buildParameters[$name])) {
  8471.             return $this->buildParameters[$name];
  8472.         }
  8473.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  8474.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8475.         }
  8476.         if (isset($this->loadedDynamicParameters[$name])) {
  8477.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8478.         }
  8479.         return $this->parameters[$name];
  8480.     }
  8481.     public function hasParameter(string $name): bool
  8482.     {
  8483.         if (isset($this->buildParameters[$name])) {
  8484.             return true;
  8485.         }
  8486.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  8487.     }
  8488.     public function setParameter(string $name$value): void
  8489.     {
  8490.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8491.     }
  8492.     public function getParameterBag(): ParameterBagInterface
  8493.     {
  8494.         if (null === $this->parameterBag) {
  8495.             $parameters $this->parameters;
  8496.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8497.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8498.             }
  8499.             foreach ($this->buildParameters as $name => $value) {
  8500.                 $parameters[$name] = $value;
  8501.             }
  8502.             $this->parameterBag = new FrozenParameterBag($parameters);
  8503.         }
  8504.         return $this->parameterBag;
  8505.     }
  8506.     private $loadedDynamicParameters = [
  8507.         'kernel.runtime_environment' => false,
  8508.         'kernel.build_dir' => false,
  8509.         'kernel.cache_dir' => false,
  8510.         'rating_star_max' => false,
  8511.         'base_url' => false,
  8512.         'service_name' => false,
  8513.         'kernel.secret' => false,
  8514.         'debug.container.dump' => false,
  8515.         'serializer.mapping.cache.file' => false,
  8516.         'session.save_path' => false,
  8517.         'validator.mapping.cache.file' => false,
  8518.         'profiler.storage.dsn' => false,
  8519.         'doctrine.orm.proxy_dir' => false,
  8520.     ];
  8521.     private $dynamicParameters = [];
  8522.     private function getDynamicParameter(string $name)
  8523.     {
  8524.         switch ($name) {
  8525.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8526.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  8527.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8528.             case 'rating_star_max'$value $this->getEnv('default:default_rating_star_max:RATING_STAR_MAX'); break;
  8529.             case 'base_url'$value $this->getEnv('SERVICE_URL'); break;
  8530.             case 'service_name'$value $this->getEnv('default:default_service_name:SERVICE_NAME'); break;
  8531.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8532.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8533.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8534.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8535.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8536.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8537.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8538.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8539.         }
  8540.         $this->loadedDynamicParameters[$name] = true;
  8541.         return $this->dynamicParameters[$name] = $value;
  8542.     }
  8543.     protected function getDefaultParameters(): array
  8544.     {
  8545.         return [
  8546.             'kernel.project_dir' => \dirname(__DIR__4),
  8547.             'kernel.environment' => 'dev',
  8548.             'kernel.debug' => true,
  8549.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8550.             'kernel.bundles' => [
  8551.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8552.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8553.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8554.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8555.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8556.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8557.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8558.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8559.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8560.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8561.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8562.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  8563.                 'AutoMapperPlusBundle' => 'AutoMapperPlus\\AutoMapperPlusBundle\\AutoMapperPlusBundle',
  8564.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  8565.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  8566.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8567.                 'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
  8568.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8569.             ],
  8570.             'kernel.bundles_metadata' => [
  8571.                 'FrameworkBundle' => [
  8572.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8573.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8574.                 ],
  8575.                 'DoctrineBundle' => [
  8576.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8577.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8578.                 ],
  8579.                 'DoctrineMigrationsBundle' => [
  8580.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8581.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8582.                 ],
  8583.                 'DebugBundle' => [
  8584.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8585.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8586.                 ],
  8587.                 'TwigBundle' => [
  8588.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8589.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8590.                 ],
  8591.                 'WebProfilerBundle' => [
  8592.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8593.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8594.                 ],
  8595.                 'TwigExtraBundle' => [
  8596.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8597.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8598.                 ],
  8599.                 'SecurityBundle' => [
  8600.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8601.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8602.                 ],
  8603.                 'MonologBundle' => [
  8604.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8605.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8606.                 ],
  8607.                 'MakerBundle' => [
  8608.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8609.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8610.                 ],
  8611.                 'SensioFrameworkExtraBundle' => [
  8612.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8613.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8614.                 ],
  8615.                 'FreshDoctrineEnumBundle' => [
  8616.                     'path' => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle'),
  8617.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  8618.                 ],
  8619.                 'AutoMapperPlusBundle' => [
  8620.                     'path' => (\dirname(__DIR__4).'/vendor/mark-gerarts/automapper-plus-bundle'),
  8621.                     'namespace' => 'AutoMapperPlus\\AutoMapperPlusBundle',
  8622.                 ],
  8623.                 'SymfonyCastsResetPasswordBundle' => [
  8624.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  8625.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  8626.                 ],
  8627.                 'SymfonyCastsVerifyEmailBundle' => [
  8628.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  8629.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  8630.                 ],
  8631.                 'KnpPaginatorBundle' => [
  8632.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8633.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8634.                 ],
  8635.                 'TetranzSelect2EntityBundle' => [
  8636.                     'path' => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle'),
  8637.                     'namespace' => 'Tetranz\\Select2EntityBundle',
  8638.                 ],
  8639.                 'StofDoctrineExtensionsBundle' => [
  8640.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8641.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8642.                 ],
  8643.             ],
  8644.             'kernel.charset' => 'UTF-8',
  8645.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8646.             'container.dumper.inline_factories' => true,
  8647.             'pager_name_page' => 'page',
  8648.             'pager_name_limit' => 'limit',
  8649.             'default_rating_star_max' => 5,
  8650.             'default_service_name' => 'Podpadziochy',
  8651.             'default_datetime_format' => 'd.m.Y H:i',
  8652.             'automatic_premium_default' => 'false',
  8653.             'automatic_premium_duration_default' => '1 year',
  8654.             'asset_version_hash' => 20230129,
  8655.             'event_dispatcher.event_aliases' => [
  8656.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8657.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8658.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8659.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8660.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8661.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8662.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8663.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8664.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8665.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8666.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8667.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8668.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8669.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8670.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8671.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8672.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8673.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8674.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8675.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8676.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8677.             ],
  8678.             'fragment.renderer.hinclude.global_template' => NULL,
  8679.             'fragment.path' => '/_fragment',
  8680.             'kernel.http_method_override' => false,
  8681.             'kernel.trusted_hosts' => [
  8682.             ],
  8683.             'kernel.default_locale' => 'pl',
  8684.             'kernel.enabled_locales' => [
  8685.             ],
  8686.             'kernel.error_controller' => 'error_controller',
  8687.             'debug.file_link_format' => NULL,
  8688.             'asset.request_context.base_path' => NULL,
  8689.             'asset.request_context.secure' => NULL,
  8690.             'translator.logging' => false,
  8691.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8692.             'debug.error_handler.throw_at' => -1,
  8693.             'router.request_context.host' => 'localhost',
  8694.             'router.request_context.scheme' => 'http',
  8695.             'router.request_context.base_url' => '',
  8696.             'router.resource' => 'kernel::loadRoutes',
  8697.             'request_listener.http_port' => 80,
  8698.             'request_listener.https_port' => 443,
  8699.             'session.metadata.storage_key' => '_sf2_meta',
  8700.             'session.storage.options' => [
  8701.                 'cache_limiter' => '0',
  8702.                 'cookie_secure' => 'auto',
  8703.                 'cookie_httponly' => true,
  8704.                 'cookie_samesite' => 'lax',
  8705.                 'gc_probability' => 1,
  8706.             ],
  8707.             'session.metadata.update_threshold' => 0,
  8708.             'form.type_extension.csrf.enabled' => true,
  8709.             'form.type_extension.csrf.field_name' => '_token',
  8710.             'validator.translation_domain' => 'validators',
  8711.             'profiler_listener.only_exceptions' => false,
  8712.             'profiler_listener.only_main_requests' => false,
  8713.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8714.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8715.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8716.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8717.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8718.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8719.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8720.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8721.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8722.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8723.             'doctrine.entity_managers' => [
  8724.                 'default' => 'doctrine.orm.default_entity_manager',
  8725.             ],
  8726.             'doctrine.default_entity_manager' => 'default',
  8727.             'doctrine.dbal.connection_factory.types' => [
  8728.                 'userstatus' => [
  8729.                     'class' => 'App\\DBAL\\Types\\UserStatusType',
  8730.                 ],
  8731.             ],
  8732.             'doctrine.connections' => [
  8733.                 'default' => 'doctrine.dbal.default_connection',
  8734.             ],
  8735.             'doctrine.default_connection' => 'default',
  8736.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8737.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8738.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8739.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8740.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8741.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8742.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8743.             'doctrine.orm.cache.memcache_port' => 11211,
  8744.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8745.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8746.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8747.             'doctrine.orm.cache.memcached_port' => 11211,
  8748.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8749.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8750.             'doctrine.orm.cache.redis_host' => 'localhost',
  8751.             'doctrine.orm.cache.redis_port' => 6379,
  8752.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8753.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8754.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8755.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8756.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8757.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8758.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8759.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8760.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8761.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8762.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8763.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8764.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8765.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8766.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8767.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8768.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8769.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8770.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8771.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8772.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8773.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8774.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8775.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8776.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8777.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8778.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8779.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8780.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8781.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8782.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8783.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8784.             'doctrine.migrations.preferred_em' => NULL,
  8785.             'doctrine.migrations.preferred_connection' => NULL,
  8786.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8787.             'twig.form.resources' => [
  8788.                 => 'form_div_layout.html.twig',
  8789.                 => 'bootstrap_4_layout.html.twig',
  8790.                 => 'bootstrap_4_horizontal_layout.html.twig',
  8791.                 => '@TetranzSelect2Entity/Form/fields.html.twig',
  8792.                 => 'form_theme/bootstrap_4_horizontal_layout_no_label_space.html.twig',
  8793.                 => 'form_theme/_opinionVotingForm.html.twig',
  8794.             ],
  8795.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8796.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8797.             'web_profiler.debug_toolbar.mode' => 2,
  8798.             'security.role_hierarchy.roles' => [
  8799.                 'ROLE_ADMIN' => [
  8800.                     => 'ROLE_USER',
  8801.                 ],
  8802.                 'ROLE_SUPER_ADMIN' => [
  8803.                     => 'ROLE_ADMIN',
  8804.                 ],
  8805.             ],
  8806.             'security.access.denied_url' => NULL,
  8807.             'security.authentication.manager.erase_credentials' => true,
  8808.             'security.authentication.session_strategy.strategy' => 'migrate',
  8809.             'security.access.always_authenticate_before_granting' => false,
  8810.             'security.authentication.hide_user_not_found' => true,
  8811.             'security.firewalls' => [
  8812.                 => 'dev',
  8813.                 => 'main',
  8814.                 => 'secured_area',
  8815.             ],
  8816.             'monolog.use_microseconds' => true,
  8817.             'monolog.swift_mailer.handlers' => [
  8818.             ],
  8819.             'monolog.handlers_to_channels' => [
  8820.                 'monolog.handler.console' => [
  8821.                     'type' => 'exclusive',
  8822.                     'elements' => [
  8823.                         => 'event',
  8824.                         => 'doctrine',
  8825.                         => 'console',
  8826.                     ],
  8827.                 ],
  8828.                 'monolog.handler.main' => [
  8829.                     'type' => 'exclusive',
  8830.                     'elements' => [
  8831.                         => 'event',
  8832.                     ],
  8833.                 ],
  8834.             ],
  8835.             'automapper_plus.default_options' => [
  8836.                 'create_unregistered_mappings' => true,
  8837.             ],
  8838.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  8839.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  8840.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_font_awesome_sortable_link.html.twig',
  8841.             'knp_paginator.page_range' => 3,
  8842.             'knp_paginator.page_limit' => NULL,
  8843.             'tetranz_select2_entity.config' => [
  8844.                 'minimum_input_length' => 1,
  8845.                 'scroll' => false,
  8846.                 'page_limit' => 10,
  8847.                 'allow_clear' => false,
  8848.                 'allow_add' => [
  8849.                     'enabled' => false,
  8850.                     'new_tag_text' => ' (NEW)',
  8851.                     'new_tag_prefix' => '__',
  8852.                     'tag_separators' => '[",", " "]',
  8853.                 ],
  8854.                 'delay' => 250,
  8855.                 'language' => 'en',
  8856.                 'theme' => 'default',
  8857.                 'cache' => true,
  8858.                 'cache_timeout' => 60000,
  8859.                 'width' => NULL,
  8860.                 'object_manager' => NULL,
  8861.                 'render_html' => false,
  8862.             ],
  8863.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8864.             'stof_doctrine_extensions.default_locale' => 'pl_PL',
  8865.             'stof_doctrine_extensions.translation_fallback' => false,
  8866.             'stof_doctrine_extensions.persist_default_translation' => false,
  8867.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8868.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8869.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8870.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8871.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8872.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8873.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8874.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8875.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8876.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8877.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8878.             'data_collector.templates' => [
  8879.                 'data_collector.request' => [
  8880.                     => 'request',
  8881.                     => '@WebProfiler/Collector/request.html.twig',
  8882.                 ],
  8883.                 'data_collector.time' => [
  8884.                     => 'time',
  8885.                     => '@WebProfiler/Collector/time.html.twig',
  8886.                 ],
  8887.                 'data_collector.memory' => [
  8888.                     => 'memory',
  8889.                     => '@WebProfiler/Collector/memory.html.twig',
  8890.                 ],
  8891.                 'data_collector.validator' => [
  8892.                     => 'validator',
  8893.                     => '@WebProfiler/Collector/validator.html.twig',
  8894.                 ],
  8895.                 'data_collector.ajax' => [
  8896.                     => 'ajax',
  8897.                     => '@WebProfiler/Collector/ajax.html.twig',
  8898.                 ],
  8899.                 'data_collector.form' => [
  8900.                     => 'form',
  8901.                     => '@WebProfiler/Collector/form.html.twig',
  8902.                 ],
  8903.                 'data_collector.exception' => [
  8904.                     => 'exception',
  8905.                     => '@WebProfiler/Collector/exception.html.twig',
  8906.                 ],
  8907.                 'data_collector.logger' => [
  8908.                     => 'logger',
  8909.                     => '@WebProfiler/Collector/logger.html.twig',
  8910.                 ],
  8911.                 'data_collector.events' => [
  8912.                     => 'events',
  8913.                     => '@WebProfiler/Collector/events.html.twig',
  8914.                 ],
  8915.                 'data_collector.router' => [
  8916.                     => 'router',
  8917.                     => '@WebProfiler/Collector/router.html.twig',
  8918.                 ],
  8919.                 'data_collector.cache' => [
  8920.                     => 'cache',
  8921.                     => '@WebProfiler/Collector/cache.html.twig',
  8922.                 ],
  8923.                 'data_collector.translation' => [
  8924.                     => 'translation',
  8925.                     => '@WebProfiler/Collector/translation.html.twig',
  8926.                 ],
  8927.                 'data_collector.security' => [
  8928.                     => 'security',
  8929.                     => '@Security/Collector/security.html.twig',
  8930.                 ],
  8931.                 'data_collector.twig' => [
  8932.                     => 'twig',
  8933.                     => '@WebProfiler/Collector/twig.html.twig',
  8934.                 ],
  8935.                 'data_collector.http_client' => [
  8936.                     => 'http_client',
  8937.                     => '@WebProfiler/Collector/http_client.html.twig',
  8938.                 ],
  8939.                 'data_collector.doctrine' => [
  8940.                     => 'db',
  8941.                     => '@Doctrine/Collector/db.html.twig',
  8942.                 ],
  8943.                 'data_collector.dump' => [
  8944.                     => 'dump',
  8945.                     => '@Debug/Profiler/dump.html.twig',
  8946.                 ],
  8947.                 'data_collector.messenger' => [
  8948.                     => 'messenger',
  8949.                     => '@WebProfiler/Collector/messenger.html.twig',
  8950.                 ],
  8951.                 'mailer.data_collector' => [
  8952.                     => 'mailer',
  8953.                     => '@WebProfiler/Collector/mailer.html.twig',
  8954.                 ],
  8955.                 'notifier.data_collector' => [
  8956.                     => 'notifier',
  8957.                     => '@WebProfiler/Collector/notifier.html.twig',
  8958.                 ],
  8959.                 'data_collector.config' => [
  8960.                     => 'config',
  8961.                     => '@WebProfiler/Collector/config.html.twig',
  8962.                 ],
  8963.             ],
  8964.             'console.command.ids' => [
  8965.             ],
  8966.         ];
  8967.     }
  8968.     protected function throw($message)
  8969.     {
  8970.         throw new RuntimeException($message);
  8971.     }
  8972. }