var/cache/dev/ContainerUTQ0h6C/App_KernelDevDebugContainer.php line 572

Open in your IDE?
  1. <?php
  2. namespace ContainerUTQ0h6C;
  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\\CategoryController' => 'getCategoryControllerService',
  47.             'App\\Controller\\ClubMemberController' => 'getClubMemberControllerService',
  48.             'App\\Controller\\EnquiryController' => 'getEnquiryControllerService',
  49.             'App\\Controller\\FollowUpController' => 'getFollowUpControllerService',
  50.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  51.             'App\\Controller\\MailTestController' => 'getMailTestControllerService',
  52.             'App\\Controller\\OrderController' => 'getOrderControllerService',
  53.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  54.             'App\\Controller\\PdfController' => 'getPdfControllerService',
  55.             'App\\Controller\\ProductController' => 'getProductControllerService',
  56.             'App\\Controller\\PurchaseController' => 'getPurchaseControllerService',
  57.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  58.             'App\\Controller\\ReportsController' => 'getReportsControllerService',
  59.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  60.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  61.             'App\\Controller\\UserController' => 'getUserControllerService',
  62.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  64.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  65.             'cache.app' => 'getCache_AppService',
  66.             'cache.app_clearer' => 'getCache_AppClearerService',
  67.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  68.             'cache.system' => 'getCache_SystemService',
  69.             'cache.system_clearer' => 'getCache_SystemClearerService',
  70.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  71.             'cache_warmer' => 'getCacheWarmerService',
  72.             'console.command_loader' => 'getConsole_CommandLoaderService',
  73.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  74.             'data_collector.dump' => 'getDataCollector_DumpService',
  75.             'doctrine' => 'getDoctrineService',
  76.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  77.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  78.             'error_controller' => 'getErrorControllerService',
  79.             'event_dispatcher' => 'getEventDispatcherService',
  80.             'http_kernel' => 'getHttpKernelService',
  81.             'knp_paginator' => 'getKnpPaginatorService',
  82.             'request_stack' => 'getRequestStackService',
  83.             'router' => 'getRouterService',
  84.             'routing.loader' => 'getRouting_LoaderService',
  85.             'services_resetter' => 'getServicesResetterService',
  86.             'translator' => 'getTranslatorService',
  87.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  88.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  89.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  90.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  91.             'cache_clearer' => 'getCacheClearerService',
  92.             'filesystem' => 'getFilesystemService',
  93.             'serializer' => 'getSerializerService',
  94.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  95.             'form.factory' => 'getForm_FactoryService',
  96.             'form.type.file' => 'getForm_Type_FileService',
  97.             'profiler' => 'getProfilerService',
  98.             'twig' => 'getTwigService',
  99.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  100.             'security.token_storage' => 'getSecurity_TokenStorageService',
  101.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  102.             'session' => 'getSessionService',
  103.             'validator' => 'getValidatorService',
  104.         ];
  105.         $this->aliases = [
  106.             'database_connection' => 'doctrine.dbal.default_connection',
  107.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  108.         ];
  109.         $this->privates['service_container'] = function () {
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  116.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  129.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  192.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  193.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  194.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  228.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  332.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  344.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  412.             include_once \dirname(__DIR__4).'/src/Twig/TwigExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  429.         };
  430.     }
  431.     public function compile(): void
  432.     {
  433.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  434.     }
  435.     public function isCompiled(): bool
  436.     {
  437.         return true;
  438.     }
  439.     public function getRemovedIds(): array
  440.     {
  441.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  442.     }
  443.     /**
  444.      * Gets the public '.container.private.cache_clearer' shared service.
  445.      *
  446.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  447.      */
  448.     protected function get_Container_Private_CacheClearerService()
  449.     {
  450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  452.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  453.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  454.         }, 1));
  455.     }
  456.     /**
  457.      * Gets the public '.container.private.filesystem' shared service.
  458.      *
  459.      * @return \Symfony\Component\Filesystem\Filesystem
  460.      */
  461.     protected function get_Container_Private_FilesystemService()
  462.     {
  463.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  464.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  465.     }
  466.     /**
  467.      * Gets the public '.container.private.form.factory' shared service.
  468.      *
  469.      * @return \Symfony\Component\Form\FormFactory
  470.      */
  471.     protected function get_Container_Private_Form_FactoryService()
  472.     {
  473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  475.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  476.     }
  477.     /**
  478.      * Gets the public '.container.private.form.type.file' shared service.
  479.      *
  480.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  481.      */
  482.     protected function get_Container_Private_Form_Type_FileService()
  483.     {
  484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  487.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  488.     }
  489.     /**
  490.      * Gets the public '.container.private.profiler' shared service.
  491.      *
  492.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  493.      */
  494.     protected function get_Container_Private_ProfilerService()
  495.     {
  496.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  497.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  498.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  499.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  500.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  501.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  502.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  503.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  504.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  505.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  506.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  507.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  508.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  509.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  510.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  511.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  512.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  513.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  514.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  515.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  516.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  517.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  518.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  519.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  520.         if ($this->has('kernel')) {
  521.             $g->setKernel($b);
  522.         }
  523.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  524.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  525.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  526.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  528.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  529.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  530.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  531.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  532.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  533.         $instance->add($d);
  534.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  535.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  536.         $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())));
  537.         $instance->add($e);
  538.         $instance->add($f);
  539.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  540.         $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()))));
  541.         $instance->add($g);
  542.         return $instance;
  543.     }
  544.     /**
  545.      * Gets the public '.container.private.security.authorization_checker' shared service.
  546.      *
  547.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  548.      */
  549.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  550.     {
  551.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  552.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  553.             return $this->services['.container.private.security.authorization_checker'];
  554.         }
  555.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  556.     }
  557.     /**
  558.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  559.      *
  560.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  561.      */
  562.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  563.     {
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  568.         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())));
  569.     }
  570.     /**
  571.      * Gets the public '.container.private.security.password_encoder' shared service.
  572.      *
  573.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  574.      *
  575.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  576.      */
  577.     protected function get_Container_Private_Security_PasswordEncoderService()
  578.     {
  579.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  580.         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()));
  581.     }
  582.     /**
  583.      * Gets the public '.container.private.security.token_storage' shared service.
  584.      *
  585.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  586.      */
  587.     protected function get_Container_Private_Security_TokenStorageService()
  588.     {
  589.         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, [
  590.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  591.         ], [
  592.             'request_stack' => '?',
  593.         ]));
  594.     }
  595.     /**
  596.      * Gets the public '.container.private.serializer' shared service.
  597.      *
  598.      * @return \Symfony\Component\Serializer\Serializer
  599.      */
  600.     protected function get_Container_Private_SerializerService()
  601.     {
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  645.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  646.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  647.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  648.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  649.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  650.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  651.     }
  652.     /**
  653.      * Gets the public '.container.private.session' shared service.
  654.      *
  655.      * @return \Symfony\Component\HttpFoundation\Session\Session
  656.      */
  657.     protected function get_Container_Private_SessionService()
  658.     {
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  661.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  662.         if (isset($this->services['.container.private.session'])) {
  663.             return $this->services['.container.private.session'];
  664.         }
  665.         return $this->services['.container.private.session'] = $a->createSession();
  666.     }
  667.     /**
  668.      * Gets the public '.container.private.twig' shared service.
  669.      *
  670.      * @return \Twig\Environment
  671.      */
  672.     protected function get_Container_Private_TwigService()
  673.     {
  674.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  681.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  685.         $a->addPath((\dirname(__DIR__4).'/templates'));
  686.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  687.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  688.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  689.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  690.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  691.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  692.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  693.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  694.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  695.         $g = ($this->services['router'] ?? $this->getRouterService());
  696.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  697.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  698.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  699.         $j = new \Symfony\Bridge\Twig\AppVariable();
  700.         $j->setEnvironment('dev');
  701.         $j->setDebug(true);
  702.         if ($this->has('.container.private.security.token_storage')) {
  703.             $j->setTokenStorage($h);
  704.         }
  705.         if ($this->has('request_stack')) {
  706.             $j->setRequestStack($d);
  707.         }
  708.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  713.             return new \EmptyIterator();
  714.         }, 0))));
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  726.         $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()), $h)));
  727.         $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())));
  728.         $instance->addExtension(new \App\Twig\TwigExtension());
  729.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  730.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  731.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  732.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  733.         $instance->addGlobal('app'$j);
  734.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  735.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  736.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  737.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  738.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  739.         ], [
  740.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  741.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  742.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  743.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  744.         ])));
  745.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  746.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  747.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  748.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  749.         return $instance;
  750.     }
  751.     /**
  752.      * Gets the public '.container.private.validator' shared service.
  753.      *
  754.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  755.      */
  756.     protected function get_Container_Private_ValidatorService()
  757.     {
  758.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  759.     }
  760.     /**
  761.      * Gets the public 'App\Controller\CategoryController' shared autowired service.
  762.      *
  763.      * @return \App\Controller\CategoryController
  764.      */
  765.     protected function getCategoryControllerService()
  766.     {
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  768.         include_once \dirname(__DIR__4).'/src/Controller/CategoryController.php';
  769.         $this->services['App\\Controller\\CategoryController'] = $instance = new \App\Controller\CategoryController();
  770.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CategoryController'$this));
  771.         return $instance;
  772.     }
  773.     /**
  774.      * Gets the public 'App\Controller\ClubMemberController' shared autowired service.
  775.      *
  776.      * @return \App\Controller\ClubMemberController
  777.      */
  778.     protected function getClubMemberControllerService()
  779.     {
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  781.         include_once \dirname(__DIR__4).'/src/Controller/ClubMemberController.php';
  782.         include_once \dirname(__DIR__4).'/src/Service/CommanService.php';
  783.         $this->services['App\\Controller\\ClubMemberController'] = $instance = new \App\Controller\ClubMemberController(($this->privates['App\\Service\\CommanService'] ?? ($this->privates['App\\Service\\CommanService'] = new \App\Service\CommanService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  784.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ClubMemberController'$this));
  785.         return $instance;
  786.     }
  787.     /**
  788.      * Gets the public 'App\Controller\EnquiryController' shared autowired service.
  789.      *
  790.      * @return \App\Controller\EnquiryController
  791.      */
  792.     protected function getEnquiryControllerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  795.         include_once \dirname(__DIR__4).'/src/Controller/EnquiryController.php';
  796.         include_once \dirname(__DIR__4).'/src/Service/EmailService.php';
  797.         include_once \dirname(__DIR__4).'/src/Service/CommanService.php';
  798.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  799.         $this->services['App\\Controller\\EnquiryController'] = $instance = new \App\Controller\EnquiryController(($this->privates['App\\Service\\CommanService'] ?? ($this->privates['App\\Service\\CommanService'] = new \App\Service\CommanService())), $a, new \App\Service\EmailService(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $a));
  800.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EnquiryController'$this));
  801.         return $instance;
  802.     }
  803.     /**
  804.      * Gets the public 'App\Controller\FollowUpController' shared autowired service.
  805.      *
  806.      * @return \App\Controller\FollowUpController
  807.      */
  808.     protected function getFollowUpControllerService()
  809.     {
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  811.         include_once \dirname(__DIR__4).'/src/Controller/FollowUpController.php';
  812.         $this->services['App\\Controller\\FollowUpController'] = $instance = new \App\Controller\FollowUpController();
  813.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FollowUpController'$this));
  814.         return $instance;
  815.     }
  816.     /**
  817.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  818.      *
  819.      * @return \App\Controller\HomeController
  820.      */
  821.     protected function getHomeControllerService()
  822.     {
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  824.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  825.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  826.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HomeController'$this));
  827.         return $instance;
  828.     }
  829.     /**
  830.      * Gets the public 'App\Controller\MailTestController' shared autowired service.
  831.      *
  832.      * @return \App\Controller\MailTestController
  833.      */
  834.     protected function getMailTestControllerService()
  835.     {
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  837.         include_once \dirname(__DIR__4).'/src/Controller/MailTestController.php';
  838.         $this->services['App\\Controller\\MailTestController'] = $instance = new \App\Controller\MailTestController();
  839.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MailTestController'$this));
  840.         return $instance;
  841.     }
  842.     /**
  843.      * Gets the public 'App\Controller\OrderController' shared autowired service.
  844.      *
  845.      * @return \App\Controller\OrderController
  846.      */
  847.     protected function getOrderControllerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  850.         include_once \dirname(__DIR__4).'/src/Controller/OrderController.php';
  851.         $this->services['App\\Controller\\OrderController'] = $instance = new \App\Controller\OrderController();
  852.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\OrderController'$this));
  853.         return $instance;
  854.     }
  855.     /**
  856.      * Gets the public 'App\Controller\PaymentController' shared autowired service.
  857.      *
  858.      * @return \App\Controller\PaymentController
  859.      */
  860.     protected function getPaymentControllerService()
  861.     {
  862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  863.         include_once \dirname(__DIR__4).'/src/Controller/PaymentController.php';
  864.         $this->services['App\\Controller\\PaymentController'] = $instance = new \App\Controller\PaymentController();
  865.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PaymentController'$this));
  866.         return $instance;
  867.     }
  868.     /**
  869.      * Gets the public 'App\Controller\PdfController' shared autowired service.
  870.      *
  871.      * @return \App\Controller\PdfController
  872.      */
  873.     protected function getPdfControllerService()
  874.     {
  875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  876.         include_once \dirname(__DIR__4).'/src/Controller/PdfController.php';
  877.         $this->services['App\\Controller\\PdfController'] = $instance = new \App\Controller\PdfController(($this->privates['App\\Service\\PDFService'] ?? $this->getPDFServiceService()));
  878.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PdfController'$this));
  879.         return $instance;
  880.     }
  881.     /**
  882.      * Gets the public 'App\Controller\ProductController' shared autowired service.
  883.      *
  884.      * @return \App\Controller\ProductController
  885.      */
  886.     protected function getProductControllerService()
  887.     {
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  889.         include_once \dirname(__DIR__4).'/src/Controller/ProductController.php';
  890.         $this->services['App\\Controller\\ProductController'] = $instance = new \App\Controller\ProductController();
  891.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProductController'$this));
  892.         return $instance;
  893.     }
  894.     /**
  895.      * Gets the public 'App\Controller\PurchaseController' shared autowired service.
  896.      *
  897.      * @return \App\Controller\PurchaseController
  898.      */
  899.     protected function getPurchaseControllerService()
  900.     {
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  902.         include_once \dirname(__DIR__4).'/src/Controller/PurchaseController.php';
  903.         $this->services['App\\Controller\\PurchaseController'] = $instance = new \App\Controller\PurchaseController();
  904.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PurchaseController'$this));
  905.         return $instance;
  906.     }
  907.     /**
  908.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  909.      *
  910.      * @return \App\Controller\RegistrationController
  911.      */
  912.     protected function getRegistrationControllerService()
  913.     {
  914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  915.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  916.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController();
  917.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RegistrationController'$this));
  918.         return $instance;
  919.     }
  920.     /**
  921.      * Gets the public 'App\Controller\ReportsController' shared autowired service.
  922.      *
  923.      * @return \App\Controller\ReportsController
  924.      */
  925.     protected function getReportsControllerService()
  926.     {
  927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  928.         include_once \dirname(__DIR__4).'/src/Controller/ReportsController.php';
  929.         $this->services['App\\Controller\\ReportsController'] = $instance = new \App\Controller\ReportsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ClubMembersRepository'] ?? $this->getClubMembersRepositoryService()), ($this->privates['App\\Repository\\MemberCheckupsRepository'] ?? $this->getMemberCheckupsRepositoryService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Repository\\OrderDataRepository'] ?? $this->getOrderDataRepositoryService()), ($this->privates['App\\Repository\\FollowUpRepository'] ?? $this->getFollowUpRepositoryService()), ($this->privates['App\\Repository\\StateRepository'] ?? $this->getStateRepositoryService()), ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()));
  930.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ReportsController'$this));
  931.         return $instance;
  932.     }
  933.     /**
  934.      * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  935.      *
  936.      * @return \App\Controller\ResetPasswordController
  937.      */
  938.     protected function getResetPasswordControllerService()
  939.     {
  940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  941.         include_once \dirname(__DIR__4).'/src/Controller/ResetPasswordController.php';
  942.         $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController();
  943.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ResetPasswordController'$this));
  944.         return $instance;
  945.     }
  946.     /**
  947.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  948.      *
  949.      * @return \App\Controller\SecurityController
  950.      */
  951.     protected function getSecurityControllerService()
  952.     {
  953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  954.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  955.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  956.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController'$this));
  957.         return $instance;
  958.     }
  959.     /**
  960.      * Gets the public 'App\Controller\UserController' shared autowired service.
  961.      *
  962.      * @return \App\Controller\UserController
  963.      */
  964.     protected function getUserControllerService()
  965.     {
  966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  967.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  968.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  969.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\UserController'$this));
  970.         return $instance;
  971.     }
  972.     /**
  973.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  974.      *
  975.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  976.      */
  977.     protected function getProfilerControllerService()
  978.     {
  979.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  980.         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()));
  981.     }
  982.     /**
  983.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  984.      *
  985.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  986.      */
  987.     protected function getRedirectControllerService()
  988.     {
  989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  990.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  991.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  992.     }
  993.     /**
  994.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  995.      *
  996.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  997.      */
  998.     protected function getTemplateControllerService()
  999.     {
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1001.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1002.     }
  1003.     /**
  1004.      * Gets the public 'cache.app' shared service.
  1005.      *
  1006.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1007.      */
  1008.     protected function getCache_AppService()
  1009.     {
  1010.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aVqb08hpj-'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1011.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1012.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1013.     }
  1014.     /**
  1015.      * Gets the public 'cache.app_clearer' shared service.
  1016.      *
  1017.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1018.      */
  1019.     protected function getCache_AppClearerService()
  1020.     {
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1023.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1024.     }
  1025.     /**
  1026.      * Gets the public 'cache.global_clearer' shared service.
  1027.      *
  1028.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1029.      */
  1030.     protected function getCache_GlobalClearerService()
  1031.     {
  1032.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1034.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1035.     }
  1036.     /**
  1037.      * Gets the public 'cache.system' shared service.
  1038.      *
  1039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1040.      */
  1041.     protected function getCache_SystemService()
  1042.     {
  1043.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3bCUrzbYbq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1044.     }
  1045.     /**
  1046.      * Gets the public 'cache.system_clearer' shared service.
  1047.      *
  1048.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1049.      */
  1050.     protected function getCache_SystemClearerService()
  1051.     {
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1054.         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())]);
  1055.     }
  1056.     /**
  1057.      * Gets the public 'cache.validator_expression_language' shared service.
  1058.      *
  1059.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1060.      */
  1061.     protected function getCache_ValidatorExpressionLanguageService()
  1062.     {
  1063.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YH2suKNXwb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1064.     }
  1065.     /**
  1066.      * Gets the public 'cache_warmer' shared service.
  1067.      *
  1068.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1069.      */
  1070.     protected function getCacheWarmerService()
  1071.     {
  1072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1074.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1075.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1076.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1077.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1078.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1079.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1080.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1081.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1082.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1083.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1084.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1085.     }
  1086.     /**
  1087.      * Gets the public 'console.command_loader' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1090.      */
  1091.     protected function getConsole_CommandLoaderService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1095.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1096.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1097.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1098.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1099.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1100.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1101.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1102.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1103.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1104.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1105.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1106.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1107.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1108.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1109.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1110.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1111.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1112.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1113.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1114.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1115.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1116.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1117.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1118.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1119.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1120.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1121.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1122.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1123.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1124.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1125.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1126.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1127.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1128.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1129.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1130.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1131.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1132.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1133.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1134.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1135.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1136.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1137.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1138.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1139.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1140.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1141.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1142.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1143.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1144.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1145.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1146.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1147.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1148.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1149.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1150.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1151.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1152.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1153.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1154.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1155.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1156.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1157.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1158.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1159.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1160.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1161.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1162.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1163.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1164.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1165.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1166.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1167.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1168.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1169.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1170.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1171.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1172.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1173.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1174.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1175.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1176.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1177.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1178.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1179.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1180.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1181.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1182.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1183.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1184.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1185.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1186.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1187.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1188.         ], [
  1189.             'console.command.about' => '?',
  1190.             'console.command.assets_install' => '?',
  1191.             'console.command.cache_clear' => '?',
  1192.             'console.command.cache_pool_clear' => '?',
  1193.             'console.command.cache_pool_prune' => '?',
  1194.             'console.command.cache_pool_delete' => '?',
  1195.             'console.command.cache_pool_list' => '?',
  1196.             'console.command.cache_warmup' => '?',
  1197.             'console.command.config_debug' => '?',
  1198.             'console.command.config_dump_reference' => '?',
  1199.             'console.command.container_debug' => '?',
  1200.             'console.command.container_lint' => '?',
  1201.             'console.command.debug_autowiring' => '?',
  1202.             'console.command.dotenv_debug' => '?',
  1203.             'console.command.event_dispatcher_debug' => '?',
  1204.             'console.command.router_debug' => '?',
  1205.             'console.command.router_match' => '?',
  1206.             'console.command.translation_debug' => '?',
  1207.             'console.command.translation_extract' => '?',
  1208.             'console.command.validator_debug' => '?',
  1209.             'console.command.translation_pull' => '?',
  1210.             'console.command.translation_push' => '?',
  1211.             'console.command.xliff_lint' => '?',
  1212.             'console.command.yaml_lint' => '?',
  1213.             'console.command.form_debug' => '?',
  1214.             'console.command.secrets_set' => '?',
  1215.             'console.command.secrets_remove' => '?',
  1216.             'console.command.secrets_generate_key' => '?',
  1217.             'console.command.secrets_list' => '?',
  1218.             'console.command.secrets_decrypt_to_local' => '?',
  1219.             'console.command.secrets_encrypt_from_local' => '?',
  1220.             'twig.command.debug' => '?',
  1221.             'twig.command.lint' => '?',
  1222.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1223.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1224.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1225.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1226.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1227.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1228.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1229.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1230.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1231.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1232.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1233.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1234.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1235.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1236.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1237.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1238.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1239.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1240.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1241.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1242.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1243.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1244.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1245.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1246.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1247.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1248.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1249.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1250.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1251.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1252.             'security.command.debug_firewall' => '?',
  1253.             'security.command.user_password_encoder' => '?',
  1254.             'security.command.user_password_hash' => '?',
  1255.             'var_dumper.command.server_dump' => '?',
  1256.             'monolog.command.server_log' => '?',
  1257.             'maker.auto_command.make_auth' => '?',
  1258.             'maker.auto_command.make_command' => '?',
  1259.             'maker.auto_command.make_twig_component' => '?',
  1260.             'maker.auto_command.make_controller' => '?',
  1261.             'maker.auto_command.make_crud' => '?',
  1262.             'maker.auto_command.make_docker_database' => '?',
  1263.             'maker.auto_command.make_entity' => '?',
  1264.             'maker.auto_command.make_fixtures' => '?',
  1265.             'maker.auto_command.make_form' => '?',
  1266.             'maker.auto_command.make_message' => '?',
  1267.             'maker.auto_command.make_messenger_middleware' => '?',
  1268.             'maker.auto_command.make_registration_form' => '?',
  1269.             'maker.auto_command.make_reset_password' => '?',
  1270.             'maker.auto_command.make_serializer_encoder' => '?',
  1271.             'maker.auto_command.make_serializer_normalizer' => '?',
  1272.             'maker.auto_command.make_subscriber' => '?',
  1273.             'maker.auto_command.make_twig_extension' => '?',
  1274.             'maker.auto_command.make_test' => '?',
  1275.             'maker.auto_command.make_validator' => '?',
  1276.             'maker.auto_command.make_voter' => '?',
  1277.             'maker.auto_command.make_user' => '?',
  1278.             'maker.auto_command.make_migration' => '?',
  1279.             'maker.auto_command.make_stimulus_controller' => '?',
  1280.             'maker.auto_command.make_security_form_login' => '?',
  1281.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1282.     }
  1283.     /**
  1284.      * Gets the public 'container.env_var_processors_locator' shared service.
  1285.      *
  1286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1287.      */
  1288.     protected function getContainer_EnvVarProcessorsLocatorService()
  1289.     {
  1290.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1291.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1292.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1293.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1294.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1295.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1296.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1297.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1298.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1299.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1300.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1301.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1302.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1303.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1304.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1305.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1306.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1307.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1308.         ], [
  1309.             'base64' => '?',
  1310.             'bool' => '?',
  1311.             'const' => '?',
  1312.             'csv' => '?',
  1313.             'default' => '?',
  1314.             'file' => '?',
  1315.             'float' => '?',
  1316.             'int' => '?',
  1317.             'json' => '?',
  1318.             'key' => '?',
  1319.             'not' => '?',
  1320.             'query_string' => '?',
  1321.             'require' => '?',
  1322.             'resolve' => '?',
  1323.             'string' => '?',
  1324.             'trim' => '?',
  1325.             'url' => '?',
  1326.         ]);
  1327.     }
  1328.     /**
  1329.      * Gets the public 'data_collector.dump' shared service.
  1330.      *
  1331.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1332.      */
  1333.     protected function getDataCollector_DumpService()
  1334.     {
  1335.         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()));
  1336.     }
  1337.     /**
  1338.      * Gets the public 'doctrine' shared service.
  1339.      *
  1340.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1341.      */
  1342.     protected function getDoctrineService()
  1343.     {
  1344.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1345.     }
  1346.     /**
  1347.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1348.      *
  1349.      * @return \Doctrine\DBAL\Connection
  1350.      */
  1351.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1352.     {
  1353.         $a = new \Doctrine\DBAL\Configuration();
  1354.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1355.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1356.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1357.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1358.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1359.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->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, [
  1360.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1361.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1362.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1363.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1364.         ], [
  1365.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1366.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1367.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1368.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1369.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1370.     }
  1371.     /**
  1372.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1373.      *
  1374.      * @return \Doctrine\ORM\EntityManager
  1375.      */
  1376.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1377.     {
  1378.         $a = new \Doctrine\ORM\Configuration();
  1379.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1380.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1381.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1382.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1383.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1384.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1385.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1386.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1387.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1388.         ], [
  1389.             'doctrine.ulid_generator' => '?',
  1390.             'doctrine.uuid_generator' => '?',
  1391.         ])));
  1392.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1393.         $a->setProxyNamespace('Proxies');
  1394.         $a->setAutoGenerateProxyClasses(true);
  1395.         $a->setSchemaIgnoreClasses([]);
  1396.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1397.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1398.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1399.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1400.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1401.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1402.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1403.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  1404.             'App\\Repository\\ClubMembersRepository' => ['privates''App\\Repository\\ClubMembersRepository''getClubMembersRepositoryService'false],
  1405.             'App\\Repository\\FollowUpRepository' => ['privates''App\\Repository\\FollowUpRepository''getFollowUpRepositoryService'false],
  1406.             'App\\Repository\\MemberCheckupsRepository' => ['privates''App\\Repository\\MemberCheckupsRepository''getMemberCheckupsRepositoryService'false],
  1407.             'App\\Repository\\OrderDataRepository' => ['privates''App\\Repository\\OrderDataRepository''getOrderDataRepositoryService'false],
  1408.             'App\\Repository\\OrderDetailsRepository' => ['privates''App\\Repository\\OrderDetailsRepository''getOrderDetailsRepositoryService'false],
  1409.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1410.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  1411.             'App\\Repository\\PurchaseDetailsRepository' => ['privates''App\\Repository\\PurchaseDetailsRepository''getPurchaseDetailsRepositoryService'false],
  1412.             'App\\Repository\\PurchaseRepository' => ['privates''App\\Repository\\PurchaseRepository''getPurchaseRepositoryService'false],
  1413.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  1414.             'App\\Repository\\StateRepository' => ['privates''App\\Repository\\StateRepository''getStateRepositoryService'false],
  1415.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1416.             'App\\Repository\\UserSubscriptionRepository' => ['privates''App\\Repository\\UserSubscriptionRepository''getUserSubscriptionRepositoryService'false],
  1417.         ], [
  1418.             'App\\Repository\\CategoryRepository' => '?',
  1419.             'App\\Repository\\CityRepository' => '?',
  1420.             'App\\Repository\\ClubMembersRepository' => '?',
  1421.             'App\\Repository\\FollowUpRepository' => '?',
  1422.             'App\\Repository\\MemberCheckupsRepository' => '?',
  1423.             'App\\Repository\\OrderDataRepository' => '?',
  1424.             'App\\Repository\\OrderDetailsRepository' => '?',
  1425.             'App\\Repository\\PaymentRepository' => '?',
  1426.             'App\\Repository\\ProductRepository' => '?',
  1427.             'App\\Repository\\PurchaseDetailsRepository' => '?',
  1428.             'App\\Repository\\PurchaseRepository' => '?',
  1429.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1430.             'App\\Repository\\StateRepository' => '?',
  1431.             'App\\Repository\\UserRepository' => '?',
  1432.             'App\\Repository\\UserSubscriptionRepository' => '?',
  1433.         ])));
  1434.         $a->addCustomStringFunction('FIRST''App\\DQL\\FirstFunction');
  1435.         $a->addCustomStringFunction('DAY''App\\DQL\\Day');
  1436.         $a->addCustomStringFunction('MONTH''App\\DQL\\Month');
  1437.         $a->addCustomStringFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  1438.         $a->addCustomDatetimeFunction('DATE_FORMAT''App\\DQL\\DateFormat');
  1439.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1440.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1441.         return $instance;
  1442.     }
  1443.     /**
  1444.      * Gets the public 'error_controller' shared service.
  1445.      *
  1446.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1447.      */
  1448.     protected function getErrorControllerService()
  1449.     {
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1455.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1456.         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)));
  1457.     }
  1458.     /**
  1459.      * Gets the public 'event_dispatcher' shared service.
  1460.      *
  1461.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1462.      */
  1463.     protected function getEventDispatcherService()
  1464.     {
  1465.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1466.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1467.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1468.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1469.         $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())));
  1470.         $instance->addListener('kernel.controller', [=> function () {
  1471.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1472.         }, => 'onKernelController'], 0);
  1473.         $instance->addListener('kernel.request', [=> function () {
  1474.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1475.         }, => 'onKernelRequest'], 0);
  1476.         $instance->addListener('kernel.response', [=> function () {
  1477.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1478.         }, => 'onKernelResponse'], 0);
  1479.         $instance->addListener('kernel.response', [=> function () {
  1480.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1481.         }, => 'onKernelResponse'], -1024);
  1482.         $instance->addListener('kernel.request', [=> function () {
  1483.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1484.         }, => 'setDefaultLocale'], 100);
  1485.         $instance->addListener('kernel.request', [=> function () {
  1486.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1487.         }, => 'onKernelRequest'], 16);
  1488.         $instance->addListener('kernel.finish_request', [=> function () {
  1489.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1490.         }, => 'onKernelFinishRequest'], 0);
  1491.         $instance->addListener('kernel.request', [=> function () {
  1492.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1493.         }, => 'onKernelRequest'], 256);
  1494.         $instance->addListener('kernel.response', [=> function () {
  1495.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1496.         }, => 'onResponse'], -255);
  1497.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1498.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1499.         }, => 'onControllerArguments'], 0);
  1500.         $instance->addListener('kernel.exception', [=> function () {
  1501.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1502.         }, => 'logKernelException'], 0);
  1503.         $instance->addListener('kernel.exception', [=> function () {
  1504.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1505.         }, => 'onKernelException'], -128);
  1506.         $instance->addListener('kernel.response', [=> function () {
  1507.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1508.         }, => 'removeCspHeader'], -128);
  1509.         $instance->addListener('kernel.request', [=> function () {
  1510.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1511.         }, => 'onKernelRequest'], 15);
  1512.         $instance->addListener('kernel.finish_request', [=> function () {
  1513.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1514.         }, => 'onKernelFinishRequest'], -15);
  1515.         $instance->addListener('console.error', [=> function () {
  1516.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1517.         }, => 'onConsoleError'], -128);
  1518.         $instance->addListener('console.terminate', [=> function () {
  1519.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1520.         }, => 'onConsoleTerminate'], -128);
  1521.         $instance->addListener('console.error', [=> function () {
  1522.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1523.         }, => 'onConsoleError'], 0);
  1524.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1525.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1526.         }, => 'onMessage'], -255);
  1527.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1528.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1529.         }, => 'onMessage'], -255);
  1530.         $instance->addListener('kernel.request', [=> function () {
  1531.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1532.         }, => 'configure'], 2048);
  1533.         $instance->addListener('console.command', [=> function () {
  1534.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1535.         }, => 'configure'], 2048);
  1536.         $instance->addListener('kernel.request', [=> function () {
  1537.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1538.         }, => 'onKernelRequest'], 32);
  1539.         $instance->addListener('kernel.finish_request', [=> function () {
  1540.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1541.         }, => 'onKernelFinishRequest'], 0);
  1542.         $instance->addListener('kernel.exception', [=> function () {
  1543.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1544.         }, => 'onKernelException'], -64);
  1545.         $instance->addListener('kernel.response', [=> function () {
  1546.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1547.         }, => 'onKernelResponse'], 0);
  1548.         $instance->addListener('kernel.request', [=> function () {
  1549.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1550.         }, => 'onKernelRequest'], 128);
  1551.         $instance->addListener('kernel.response', [=> function () {
  1552.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1553.         }, => 'onKernelResponse'], -1000);
  1554.         $instance->addListener('kernel.finish_request', [=> function () {
  1555.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1556.         }, => 'onFinishRequest'], 0);
  1557.         $instance->addListener('kernel.response', [=> function () {
  1558.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1559.         }, => 'onKernelResponse'], -100);
  1560.         $instance->addListener('kernel.exception', [=> function () {
  1561.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1562.         }, => 'onKernelException'], 0);
  1563.         $instance->addListener('kernel.terminate', [=> function () {
  1564.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1565.         }, => 'onKernelTerminate'], -1024);
  1566.         $instance->addListener('kernel.controller', [=> function () {
  1567.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1568.         }, => 'onKernelController'], 0);
  1569.         $instance->addListener('kernel.response', [=> function () {
  1570.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1571.         }, => 'onKernelResponse'], 0);
  1572.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1573.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1574.         }, => 'onMessage'], 0);
  1575.         $instance->addListener('kernel.controller', [=> function () {
  1576.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1577.         }, => 'onKernelController'], 0);
  1578.         $instance->addListener('kernel.controller', [=> function () {
  1579.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1580.         }, => 'onKernelController'], 0);
  1581.         $instance->addListener('kernel.controller', [=> function () {
  1582.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1583.         }, => 'onKernelController'], -128);
  1584.         $instance->addListener('kernel.view', [=> function () {
  1585.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1586.         }, => 'onKernelView'], 0);
  1587.         $instance->addListener('kernel.controller', [=> function () {
  1588.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1589.         }, => 'onKernelController'], 0);
  1590.         $instance->addListener('kernel.response', [=> function () {
  1591.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1592.         }, => 'onKernelResponse'], 0);
  1593.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1594.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1595.         }, => 'onKernelControllerArguments'], 0);
  1596.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1597.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1598.         }, => 'onKernelControllerArguments'], 0);
  1599.         $instance->addListener('kernel.response', [=> function () {
  1600.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1601.         }, => 'onKernelResponse'], 0);
  1602.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1603.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1604.         }, => 'onVoterVote'], 0);
  1605.         $instance->addListener('kernel.request', [=> function () {
  1606.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1607.         }, => 'configureLogoutUrlGenerator'], 8);
  1608.         $instance->addListener('kernel.request', [=> function () {
  1609.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1610.         }, => 'onKernelRequest'], 8);
  1611.         $instance->addListener('kernel.finish_request', [=> function () {
  1612.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1613.         }, => 'onKernelFinishRequest'], 0);
  1614.         $instance->addListener('kernel.response', [=> function () {
  1615.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1616.         }, => 'onKernelResponse'], -128);
  1617.         $instance->addListener('console.command', [=> function () {
  1618.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1619.         }, => 'onCommand'], 255);
  1620.         $instance->addListener('console.terminate', [=> function () {
  1621.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1622.         }, => 'onTerminate'], -255);
  1623.         $instance->addListener('console.command', [=> function () {
  1624.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1625.         }, => 'configure'], 1024);
  1626.         $instance->addListener('console.error', [=> function () {
  1627.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1628.         }, => 'onConsoleError'], 0);
  1629.         $instance->addListener('console.terminate', [=> function () {
  1630.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1631.         }, => 'onConsoleTerminate'], 0);
  1632.         $instance->addListener('knp_pager.before', [=> function () {
  1633.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1634.         }, => 'before'], 0);
  1635.         $instance->addListener('knp_pager.pagination', [=> function () {
  1636.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1637.         }, => 'pagination'], 0);
  1638.         $instance->addListener('knp_pager.before', [=> function () {
  1639.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1640.         }, => 'before'], 1);
  1641.         $instance->addListener('knp_pager.before', [=> function () {
  1642.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1643.         }, => 'before'], 1);
  1644.         $instance->addListener('knp_pager.pagination', [=> function () {
  1645.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1646.         }, => 'pagination'], 1);
  1647.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1648.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1649.         }, => 'onLogout'], 0);
  1650.         return $instance;
  1651.     }
  1652.     /**
  1653.      * Gets the public 'http_kernel' shared service.
  1654.      *
  1655.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1656.      */
  1657.     protected function getHttpKernelService()
  1658.     {
  1659.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1660.         if (isset($this->services['http_kernel'])) {
  1661.             return $this->services['http_kernel'];
  1662.         }
  1663.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1664.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1665.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1666.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1667.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1668.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1669.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1670.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1671.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1672.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1673.         }, 8)), $b));
  1674.     }
  1675.     /**
  1676.      * Gets the public 'knp_paginator' shared service.
  1677.      *
  1678.      * @return \Knp\Component\Pager\Paginator
  1679.      */
  1680.     protected function getKnpPaginatorService($lazyLoad true)
  1681.     {
  1682.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  1684.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1685.         if (isset($this->services['knp_paginator'])) {
  1686.             return $this->services['knp_paginator'];
  1687.         }
  1688.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1689.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1690.         return $instance;
  1691.     }
  1692.     /**
  1693.      * Gets the public 'request_stack' shared service.
  1694.      *
  1695.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1696.      */
  1697.     protected function getRequestStackService()
  1698.     {
  1699.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1700.     }
  1701.     /**
  1702.      * Gets the public 'router' shared service.
  1703.      *
  1704.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1705.      */
  1706.     protected function getRouterService()
  1707.     {
  1708.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1709.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1710.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1711.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1712.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1713.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1714.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1715.         ], [
  1716.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1717.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1718.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1719.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1720.         return $instance;
  1721.     }
  1722.     /**
  1723.      * Gets the public 'routing.loader' shared service.
  1724.      *
  1725.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1726.      */
  1727.     protected function getRouting_LoaderService()
  1728.     {
  1729.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1731.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1733.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1744.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1745.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1747.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1748.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1749.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1753.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1754.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1755.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1756.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1757.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1758.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1759.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1760.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1761.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1762.             'kernel' => ['services''kernel''getKernelService'false],
  1763.         ], [
  1764.             'kernel' => 'App\\Kernel',
  1765.         ]), 'dev'));
  1766.         $a->addLoader($c);
  1767.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1768.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1769.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1770.     }
  1771.     /**
  1772.      * Gets the public 'services_resetter' shared service.
  1773.      *
  1774.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1775.      */
  1776.     protected function getServicesResetterService()
  1777.     {
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1779.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1780.             if (isset($this->services['cache.app'])) {
  1781.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1782.             }
  1783.             if (isset($this->services['cache.system'])) {
  1784.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1785.             }
  1786.             if (isset($this->privates['cache.validator'])) {
  1787.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1788.             }
  1789.             if (isset($this->privates['cache.serializer'])) {
  1790.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1791.             }
  1792.             if (isset($this->privates['cache.annotations'])) {
  1793.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1794.             }
  1795.             if (isset($this->privates['cache.property_info'])) {
  1796.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1797.             }
  1798.             if (isset($this->privates['.debug.http_client'])) {
  1799.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1800.             }
  1801.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1802.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1803.             }
  1804.             if (isset($this->privates['debug.stopwatch'])) {
  1805.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1806.             }
  1807.             if (isset($this->services['event_dispatcher'])) {
  1808.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1809.             }
  1810.             if (isset($this->privates['session_listener'])) {
  1811.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1812.             }
  1813.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1814.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1815.             }
  1816.             if (isset($this->services['cache.validator_expression_language'])) {
  1817.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1818.             }
  1819.             if (isset($this->services['.container.private.profiler'])) {
  1820.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1821.             }
  1822.             if (isset($this->services['.container.private.validator'])) {
  1823.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1824.             }
  1825.             if (isset($this->privates['twig.form.engine'])) {
  1826.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1827.             }
  1828.             if (isset($this->services['doctrine'])) {
  1829.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1830.             }
  1831.             if (isset($this->privates['form.type.entity'])) {
  1832.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1833.             }
  1834.             if (isset($this->services['.container.private.security.token_storage'])) {
  1835.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1836.             }
  1837.             if (isset($this->privates['cache.security_expression_language'])) {
  1838.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1839.             }
  1840.             if (isset($this->privates['debug.security.firewall'])) {
  1841.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1842.             }
  1843.             if (isset($this->privates['monolog.handler.main'])) {
  1844.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1845.             }
  1846.             if (isset($this->privates['monolog.handler.console'])) {
  1847.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1848.             }
  1849.             if (isset($this->privates['.debug.http_client'])) {
  1850.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1851.             }
  1852.         }, function () {
  1853.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1854.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1855.     }
  1856.     /**
  1857.      * Gets the public 'translator' shared service.
  1858.      *
  1859.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1860.      */
  1861.     protected function getTranslatorService()
  1862.     {
  1863.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1864.     }
  1865.     /**
  1866.      * Gets the public 'var_dumper.cloner' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1869.      */
  1870.     protected function getVarDumper_ClonerService()
  1871.     {
  1872.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1873.         $instance->setMaxItems(2500);
  1874.         $instance->setMinDepth(1);
  1875.         $instance->setMaxString(-1);
  1876.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1877.         return $instance;
  1878.     }
  1879.     /**
  1880.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1881.      *
  1882.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1883.      */
  1884.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1885.     {
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1887.         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()));
  1888.     }
  1889.     /**
  1890.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1891.      *
  1892.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1893.      */
  1894.     protected function getWebProfiler_Controller_ProfilerService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1897.         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));
  1898.     }
  1899.     /**
  1900.      * Gets the public 'web_profiler.controller.router' shared service.
  1901.      *
  1902.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1903.      */
  1904.     protected function getWebProfiler_Controller_RouterService()
  1905.     {
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1907.         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 () {
  1908.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1909.         }, 1));
  1910.     }
  1911.     /**
  1912.      * Gets the private '.console.command.about.lazy' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Console\Command\LazyCommand
  1915.      */
  1916.     protected function get_Console_Command_About_LazyService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1920.         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 {
  1921.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1922.         });
  1923.     }
  1924.     /**
  1925.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\Console\Command\LazyCommand
  1928.      */
  1929.     protected function get_Console_Command_AssetsInstall_LazyService()
  1930.     {
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1933.         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 {
  1934.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1935.         });
  1936.     }
  1937.     /**
  1938.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1939.      *
  1940.      * @return \Symfony\Component\Console\Command\LazyCommand
  1941.      */
  1942.     protected function get_Console_Command_CacheClear_LazyService()
  1943.     {
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1946.         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 {
  1947.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1948.         });
  1949.     }
  1950.     /**
  1951.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1952.      *
  1953.      * @return \Symfony\Component\Console\Command\LazyCommand
  1954.      */
  1955.     protected function get_Console_Command_CachePoolClear_LazyService()
  1956.     {
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1959.         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 {
  1960.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1961.         });
  1962.     }
  1963.     /**
  1964.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1965.      *
  1966.      * @return \Symfony\Component\Console\Command\LazyCommand
  1967.      */
  1968.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1969.     {
  1970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1972.         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 {
  1973.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1974.         });
  1975.     }
  1976.     /**
  1977.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1978.      *
  1979.      * @return \Symfony\Component\Console\Command\LazyCommand
  1980.      */
  1981.     protected function get_Console_Command_CachePoolList_LazyService()
  1982.     {
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1985.         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 {
  1986.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1987.         });
  1988.     }
  1989.     /**
  1990.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\Console\Command\LazyCommand
  1993.      */
  1994.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1995.     {
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1998.         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 {
  1999.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2000.         });
  2001.     }
  2002.     /**
  2003.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2004.      *
  2005.      * @return \Symfony\Component\Console\Command\LazyCommand
  2006.      */
  2007.     protected function get_Console_Command_CacheWarmup_LazyService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2011.         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 {
  2012.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2013.         });
  2014.     }
  2015.     /**
  2016.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\Console\Command\LazyCommand
  2019.      */
  2020.     protected function get_Console_Command_ConfigDebug_LazyService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2024.         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 {
  2025.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2026.         });
  2027.     }
  2028.     /**
  2029.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2030.      *
  2031.      * @return \Symfony\Component\Console\Command\LazyCommand
  2032.      */
  2033.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2034.     {
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2037.         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 {
  2038.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2039.         });
  2040.     }
  2041.     /**
  2042.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2043.      *
  2044.      * @return \Symfony\Component\Console\Command\LazyCommand
  2045.      */
  2046.     protected function get_Console_Command_ContainerDebug_LazyService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2050.         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 {
  2051.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2052.         });
  2053.     }
  2054.     /**
  2055.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2056.      *
  2057.      * @return \Symfony\Component\Console\Command\LazyCommand
  2058.      */
  2059.     protected function get_Console_Command_ContainerLint_LazyService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2063.         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 {
  2064.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2065.         });
  2066.     }
  2067.     /**
  2068.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\Console\Command\LazyCommand
  2071.      */
  2072.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2073.     {
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2076.         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 {
  2077.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2078.         });
  2079.     }
  2080.     /**
  2081.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\Console\Command\LazyCommand
  2084.      */
  2085.     protected function get_Console_Command_DotenvDebug_LazyService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2089.         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 {
  2090.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2091.         });
  2092.     }
  2093.     /**
  2094.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Console\Command\LazyCommand
  2097.      */
  2098.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2099.     {
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2102.         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 {
  2103.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2104.         });
  2105.     }
  2106.     /**
  2107.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\Console\Command\LazyCommand
  2110.      */
  2111.     protected function get_Console_Command_FormDebug_LazyService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2115.         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 {
  2116.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2117.         });
  2118.     }
  2119.     /**
  2120.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\Console\Command\LazyCommand
  2123.      */
  2124.     protected function get_Console_Command_RouterDebug_LazyService()
  2125.     {
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2128.         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 {
  2129.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2130.         });
  2131.     }
  2132.     /**
  2133.      * Gets the private '.console.command.router_match.lazy' shared service.
  2134.      *
  2135.      * @return \Symfony\Component\Console\Command\LazyCommand
  2136.      */
  2137.     protected function get_Console_Command_RouterMatch_LazyService()
  2138.     {
  2139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2141.         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 {
  2142.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2143.         });
  2144.     }
  2145.     /**
  2146.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\Console\Command\LazyCommand
  2149.      */
  2150.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2154.         return $this->privates['.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 {
  2155.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2156.         });
  2157.     }
  2158.     /**
  2159.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2160.      *
  2161.      * @return \Symfony\Component\Console\Command\LazyCommand
  2162.      */
  2163.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2164.     {
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2167.         return $this->privates['.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 {
  2168.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2169.         });
  2170.     }
  2171.     /**
  2172.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2173.      *
  2174.      * @return \Symfony\Component\Console\Command\LazyCommand
  2175.      */
  2176.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2177.     {
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2180.         return $this->privates['.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 {
  2181.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2182.         });
  2183.     }
  2184.     /**
  2185.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2186.      *
  2187.      * @return \Symfony\Component\Console\Command\LazyCommand
  2188.      */
  2189.     protected function get_Console_Command_SecretsList_LazyService()
  2190.     {
  2191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2193.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2194.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2195.         });
  2196.     }
  2197.     /**
  2198.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2199.      *
  2200.      * @return \Symfony\Component\Console\Command\LazyCommand
  2201.      */
  2202.     protected function get_Console_Command_SecretsRemove_LazyService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2206.         return $this->privates['.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 {
  2207.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2208.         });
  2209.     }
  2210.     /**
  2211.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2212.      *
  2213.      * @return \Symfony\Component\Console\Command\LazyCommand
  2214.      */
  2215.     protected function get_Console_Command_SecretsSet_LazyService()
  2216.     {
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2219.         return $this->privates['.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 {
  2220.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2221.         });
  2222.     }
  2223.     /**
  2224.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Console\Command\LazyCommand
  2227.      */
  2228.     protected function get_Console_Command_TranslationDebug_LazyService()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2232.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2233.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2234.         });
  2235.     }
  2236.     /**
  2237.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\Console\Command\LazyCommand
  2240.      */
  2241.     protected function get_Console_Command_TranslationExtract_LazyService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2245.         return $this->privates['.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 {
  2246.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2247.         });
  2248.     }
  2249.     /**
  2250.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2251.      *
  2252.      * @return \Symfony\Component\Console\Command\LazyCommand
  2253.      */
  2254.     protected function get_Console_Command_TranslationPull_LazyService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2258.         return $this->privates['.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 {
  2259.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2260.         });
  2261.     }
  2262.     /**
  2263.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2264.      *
  2265.      * @return \Symfony\Component\Console\Command\LazyCommand
  2266.      */
  2267.     protected function get_Console_Command_TranslationPush_LazyService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2271.         return $this->privates['.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 {
  2272.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2273.         });
  2274.     }
  2275.     /**
  2276.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2277.      *
  2278.      * @return \Symfony\Component\Console\Command\LazyCommand
  2279.      */
  2280.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2281.     {
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2284.         return $this->privates['.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 {
  2285.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2286.         });
  2287.     }
  2288.     /**
  2289.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2290.      *
  2291.      * @return \Symfony\Component\Console\Command\LazyCommand
  2292.      */
  2293.     protected function get_Console_Command_XliffLint_LazyService()
  2294.     {
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2297.         return $this->privates['.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 {
  2298.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2299.         });
  2300.     }
  2301.     /**
  2302.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\Console\Command\LazyCommand
  2305.      */
  2306.     protected function get_Console_Command_YamlLint_LazyService()
  2307.     {
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2310.         return $this->privates['.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 {
  2311.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2312.         });
  2313.     }
  2314.     /**
  2315.      * Gets the private '.debug.http_client' shared service.
  2316.      *
  2317.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2318.      */
  2319.     protected function get_Debug_HttpClientService()
  2320.     {
  2321.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2322.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2323.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2324.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2325.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2326.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2327.         $a->setLogger($b);
  2328.         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))));
  2329.     }
  2330.     /**
  2331.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2332.      *
  2333.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2334.      */
  2335.     protected function getLoaderInterfaceService()
  2336.     {
  2337.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2338.     }
  2339.     /**
  2340.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\Console\Command\LazyCommand
  2343.      */
  2344.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2348.         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 {
  2349.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2350.         });
  2351.     }
  2352.     /**
  2353.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\Console\Command\LazyCommand
  2356.      */
  2357.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2358.     {
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2361.         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 {
  2362.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2363.         });
  2364.     }
  2365.     /**
  2366.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Console\Command\LazyCommand
  2369.      */
  2370.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2371.     {
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2374.         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 {
  2375.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2376.         });
  2377.     }
  2378.     /**
  2379.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Console\Command\LazyCommand
  2382.      */
  2383.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2387.         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 {
  2388.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2389.         });
  2390.     }
  2391.     /**
  2392.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Console\Command\LazyCommand
  2395.      */
  2396.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2400.         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 {
  2401.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2402.         });
  2403.     }
  2404.     /**
  2405.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\Console\Command\LazyCommand
  2408.      */
  2409.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2413.         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 {
  2414.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2415.         });
  2416.     }
  2417.     /**
  2418.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Console\Command\LazyCommand
  2421.      */
  2422.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2426.         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 {
  2427.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2428.         });
  2429.     }
  2430.     /**
  2431.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Console\Command\LazyCommand
  2434.      */
  2435.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2439.         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 {
  2440.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2441.         });
  2442.     }
  2443.     /**
  2444.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\Console\Command\LazyCommand
  2447.      */
  2448.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2449.     {
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2452.         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 {
  2453.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2454.         });
  2455.     }
  2456.     /**
  2457.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2458.      *
  2459.      * @return \Symfony\Component\Console\Command\LazyCommand
  2460.      */
  2461.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2462.     {
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2465.         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 {
  2466.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2467.         });
  2468.     }
  2469.     /**
  2470.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\Console\Command\LazyCommand
  2473.      */
  2474.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2475.     {
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2478.         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 {
  2479.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2480.         });
  2481.     }
  2482.     /**
  2483.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Console\Command\LazyCommand
  2486.      */
  2487.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2488.     {
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2491.         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 {
  2492.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2493.         });
  2494.     }
  2495.     /**
  2496.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Console\Command\LazyCommand
  2499.      */
  2500.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2501.     {
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2504.         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 {
  2505.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2506.         });
  2507.     }
  2508.     /**
  2509.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Console\Command\LazyCommand
  2512.      */
  2513.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2517.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2518.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2519.         });
  2520.     }
  2521.     /**
  2522.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Console\Command\LazyCommand
  2525.      */
  2526.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2527.     {
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2530.         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 {
  2531.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2532.         });
  2533.     }
  2534.     /**
  2535.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2536.      *
  2537.      * @return \Symfony\Component\Console\Command\LazyCommand
  2538.      */
  2539.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2540.     {
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2543.         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 {
  2544.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2545.         });
  2546.     }
  2547.     /**
  2548.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Console\Command\LazyCommand
  2551.      */
  2552.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2553.     {
  2554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2556.         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 {
  2557.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2558.         });
  2559.     }
  2560.     /**
  2561.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Console\Command\LazyCommand
  2564.      */
  2565.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2569.         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 {
  2570.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2571.         });
  2572.     }
  2573.     /**
  2574.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\Console\Command\LazyCommand
  2577.      */
  2578.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2582.         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 {
  2583.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2584.         });
  2585.     }
  2586.     /**
  2587.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\Console\Command\LazyCommand
  2590.      */
  2591.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2595.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2596.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2597.         });
  2598.     }
  2599.     /**
  2600.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\Console\Command\LazyCommand
  2603.      */
  2604.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2608.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2609.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2610.         });
  2611.     }
  2612.     /**
  2613.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\Console\Command\LazyCommand
  2616.      */
  2617.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2621.         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 {
  2622.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2623.         });
  2624.     }
  2625.     /**
  2626.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2627.      *
  2628.      * @return \Symfony\Component\Console\Command\LazyCommand
  2629.      */
  2630.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2631.     {
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2634.         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 {
  2635.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2636.         });
  2637.     }
  2638.     /**
  2639.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\Console\Command\LazyCommand
  2642.      */
  2643.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2647.         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 {
  2648.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2649.         });
  2650.     }
  2651.     /**
  2652.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2653.      *
  2654.      * @return \Symfony\Component\Console\Command\LazyCommand
  2655.      */
  2656.     protected function get_Monolog_Command_ServerLog_LazyService()
  2657.     {
  2658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2660.         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 {
  2661.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2662.         });
  2663.     }
  2664.     /**
  2665.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\Console\Command\LazyCommand
  2668.      */
  2669.     protected function get_Security_Command_DebugFirewall_LazyService()
  2670.     {
  2671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2673.         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 {
  2674.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2675.         });
  2676.     }
  2677.     /**
  2678.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\Console\Command\LazyCommand
  2681.      */
  2682.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2686.         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 {
  2687.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2688.         });
  2689.     }
  2690.     /**
  2691.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\Console\Command\LazyCommand
  2694.      */
  2695.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2699.         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 {
  2700.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2701.         });
  2702.     }
  2703.     /**
  2704.      * Gets the private '.service_locator..eHqkeB' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2707.      */
  2708.     protected function get_ServiceLocator__EHqkeBService()
  2709.     {
  2710.         return $this->privates['.service_locator..eHqkeB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2711.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  2712.         ], [
  2713.             'paginator' => '?',
  2714.         ]);
  2715.     }
  2716.     /**
  2717.      * Gets the private '.service_locator.6E9xidT' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2720.      */
  2721.     protected function get_ServiceLocator_6E9xidTService()
  2722.     {
  2723.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2724.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  2725.         ], [
  2726.             'mailer' => '?',
  2727.         ]);
  2728.     }
  2729.     /**
  2730.      * Gets the private '.service_locator.7hOhOMi' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2733.      */
  2734.     protected function get_ServiceLocator_7hOhOMiService()
  2735.     {
  2736.         return $this->privates['.service_locator.7hOhOMi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2737.             'pdfService' => ['privates''App\\Service\\PDFService''getPDFServiceService'false],
  2738.         ], [
  2739.             'pdfService' => 'App\\Service\\PDFService',
  2740.         ]);
  2741.     }
  2742.     /**
  2743.      * Gets the private '.service_locator.IIutHgu' shared service.
  2744.      *
  2745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2746.      */
  2747.     protected function get_ServiceLocator_IIutHguService()
  2748.     {
  2749.         return $this->privates['.service_locator.IIutHgu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2750.             'authenticator' => ['privates''App\\Security\\LoginFormAuthenticator''getLoginFormAuthenticatorService'false],
  2751.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2752.             'guardHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  2753.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  2754.         ], [
  2755.             'authenticator' => 'App\\Security\\LoginFormAuthenticator',
  2756.             'entityManager' => '?',
  2757.             'guardHandler' => '?',
  2758.             'userPasswordHasher' => '?',
  2759.         ]);
  2760.     }
  2761.     /**
  2762.      * Gets the private '.service_locator.XojpJZE' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2765.      */
  2766.     protected function get_ServiceLocator_XojpJZEService()
  2767.     {
  2768.         return $this->privates['.service_locator.XojpJZE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2769.             'App\\Controller\\ClubMemberController::add' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2770.             'App\\Controller\\ClubMemberController::changePassword' => ['privates''.service_locator.x_Zp.RV''get_ServiceLocator_XZp_RVService'false],
  2771.             'App\\Controller\\ClubMemberController::index' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  2772.             'App\\Controller\\ClubMemberController::profile' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2773.             'App\\Controller\\ClubMemberController::saveMemberCheckup' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2774.             'App\\Controller\\ClubMemberController::view' => ['privates''.service_locator.gjhcxyI''get_ServiceLocator_GjhcxyIService'false],
  2775.             'App\\Controller\\EnquiryController::index' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  2776.             'App\\Controller\\EnquiryController::view' => ['privates''.service_locator.gjhcxyI''get_ServiceLocator_GjhcxyIService'false],
  2777.             'App\\Controller\\MailTestController::send' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2778.             'App\\Controller\\OrderController::add' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2779.             'App\\Controller\\OrderController::edit' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2780.             'App\\Controller\\PdfController::memberCheckupPdfZipDownloadAction' => ['privates''.service_locator.7hOhOMi''get_ServiceLocator_7hOhOMiService'false],
  2781.             'App\\Controller\\PdfController::memberDetailsPdfDownloadAction' => ['privates''.service_locator.7hOhOMi''get_ServiceLocator_7hOhOMiService'false],
  2782.             'App\\Controller\\PurchaseController::add' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2783.             'App\\Controller\\PurchaseController::edit' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2784.             'App\\Controller\\RegistrationController::register' => ['privates''.service_locator.IIutHgu''get_ServiceLocator_IIutHguService'false],
  2785.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2786.             'App\\Controller\\UserController::add' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2787.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2788.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2789.             'App\\Controller\\ClubMemberController:add' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2790.             'App\\Controller\\ClubMemberController:changePassword' => ['privates''.service_locator.x_Zp.RV''get_ServiceLocator_XZp_RVService'false],
  2791.             'App\\Controller\\ClubMemberController:index' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  2792.             'App\\Controller\\ClubMemberController:profile' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2793.             'App\\Controller\\ClubMemberController:saveMemberCheckup' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2794.             'App\\Controller\\ClubMemberController:view' => ['privates''.service_locator.gjhcxyI''get_ServiceLocator_GjhcxyIService'false],
  2795.             'App\\Controller\\EnquiryController:index' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  2796.             'App\\Controller\\EnquiryController:view' => ['privates''.service_locator.gjhcxyI''get_ServiceLocator_GjhcxyIService'false],
  2797.             'App\\Controller\\MailTestController:send' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2798.             'App\\Controller\\OrderController:add' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2799.             'App\\Controller\\OrderController:edit' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2800.             'App\\Controller\\PdfController:memberCheckupPdfZipDownloadAction' => ['privates''.service_locator.7hOhOMi''get_ServiceLocator_7hOhOMiService'false],
  2801.             'App\\Controller\\PdfController:memberDetailsPdfDownloadAction' => ['privates''.service_locator.7hOhOMi''get_ServiceLocator_7hOhOMiService'false],
  2802.             'App\\Controller\\PurchaseController:add' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2803.             'App\\Controller\\PurchaseController:edit' => ['privates''.service_locator.zjQkmuM''get_ServiceLocator_ZjQkmuMService'false],
  2804.             'App\\Controller\\RegistrationController:register' => ['privates''.service_locator.IIutHgu''get_ServiceLocator_IIutHguService'false],
  2805.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2806.             'App\\Controller\\UserController:add' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2807.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2808.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2809.         ], [
  2810.             'App\\Controller\\ClubMemberController::add' => '?',
  2811.             'App\\Controller\\ClubMemberController::changePassword' => '?',
  2812.             'App\\Controller\\ClubMemberController::index' => '?',
  2813.             'App\\Controller\\ClubMemberController::profile' => '?',
  2814.             'App\\Controller\\ClubMemberController::saveMemberCheckup' => '?',
  2815.             'App\\Controller\\ClubMemberController::view' => '?',
  2816.             'App\\Controller\\EnquiryController::index' => '?',
  2817.             'App\\Controller\\EnquiryController::view' => '?',
  2818.             'App\\Controller\\MailTestController::send' => '?',
  2819.             'App\\Controller\\OrderController::add' => '?',
  2820.             'App\\Controller\\OrderController::edit' => '?',
  2821.             'App\\Controller\\PdfController::memberCheckupPdfZipDownloadAction' => '?',
  2822.             'App\\Controller\\PdfController::memberDetailsPdfDownloadAction' => '?',
  2823.             'App\\Controller\\PurchaseController::add' => '?',
  2824.             'App\\Controller\\PurchaseController::edit' => '?',
  2825.             'App\\Controller\\RegistrationController::register' => '?',
  2826.             'App\\Controller\\SecurityController::login' => '?',
  2827.             'App\\Controller\\UserController::add' => '?',
  2828.             'kernel::loadRoutes' => '?',
  2829.             'kernel::registerContainerConfiguration' => '?',
  2830.             'App\\Controller\\ClubMemberController:add' => '?',
  2831.             'App\\Controller\\ClubMemberController:changePassword' => '?',
  2832.             'App\\Controller\\ClubMemberController:index' => '?',
  2833.             'App\\Controller\\ClubMemberController:profile' => '?',
  2834.             'App\\Controller\\ClubMemberController:saveMemberCheckup' => '?',
  2835.             'App\\Controller\\ClubMemberController:view' => '?',
  2836.             'App\\Controller\\EnquiryController:index' => '?',
  2837.             'App\\Controller\\EnquiryController:view' => '?',
  2838.             'App\\Controller\\MailTestController:send' => '?',
  2839.             'App\\Controller\\OrderController:add' => '?',
  2840.             'App\\Controller\\OrderController:edit' => '?',
  2841.             'App\\Controller\\PdfController:memberCheckupPdfZipDownloadAction' => '?',
  2842.             'App\\Controller\\PdfController:memberDetailsPdfDownloadAction' => '?',
  2843.             'App\\Controller\\PurchaseController:add' => '?',
  2844.             'App\\Controller\\PurchaseController:edit' => '?',
  2845.             'App\\Controller\\RegistrationController:register' => '?',
  2846.             'App\\Controller\\SecurityController:login' => '?',
  2847.             'App\\Controller\\UserController:add' => '?',
  2848.             'kernel:loadRoutes' => '?',
  2849.             'kernel:registerContainerConfiguration' => '?',
  2850.         ]);
  2851.     }
  2852.     /**
  2853.      * Gets the private '.service_locator.XsyfP82' shared service.
  2854.      *
  2855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2856.      */
  2857.     protected function get_ServiceLocator_XsyfP82Service()
  2858.     {
  2859.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2860.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2861.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2862.         ], [
  2863.             'event_dispatcher' => '?',
  2864.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2865.         ]);
  2866.     }
  2867.     /**
  2868.      * Gets the private '.service_locator.gjhcxyI' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2871.      */
  2872.     protected function get_ServiceLocator_GjhcxyIService()
  2873.     {
  2874.         return $this->privates['.service_locator.gjhcxyI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2875.             'commanService' => ['privates''App\\Service\\CommanService''getCommanServiceService'false],
  2876.         ], [
  2877.             'commanService' => 'App\\Service\\CommanService',
  2878.         ]);
  2879.     }
  2880.     /**
  2881.      * Gets the private '.service_locator.mx0UMmY' shared service.
  2882.      *
  2883.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2884.      */
  2885.     protected function get_ServiceLocator_Mx0UMmYService()
  2886.     {
  2887.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2888.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2889.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2890.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2891.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2892.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2893.             'router' => ['services''router''getRouterService'false],
  2894.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2895.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2896.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2897.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2898.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2899.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2900.         ], [
  2901.             'doctrine' => '?',
  2902.             'form.factory' => '?',
  2903.             'http_kernel' => '?',
  2904.             'parameter_bag' => '?',
  2905.             'request_stack' => '?',
  2906.             'router' => '?',
  2907.             'security.authorization_checker' => '?',
  2908.             'security.csrf.token_manager' => '?',
  2909.             'security.token_storage' => '?',
  2910.             'serializer' => '?',
  2911.             'session' => '.session.deprecated',
  2912.             'twig' => '?',
  2913.         ]);
  2914.     }
  2915.     /**
  2916.      * Gets the private '.service_locator.tXM58lC' shared service.
  2917.      *
  2918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2919.      */
  2920.     protected function get_ServiceLocator_TXM58lCService()
  2921.     {
  2922.         return $this->privates['.service_locator.tXM58lC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2923.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  2924.         ], [
  2925.             'passwordEncoder' => '?',
  2926.         ]);
  2927.     }
  2928.     /**
  2929.      * Gets the private '.service_locator.xUrKPVU' shared service.
  2930.      *
  2931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2932.      */
  2933.     protected function get_ServiceLocator_XUrKPVUService()
  2934.     {
  2935.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2936.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  2937.         ], [
  2938.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2939.         ]);
  2940.     }
  2941.     /**
  2942.      * Gets the private '.service_locator.x_Zp.RV' shared service.
  2943.      *
  2944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2945.      */
  2946.     protected function get_ServiceLocator_XZp_RVService()
  2947.     {
  2948.         return $this->privates['.service_locator.x_Zp.RV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2949.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  2950.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  2951.         ], [
  2952.             'passwordEncoder' => '?',
  2953.             'validator' => '?',
  2954.         ]);
  2955.     }
  2956.     /**
  2957.      * Gets the private '.service_locator.zFcJjKU' shared service.
  2958.      *
  2959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2960.      */
  2961.     protected function get_ServiceLocator_ZFcJjKUService()
  2962.     {
  2963.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2964.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2965.         ], [
  2966.             'authenticationUtils' => '?',
  2967.         ]);
  2968.     }
  2969.     /**
  2970.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2971.      *
  2972.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2973.      */
  2974.     protected function get_ServiceLocator_ZJyh7qSService()
  2975.     {
  2976.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2977.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2978.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2979.         ], [
  2980.             'security.firewall.map.context.dev' => '?',
  2981.             'security.firewall.map.context.main' => '?',
  2982.         ]);
  2983.     }
  2984.     /**
  2985.      * Gets the private '.service_locator.zjQkmuM' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2988.      */
  2989.     protected function get_ServiceLocator_ZjQkmuMService()
  2990.     {
  2991.         return $this->privates['.service_locator.zjQkmuM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2992.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  2993.         ], [
  2994.             'validator' => '?',
  2995.         ]);
  2996.     }
  2997.     /**
  2998.      * Gets the private '.session.deprecated' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3001.      */
  3002.     protected function get_Session_DeprecatedService()
  3003.     {
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3006.         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();
  3007.     }
  3008.     /**
  3009.      * Gets the private '.twig.command.debug.lazy' shared service.
  3010.      *
  3011.      * @return \Symfony\Component\Console\Command\LazyCommand
  3012.      */
  3013.     protected function get_Twig_Command_Debug_LazyService()
  3014.     {
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3017.         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 {
  3018.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3019.         });
  3020.     }
  3021.     /**
  3022.      * Gets the private '.twig.command.lint.lazy' shared service.
  3023.      *
  3024.      * @return \Symfony\Component\Console\Command\LazyCommand
  3025.      */
  3026.     protected function get_Twig_Command_Lint_LazyService()
  3027.     {
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3030.         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 {
  3031.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3032.         });
  3033.     }
  3034.     /**
  3035.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\Console\Command\LazyCommand
  3038.      */
  3039.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3043.         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 {
  3044.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3045.         });
  3046.     }
  3047.     /**
  3048.      * Gets the private 'App\Form\CategoryType' shared autowired service.
  3049.      *
  3050.      * @return \App\Form\CategoryType
  3051.      */
  3052.     protected function getCategoryTypeService()
  3053.     {
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3056.         include_once \dirname(__DIR__4).'/src/Form/CategoryType.php';
  3057.         return $this->privates['App\\Form\\CategoryType'] = new \App\Form\CategoryType();
  3058.     }
  3059.     /**
  3060.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  3061.      *
  3062.      * @return \App\Form\ChangePasswordFormType
  3063.      */
  3064.     protected function getChangePasswordFormTypeService()
  3065.     {
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3068.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php';
  3069.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  3070.     }
  3071.     /**
  3072.      * Gets the private 'App\Form\ChangePasswordType' shared autowired service.
  3073.      *
  3074.      * @return \App\Form\ChangePasswordType
  3075.      */
  3076.     protected function getChangePasswordTypeService()
  3077.     {
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3080.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordType.php';
  3081.         return $this->privates['App\\Form\\ChangePasswordType'] = new \App\Form\ChangePasswordType();
  3082.     }
  3083.     /**
  3084.      * Gets the private 'App\Form\ClubMembersType' shared autowired service.
  3085.      *
  3086.      * @return \App\Form\ClubMembersType
  3087.      */
  3088.     protected function getClubMembersTypeService()
  3089.     {
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3092.         include_once \dirname(__DIR__4).'/src/Form/ClubMembersType.php';
  3093.         return $this->privates['App\\Form\\ClubMembersType'] = new \App\Form\ClubMembersType();
  3094.     }
  3095.     /**
  3096.      * Gets the private 'App\Form\EditUserType' shared autowired service.
  3097.      *
  3098.      * @return \App\Form\EditUserType
  3099.      */
  3100.     protected function getEditUserTypeService()
  3101.     {
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3104.         include_once \dirname(__DIR__4).'/src/Form/EditUserType.php';
  3105.         return $this->privates['App\\Form\\EditUserType'] = new \App\Form\EditUserType();
  3106.     }
  3107.     /**
  3108.      * Gets the private 'App\Form\FollowUpType' shared autowired service.
  3109.      *
  3110.      * @return \App\Form\FollowUpType
  3111.      */
  3112.     protected function getFollowUpTypeService()
  3113.     {
  3114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3116.         include_once \dirname(__DIR__4).'/src/Form/FollowUpType.php';
  3117.         return $this->privates['App\\Form\\FollowUpType'] = new \App\Form\FollowUpType();
  3118.     }
  3119.     /**
  3120.      * Gets the private 'App\Form\MemberCheckupsType' shared autowired service.
  3121.      *
  3122.      * @return \App\Form\MemberCheckupsType
  3123.      */
  3124.     protected function getMemberCheckupsTypeService()
  3125.     {
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3128.         include_once \dirname(__DIR__4).'/src/Form/MemberCheckupsType.php';
  3129.         return $this->privates['App\\Form\\MemberCheckupsType'] = new \App\Form\MemberCheckupsType();
  3130.     }
  3131.     /**
  3132.      * Gets the private 'App\Form\PaymentType' shared autowired service.
  3133.      *
  3134.      * @return \App\Form\PaymentType
  3135.      */
  3136.     protected function getPaymentTypeService()
  3137.     {
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3140.         include_once \dirname(__DIR__4).'/src/Form/PaymentType.php';
  3141.         return $this->privates['App\\Form\\PaymentType'] = new \App\Form\PaymentType();
  3142.     }
  3143.     /**
  3144.      * Gets the private 'App\Form\ProductType' shared autowired service.
  3145.      *
  3146.      * @return \App\Form\ProductType
  3147.      */
  3148.     protected function getProductTypeService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3152.         include_once \dirname(__DIR__4).'/src/Form/ProductType.php';
  3153.         return $this->privates['App\\Form\\ProductType'] = new \App\Form\ProductType();
  3154.     }
  3155.     /**
  3156.      * Gets the private 'App\Form\RegistrationFormType' shared autowired service.
  3157.      *
  3158.      * @return \App\Form\RegistrationFormType
  3159.      */
  3160.     protected function getRegistrationFormTypeService()
  3161.     {
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3164.         include_once \dirname(__DIR__4).'/src/Form/RegistrationFormType.php';
  3165.         return $this->privates['App\\Form\\RegistrationFormType'] = new \App\Form\RegistrationFormType();
  3166.     }
  3167.     /**
  3168.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  3169.      *
  3170.      * @return \App\Form\ResetPasswordRequestFormType
  3171.      */
  3172.     protected function getResetPasswordRequestFormTypeService()
  3173.     {
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3176.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php';
  3177.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  3178.     }
  3179.     /**
  3180.      * Gets the private 'App\Form\UserType' shared autowired service.
  3181.      *
  3182.      * @return \App\Form\UserType
  3183.      */
  3184.     protected function getUserTypeService()
  3185.     {
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3188.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  3189.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  3190.     }
  3191.     /**
  3192.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  3193.      *
  3194.      * @return \App\Repository\CategoryRepository
  3195.      */
  3196.     protected function getCategoryRepositoryService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3203.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  3204.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3205.     }
  3206.     /**
  3207.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  3208.      *
  3209.      * @return \App\Repository\CityRepository
  3210.      */
  3211.     protected function getCityRepositoryService()
  3212.     {
  3213.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3218.         include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  3219.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3220.     }
  3221.     /**
  3222.      * Gets the private 'App\Repository\ClubMembersRepository' shared autowired service.
  3223.      *
  3224.      * @return \App\Repository\ClubMembersRepository
  3225.      */
  3226.     protected function getClubMembersRepositoryService()
  3227.     {
  3228.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3233.         include_once \dirname(__DIR__4).'/src/Repository/ClubMembersRepository.php';
  3234.         return $this->privates['App\\Repository\\ClubMembersRepository'] = new \App\Repository\ClubMembersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3235.     }
  3236.     /**
  3237.      * Gets the private 'App\Repository\FollowUpRepository' shared autowired service.
  3238.      *
  3239.      * @return \App\Repository\FollowUpRepository
  3240.      */
  3241.     protected function getFollowUpRepositoryService()
  3242.     {
  3243.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3248.         include_once \dirname(__DIR__4).'/src/Repository/FollowUpRepository.php';
  3249.         return $this->privates['App\\Repository\\FollowUpRepository'] = new \App\Repository\FollowUpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3250.     }
  3251.     /**
  3252.      * Gets the private 'App\Repository\MemberCheckupsRepository' shared autowired service.
  3253.      *
  3254.      * @return \App\Repository\MemberCheckupsRepository
  3255.      */
  3256.     protected function getMemberCheckupsRepositoryService()
  3257.     {
  3258.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3259.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3263.         include_once \dirname(__DIR__4).'/src/Repository/MemberCheckupsRepository.php';
  3264.         return $this->privates['App\\Repository\\MemberCheckupsRepository'] = new \App\Repository\MemberCheckupsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3265.     }
  3266.     /**
  3267.      * Gets the private 'App\Repository\OrderDataRepository' shared autowired service.
  3268.      *
  3269.      * @return \App\Repository\OrderDataRepository
  3270.      */
  3271.     protected function getOrderDataRepositoryService()
  3272.     {
  3273.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3274.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3278.         include_once \dirname(__DIR__4).'/src/Repository/OrderDataRepository.php';
  3279.         return $this->privates['App\\Repository\\OrderDataRepository'] = new \App\Repository\OrderDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3280.     }
  3281.     /**
  3282.      * Gets the private 'App\Repository\OrderDetailsRepository' shared autowired service.
  3283.      *
  3284.      * @return \App\Repository\OrderDetailsRepository
  3285.      */
  3286.     protected function getOrderDetailsRepositoryService()
  3287.     {
  3288.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3292.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3293.         include_once \dirname(__DIR__4).'/src/Repository/OrderDetailsRepository.php';
  3294.         return $this->privates['App\\Repository\\OrderDetailsRepository'] = new \App\Repository\OrderDetailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3295.     }
  3296.     /**
  3297.      * Gets the private 'App\Repository\PaymentRepository' shared autowired service.
  3298.      *
  3299.      * @return \App\Repository\PaymentRepository
  3300.      */
  3301.     protected function getPaymentRepositoryService()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3308.         include_once \dirname(__DIR__4).'/src/Repository/PaymentRepository.php';
  3309.         return $this->privates['App\\Repository\\PaymentRepository'] = new \App\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3310.     }
  3311.     /**
  3312.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  3313.      *
  3314.      * @return \App\Repository\ProductRepository
  3315.      */
  3316.     protected function getProductRepositoryService()
  3317.     {
  3318.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3322.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3323.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  3324.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3325.     }
  3326.     /**
  3327.      * Gets the private 'App\Repository\PurchaseDetailsRepository' shared autowired service.
  3328.      *
  3329.      * @return \App\Repository\PurchaseDetailsRepository
  3330.      */
  3331.     protected function getPurchaseDetailsRepositoryService()
  3332.     {
  3333.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3335.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3338.         include_once \dirname(__DIR__4).'/src/Repository/PurchaseDetailsRepository.php';
  3339.         return $this->privates['App\\Repository\\PurchaseDetailsRepository'] = new \App\Repository\PurchaseDetailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3340.     }
  3341.     /**
  3342.      * Gets the private 'App\Repository\PurchaseRepository' shared autowired service.
  3343.      *
  3344.      * @return \App\Repository\PurchaseRepository
  3345.      */
  3346.     protected function getPurchaseRepositoryService()
  3347.     {
  3348.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3353.         include_once \dirname(__DIR__4).'/src/Repository/PurchaseRepository.php';
  3354.         return $this->privates['App\\Repository\\PurchaseRepository'] = new \App\Repository\PurchaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3355.     }
  3356.     /**
  3357.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  3358.      *
  3359.      * @return \App\Repository\ResetPasswordRequestRepository
  3360.      */
  3361.     protected function getResetPasswordRequestRepositoryService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3370.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordRequestRepository.php';
  3371.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3372.     }
  3373.     /**
  3374.      * Gets the private 'App\Repository\StateRepository' shared autowired service.
  3375.      *
  3376.      * @return \App\Repository\StateRepository
  3377.      */
  3378.     protected function getStateRepositoryService()
  3379.     {
  3380.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3385.         include_once \dirname(__DIR__4).'/src/Repository/StateRepository.php';
  3386.         return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3387.     }
  3388.     /**
  3389.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3390.      *
  3391.      * @return \App\Repository\UserRepository
  3392.      */
  3393.     protected function getUserRepositoryService()
  3394.     {
  3395.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3397.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3400.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3401.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3402.     }
  3403.     /**
  3404.      * Gets the private 'App\Repository\UserSubscriptionRepository' shared autowired service.
  3405.      *
  3406.      * @return \App\Repository\UserSubscriptionRepository
  3407.      */
  3408.     protected function getUserSubscriptionRepositoryService()
  3409.     {
  3410.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3415.         include_once \dirname(__DIR__4).'/src/Repository/UserSubscriptionRepository.php';
  3416.         return $this->privates['App\\Repository\\UserSubscriptionRepository'] = new \App\Repository\UserSubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3417.     }
  3418.     /**
  3419.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  3420.      *
  3421.      * @return \App\Security\LoginFormAuthenticator
  3422.      */
  3423.     protected function getLoginFormAuthenticatorService()
  3424.     {
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3430.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  3431.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  3432.     }
  3433.     /**
  3434.      * Gets the private 'App\Service\CommanService' shared autowired service.
  3435.      *
  3436.      * @return \App\Service\CommanService
  3437.      */
  3438.     protected function getCommanServiceService()
  3439.     {
  3440.         include_once \dirname(__DIR__4).'/src/Service/CommanService.php';
  3441.         return $this->privates['App\\Service\\CommanService'] = new \App\Service\CommanService();
  3442.     }
  3443.     /**
  3444.      * Gets the private 'App\Service\PDFService' shared autowired service.
  3445.      *
  3446.      * @return \App\Service\PDFService
  3447.      */
  3448.     protected function getPDFServiceService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/src/Service/PDFService.php';
  3451.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3452.         if (isset($this->privates['App\\Service\\PDFService'])) {
  3453.             return $this->privates['App\\Service\\PDFService'];
  3454.         }
  3455.         return $this->privates['App\\Service\\PDFService'] = new \App\Service\PDFService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3456.     }
  3457.     /**
  3458.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3459.      *
  3460.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3461.      */
  3462.     protected function getManagerRegistryAwareConnectionProviderService()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3466.         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'));
  3467.     }
  3468.     /**
  3469.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3470.      *
  3471.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3472.      */
  3473.     protected function getRunSqlCommandService()
  3474.     {
  3475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3477.         $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()));
  3478.         $instance->setName('dbal:run-sql');
  3479.         return $instance;
  3480.     }
  3481.     /**
  3482.      * Gets the private 'annotations.cache_adapter' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3485.      */
  3486.     protected function getAnnotations_CacheAdapterService()
  3487.     {
  3488.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'annotations.cache_warmer' shared service.
  3492.      *
  3493.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3494.      */
  3495.     protected function getAnnotations_CacheWarmerService()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3500.         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);
  3501.     }
  3502.     /**
  3503.      * Gets the private 'annotations.cached_reader' shared service.
  3504.      *
  3505.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3506.      */
  3507.     protected function getAnnotations_CachedReaderService()
  3508.     {
  3509.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3510.     }
  3511.     /**
  3512.      * Gets the private 'annotations.reader' shared service.
  3513.      *
  3514.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3515.      */
  3516.     protected function getAnnotations_ReaderService()
  3517.     {
  3518.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3519.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3520.         $a->registerUniqueLoader('class_exists');
  3521.         $instance->addGlobalIgnoredName('required'$a);
  3522.         return $instance;
  3523.     }
  3524.     /**
  3525.      * Gets the private 'cache.annotations' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3528.      */
  3529.     protected function getCache_AnnotationsService()
  3530.     {
  3531.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w5sMFWmZCE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3532.     }
  3533.     /**
  3534.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3535.      *
  3536.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3537.      */
  3538.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3539.     {
  3540.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3541.     }
  3542.     /**
  3543.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3544.      *
  3545.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3546.      */
  3547.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3548.     {
  3549.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3550.     }
  3551.     /**
  3552.      * Gets the private 'cache.property_info' shared service.
  3553.      *
  3554.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3555.      */
  3556.     protected function getCache_PropertyInfoService()
  3557.     {
  3558.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uVeiqX4wYW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3559.     }
  3560.     /**
  3561.      * Gets the private 'cache.security_expression_language' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3564.      */
  3565.     protected function getCache_SecurityExpressionLanguageService()
  3566.     {
  3567.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k2+RKvSsUF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3568.     }
  3569.     /**
  3570.      * Gets the private 'cache.serializer' shared service.
  3571.      *
  3572.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3573.      */
  3574.     protected function getCache_SerializerService()
  3575.     {
  3576.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KwOVoF18iu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3577.     }
  3578.     /**
  3579.      * Gets the private 'cache.validator' shared service.
  3580.      *
  3581.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3582.      */
  3583.     protected function getCache_ValidatorService()
  3584.     {
  3585.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NN0gJ+FTSx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3586.     }
  3587.     /**
  3588.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3589.      *
  3590.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3591.      */
  3592.     protected function getCachePoolClearer_CacheWarmerService()
  3593.     {
  3594.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3596.         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']);
  3597.     }
  3598.     /**
  3599.      * Gets the private 'config_builder.warmer' shared service.
  3600.      *
  3601.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3602.      */
  3603.     protected function getConfigBuilder_WarmerService()
  3604.     {
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3607.         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()));
  3608.     }
  3609.     /**
  3610.      * Gets the private 'config_cache_factory' shared service.
  3611.      *
  3612.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3613.      */
  3614.     protected function getConfigCacheFactoryService()
  3615.     {
  3616.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3617.             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)));
  3618.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3619.         }, 2));
  3620.     }
  3621.     /**
  3622.      * Gets the private 'console.command.about' shared service.
  3623.      *
  3624.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3625.      */
  3626.     protected function getConsole_Command_AboutService()
  3627.     {
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3630.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3631.         $instance->setName('about');
  3632.         $instance->setDescription('Display information about the current project');
  3633.         return $instance;
  3634.     }
  3635.     /**
  3636.      * Gets the private 'console.command.assets_install' shared service.
  3637.      *
  3638.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3639.      */
  3640.     protected function getConsole_Command_AssetsInstallService()
  3641.     {
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3645.         $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));
  3646.         $instance->setName('assets:install');
  3647.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3648.         return $instance;
  3649.     }
  3650.     /**
  3651.      * Gets the private 'console.command.cache_clear' shared service.
  3652.      *
  3653.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3654.      */
  3655.     protected function getConsole_Command_CacheClearService()
  3656.     {
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3660.         $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())));
  3661.         $instance->setName('cache:clear');
  3662.         $instance->setDescription('Clear the cache');
  3663.         return $instance;
  3664.     }
  3665.     /**
  3666.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3667.      *
  3668.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3669.      */
  3670.     protected function getConsole_Command_CachePoolClearService()
  3671.     {
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3674.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3675.         $instance->setName('cache:pool:clear');
  3676.         $instance->setDescription('Clear cache pools');
  3677.         return $instance;
  3678.     }
  3679.     /**
  3680.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3681.      *
  3682.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3683.      */
  3684.     protected function getConsole_Command_CachePoolDeleteService()
  3685.     {
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3688.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3689.         $instance->setName('cache:pool:delete');
  3690.         $instance->setDescription('Delete an item from a cache pool');
  3691.         return $instance;
  3692.     }
  3693.     /**
  3694.      * Gets the private 'console.command.cache_pool_list' shared service.
  3695.      *
  3696.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3697.      */
  3698.     protected function getConsole_Command_CachePoolListService()
  3699.     {
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3702.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3703.         $instance->setName('cache:pool:list');
  3704.         $instance->setDescription('List available cache pools');
  3705.         return $instance;
  3706.     }
  3707.     /**
  3708.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3709.      *
  3710.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3711.      */
  3712.     protected function getConsole_Command_CachePoolPruneService()
  3713.     {
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3716.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3717.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3718.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3719.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3720.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3721.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3722.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3723.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3724.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3725.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3726.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3727.         }, 10));
  3728.         $instance->setName('cache:pool:prune');
  3729.         $instance->setDescription('Prune cache pools');
  3730.         return $instance;
  3731.     }
  3732.     /**
  3733.      * Gets the private 'console.command.cache_warmup' shared service.
  3734.      *
  3735.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3736.      */
  3737.     protected function getConsole_Command_CacheWarmupService()
  3738.     {
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3741.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3742.         $instance->setName('cache:warmup');
  3743.         $instance->setDescription('Warm up an empty cache');
  3744.         return $instance;
  3745.     }
  3746.     /**
  3747.      * Gets the private 'console.command.config_debug' shared service.
  3748.      *
  3749.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3750.      */
  3751.     protected function getConsole_Command_ConfigDebugService()
  3752.     {
  3753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3758.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3759.         $instance->setName('debug:config');
  3760.         $instance->setDescription('Dump the current configuration for an extension');
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the private 'console.command.config_dump_reference' shared service.
  3765.      *
  3766.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3767.      */
  3768.     protected function getConsole_Command_ConfigDumpReferenceService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3775.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3776.         $instance->setName('config:dump-reference');
  3777.         $instance->setDescription('Dump the default configuration for an extension');
  3778.         return $instance;
  3779.     }
  3780.     /**
  3781.      * Gets the private 'console.command.container_debug' shared service.
  3782.      *
  3783.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3784.      */
  3785.     protected function getConsole_Command_ContainerDebugService()
  3786.     {
  3787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3790.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3791.         $instance->setName('debug:container');
  3792.         $instance->setDescription('Display current services for an application');
  3793.         return $instance;
  3794.     }
  3795.     /**
  3796.      * Gets the private 'console.command.container_lint' shared service.
  3797.      *
  3798.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3799.      */
  3800.     protected function getConsole_Command_ContainerLintService()
  3801.     {
  3802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3804.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3805.         $instance->setName('lint:container');
  3806.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3807.         return $instance;
  3808.     }
  3809.     /**
  3810.      * Gets the private 'console.command.debug_autowiring' shared service.
  3811.      *
  3812.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3813.      */
  3814.     protected function getConsole_Command_DebugAutowiringService()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3820.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3821.         $instance->setName('debug:autowiring');
  3822.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3823.         return $instance;
  3824.     }
  3825.     /**
  3826.      * Gets the private 'console.command.dotenv_debug' shared service.
  3827.      *
  3828.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3829.      */
  3830.     protected function getConsole_Command_DotenvDebugService()
  3831.     {
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3834.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  3835.         $instance->setName('debug:dotenv');
  3836.         $instance->setDescription('Lists all dotenv files with variables and values');
  3837.         return $instance;
  3838.     }
  3839.     /**
  3840.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3841.      *
  3842.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3843.      */
  3844.     protected function getConsole_Command_EventDispatcherDebugService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3848.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3849.         $instance->setName('debug:event-dispatcher');
  3850.         $instance->setDescription('Display configured listeners for an application');
  3851.         return $instance;
  3852.     }
  3853.     /**
  3854.      * Gets the private 'console.command.form_debug' shared service.
  3855.      *
  3856.      * @return \Symfony\Component\Form\Command\DebugCommand
  3857.      */
  3858.     protected function getConsole_Command_FormDebugService()
  3859.     {
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3862.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\CategoryType'=> 'App\\Form\\ChangePasswordFormType'=> 'App\\Form\\ChangePasswordType'=> 'App\\Form\\ClubMembersType'=> 'App\\Form\\EditUserType'=> 'App\\Form\\FollowUpType'=> 'App\\Form\\MemberCheckupsType'=> 'App\\Form\\PaymentType'=> 'App\\Form\\ProductType'=> 'App\\Form\\RegistrationFormType'10 => 'App\\Form\\ResetPasswordRequestFormType'11 => 'App\\Form\\UserType'12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'16 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3863.         $instance->setName('debug:form');
  3864.         $instance->setDescription('Display form type information');
  3865.         return $instance;
  3866.     }
  3867.     /**
  3868.      * Gets the private 'console.command.router_debug' shared service.
  3869.      *
  3870.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3871.      */
  3872.     protected function getConsole_Command_RouterDebugService()
  3873.     {
  3874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3877.         $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()));
  3878.         $instance->setName('debug:router');
  3879.         $instance->setDescription('Display current routes for an application');
  3880.         return $instance;
  3881.     }
  3882.     /**
  3883.      * Gets the private 'console.command.router_match' shared service.
  3884.      *
  3885.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3886.      */
  3887.     protected function getConsole_Command_RouterMatchService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3891.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3892.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3893.         }, 1));
  3894.         $instance->setName('router:match');
  3895.         $instance->setDescription('Help debug routes by simulating a path info match');
  3896.         return $instance;
  3897.     }
  3898.     /**
  3899.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3900.      *
  3901.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3902.      */
  3903.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3904.     {
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3909.         $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')))));
  3910.         $instance->setName('secrets:decrypt-to-local');
  3911.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3912.         return $instance;
  3913.     }
  3914.     /**
  3915.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3916.      *
  3917.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3918.      */
  3919.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3920.     {
  3921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3925.         $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')))));
  3926.         $instance->setName('secrets:encrypt-from-local');
  3927.         $instance->setDescription('Encrypt all local secrets to the vault');
  3928.         return $instance;
  3929.     }
  3930.     /**
  3931.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3932.      *
  3933.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3934.      */
  3935.     protected function getConsole_Command_SecretsGenerateKeyService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3941.         $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')))));
  3942.         $instance->setName('secrets:generate-keys');
  3943.         $instance->setDescription('Generate new encryption keys');
  3944.         return $instance;
  3945.     }
  3946.     /**
  3947.      * Gets the private 'console.command.secrets_list' shared service.
  3948.      *
  3949.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3950.      */
  3951.     protected function getConsole_Command_SecretsListService()
  3952.     {
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3957.         $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')))));
  3958.         $instance->setName('secrets:list');
  3959.         $instance->setDescription('List all secrets');
  3960.         return $instance;
  3961.     }
  3962.     /**
  3963.      * Gets the private 'console.command.secrets_remove' shared service.
  3964.      *
  3965.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3966.      */
  3967.     protected function getConsole_Command_SecretsRemoveService()
  3968.     {
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3973.         $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')))));
  3974.         $instance->setName('secrets:remove');
  3975.         $instance->setDescription('Remove a secret from the vault');
  3976.         return $instance;
  3977.     }
  3978.     /**
  3979.      * Gets the private 'console.command.secrets_set' shared service.
  3980.      *
  3981.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3982.      */
  3983.     protected function getConsole_Command_SecretsSetService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3989.         $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')))));
  3990.         $instance->setName('secrets:set');
  3991.         $instance->setDescription('Set a secret in the vault');
  3992.         return $instance;
  3993.     }
  3994.     /**
  3995.      * Gets the private 'console.command.translation_debug' shared service.
  3996.      *
  3997.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3998.      */
  3999.     protected function getConsole_Command_TranslationDebugService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4003.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4004.         $instance->setName('debug:translation');
  4005.         $instance->setDescription('Display translation messages information');
  4006.         return $instance;
  4007.     }
  4008.     /**
  4009.      * Gets the private 'console.command.translation_extract' shared service.
  4010.      *
  4011.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4012.      */
  4013.     protected function getConsole_Command_TranslationExtractService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4017.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4018.         $instance->setName('translation:extract');
  4019.         $instance->setAliases([=> 'translation:update']);
  4020.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4021.         return $instance;
  4022.     }
  4023.     /**
  4024.      * Gets the private 'console.command.translation_pull' shared service.
  4025.      *
  4026.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4027.      */
  4028.     protected function getConsole_Command_TranslationPullService()
  4029.     {
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4033.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  4034.         $instance->setName('translation:pull');
  4035.         $instance->setDescription('Pull translations from a given provider.');
  4036.         return $instance;
  4037.     }
  4038.     /**
  4039.      * Gets the private 'console.command.translation_push' shared service.
  4040.      *
  4041.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4042.      */
  4043.     protected function getConsole_Command_TranslationPushService()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4048.         $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()), [], []);
  4049.         $instance->setName('translation:push');
  4050.         $instance->setDescription('Push translations to a given provider.');
  4051.         return $instance;
  4052.     }
  4053.     /**
  4054.      * Gets the private 'console.command.validator_debug' shared service.
  4055.      *
  4056.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4057.      */
  4058.     protected function getConsole_Command_ValidatorDebugService()
  4059.     {
  4060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4062.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4063.         $instance->setName('debug:validator');
  4064.         $instance->setDescription('Display validation constraints for classes');
  4065.         return $instance;
  4066.     }
  4067.     /**
  4068.      * Gets the private 'console.command.xliff_lint' shared service.
  4069.      *
  4070.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4071.      */
  4072.     protected function getConsole_Command_XliffLintService()
  4073.     {
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4076.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4077.         $instance->setName('lint:xliff');
  4078.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'console.command.yaml_lint' shared service.
  4083.      *
  4084.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4085.      */
  4086.     protected function getConsole_Command_YamlLintService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4091.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4092.         $instance->setName('lint:yaml');
  4093.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4094.         return $instance;
  4095.     }
  4096.     /**
  4097.      * Gets the private 'console.error_listener' shared service.
  4098.      *
  4099.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4100.      */
  4101.     protected function getConsole_ErrorListenerService()
  4102.     {
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4104.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4105.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4106.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4107.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4108.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4109.     }
  4110.     /**
  4111.      * Gets the private 'container.env_var_processor' shared service.
  4112.      *
  4113.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4114.      */
  4115.     protected function getContainer_EnvVarProcessorService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4119.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4120.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4121.         }, 1));
  4122.     }
  4123.     /**
  4124.      * Gets the private 'container.getenv' shared service.
  4125.      *
  4126.      * @return \Closure
  4127.      */
  4128.     protected function getContainer_GetenvService()
  4129.     {
  4130.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4131.     }
  4132.     /**
  4133.      * Gets the private 'data_collector.form' shared service.
  4134.      *
  4135.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4136.      */
  4137.     protected function getDataCollector_FormService()
  4138.     {
  4139.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4140.     }
  4141.     /**
  4142.      * Gets the private 'data_collector.request' shared service.
  4143.      *
  4144.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4145.      */
  4146.     protected function getDataCollector_RequestService()
  4147.     {
  4148.         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())));
  4149.     }
  4150.     /**
  4151.      * Gets the private 'data_collector.request.session_collector' shared service.
  4152.      *
  4153.      * @return \Closure
  4154.      */
  4155.     protected function getDataCollector_Request_SessionCollectorService()
  4156.     {
  4157.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4158.     }
  4159.     /**
  4160.      * Gets the private 'debug.argument_resolver.default' shared service.
  4161.      *
  4162.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4163.      */
  4164.     protected function getDebug_ArgumentResolver_DefaultService()
  4165.     {
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4169.         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))));
  4170.     }
  4171.     /**
  4172.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4173.      *
  4174.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4175.      */
  4176.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4181.         $a = ($this->privates['.service_locator.XojpJZE'] ?? $this->get_ServiceLocator_XojpJZEService());
  4182.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  4183.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  4184.         }
  4185.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4186.     }
  4187.     /**
  4188.      * Gets the private 'debug.argument_resolver.request' shared service.
  4189.      *
  4190.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4191.      */
  4192.     protected function getDebug_ArgumentResolver_RequestService()
  4193.     {
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4197.         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))));
  4198.     }
  4199.     /**
  4200.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4201.      *
  4202.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4203.      */
  4204.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4205.     {
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4209.         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))));
  4210.     }
  4211.     /**
  4212.      * Gets the private 'debug.argument_resolver.service' shared service.
  4213.      *
  4214.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4215.      */
  4216.     protected function getDebug_ArgumentResolver_ServiceService()
  4217.     {
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4221.         $a = ($this->privates['.service_locator.XojpJZE'] ?? $this->get_ServiceLocator_XojpJZEService());
  4222.         if (isset($this->privates['debug.argument_resolver.service'])) {
  4223.             return $this->privates['debug.argument_resolver.service'];
  4224.         }
  4225.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4226.     }
  4227.     /**
  4228.      * Gets the private 'debug.argument_resolver.session' shared service.
  4229.      *
  4230.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4231.      */
  4232.     protected function getDebug_ArgumentResolver_SessionService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4237.         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))));
  4238.     }
  4239.     /**
  4240.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4241.      *
  4242.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4243.      */
  4244.     protected function getDebug_ArgumentResolver_VariadicService()
  4245.     {
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4249.         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))));
  4250.     }
  4251.     /**
  4252.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4253.      *
  4254.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4255.      */
  4256.     protected function getDebug_DebugHandlersListenerService()
  4257.     {
  4258.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4259.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4260.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4261.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4262.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4263.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4264.     }
  4265.     /**
  4266.      * Gets the private 'debug.dump_listener' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4269.      */
  4270.     protected function getDebug_DumpListenerService()
  4271.     {
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4274.         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()));
  4275.     }
  4276.     /**
  4277.      * Gets the private 'debug.file_link_formatter' shared service.
  4278.      *
  4279.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4280.      */
  4281.     protected function getDebug_FileLinkFormatterService()
  4282.     {
  4283.         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 () {
  4284.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4285.         });
  4286.     }
  4287.     /**
  4288.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4289.      *
  4290.      * @return \string
  4291.      */
  4292.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4293.     {
  4294.         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');
  4295.     }
  4296.     /**
  4297.      * Gets the private 'debug.log_processor' shared service.
  4298.      *
  4299.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4300.      */
  4301.     protected function getDebug_LogProcessorService()
  4302.     {
  4303.         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())));
  4304.     }
  4305.     /**
  4306.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4307.      *
  4308.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4309.      */
  4310.     protected function getDebug_Security_Access_DecisionManagerService()
  4311.     {
  4312.         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 () {
  4313.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4314.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4315.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4316.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4317.     }
  4318.     /**
  4319.      * Gets the private 'debug.security.firewall' shared service.
  4320.      *
  4321.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4322.      */
  4323.     protected function getDebug_Security_FirewallService()
  4324.     {
  4325.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4326.         if (isset($this->privates['debug.security.firewall'])) {
  4327.             return $this->privates['debug.security.firewall'];
  4328.         }
  4329.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4330.         if (isset($this->privates['debug.security.firewall'])) {
  4331.             return $this->privates['debug.security.firewall'];
  4332.         }
  4333.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4334.     }
  4335.     /**
  4336.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4337.      *
  4338.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4339.      */
  4340.     protected function getDebug_Security_UserValueResolverService()
  4341.     {
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4345.         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))));
  4346.     }
  4347.     /**
  4348.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4351.      */
  4352.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4353.     {
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4358.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4359.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4360.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4361.         }
  4362.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  4363.     }
  4364.     /**
  4365.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4366.      *
  4367.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4368.      */
  4369.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4370.     {
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4375.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4376.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4377.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4378.         }
  4379.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4380.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4381.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4382.         }
  4383.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  4384.     }
  4385.     /**
  4386.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4387.      *
  4388.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4389.      */
  4390.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4396.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4397.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4398.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4399.         }
  4400.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  4401.     }
  4402.     /**
  4403.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4404.      *
  4405.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4406.      */
  4407.     protected function getDebug_Security_Voter_VoteListenerService()
  4408.     {
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4410.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4411.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4412.             return $this->privates['debug.security.voter.vote_listener'];
  4413.         }
  4414.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4415.     }
  4416.     /**
  4417.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4418.      *
  4419.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4420.      */
  4421.     protected function getDoctrine_CacheClearMetadataCommandService()
  4422.     {
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4429.         $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()));
  4430.         $instance->setName('doctrine:cache:clear-metadata');
  4431.         return $instance;
  4432.     }
  4433.     /**
  4434.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4435.      *
  4436.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4437.      */
  4438.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4446.         $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()));
  4447.         $instance->setName('doctrine:cache:clear-query');
  4448.         return $instance;
  4449.     }
  4450.     /**
  4451.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4452.      *
  4453.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4454.      */
  4455.     protected function getDoctrine_CacheClearResultCommandService()
  4456.     {
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4463.         $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()));
  4464.         $instance->setName('doctrine:cache:clear-result');
  4465.         return $instance;
  4466.     }
  4467.     /**
  4468.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4469.      *
  4470.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4471.      */
  4472.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4473.     {
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4475.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4480.         $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()));
  4481.         $instance->setName('doctrine:cache:clear-collection-region');
  4482.         return $instance;
  4483.     }
  4484.     /**
  4485.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4486.      *
  4487.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4488.      */
  4489.     protected function getDoctrine_ClearEntityRegionCommandService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4497.         $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()));
  4498.         $instance->setName('doctrine:cache:clear-entity-region');
  4499.         return $instance;
  4500.     }
  4501.     /**
  4502.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4503.      *
  4504.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4505.      */
  4506.     protected function getDoctrine_ClearQueryRegionCommandService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4514.         $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()));
  4515.         $instance->setName('doctrine:cache:clear-query-region');
  4516.         return $instance;
  4517.     }
  4518.     /**
  4519.      * Gets the private 'doctrine.database_create_command' shared service.
  4520.      *
  4521.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4522.      */
  4523.     protected function getDoctrine_DatabaseCreateCommandService()
  4524.     {
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4528.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4529.         $instance->setName('doctrine:database:create');
  4530.         return $instance;
  4531.     }
  4532.     /**
  4533.      * Gets the private 'doctrine.database_drop_command' shared service.
  4534.      *
  4535.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4536.      */
  4537.     protected function getDoctrine_DatabaseDropCommandService()
  4538.     {
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4542.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4543.         $instance->setName('doctrine:database:drop');
  4544.         return $instance;
  4545.     }
  4546.     /**
  4547.      * Gets the private 'doctrine.database_import_command' shared service.
  4548.      *
  4549.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4550.      */
  4551.     protected function getDoctrine_DatabaseImportCommandService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4556.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4557.         $instance->setName('doctrine:database:import');
  4558.         return $instance;
  4559.     }
  4560.     /**
  4561.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4562.      *
  4563.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4564.      */
  4565.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4573.         $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()));
  4574.         $instance->setName('doctrine:ensure-production-settings');
  4575.         return $instance;
  4576.     }
  4577.     /**
  4578.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4579.      *
  4580.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4581.      */
  4582.     protected function getDoctrine_MappingConvertCommandService()
  4583.     {
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4585.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4590.         $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()));
  4591.         $instance->setName('doctrine:mapping:convert');
  4592.         return $instance;
  4593.     }
  4594.     /**
  4595.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4596.      *
  4597.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4598.      */
  4599.     protected function getDoctrine_MappingImportCommandService()
  4600.     {
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4604.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4605.         $instance->setName('doctrine:mapping:import');
  4606.         return $instance;
  4607.     }
  4608.     /**
  4609.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4610.      *
  4611.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4612.      */
  4613.     protected function getDoctrine_MappingInfoCommandService()
  4614.     {
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4621.         $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()));
  4622.         $instance->setName('doctrine:mapping:info');
  4623.         return $instance;
  4624.     }
  4625.     /**
  4626.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4627.      *
  4628.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4629.      */
  4630.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4631.     {
  4632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4634.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4635.     }
  4636.     /**
  4637.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4638.      *
  4639.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4640.      */
  4641.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4642.     {
  4643.         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')]);
  4644.     }
  4645.     /**
  4646.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4647.      *
  4648.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4649.      */
  4650.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4653.         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()));
  4654.     }
  4655.     /**
  4656.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4657.      *
  4658.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4659.      */
  4660.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4661.     {
  4662.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4663.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4664.     }
  4665.     /**
  4666.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4667.      *
  4668.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4669.      */
  4670.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4674.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4675.     }
  4676.     /**
  4677.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4678.      *
  4679.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4680.      */
  4681.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4685.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4686.             return new \EmptyIterator();
  4687.         }, 0));
  4688.     }
  4689.     /**
  4690.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4691.      *
  4692.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4693.      */
  4694.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4698.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4699.     }
  4700.     /**
  4701.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4702.      *
  4703.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4704.      */
  4705.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4709.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4710.     }
  4711.     /**
  4712.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4713.      *
  4714.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4715.      */
  4716.     protected function getDoctrine_Orm_Validator_UniqueService()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4721.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4722.     }
  4723.     /**
  4724.      * Gets the private 'doctrine.query_dql_command' shared service.
  4725.      *
  4726.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4727.      */
  4728.     protected function getDoctrine_QueryDqlCommandService()
  4729.     {
  4730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4731.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4733.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4736.         $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()));
  4737.         $instance->setName('doctrine:query:dql');
  4738.         return $instance;
  4739.     }
  4740.     /**
  4741.      * Gets the private 'doctrine.query_sql_command' shared service.
  4742.      *
  4743.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4744.      */
  4745.     protected function getDoctrine_QuerySqlCommandService()
  4746.     {
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4748.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4750.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4751.         $instance->setName('doctrine:query:sql');
  4752.         return $instance;
  4753.     }
  4754.     /**
  4755.      * Gets the private 'doctrine.schema_create_command' shared service.
  4756.      *
  4757.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4758.      */
  4759.     protected function getDoctrine_SchemaCreateCommandService()
  4760.     {
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4768.         $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()));
  4769.         $instance->setName('doctrine:schema:create');
  4770.         return $instance;
  4771.     }
  4772.     /**
  4773.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4774.      *
  4775.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4776.      */
  4777.     protected function getDoctrine_SchemaDropCommandService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4786.         $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()));
  4787.         $instance->setName('doctrine:schema:drop');
  4788.         return $instance;
  4789.     }
  4790.     /**
  4791.      * Gets the private 'doctrine.schema_update_command' shared service.
  4792.      *
  4793.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4794.      */
  4795.     protected function getDoctrine_SchemaUpdateCommandService()
  4796.     {
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4804.         $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()));
  4805.         $instance->setName('doctrine:schema:update');
  4806.         return $instance;
  4807.     }
  4808.     /**
  4809.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4810.      *
  4811.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4812.      */
  4813.     protected function getDoctrine_SchemaValidateCommandService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4821.         $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()));
  4822.         $instance->setName('doctrine:schema:validate');
  4823.         return $instance;
  4824.     }
  4825.     /**
  4826.      * Gets the private 'doctrine.ulid_generator' shared service.
  4827.      *
  4828.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4829.      */
  4830.     protected function getDoctrine_UlidGeneratorService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4834.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4835.     }
  4836.     /**
  4837.      * Gets the private 'doctrine.uuid_generator' shared service.
  4838.      *
  4839.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4840.      */
  4841.     protected function getDoctrine_UuidGeneratorService()
  4842.     {
  4843.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4845.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4846.     }
  4847.     /**
  4848.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4849.      *
  4850.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  4851.      */
  4852.     protected function getDoctrineMigrations_DiffCommandService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  4858.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  4859.         $instance->setName('doctrine:migrations:diff');
  4860.         return $instance;
  4861.     }
  4862.     /**
  4863.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4864.      *
  4865.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  4866.      */
  4867.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4868.     {
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4870.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  4873.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  4874.         $instance->setName('doctrine:migrations:dump-schema');
  4875.         return $instance;
  4876.     }
  4877.     /**
  4878.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4879.      *
  4880.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  4881.      */
  4882.     protected function getDoctrineMigrations_ExecuteCommandService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  4888.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  4889.         $instance->setName('doctrine:migrations:execute');
  4890.         return $instance;
  4891.     }
  4892.     /**
  4893.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4894.      *
  4895.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  4896.      */
  4897.     protected function getDoctrineMigrations_GenerateCommandService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  4903.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  4904.         $instance->setName('doctrine:migrations:generate');
  4905.         return $instance;
  4906.     }
  4907.     /**
  4908.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4909.      *
  4910.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4911.      */
  4912.     protected function getDoctrineMigrations_LatestCommandService()
  4913.     {
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  4918.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  4919.         $instance->setName('doctrine:migrations:latest');
  4920.         return $instance;
  4921.     }
  4922.     /**
  4923.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4924.      *
  4925.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  4926.      */
  4927.     protected function getDoctrineMigrations_MigrateCommandService()
  4928.     {
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  4933.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  4934.         $instance->setName('doctrine:migrations:migrate');
  4935.         return $instance;
  4936.     }
  4937.     /**
  4938.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4939.      *
  4940.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  4941.      */
  4942.     protected function getDoctrineMigrations_RollupCommandService()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4948.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4949.         $instance->setName('doctrine:migrations:rollup');
  4950.         return $instance;
  4951.     }
  4952.     /**
  4953.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4954.      *
  4955.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4956.      */
  4957.     protected function getDoctrineMigrations_StatusCommandService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4963.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4964.         $instance->setName('doctrine:migrations:status');
  4965.         return $instance;
  4966.     }
  4967.     /**
  4968.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4969.      *
  4970.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4971.      */
  4972.     protected function getDoctrineMigrations_UpToDateCommandService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4978.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4979.         $instance->setName('doctrine:migrations:up-to-date');
  4980.         return $instance;
  4981.     }
  4982.     /**
  4983.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4984.      *
  4985.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4986.      */
  4987.     protected function getDoctrineMigrations_VersionCommandService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4993.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4994.         $instance->setName('doctrine:migrations:version');
  4995.         return $instance;
  4996.     }
  4997.     /**
  4998.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4999.      *
  5000.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5001.      */
  5002.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5003.     {
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5006.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5007.         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()));
  5008.     }
  5009.     /**
  5010.      * Gets the private 'exception_listener' shared service.
  5011.      *
  5012.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5013.      */
  5014.     protected function getExceptionListenerService()
  5015.     {
  5016.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5017.     }
  5018.     /**
  5019.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5020.      *
  5021.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5022.      */
  5023.     protected function getForm_ChoiceListFactory_CachedService()
  5024.     {
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5029.         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())));
  5030.     }
  5031.     /**
  5032.      * Gets the private 'form.registry' shared service.
  5033.      *
  5034.      * @return \Symfony\Component\Form\FormRegistry
  5035.      */
  5036.     protected function getForm_RegistryService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5045.         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, [
  5046.             'App\\Form\\CategoryType' => ['privates''App\\Form\\CategoryType''getCategoryTypeService'false],
  5047.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  5048.             'App\\Form\\ChangePasswordType' => ['privates''App\\Form\\ChangePasswordType''getChangePasswordTypeService'false],
  5049.             'App\\Form\\ClubMembersType' => ['privates''App\\Form\\ClubMembersType''getClubMembersTypeService'false],
  5050.             'App\\Form\\EditUserType' => ['privates''App\\Form\\EditUserType''getEditUserTypeService'false],
  5051.             'App\\Form\\FollowUpType' => ['privates''App\\Form\\FollowUpType''getFollowUpTypeService'false],
  5052.             'App\\Form\\MemberCheckupsType' => ['privates''App\\Form\\MemberCheckupsType''getMemberCheckupsTypeService'false],
  5053.             'App\\Form\\PaymentType' => ['privates''App\\Form\\PaymentType''getPaymentTypeService'false],
  5054.             'App\\Form\\ProductType' => ['privates''App\\Form\\ProductType''getProductTypeService'false],
  5055.             'App\\Form\\RegistrationFormType' => ['privates''App\\Form\\RegistrationFormType''getRegistrationFormTypeService'false],
  5056.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  5057.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  5058.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5059.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5060.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5061.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5062.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5063.         ], [
  5064.             'App\\Form\\CategoryType' => '?',
  5065.             'App\\Form\\ChangePasswordFormType' => '?',
  5066.             'App\\Form\\ChangePasswordType' => '?',
  5067.             'App\\Form\\ClubMembersType' => '?',
  5068.             'App\\Form\\EditUserType' => '?',
  5069.             'App\\Form\\FollowUpType' => '?',
  5070.             'App\\Form\\MemberCheckupsType' => '?',
  5071.             'App\\Form\\PaymentType' => '?',
  5072.             'App\\Form\\ProductType' => '?',
  5073.             'App\\Form\\RegistrationFormType' => '?',
  5074.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  5075.             'App\\Form\\UserType' => '?',
  5076.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5077.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5078.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5079.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5080.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5081.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5082.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5083.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5084.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5085.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5086.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5087.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5088.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5089.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5090.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5091.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5092.         }, 1)], new RewindableGenerator(function () {
  5093.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5094.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5095.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5096.     }
  5097.     /**
  5098.      * Gets the private 'form.server_params' shared service.
  5099.      *
  5100.      * @return \Symfony\Component\Form\Util\ServerParams
  5101.      */
  5102.     protected function getForm_ServerParamsService()
  5103.     {
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5105.         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())));
  5106.     }
  5107.     /**
  5108.      * Gets the private 'form.type.choice' shared service.
  5109.      *
  5110.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5111.      */
  5112.     protected function getForm_Type_ChoiceService()
  5113.     {
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5117.         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()));
  5118.     }
  5119.     /**
  5120.      * Gets the private 'form.type.color' shared service.
  5121.      *
  5122.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5123.      */
  5124.     protected function getForm_Type_ColorService()
  5125.     {
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5129.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5130.     }
  5131.     /**
  5132.      * Gets the private 'form.type.entity' shared service.
  5133.      *
  5134.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5135.      */
  5136.     protected function getForm_Type_EntityService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5142.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'form.type.form' shared service.
  5146.      *
  5147.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5148.      */
  5149.     protected function getForm_Type_FormService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5155.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5156.     }
  5157.     /**
  5158.      * Gets the private 'form.type_extension.csrf' shared service.
  5159.      *
  5160.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5161.      */
  5162.     protected function getForm_TypeExtension_CsrfService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5167.         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()));
  5168.     }
  5169.     /**
  5170.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5171.      *
  5172.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5173.      */
  5174.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5179.         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()));
  5180.     }
  5181.     /**
  5182.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5183.      *
  5184.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5185.      */
  5186.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5187.     {
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5193.         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())));
  5194.     }
  5195.     /**
  5196.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5197.      *
  5198.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5199.      */
  5200.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5205.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5206.     }
  5207.     /**
  5208.      * Gets the private 'form.type_extension.form.validator' shared service.
  5209.      *
  5210.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5211.      */
  5212.     protected function getForm_TypeExtension_Form_ValidatorService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5218.         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()));
  5219.     }
  5220.     /**
  5221.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5222.      *
  5223.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5224.      */
  5225.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5226.     {
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5230.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5231.     }
  5232.     /**
  5233.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5234.      *
  5235.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5236.      */
  5237.     protected function getForm_TypeGuesser_DoctrineService()
  5238.     {
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5241.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5242.     }
  5243.     /**
  5244.      * Gets the private 'form.type_guesser.validator' shared service.
  5245.      *
  5246.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5247.      */
  5248.     protected function getForm_TypeGuesser_ValidatorService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5252.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5253.     }
  5254.     /**
  5255.      * Gets the private 'fragment.renderer.inline' shared service.
  5256.      *
  5257.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5258.      */
  5259.     protected function getFragment_Renderer_InlineService()
  5260.     {
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5264.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5265.         if (isset($this->privates['fragment.renderer.inline'])) {
  5266.             return $this->privates['fragment.renderer.inline'];
  5267.         }
  5268.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5269.         if (isset($this->privates['fragment.renderer.inline'])) {
  5270.             return $this->privates['fragment.renderer.inline'];
  5271.         }
  5272.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  5273.         $instance->setFragmentPath('/_fragment');
  5274.         return $instance;
  5275.     }
  5276.     /**
  5277.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5278.      *
  5279.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5280.      */
  5281.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5282.     {
  5283.         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())));
  5284.     }
  5285.     /**
  5286.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5287.      *
  5288.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5289.      */
  5290.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5291.     {
  5292.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5293.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5294.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5295.         }
  5296.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  5297.     }
  5298.     /**
  5299.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5300.      *
  5301.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5302.      */
  5303.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5304.     {
  5305.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  5306.     }
  5307.     /**
  5308.      * Gets the private 'locale_aware_listener' shared service.
  5309.      *
  5310.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5311.      */
  5312.     protected function getLocaleAwareListenerService()
  5313.     {
  5314.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5315.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5316.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5317.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5318.     }
  5319.     /**
  5320.      * Gets the private 'locale_listener' shared service.
  5321.      *
  5322.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5323.      */
  5324.     protected function getLocaleListenerService()
  5325.     {
  5326.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5327.     }
  5328.     /**
  5329.      * Gets the private 'mailer.mailer' shared service.
  5330.      *
  5331.      * @return \Symfony\Component\Mailer\Mailer
  5332.      */
  5333.     protected function getMailer_MailerService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5340.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5341.         if (isset($this->privates['mailer.mailer'])) {
  5342.             return $this->privates['mailer.mailer'];
  5343.         }
  5344.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5345.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5346.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5347.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5348.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5349.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  5350.     }
  5351.     /**
  5352.      * Gets the private 'mailer.transport_factory.native' shared service.
  5353.      *
  5354.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5355.      */
  5356.     protected function getMailer_TransportFactory_NativeService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5361.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5362.         if (isset($this->privates['mailer.transport_factory.native'])) {
  5363.             return $this->privates['mailer.transport_factory.native'];
  5364.         }
  5365.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5366.     }
  5367.     /**
  5368.      * Gets the private 'mailer.transport_factory.null' shared service.
  5369.      *
  5370.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5371.      */
  5372.     protected function getMailer_TransportFactory_NullService()
  5373.     {
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5377.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5378.         if (isset($this->privates['mailer.transport_factory.null'])) {
  5379.             return $this->privates['mailer.transport_factory.null'];
  5380.         }
  5381.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5382.     }
  5383.     /**
  5384.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5385.      *
  5386.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5387.      */
  5388.     protected function getMailer_TransportFactory_SendmailService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5393.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5394.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5395.             return $this->privates['mailer.transport_factory.sendmail'];
  5396.         }
  5397.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5398.     }
  5399.     /**
  5400.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5401.      *
  5402.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5403.      */
  5404.     protected function getMailer_TransportFactory_SmtpService()
  5405.     {
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5409.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5410.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5411.             return $this->privates['mailer.transport_factory.smtp'];
  5412.         }
  5413.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5414.     }
  5415.     /**
  5416.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5417.      *
  5418.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5419.      */
  5420.     protected function getMaker_AutoCommand_MakeAuthService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5430.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5431.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5432.         $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()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5433.         $instance->setName('make:auth');
  5434.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5435.         return $instance;
  5436.     }
  5437.     /**
  5438.      * Gets the private 'maker.auto_command.make_command' shared service.
  5439.      *
  5440.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5441.      */
  5442.     protected function getMaker_AutoCommand_MakeCommandService()
  5443.     {
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5450.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5451.         $instance->setName('make:command');
  5452.         $instance->setDescription('Creates a new console command class');
  5453.         return $instance;
  5454.     }
  5455.     /**
  5456.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5457.      *
  5458.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5459.      */
  5460.     protected function getMaker_AutoCommand_MakeControllerService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5468.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5469.         $instance->setName('make:controller');
  5470.         $instance->setDescription('Creates a new controller class');
  5471.         return $instance;
  5472.     }
  5473.     /**
  5474.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5475.      *
  5476.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5477.      */
  5478.     protected function getMaker_AutoCommand_MakeCrudService()
  5479.     {
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5486.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5487.         $instance->setName('make:crud');
  5488.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5489.         return $instance;
  5490.     }
  5491.     /**
  5492.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5493.      *
  5494.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5495.      */
  5496.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5497.     {
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5504.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5505.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5506.         $instance->setName('make:docker:database');
  5507.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5508.         return $instance;
  5509.     }
  5510.     /**
  5511.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5512.      *
  5513.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5514.      */
  5515.     protected function getMaker_AutoCommand_MakeEntityService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5524.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5525.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5526.         $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, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5527.         $instance->setName('make:entity');
  5528.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5529.         return $instance;
  5530.     }
  5531.     /**
  5532.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5533.      *
  5534.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5535.      */
  5536.     protected function getMaker_AutoCommand_MakeFixturesService()
  5537.     {
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5544.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5545.         $instance->setName('make:fixtures');
  5546.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5547.         return $instance;
  5548.     }
  5549.     /**
  5550.      * Gets the private 'maker.auto_command.make_form' shared service.
  5551.      *
  5552.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5553.      */
  5554.     protected function getMaker_AutoCommand_MakeFormService()
  5555.     {
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5562.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5563.         $instance->setName('make:form');
  5564.         $instance->setDescription('Creates a new form class');
  5565.         return $instance;
  5566.     }
  5567.     /**
  5568.      * Gets the private 'maker.auto_command.make_message' shared service.
  5569.      *
  5570.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5571.      */
  5572.     protected function getMaker_AutoCommand_MakeMessageService()
  5573.     {
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5580.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5581.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5582.         $instance->setName('make:message');
  5583.         $instance->setDescription('Creates a new message and handler');
  5584.         return $instance;
  5585.     }
  5586.     /**
  5587.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5588.      *
  5589.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5590.      */
  5591.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5599.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5600.         $instance->setName('make:messenger-middleware');
  5601.         $instance->setDescription('Creates a new messenger middleware');
  5602.         return $instance;
  5603.     }
  5604.     /**
  5605.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5606.      *
  5607.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5608.      */
  5609.     protected function getMaker_AutoCommand_MakeMigrationService()
  5610.     {
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5618.         $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_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5619.         $instance->setName('make:migration');
  5620.         $instance->setDescription('Creates a new migration based on database changes');
  5621.         return $instance;
  5622.     }
  5623.     /**
  5624.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5625.      *
  5626.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5627.      */
  5628.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5636.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5637.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5638.         $instance->setName('make:registration-form');
  5639.         $instance->setDescription('Creates a new registration form system');
  5640.         return $instance;
  5641.     }
  5642.     /**
  5643.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5644.      *
  5645.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5646.      */
  5647.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5648.     {
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5655.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5656.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5657.         $instance->setName('make:reset-password');
  5658.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5659.         return $instance;
  5660.     }
  5661.     /**
  5662.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  5663.      *
  5664.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5665.      */
  5666.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5676.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5677.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5678.         $instance->setName('make:security:form-login');
  5679.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  5680.         return $instance;
  5681.     }
  5682.     /**
  5683.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5684.      *
  5685.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5686.      */
  5687.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5688.     {
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5695.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5696.         $instance->setName('make:serializer:encoder');
  5697.         $instance->setDescription('Creates a new serializer encoder class');
  5698.         return $instance;
  5699.     }
  5700.     /**
  5701.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5702.      *
  5703.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5704.      */
  5705.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5706.     {
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5713.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5714.         $instance->setName('make:serializer:normalizer');
  5715.         $instance->setDescription('Creates a new serializer normalizer class');
  5716.         return $instance;
  5717.     }
  5718.     /**
  5719.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5720.      *
  5721.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5722.      */
  5723.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5731.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5732.         $instance->setName('make:stimulus-controller');
  5733.         $instance->setDescription('Creates a new Stimulus controller');
  5734.         return $instance;
  5735.     }
  5736.     /**
  5737.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5738.      *
  5739.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5740.      */
  5741.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5742.     {
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5750.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5751.         $instance->setName('make:subscriber');
  5752.         $instance->setDescription('Creates a new event subscriber class');
  5753.         return $instance;
  5754.     }
  5755.     /**
  5756.      * Gets the private 'maker.auto_command.make_test' shared service.
  5757.      *
  5758.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5759.      */
  5760.     protected function getMaker_AutoCommand_MakeTestService()
  5761.     {
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5769.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5770.         $instance->setName('make:test');
  5771.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5772.         $instance->setDescription('Creates a new test class');
  5773.         return $instance;
  5774.     }
  5775.     /**
  5776.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5777.      *
  5778.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5779.      */
  5780.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  5781.     {
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5788.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5789.         $instance->setName('make:twig-component');
  5790.         $instance->setDescription('Creates a twig (or live) component');
  5791.         return $instance;
  5792.     }
  5793.     /**
  5794.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5795.      *
  5796.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5797.      */
  5798.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5806.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5807.         $instance->setName('make:twig-extension');
  5808.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  5809.         return $instance;
  5810.     }
  5811.     /**
  5812.      * Gets the private 'maker.auto_command.make_user' shared service.
  5813.      *
  5814.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5815.      */
  5816.     protected function getMaker_AutoCommand_MakeUserService()
  5817.     {
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5826.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5827.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5828.         $instance->setName('make:user');
  5829.         $instance->setDescription('Creates a new security user class');
  5830.         return $instance;
  5831.     }
  5832.     /**
  5833.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5834.      *
  5835.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5836.      */
  5837.     protected function getMaker_AutoCommand_MakeValidatorService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5845.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5846.         $instance->setName('make:validator');
  5847.         $instance->setDescription('Creates a new validator and constraint class');
  5848.         return $instance;
  5849.     }
  5850.     /**
  5851.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5852.      *
  5853.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5854.      */
  5855.     protected function getMaker_AutoCommand_MakeVoterService()
  5856.     {
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5863.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5864.         $instance->setName('make:voter');
  5865.         $instance->setDescription('Creates a new security voter class');
  5866.         return $instance;
  5867.     }
  5868.     /**
  5869.      * Gets the private 'maker.doctrine_helper' shared service.
  5870.      *
  5871.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5872.      */
  5873.     protected function getMaker_DoctrineHelperService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5876.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5877.     }
  5878.     /**
  5879.      * Gets the private 'maker.entity_class_generator' shared service.
  5880.      *
  5881.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5882.      */
  5883.     protected function getMaker_EntityClassGeneratorService()
  5884.     {
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5886.         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()));
  5887.     }
  5888.     /**
  5889.      * Gets the private 'maker.file_link_formatter' shared service.
  5890.      *
  5891.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  5892.      */
  5893.     protected function getMaker_FileLinkFormatterService()
  5894.     {
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5896.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5897.     }
  5898.     /**
  5899.      * Gets the private 'maker.file_manager' shared service.
  5900.      *
  5901.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5902.      */
  5903.     protected function getMaker_FileManagerService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5909.         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')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5910.     }
  5911.     /**
  5912.      * Gets the private 'maker.generator' shared service.
  5913.      *
  5914.      * @return \Symfony\Bundle\MakerBundle\Generator
  5915.      */
  5916.     protected function getMaker_GeneratorService()
  5917.     {
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5920.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  5921.     }
  5922.     /**
  5923.      * Gets the private 'maker.php_compat_util' shared service.
  5924.      *
  5925.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5926.      */
  5927.     protected function getMaker_PhpCompatUtilService()
  5928.     {
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5930.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5931.     }
  5932.     /**
  5933.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5934.      *
  5935.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5936.      */
  5937.     protected function getMaker_Renderer_FormTypeRendererService()
  5938.     {
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5940.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'mime_types' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\Mime\MimeTypes
  5946.      */
  5947.     protected function getMimeTypesService()
  5948.     {
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5952.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5953.         $instance->setDefault($instance);
  5954.         return $instance;
  5955.     }
  5956.     /**
  5957.      * Gets the private 'monolog.command.server_log' shared service.
  5958.      *
  5959.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5960.      */
  5961.     protected function getMonolog_Command_ServerLogService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5965.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5966.         $instance->setName('server:log');
  5967.         $instance->setDescription('Start a log server that displays logs in real time');
  5968.         return $instance;
  5969.     }
  5970.     /**
  5971.      * Gets the private 'monolog.handler.console' shared service.
  5972.      *
  5973.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5974.      */
  5975.     protected function getMonolog_Handler_ConsoleService()
  5976.     {
  5977.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5978.     }
  5979.     /**
  5980.      * Gets the private 'monolog.handler.main' shared service.
  5981.      *
  5982.      * @return \Monolog\Handler\StreamHandler
  5983.      */
  5984.     protected function getMonolog_Handler_MainService()
  5985.     {
  5986.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  5987.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5988.         return $instance;
  5989.     }
  5990.     /**
  5991.      * Gets the private 'monolog.logger' shared service.
  5992.      *
  5993.      * @return \Symfony\Bridge\Monolog\Logger
  5994.      */
  5995.     protected function getMonolog_LoggerService()
  5996.     {
  5997.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5998.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5999.         $instance->useMicrosecondTimestamps(true);
  6000.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6001.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6002.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6003.         return $instance;
  6004.     }
  6005.     /**
  6006.      * Gets the private 'monolog.logger.cache' shared service.
  6007.      *
  6008.      * @return \Symfony\Bridge\Monolog\Logger
  6009.      */
  6010.     protected function getMonolog_Logger_CacheService()
  6011.     {
  6012.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6013.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6014.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6015.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6016.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6017.         return $instance;
  6018.     }
  6019.     /**
  6020.      * Gets the private 'monolog.logger.mailer' shared service.
  6021.      *
  6022.      * @return \Symfony\Bridge\Monolog\Logger
  6023.      */
  6024.     protected function getMonolog_Logger_MailerService()
  6025.     {
  6026.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6027.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6028.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6029.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6030.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6031.         return $instance;
  6032.     }
  6033.     /**
  6034.      * Gets the private 'monolog.logger.request' shared service.
  6035.      *
  6036.      * @return \Symfony\Bridge\Monolog\Logger
  6037.      */
  6038.     protected function getMonolog_Logger_RequestService()
  6039.     {
  6040.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6041.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6042.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6043.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6044.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6045.         return $instance;
  6046.     }
  6047.     /**
  6048.      * Gets the private 'monolog.logger.security' shared service.
  6049.      *
  6050.      * @return \Symfony\Bridge\Monolog\Logger
  6051.      */
  6052.     protected function getMonolog_Logger_SecurityService()
  6053.     {
  6054.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6055.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6056.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6057.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6058.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6059.         return $instance;
  6060.     }
  6061.     /**
  6062.      * Gets the private 'parameter_bag' shared service.
  6063.      *
  6064.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6065.      */
  6066.     protected function getParameterBagService()
  6067.     {
  6068.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6069.     }
  6070.     /**
  6071.      * Gets the private 'profiler_listener' shared service.
  6072.      *
  6073.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6074.      */
  6075.     protected function getProfilerListenerService()
  6076.     {
  6077.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6078.         if (isset($this->privates['profiler_listener'])) {
  6079.             return $this->privates['profiler_listener'];
  6080.         }
  6081.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  6082.     }
  6083.     /**
  6084.      * Gets the private 'property_accessor' shared service.
  6085.      *
  6086.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6087.      */
  6088.     protected function getPropertyAccessorService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6096.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6097.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6098.     }
  6099.     /**
  6100.      * Gets the private 'property_info' shared service.
  6101.      *
  6102.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6103.      */
  6104.     protected function getPropertyInfoService()
  6105.     {
  6106.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6107.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6108.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6109.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6110.         }, 3), new RewindableGenerator(function () {
  6111.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6112.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6113.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6114.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6115.         }, 4), new RewindableGenerator(function () {
  6116.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6117.         }, 1), new RewindableGenerator(function () {
  6118.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6119.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6120.         }, 2), new RewindableGenerator(function () {
  6121.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6122.         }, 1));
  6123.     }
  6124.     /**
  6125.      * Gets the private 'property_info.serializer_extractor' shared service.
  6126.      *
  6127.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6128.      */
  6129.     protected function getPropertyInfo_SerializerExtractorService()
  6130.     {
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6132.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6133.     }
  6134.     /**
  6135.      * Gets the private 'router.cache_warmer' shared service.
  6136.      *
  6137.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6138.      */
  6139.     protected function getRouter_CacheWarmerService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6143.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6144.             'router' => ['services''router''getRouterService'false],
  6145.         ], [
  6146.             'router' => '?',
  6147.         ]))->withContext('router.cache_warmer'$this));
  6148.     }
  6149.     /**
  6150.      * Gets the private 'router.expression_language_provider' shared service.
  6151.      *
  6152.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6153.      */
  6154.     protected function getRouter_ExpressionLanguageProviderService()
  6155.     {
  6156.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6157.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6158.         ], [
  6159.             'env' => 'Closure',
  6160.         ]));
  6161.     }
  6162.     /**
  6163.      * Gets the private 'router.request_context' shared service.
  6164.      *
  6165.      * @return \Symfony\Component\Routing\RequestContext
  6166.      */
  6167.     protected function getRouter_RequestContextService()
  6168.     {
  6169.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6170.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6171.         return $instance;
  6172.     }
  6173.     /**
  6174.      * Gets the private 'router_listener' shared service.
  6175.      *
  6176.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6177.      */
  6178.     protected function getRouterListenerService()
  6179.     {
  6180.         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);
  6181.     }
  6182.     /**
  6183.      * Gets the private 'secrets.vault' shared service.
  6184.      *
  6185.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6186.      */
  6187.     protected function getSecrets_VaultService()
  6188.     {
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6193.         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'));
  6194.     }
  6195.     /**
  6196.      * Gets the private 'security.access_listener' shared service.
  6197.      *
  6198.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6199.      */
  6200.     protected function getSecurity_AccessListenerService()
  6201.     {
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6207.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6208.         if (isset($this->privates['security.access_listener'])) {
  6209.             return $this->privates['security.access_listener'];
  6210.         }
  6211.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6212.         if (isset($this->privates['security.access_listener'])) {
  6213.             return $this->privates['security.access_listener'];
  6214.         }
  6215.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), $b);
  6216.     }
  6217.     /**
  6218.      * Gets the private 'security.authentication.guard_handler' shared service.
  6219.      *
  6220.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6221.      *
  6222.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6223.      */
  6224.     protected function getSecurity_Authentication_GuardHandlerService()
  6225.     {
  6226.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6229.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6230.         if (isset($this->privates['security.authentication.guard_handler'])) {
  6231.             return $this->privates['security.authentication.guard_handler'];
  6232.         }
  6233.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  6234.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  6235.         return $instance;
  6236.     }
  6237.     /**
  6238.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6239.      *
  6240.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6241.      *
  6242.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6243.      */
  6244.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6245.     {
  6246.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6247.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6248.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6249.             return $this->privates['security.authentication.listener.anonymous.main'];
  6250.         }
  6251.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  6252.     }
  6253.     /**
  6254.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  6255.      *
  6256.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6257.      *
  6258.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6259.      */
  6260.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  6261.     {
  6262.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6263.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6264.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6265.             return $this->privates['security.authentication.listener.guard.main'];
  6266.         }
  6267.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6268.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6269.             return $this->privates['security.authentication.listener.guard.main'];
  6270.         }
  6271.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  6272.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  6273.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6274.     }
  6275.     /**
  6276.      * Gets the private 'security.authentication.manager' shared service.
  6277.      *
  6278.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6279.      *
  6280.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6281.      */
  6282.     protected function getSecurity_Authentication_ManagerService()
  6283.     {
  6284.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6285.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6286.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6287.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6288.         }, 2), true);
  6289.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6290.         return $instance;
  6291.     }
  6292.     /**
  6293.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6294.      *
  6295.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6296.      *
  6297.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6298.      */
  6299.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6300.     {
  6301.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6302.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6303.     }
  6304.     /**
  6305.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  6306.      *
  6307.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6308.      *
  6309.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  6310.      */
  6311.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  6312.     {
  6313.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6316.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6317.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  6318.         }, 1), ($this->privates['security.user.provider.concrete.doctrine_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_DoctrineUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  6319.     }
  6320.     /**
  6321.      * Gets the private 'security.authentication_utils' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6324.      */
  6325.     protected function getSecurity_AuthenticationUtilsService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6328.         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())));
  6329.     }
  6330.     /**
  6331.      * Gets the private 'security.channel_listener' shared service.
  6332.      *
  6333.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6334.      */
  6335.     protected function getSecurity_ChannelListenerService()
  6336.     {
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6342.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6343.         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());
  6344.     }
  6345.     /**
  6346.      * Gets the private 'security.command.debug_firewall' shared service.
  6347.      *
  6348.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6349.      */
  6350.     protected function getSecurity_Command_DebugFirewallService()
  6351.     {
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6354.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  6355.         $instance->setName('debug:firewall');
  6356.         $instance->setDescription('Display information about your security firewall(s)');
  6357.         return $instance;
  6358.     }
  6359.     /**
  6360.      * Gets the private 'security.command.user_password_encoder' shared service.
  6361.      *
  6362.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6363.      *
  6364.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6365.      */
  6366.     protected function getSecurity_Command_UserPasswordEncoderService()
  6367.     {
  6368.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6369.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  6370.         $instance->setName('security:encode-password');
  6371.         $instance->setDescription('Encode a password');
  6372.         return $instance;
  6373.     }
  6374.     /**
  6375.      * Gets the private 'security.command.user_password_hash' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6378.      */
  6379.     protected function getSecurity_Command_UserPasswordHashService()
  6380.     {
  6381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6383.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  6384.         $instance->setName('security:hash-password');
  6385.         $instance->setDescription('Hash a user password');
  6386.         return $instance;
  6387.     }
  6388.     /**
  6389.      * Gets the private 'security.context_listener.0' shared service.
  6390.      *
  6391.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6392.      */
  6393.     protected function getSecurity_ContextListener_0Service()
  6394.     {
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6398.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6399.         if (isset($this->privates['security.context_listener.0'])) {
  6400.             return $this->privates['security.context_listener.0'];
  6401.         }
  6402.         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 () {
  6403.             yield => ($this->privates['security.user.provider.concrete.doctrine_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_DoctrineUserProviderService());
  6404.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6405.     }
  6406.     /**
  6407.      * Gets the private 'security.csrf.token_storage' shared service.
  6408.      *
  6409.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6410.      */
  6411.     protected function getSecurity_Csrf_TokenStorageService()
  6412.     {
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6416.         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())));
  6417.     }
  6418.     /**
  6419.      * Gets the private 'security.encoder_factory.generic' shared service.
  6420.      *
  6421.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6422.      *
  6423.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6424.      */
  6425.     protected function getSecurity_EncoderFactory_GenericService()
  6426.     {
  6427.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6428.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  6429.     }
  6430.     /**
  6431.      * Gets the private 'security.event_dispatcher.main' shared service.
  6432.      *
  6433.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6434.      */
  6435.     protected function getSecurity_EventDispatcher_MainService()
  6436.     {
  6437.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6438.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6439.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6440.         }, => 'onLogout'], 64);
  6441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6442.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6443.         }, => 'onLogout'], 0);
  6444.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6445.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6446.         }, => 'onLogout'], 0);
  6447.         return $instance;
  6448.     }
  6449.     /**
  6450.      * Gets the private 'security.firewall.map' shared service.
  6451.      *
  6452.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6453.      */
  6454.     protected function getSecurity_Firewall_MapService()
  6455.     {
  6456.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6457.         if (isset($this->privates['security.firewall.map'])) {
  6458.             return $this->privates['security.firewall.map'];
  6459.         }
  6460.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6461.             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)/')));
  6462.             yield 'security.firewall.map.context.main' => NULL;
  6463.         }, 2));
  6464.     }
  6465.     /**
  6466.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6467.      *
  6468.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6469.      */
  6470.     protected function getSecurity_Firewall_Map_Context_DevService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6474.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6475.             return new \EmptyIterator();
  6476.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6477.     }
  6478.     /**
  6479.      * Gets the private 'security.firewall.map.context.main' shared service.
  6480.      *
  6481.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6482.      */
  6483.     protected function getSecurity_Firewall_Map_Context_MainService()
  6484.     {
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6493.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6494.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6495.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6496.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6497.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6498.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6499.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6500.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6501.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.doctrine_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6502.     }
  6503.     /**
  6504.      * Gets the private 'security.http_utils' shared service.
  6505.      *
  6506.      * @return \Symfony\Component\Security\Http\HttpUtils
  6507.      */
  6508.     protected function getSecurity_HttpUtilsService()
  6509.     {
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6511.         $a = ($this->services['router'] ?? $this->getRouterService());
  6512.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6513.     }
  6514.     /**
  6515.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6516.      *
  6517.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6518.      */
  6519.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6520.     {
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6522.         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()));
  6523.     }
  6524.     /**
  6525.      * Gets the private 'security.logout.listener.default.main' shared service.
  6526.      *
  6527.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6528.      */
  6529.     protected function getSecurity_Logout_Listener_Default_MainService()
  6530.     {
  6531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6532.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6533.     }
  6534.     /**
  6535.      * Gets the private 'security.logout_url_generator' shared service.
  6536.      *
  6537.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6538.      */
  6539.     protected function getSecurity_LogoutUrlGeneratorService()
  6540.     {
  6541.         $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()));
  6542.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  6543.         return $instance;
  6544.     }
  6545.     /**
  6546.      * Gets the private 'security.password_hasher_factory' shared service.
  6547.      *
  6548.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6549.      */
  6550.     protected function getSecurity_PasswordHasherFactoryService()
  6551.     {
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6554.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  6555.     }
  6556.     /**
  6557.      * Gets the private 'security.user.provider.concrete.doctrine_user_provider' shared service.
  6558.      *
  6559.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6560.      */
  6561.     protected function getSecurity_User_Provider_Concrete_DoctrineUserProviderService()
  6562.     {
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6566.         return $this->privates['security.user.provider.concrete.doctrine_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  6567.     }
  6568.     /**
  6569.      * Gets the private 'security.user_password_hasher' shared service.
  6570.      *
  6571.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  6572.      */
  6573.     protected function getSecurity_UserPasswordHasherService()
  6574.     {
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6577.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6578.     }
  6579.     /**
  6580.      * Gets the private 'security.validator.user_password' shared service.
  6581.      *
  6582.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6583.      */
  6584.     protected function getSecurity_Validator_UserPasswordService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6589.         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()));
  6590.     }
  6591.     /**
  6592.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6593.      *
  6594.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6595.      */
  6596.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6597.     {
  6598.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6599.     }
  6600.     /**
  6601.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6602.      *
  6603.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6604.      */
  6605.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6606.     {
  6607.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6608.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6609.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6610.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6611.     }
  6612.     /**
  6613.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6614.      *
  6615.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6616.      */
  6617.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6618.     {
  6619.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6620.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6621.             return $this->privates['sensio_framework_extra.security.listener'];
  6622.         }
  6623.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6624.     }
  6625.     /**
  6626.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6627.      *
  6628.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6629.      */
  6630.     protected function getSensioFrameworkExtra_View_ListenerService()
  6631.     {
  6632.         $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))));
  6633.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6634.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6635.         ], [
  6636.             'twig' => '?',
  6637.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6638.         return $instance;
  6639.     }
  6640.     /**
  6641.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6642.      *
  6643.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6644.      */
  6645.     protected function getSerializer_Mapping_CacheWarmerService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6652.         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'));
  6653.     }
  6654.     /**
  6655.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6656.      *
  6657.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6658.      */
  6659.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6667.         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()))]));
  6668.     }
  6669.     /**
  6670.      * Gets the private 'session.factory' shared service.
  6671.      *
  6672.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6673.      */
  6674.     protected function getSession_FactoryService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  6678.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6679.         if (isset($this->privates['session.factory'])) {
  6680.             return $this->privates['session.factory'];
  6681.         }
  6682.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  6683.     }
  6684.     /**
  6685.      * Gets the private 'session.storage.factory.service' shared service.
  6686.      *
  6687.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6688.      *
  6689.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  6690.      */
  6691.     protected function getSession_Storage_Factory_ServiceService()
  6692.     {
  6693.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  6694.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6695.     }
  6696.     /**
  6697.      * Gets the private 'session.storage.metadata_bag' shared service.
  6698.      *
  6699.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6700.      *
  6701.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6702.      */
  6703.     protected function getSession_Storage_MetadataBagService()
  6704.     {
  6705.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6706.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  6707.     }
  6708.     /**
  6709.      * Gets the private 'session.storage.native' shared service.
  6710.      *
  6711.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6712.      *
  6713.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6714.      */
  6715.     protected function getSession_Storage_NativeService()
  6716.     {
  6717.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6720.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  6721.     }
  6722.     /**
  6723.      * Gets the private 'session_listener' shared service.
  6724.      *
  6725.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6726.      */
  6727.     protected function getSessionListenerService()
  6728.     {
  6729.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6730.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6731.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6732.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6733.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6734.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6735.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6736.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6737.         ], [
  6738.             'initialized_session' => '?',
  6739.             'logger' => '?',
  6740.             'request_stack' => '?',
  6741.             'session' => '?',
  6742.             'session_collector' => '?',
  6743.             'session_factory' => '?',
  6744.             'session_storage' => '?',
  6745.         ]), true$this->parameters['session.storage.options']);
  6746.     }
  6747.     /**
  6748.      * Gets the private 'translation.extractor' shared service.
  6749.      *
  6750.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6751.      */
  6752.     protected function getTranslation_ExtractorService()
  6753.     {
  6754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6759.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6760.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6761.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6762.         return $instance;
  6763.     }
  6764.     /**
  6765.      * Gets the private 'translation.loader.csv' shared service.
  6766.      *
  6767.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6768.      */
  6769.     protected function getTranslation_Loader_CsvService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6775.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6776.     }
  6777.     /**
  6778.      * Gets the private 'translation.loader.dat' shared service.
  6779.      *
  6780.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6781.      */
  6782.     protected function getTranslation_Loader_DatService()
  6783.     {
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6787.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6788.     }
  6789.     /**
  6790.      * Gets the private 'translation.loader.ini' shared service.
  6791.      *
  6792.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6793.      */
  6794.     protected function getTranslation_Loader_IniService()
  6795.     {
  6796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6800.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6801.     }
  6802.     /**
  6803.      * Gets the private 'translation.loader.json' shared service.
  6804.      *
  6805.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6806.      */
  6807.     protected function getTranslation_Loader_JsonService()
  6808.     {
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6813.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6814.     }
  6815.     /**
  6816.      * Gets the private 'translation.loader.mo' shared service.
  6817.      *
  6818.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6819.      */
  6820.     protected function getTranslation_Loader_MoService()
  6821.     {
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6826.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6827.     }
  6828.     /**
  6829.      * Gets the private 'translation.loader.php' shared service.
  6830.      *
  6831.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6832.      */
  6833.     protected function getTranslation_Loader_PhpService()
  6834.     {
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6839.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6840.     }
  6841.     /**
  6842.      * Gets the private 'translation.loader.po' shared service.
  6843.      *
  6844.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6845.      */
  6846.     protected function getTranslation_Loader_PoService()
  6847.     {
  6848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6852.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6853.     }
  6854.     /**
  6855.      * Gets the private 'translation.loader.qt' shared service.
  6856.      *
  6857.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6858.      */
  6859.     protected function getTranslation_Loader_QtService()
  6860.     {
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6863.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6864.     }
  6865.     /**
  6866.      * Gets the private 'translation.loader.res' shared service.
  6867.      *
  6868.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6869.      */
  6870.     protected function getTranslation_Loader_ResService()
  6871.     {
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6874.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6875.     }
  6876.     /**
  6877.      * Gets the private 'translation.loader.xliff' shared service.
  6878.      *
  6879.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6880.      */
  6881.     protected function getTranslation_Loader_XliffService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6885.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6886.     }
  6887.     /**
  6888.      * Gets the private 'translation.loader.yml' shared service.
  6889.      *
  6890.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6891.      */
  6892.     protected function getTranslation_Loader_YmlService()
  6893.     {
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6898.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6899.     }
  6900.     /**
  6901.      * Gets the private 'translation.provider_collection' shared service.
  6902.      *
  6903.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6904.      */
  6905.     protected function getTranslation_ProviderCollectionService()
  6906.     {
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6909.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6910.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6911.         }, 1), []))->fromConfig([]);
  6912.     }
  6913.     /**
  6914.      * Gets the private 'translation.reader' shared service.
  6915.      *
  6916.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6917.      */
  6918.     protected function getTranslation_ReaderService()
  6919.     {
  6920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6936.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6937.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6938.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6939.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6940.         $instance->addLoader('yaml'$a);
  6941.         $instance->addLoader('yml'$a);
  6942.         $instance->addLoader('xlf'$b);
  6943.         $instance->addLoader('xliff'$b);
  6944.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6945.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6946.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6947.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6948.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6949.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6950.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6951.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6952.         return $instance;
  6953.     }
  6954.     /**
  6955.      * Gets the private 'translation.warmer' shared service.
  6956.      *
  6957.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6958.      */
  6959.     protected function getTranslation_WarmerService()
  6960.     {
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6963.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6964.             'translator' => ['services''translator''getTranslatorService'false],
  6965.         ], [
  6966.             'translator' => '?',
  6967.         ]))->withContext('translation.warmer'$this));
  6968.     }
  6969.     /**
  6970.      * Gets the private 'translation.writer' shared service.
  6971.      *
  6972.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6973.      */
  6974.     protected function getTranslation_WriterService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6990.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6991.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6992.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6993.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6994.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6995.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6996.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6997.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6998.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6999.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7000.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7001.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7002.         return $instance;
  7003.     }
  7004.     /**
  7005.      * Gets the private 'translator.default' shared service.
  7006.      *
  7007.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7008.      */
  7009.     protected function getTranslator_DefaultService()
  7010.     {
  7011.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7012.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7013.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7014.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7015.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7016.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7017.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7018.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7019.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7020.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7021.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7022.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7023.         ], [
  7024.             'translation.loader.csv' => '?',
  7025.             'translation.loader.dat' => '?',
  7026.             'translation.loader.ini' => '?',
  7027.             'translation.loader.json' => '?',
  7028.             'translation.loader.mo' => '?',
  7029.             'translation.loader.php' => '?',
  7030.             'translation.loader.po' => '?',
  7031.             'translation.loader.qt' => '?',
  7032.             'translation.loader.res' => '?',
  7033.             'translation.loader.xliff' => '?',
  7034.             'translation.loader.yml' => '?',
  7035.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/translations/security.en.yaml')], '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/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/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/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/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/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/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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\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/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/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')], '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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], '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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  7036.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7037.         $instance->setFallbackLocales([=> 'en']);
  7038.         return $instance;
  7039.     }
  7040.     /**
  7041.      * Gets the private 'twig.command.debug' shared service.
  7042.      *
  7043.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7044.      */
  7045.     protected function getTwig_Command_DebugService()
  7046.     {
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7049.         $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()));
  7050.         $instance->setName('debug:twig');
  7051.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7052.         return $instance;
  7053.     }
  7054.     /**
  7055.      * Gets the private 'twig.command.lint' shared service.
  7056.      *
  7057.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7058.      */
  7059.     protected function getTwig_Command_LintService()
  7060.     {
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7062.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7064.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7065.         $instance->setName('lint:twig');
  7066.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7067.         return $instance;
  7068.     }
  7069.     /**
  7070.      * Gets the private 'twig.form.engine' shared service.
  7071.      *
  7072.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7073.      */
  7074.     protected function getTwig_Form_EngineService()
  7075.     {
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7079.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7080.         if (isset($this->privates['twig.form.engine'])) {
  7081.             return $this->privates['twig.form.engine'];
  7082.         }
  7083.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7084.     }
  7085.     /**
  7086.      * Gets the private 'twig.form.renderer' shared service.
  7087.      *
  7088.      * @return \Symfony\Component\Form\FormRenderer
  7089.      */
  7090.     protected function getTwig_Form_RendererService()
  7091.     {
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7094.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7095.         if (isset($this->privates['twig.form.renderer'])) {
  7096.             return $this->privates['twig.form.renderer'];
  7097.         }
  7098.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7099.     }
  7100.     /**
  7101.      * Gets the private 'twig.mailer.message_listener' shared service.
  7102.      *
  7103.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7104.      */
  7105.     protected function getTwig_Mailer_MessageListenerService()
  7106.     {
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7108.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7110.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7111.         if (isset($this->privates['twig.mailer.message_listener'])) {
  7112.             return $this->privates['twig.mailer.message_listener'];
  7113.         }
  7114.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7115.     }
  7116.     /**
  7117.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7118.      *
  7119.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7120.      */
  7121.     protected function getTwig_Runtime_HttpkernelService()
  7122.     {
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7129.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7130.         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, [
  7131.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7132.         ], [
  7133.             'inline' => '?',
  7134.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7135.     }
  7136.     /**
  7137.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7138.      *
  7139.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7140.      */
  7141.     protected function getTwig_Runtime_SecurityCsrfService()
  7142.     {
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7144.         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()));
  7145.     }
  7146.     /**
  7147.      * Gets the private 'twig.runtime.serializer' shared service.
  7148.      *
  7149.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7150.      */
  7151.     protected function getTwig_Runtime_SerializerService()
  7152.     {
  7153.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7155.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7156.     }
  7157.     /**
  7158.      * Gets the private 'twig.template_cache_warmer' shared service.
  7159.      *
  7160.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7161.      */
  7162.     protected function getTwig_TemplateCacheWarmerService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7167.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7168.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7169.         ], [
  7170.             'twig' => '?',
  7171.         ]))->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')));
  7172.     }
  7173.     /**
  7174.      * Gets the private 'validator.builder' shared service.
  7175.      *
  7176.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7177.      */
  7178.     protected function getValidator_BuilderService()
  7179.     {
  7180.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7181.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7182.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7183.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7184.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7185.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7186.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7187.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7188.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7189.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7190.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7191.         ], [
  7192.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7193.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7194.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7195.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7196.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7197.             'doctrine.orm.validator.unique' => '?',
  7198.             'security.validator.user_password' => '?',
  7199.             'validator.expression' => '?',
  7200.         ])));
  7201.         if ($this->has('translator')) {
  7202.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7203.         }
  7204.         $instance->setTranslationDomain('validators');
  7205.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7206.         $instance->enableAnnotationMapping(true);
  7207.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7208.         $instance->addMethodMapping('loadValidatorMetadata');
  7209.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7210.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7211.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7212.         return $instance;
  7213.     }
  7214.     /**
  7215.      * Gets the private 'validator.email' shared service.
  7216.      *
  7217.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7218.      */
  7219.     protected function getValidator_EmailService()
  7220.     {
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7224.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7225.     }
  7226.     /**
  7227.      * Gets the private 'validator.expression' shared service.
  7228.      *
  7229.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7230.      */
  7231.     protected function getValidator_ExpressionService()
  7232.     {
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7236.         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())));
  7237.     }
  7238.     /**
  7239.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7240.      *
  7241.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7242.      */
  7243.     protected function getValidator_Mapping_CacheWarmerService()
  7244.     {
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7248.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7249.     }
  7250.     /**
  7251.      * Gets the private 'validator.not_compromised_password' shared service.
  7252.      *
  7253.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7254.      */
  7255.     protected function getValidator_NotCompromisedPasswordService()
  7256.     {
  7257.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7258.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7259.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7260.         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);
  7261.     }
  7262.     /**
  7263.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7264.      *
  7265.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7266.      */
  7267.     protected function getVarDumper_Command_ServerDumpService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7275.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7276.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7277.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7278.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7279.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7280.         $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()))]);
  7281.         $instance->setName('server:dump');
  7282.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7283.         return $instance;
  7284.     }
  7285.     /**
  7286.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7287.      *
  7288.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7289.      */
  7290.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7291.     {
  7292.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7293.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7294.         return $instance;
  7295.     }
  7296.     /**
  7297.      * Gets the private 'var_dumper.html_dumper' shared service.
  7298.      *
  7299.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7300.      */
  7301.     protected function getVarDumper_HtmlDumperService()
  7302.     {
  7303.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7304.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7305.         return $instance;
  7306.     }
  7307.     /**
  7308.      * Gets the private 'var_dumper.server_connection' shared service.
  7309.      *
  7310.      * @return \Symfony\Component\VarDumper\Server\Connection
  7311.      */
  7312.     protected function getVarDumper_ServerConnectionService()
  7313.     {
  7314.         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()]);
  7315.     }
  7316.     /**
  7317.      * Gets the private 'web_profiler.csp.handler' shared service.
  7318.      *
  7319.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7320.      */
  7321.     protected function getWebProfiler_Csp_HandlerService()
  7322.     {
  7323.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7324.     }
  7325.     /**
  7326.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7327.      *
  7328.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7329.      */
  7330.     protected function getWebProfiler_DebugToolbarService()
  7331.     {
  7332.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7333.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7334.             return $this->privates['web_profiler.debug_toolbar'];
  7335.         }
  7336.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  7337.     }
  7338.     /**
  7339.      * Gets the public 'cache_clearer' alias.
  7340.      *
  7341.      * @return object The ".container.private.cache_clearer" service.
  7342.      */
  7343.     protected function getCacheClearerService()
  7344.     {
  7345.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7346.         return $this->get('.container.private.cache_clearer');
  7347.     }
  7348.     /**
  7349.      * Gets the public 'filesystem' alias.
  7350.      *
  7351.      * @return object The ".container.private.filesystem" service.
  7352.      */
  7353.     protected function getFilesystemService()
  7354.     {
  7355.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7356.         return $this->get('.container.private.filesystem');
  7357.     }
  7358.     /**
  7359.      * Gets the public 'serializer' alias.
  7360.      *
  7361.      * @return object The ".container.private.serializer" service.
  7362.      */
  7363.     protected function getSerializerService()
  7364.     {
  7365.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7366.         return $this->get('.container.private.serializer');
  7367.     }
  7368.     /**
  7369.      * Gets the public 'security.csrf.token_manager' alias.
  7370.      *
  7371.      * @return object The ".container.private.security.csrf.token_manager" service.
  7372.      */
  7373.     protected function getSecurity_Csrf_TokenManagerService()
  7374.     {
  7375.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7376.         return $this->get('.container.private.security.csrf.token_manager');
  7377.     }
  7378.     /**
  7379.      * Gets the public 'form.factory' alias.
  7380.      *
  7381.      * @return object The ".container.private.form.factory" service.
  7382.      */
  7383.     protected function getForm_FactoryService()
  7384.     {
  7385.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7386.         return $this->get('.container.private.form.factory');
  7387.     }
  7388.     /**
  7389.      * Gets the public 'form.type.file' alias.
  7390.      *
  7391.      * @return object The ".container.private.form.type.file" service.
  7392.      */
  7393.     protected function getForm_Type_FileService()
  7394.     {
  7395.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7396.         return $this->get('.container.private.form.type.file');
  7397.     }
  7398.     /**
  7399.      * Gets the public 'profiler' alias.
  7400.      *
  7401.      * @return object The ".container.private.profiler" service.
  7402.      */
  7403.     protected function getProfilerService()
  7404.     {
  7405.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7406.         return $this->get('.container.private.profiler');
  7407.     }
  7408.     /**
  7409.      * Gets the public 'twig' alias.
  7410.      *
  7411.      * @return object The ".container.private.twig" service.
  7412.      */
  7413.     protected function getTwigService()
  7414.     {
  7415.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7416.         return $this->get('.container.private.twig');
  7417.     }
  7418.     /**
  7419.      * Gets the public 'security.authorization_checker' alias.
  7420.      *
  7421.      * @return object The ".container.private.security.authorization_checker" service.
  7422.      */
  7423.     protected function getSecurity_AuthorizationCheckerService()
  7424.     {
  7425.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7426.         return $this->get('.container.private.security.authorization_checker');
  7427.     }
  7428.     /**
  7429.      * Gets the public 'security.token_storage' alias.
  7430.      *
  7431.      * @return object The ".container.private.security.token_storage" service.
  7432.      */
  7433.     protected function getSecurity_TokenStorageService()
  7434.     {
  7435.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7436.         return $this->get('.container.private.security.token_storage');
  7437.     }
  7438.     /**
  7439.      * Gets the public 'security.password_encoder' alias.
  7440.      *
  7441.      * @return object The ".container.private.security.password_encoder" service.
  7442.      */
  7443.     protected function getSecurity_PasswordEncoderService()
  7444.     {
  7445.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7446.         return $this->get('.container.private.security.password_encoder');
  7447.     }
  7448.     /**
  7449.      * Gets the public 'session' alias.
  7450.      *
  7451.      * @return object The ".container.private.session" service.
  7452.      */
  7453.     protected function getSessionService()
  7454.     {
  7455.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7456.         return $this->get('.container.private.session');
  7457.     }
  7458.     /**
  7459.      * Gets the public 'validator' alias.
  7460.      *
  7461.      * @return object The ".container.private.validator" service.
  7462.      */
  7463.     protected function getValidatorService()
  7464.     {
  7465.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7466.         return $this->get('.container.private.validator');
  7467.     }
  7468.     /**
  7469.      * @return array|bool|float|int|string|\UnitEnum|null
  7470.      */
  7471.     public function getParameter(string $name)
  7472.     {
  7473.         if (isset($this->buildParameters[$name])) {
  7474.             return $this->buildParameters[$name];
  7475.         }
  7476.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7477.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7478.         }
  7479.         if (isset($this->loadedDynamicParameters[$name])) {
  7480.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7481.         }
  7482.         return $this->parameters[$name];
  7483.     }
  7484.     public function hasParameter(string $name): bool
  7485.     {
  7486.         if (isset($this->buildParameters[$name])) {
  7487.             return true;
  7488.         }
  7489.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7490.     }
  7491.     public function setParameter(string $name$value): void
  7492.     {
  7493.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7494.     }
  7495.     public function getParameterBag(): ParameterBagInterface
  7496.     {
  7497.         if (null === $this->parameterBag) {
  7498.             $parameters $this->parameters;
  7499.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7500.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7501.             }
  7502.             foreach ($this->buildParameters as $name => $value) {
  7503.                 $parameters[$name] = $value;
  7504.             }
  7505.             $this->parameterBag = new FrozenParameterBag($parameters);
  7506.         }
  7507.         return $this->parameterBag;
  7508.     }
  7509.     private $loadedDynamicParameters = [
  7510.         'kernel.runtime_environment' => false,
  7511.         'kernel.build_dir' => false,
  7512.         'kernel.cache_dir' => false,
  7513.         'mailer_from' => false,
  7514.         'kernel.secret' => false,
  7515.         'debug.container.dump' => false,
  7516.         'serializer.mapping.cache.file' => false,
  7517.         'validator.mapping.cache.file' => false,
  7518.         'profiler.storage.dsn' => false,
  7519.         'doctrine.orm.proxy_dir' => false,
  7520.     ];
  7521.     private $dynamicParameters = [];
  7522.     private function getDynamicParameter(string $name)
  7523.     {
  7524.         switch ($name) {
  7525.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7526.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7527.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7528.             case 'mailer_from'$value $this->getEnv('MAILER_FROM'); break;
  7529.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7530.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7531.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7532.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7533.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7534.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7535.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7536.         }
  7537.         $this->loadedDynamicParameters[$name] = true;
  7538.         return $this->dynamicParameters[$name] = $value;
  7539.     }
  7540.     protected function getDefaultParameters(): array
  7541.     {
  7542.         return [
  7543.             'kernel.project_dir' => \dirname(__DIR__4),
  7544.             'kernel.environment' => 'dev',
  7545.             'kernel.debug' => true,
  7546.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7547.             'kernel.bundles' => [
  7548.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7549.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7550.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7551.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7552.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7553.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7554.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7555.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7556.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7557.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7558.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7559.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  7560.             ],
  7561.             'kernel.bundles_metadata' => [
  7562.                 'FrameworkBundle' => [
  7563.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7564.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7565.                 ],
  7566.                 'TwigBundle' => [
  7567.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7568.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7569.                 ],
  7570.                 'TwigExtraBundle' => [
  7571.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7572.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7573.                 ],
  7574.                 'SensioFrameworkExtraBundle' => [
  7575.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7576.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7577.                 ],
  7578.                 'DoctrineBundle' => [
  7579.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7580.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7581.                 ],
  7582.                 'DoctrineMigrationsBundle' => [
  7583.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7584.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7585.                 ],
  7586.                 'SecurityBundle' => [
  7587.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7588.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7589.                 ],
  7590.                 'WebProfilerBundle' => [
  7591.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7592.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7593.                 ],
  7594.                 'MonologBundle' => [
  7595.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7596.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7597.                 ],
  7598.                 'DebugBundle' => [
  7599.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7600.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7601.                 ],
  7602.                 'MakerBundle' => [
  7603.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7604.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7605.                 ],
  7606.                 'KnpPaginatorBundle' => [
  7607.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  7608.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  7609.                 ],
  7610.             ],
  7611.             'kernel.charset' => 'UTF-8',
  7612.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7613.             'container.dumper.inline_class_loader' => true,
  7614.             'container.dumper.inline_factories' => true,
  7615.             'club_directory' => (\dirname(__DIR__4).'/public/uploads/images'),
  7616.             'thumbnail_directory' => (\dirname(__DIR__4).'/public/uploads/thumbnails'),
  7617.             'member_checkup_directory' => (\dirname(__DIR__4).'/public/uploads/checkup_images'),
  7618.             'product_directory' => (\dirname(__DIR__4).'/public/uploads/product_images'),
  7619.             'event_dispatcher.event_aliases' => [
  7620.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7621.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7622.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7623.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7624.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7625.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7626.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7627.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7628.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7629.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7630.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7631.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7632.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7633.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7634.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7635.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7636.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7637.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7638.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7639.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7640.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7641.             ],
  7642.             'fragment.renderer.hinclude.global_template' => NULL,
  7643.             'fragment.path' => '/_fragment',
  7644.             'kernel.http_method_override' => true,
  7645.             'kernel.trusted_hosts' => [
  7646.             ],
  7647.             'kernel.default_locale' => 'en',
  7648.             'kernel.enabled_locales' => [
  7649.             ],
  7650.             'kernel.error_controller' => 'error_controller',
  7651.             'debug.file_link_format' => NULL,
  7652.             'asset.request_context.base_path' => NULL,
  7653.             'asset.request_context.secure' => NULL,
  7654.             'translator.logging' => false,
  7655.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7656.             'debug.error_handler.throw_at' => -1,
  7657.             'router.request_context.host' => 'localhost',
  7658.             'router.request_context.scheme' => 'http',
  7659.             'router.request_context.base_url' => '',
  7660.             'router.resource' => 'kernel::loadRoutes',
  7661.             'request_listener.http_port' => 80,
  7662.             'request_listener.https_port' => 443,
  7663.             'session.metadata.storage_key' => '_sf2_meta',
  7664.             'session.storage.options' => [
  7665.                 'cache_limiter' => '0',
  7666.                 'cookie_secure' => 'auto',
  7667.                 'cookie_httponly' => true,
  7668.                 'cookie_samesite' => 'lax',
  7669.                 'gc_probability' => 1,
  7670.             ],
  7671.             'session.save_path' => NULL,
  7672.             'session.metadata.update_threshold' => 0,
  7673.             'form.type_extension.csrf.enabled' => true,
  7674.             'form.type_extension.csrf.field_name' => '_token',
  7675.             'validator.translation_domain' => 'validators',
  7676.             'profiler_listener.only_exceptions' => false,
  7677.             'profiler_listener.only_main_requests' => false,
  7678.             'twig.form.resources' => [
  7679.                 => 'form_div_layout.html.twig',
  7680.             ],
  7681.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7682.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7683.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7684.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7685.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7686.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7687.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7688.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7689.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7690.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7691.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7692.             'doctrine.entity_managers' => [
  7693.                 'default' => 'doctrine.orm.default_entity_manager',
  7694.             ],
  7695.             'doctrine.default_entity_manager' => 'default',
  7696.             'doctrine.dbal.connection_factory.types' => [
  7697.             ],
  7698.             'doctrine.connections' => [
  7699.                 'default' => 'doctrine.dbal.default_connection',
  7700.             ],
  7701.             'doctrine.default_connection' => 'default',
  7702.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7703.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7704.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7705.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7706.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7707.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7708.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7709.             'doctrine.orm.cache.memcache_port' => 11211,
  7710.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7711.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7712.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7713.             'doctrine.orm.cache.memcached_port' => 11211,
  7714.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7715.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7716.             'doctrine.orm.cache.redis_host' => 'localhost',
  7717.             'doctrine.orm.cache.redis_port' => 6379,
  7718.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7719.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7720.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7721.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7722.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7723.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7724.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7725.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7726.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7727.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7728.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7729.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7730.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7731.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7732.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7733.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7734.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7735.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7736.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7737.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7738.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7739.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7740.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7741.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7742.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7743.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7744.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7745.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7746.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7747.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7748.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7749.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7750.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  7751.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  7752.             'doctrine_migrations.name' => 'Application Migrations',
  7753.             'doctrine_migrations.migrations_paths' => [
  7754.             ],
  7755.             'doctrine_migrations.table_name' => 'migration_versions',
  7756.             'doctrine_migrations.column_name' => 'version',
  7757.             'doctrine_migrations.column_length' => 14,
  7758.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  7759.             'doctrine_migrations.all_or_nothing' => false,
  7760.             'doctrine_migrations.custom_template' => NULL,
  7761.             'doctrine_migrations.organize_migrations' => false,
  7762.             'security.role_hierarchy.roles' => [
  7763.             ],
  7764.             'security.access.denied_url' => NULL,
  7765.             'security.authentication.manager.erase_credentials' => true,
  7766.             'security.authentication.session_strategy.strategy' => 'migrate',
  7767.             'security.access.always_authenticate_before_granting' => false,
  7768.             'security.authentication.hide_user_not_found' => true,
  7769.             'security.firewalls' => [
  7770.                 => 'dev',
  7771.                 => 'main',
  7772.             ],
  7773.             'security.main._indexed_authenticators' => [
  7774.             ],
  7775.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7776.             'web_profiler.debug_toolbar.mode' => 2,
  7777.             'monolog.use_microseconds' => true,
  7778.             'monolog.swift_mailer.handlers' => [
  7779.             ],
  7780.             'monolog.handlers_to_channels' => [
  7781.                 'monolog.handler.console' => [
  7782.                     'type' => 'exclusive',
  7783.                     'elements' => [
  7784.                         => 'event',
  7785.                         => 'doctrine',
  7786.                         => 'console',
  7787.                     ],
  7788.                 ],
  7789.                 'monolog.handler.main' => [
  7790.                     'type' => 'exclusive',
  7791.                     'elements' => [
  7792.                         => 'event',
  7793.                     ],
  7794.                 ],
  7795.             ],
  7796.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7797.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7798.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7799.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7800.             'knp_paginator.page_range' => 5,
  7801.             'knp_paginator.page_limit' => NULL,
  7802.             'data_collector.templates' => [
  7803.                 'data_collector.request' => [
  7804.                     => 'request',
  7805.                     => '@WebProfiler/Collector/request.html.twig',
  7806.                 ],
  7807.                 'data_collector.time' => [
  7808.                     => 'time',
  7809.                     => '@WebProfiler/Collector/time.html.twig',
  7810.                 ],
  7811.                 'data_collector.memory' => [
  7812.                     => 'memory',
  7813.                     => '@WebProfiler/Collector/memory.html.twig',
  7814.                 ],
  7815.                 'data_collector.validator' => [
  7816.                     => 'validator',
  7817.                     => '@WebProfiler/Collector/validator.html.twig',
  7818.                 ],
  7819.                 'data_collector.ajax' => [
  7820.                     => 'ajax',
  7821.                     => '@WebProfiler/Collector/ajax.html.twig',
  7822.                 ],
  7823.                 'data_collector.form' => [
  7824.                     => 'form',
  7825.                     => '@WebProfiler/Collector/form.html.twig',
  7826.                 ],
  7827.                 'data_collector.exception' => [
  7828.                     => 'exception',
  7829.                     => '@WebProfiler/Collector/exception.html.twig',
  7830.                 ],
  7831.                 'data_collector.logger' => [
  7832.                     => 'logger',
  7833.                     => '@WebProfiler/Collector/logger.html.twig',
  7834.                 ],
  7835.                 'data_collector.events' => [
  7836.                     => 'events',
  7837.                     => '@WebProfiler/Collector/events.html.twig',
  7838.                 ],
  7839.                 'data_collector.router' => [
  7840.                     => 'router',
  7841.                     => '@WebProfiler/Collector/router.html.twig',
  7842.                 ],
  7843.                 'data_collector.cache' => [
  7844.                     => 'cache',
  7845.                     => '@WebProfiler/Collector/cache.html.twig',
  7846.                 ],
  7847.                 'data_collector.translation' => [
  7848.                     => 'translation',
  7849.                     => '@WebProfiler/Collector/translation.html.twig',
  7850.                 ],
  7851.                 'data_collector.security' => [
  7852.                     => 'security',
  7853.                     => '@Security/Collector/security.html.twig',
  7854.                 ],
  7855.                 'data_collector.twig' => [
  7856.                     => 'twig',
  7857.                     => '@WebProfiler/Collector/twig.html.twig',
  7858.                 ],
  7859.                 'data_collector.http_client' => [
  7860.                     => 'http_client',
  7861.                     => '@WebProfiler/Collector/http_client.html.twig',
  7862.                 ],
  7863.                 'data_collector.doctrine' => [
  7864.                     => 'db',
  7865.                     => '@Doctrine/Collector/db.html.twig',
  7866.                 ],
  7867.                 'data_collector.dump' => [
  7868.                     => 'dump',
  7869.                     => '@Debug/Profiler/dump.html.twig',
  7870.                 ],
  7871.                 'mailer.data_collector' => [
  7872.                     => 'mailer',
  7873.                     => '@WebProfiler/Collector/mailer.html.twig',
  7874.                 ],
  7875.                 'data_collector.config' => [
  7876.                     => 'config',
  7877.                     => '@WebProfiler/Collector/config.html.twig',
  7878.                 ],
  7879.             ],
  7880.             'console.command.ids' => [
  7881.             ],
  7882.         ];
  7883.     }
  7884.     protected function throw($message)
  7885.     {
  7886.         throw new RuntimeException($message);
  7887.     }
  7888. }