var/cache/dev/Container01FdHgo/App_KernelDevDebugContainer.php line 657

Open in your IDE?
  1. <?php
  2. namespace Container01FdHgo;
  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\\AnaliticController' => 'getAnaliticControllerService',
  47.             'App\\Controller\\BettingController' => 'getBettingControllerService',
  48.             'App\\Controller\\BorletteController' => 'getBorletteControllerService',
  49.             'App\\Controller\\CashdeskController' => 'getCashdeskControllerService',
  50.             'App\\Controller\\ChainClubController' => 'getChainClubControllerService',
  51.             'App\\Controller\\ClubApiController' => 'getClubApiControllerService',
  52.             'App\\Controller\\ClubController' => 'getClubControllerService',
  53.             'App\\Controller\\CreateUpdateInstructionController' => 'getCreateUpdateInstructionControllerService',
  54.             'App\\Controller\\DownloadController' => 'getDownloadControllerService',
  55.             'App\\Controller\\EncashmentController' => 'getEncashmentControllerService',
  56.             'App\\Controller\\EncashmentPlanController' => 'getEncashmentPlanControllerService',
  57.             'App\\Controller\\ExternalCashdeskDataApiController' => 'getExternalCashdeskDataApiControllerService',
  58.             'App\\Controller\\ExternalCashdeskDataTestController' => 'getExternalCashdeskDataTestControllerService',
  59.             'App\\Controller\\ExternalClubDataApiController' => 'getExternalClubDataApiControllerService',
  60.             'App\\Controller\\ExternalClubDataTestController' => 'getExternalClubDataTestControllerService',
  61.             'App\\Controller\\ExternalUserDataApiController' => 'getExternalUserDataApiControllerService',
  62.             'App\\Controller\\ExternalUserDataTestController' => 'getExternalUserDataTestControllerService',
  63.             'App\\Controller\\HistoryChangeController' => 'getHistoryChangeControllerService',
  64.             'App\\Controller\\HistoryController' => 'getHistoryControllerService',
  65.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  66.             'App\\Controller\\JackpotController' => 'getJackpotControllerService',
  67.             'App\\Controller\\LocalCashdeskController' => 'getLocalCashdeskControllerService',
  68.             'App\\Controller\\MetricsController' => 'getMetricsControllerService',
  69.             'App\\Controller\\OnlineCashdeskController' => 'getOnlineCashdeskControllerService',
  70.             'App\\Controller\\PartnerController' => 'getPartnerControllerService',
  71.             'App\\Controller\\ParyajpamRemoteCashdeskApiController' => 'getParyajpamRemoteCashdeskApiControllerService',
  72.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  73.             'App\\Controller\\PlatformCashdeskApiController' => 'getPlatformCashdeskApiControllerService',
  74.             'App\\Controller\\PlatformCashdeskApiV2Controller' => 'getPlatformCashdeskApiV2ControllerService',
  75.             'App\\Controller\\RegionClubController' => 'getRegionClubControllerService',
  76.             'App\\Controller\\ReportController' => 'getReportControllerService',
  77.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  78.             'App\\Controller\\TelegramBotController' => 'getTelegramBotControllerService',
  79.             'App\\Controller\\TelegramUserController' => 'getTelegramUserControllerService',
  80.             'App\\Controller\\TerminalController' => 'getTerminalControllerService',
  81.             'App\\Controller\\TimetableController' => 'getTimetableControllerService',
  82.             'App\\Controller\\UserApiController' => 'getUserApiControllerService',
  83.             'App\\Controller\\UserController' => 'getUserControllerService',
  84.             'App\\Services\\TranslationPhrasesStub' => 'getTranslationPhrasesStubService',
  85.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  86.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  87.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  88.             'cache.app' => 'getCache_AppService',
  89.             'cache.app_clearer' => 'getCache_AppClearerService',
  90.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  91.             'cache.system' => 'getCache_SystemService',
  92.             'cache.system_clearer' => 'getCache_SystemClearerService',
  93.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  94.             'cache_warmer' => 'getCacheWarmerService',
  95.             'console.command_loader' => 'getConsole_CommandLoaderService',
  96.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  97.             'data_collector.dump' => 'getDataCollector_DumpService',
  98.             'doctrine' => 'getDoctrineService',
  99.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  100.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  101.             'error_controller' => 'getErrorControllerService',
  102.             'event_dispatcher' => 'getEventDispatcherService',
  103.             'http_kernel' => 'getHttpKernelService',
  104.             'monolog.logger.check_cashdesk_balance' => 'getMonolog_Logger_CheckCashdeskBalanceService',
  105.             'monolog.logger.create_bet' => 'getMonolog_Logger_CreateBetService',
  106.             'monolog.logger.create_bet_lucky' => 'getMonolog_Logger_CreateBetLuckyService',
  107.             'monolog.logger.jackpot_wins' => 'getMonolog_Logger_JackpotWinsService',
  108.             'monolog.logger.jackpots' => 'getMonolog_Logger_JackpotsService',
  109.             'monolog.logger.telegram' => 'getMonolog_Logger_TelegramService',
  110.             'request_stack' => 'getRequestStackService',
  111.             'router' => 'getRouterService',
  112.             'routing.loader' => 'getRouting_LoaderService',
  113.             'services_resetter' => 'getServicesResetterService',
  114.             'translator' => 'getTranslatorService',
  115.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  116.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  117.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  118.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  119.             'cache_clearer' => 'getCacheClearerService',
  120.             'filesystem' => 'getFilesystemService',
  121.             'serializer' => 'getSerializerService',
  122.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  123.             'form.factory' => 'getForm_FactoryService',
  124.             'form.type.file' => 'getForm_Type_FileService',
  125.             'profiler' => 'getProfilerService',
  126.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  127.             'security.token_storage' => 'getSecurity_TokenStorageService',
  128.             'twig' => 'getTwigService',
  129.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  130.             'session' => 'getSessionService',
  131.             'validator' => 'getValidatorService',
  132.         ];
  133.         $this->aliases = [
  134.             'database_connection' => 'doctrine.dbal.default_connection',
  135.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  136.         ];
  137.         $this->privates['service_container'] = function () {
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  144.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  146.             include_once \dirname(__DIR__4).'/src/EventSubscribers/ApiAuthenticationSubscriber.php';
  147.             include_once \dirname(__DIR__4).'/src/Monolog/Processor/RequestIdProcessor.php';
  148.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  149.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  150.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  151.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  153.             include_once \dirname(__DIR__4).'/src/Repository/AuditLogRepository.php';
  154.             include_once \dirname(__DIR__4).'/src/Repository/CashdeskRepository.php';
  155.             include_once \dirname(__DIR__4).'/src/Repository/ClubRepository.php';
  156.             include_once \dirname(__DIR__4).'/src/Repository/RegionClubRepository.php';
  157.             include_once \dirname(__DIR__4).'/src/Repository/SettingRepository.php';
  158.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  159.             include_once \dirname(__DIR__4).'/src/Services/AuditLogService.php';
  160.             include_once \dirname(__DIR__4).'/src/Services/ClubService.php';
  161.             include_once \dirname(__DIR__4).'/src/Services/SecurityService.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  164.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  168.             include_once \dirname(__DIR__4).'/src/Services/RestrictionManager.php';
  169.             include_once \dirname(__DIR__4).'/src/Subscriber/BettingSignCheckerSubscriber.php';
  170.             include_once \dirname(__DIR__4).'/src/Subscriber/JsonRequestTransformerSubscriber.php';
  171.             include_once \dirname(__DIR__4).'/src/Subscriber/LocaleSubscriber.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  276.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  279.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  282.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  286.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  289.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  290.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  392.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  437.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  460.             include_once \dirname(__DIR__4).'/src/Twig/AllowPaymentJackpots.php';
  461.             include_once \dirname(__DIR__4).'/src/Twig/PostPaginator.php';
  462.             include_once \dirname(__DIR__4).'/src/Twig/ShowCashdeskData.php';
  463.             include_once \dirname(__DIR__4).'/src/Twig/ShowClubData.php';
  464.             include_once \dirname(__DIR__4).'/src/Twig/ShowDatetimeExtension.php';
  465.             include_once \dirname(__DIR__4).'/src/Twig/ShowDuration.php';
  466.             include_once \dirname(__DIR__4).'/src/Twig/ShowMoneyExtension.php';
  467.             include_once \dirname(__DIR__4).'/src/Twig/ShowRegionData.php';
  468.             include_once \dirname(__DIR__4).'/src/Twig/ShowRoleExtension.php';
  469.             include_once \dirname(__DIR__4).'/src/Twig/ShowShiftDuration.php';
  470.             include_once \dirname(__DIR__4).'/src/Twig/ShowSupportImCode.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  481.         };
  482.     }
  483.     public function compile(): void
  484.     {
  485.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  486.     }
  487.     public function isCompiled(): bool
  488.     {
  489.         return true;
  490.     }
  491.     public function getRemovedIds(): array
  492.     {
  493.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  494.     }
  495.     /**
  496.      * Gets the public '.container.private.cache_clearer' shared service.
  497.      *
  498.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  499.      */
  500.     protected function get_Container_Private_CacheClearerService()
  501.     {
  502.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  504.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  505.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  506.         }, 1));
  507.     }
  508.     /**
  509.      * Gets the public '.container.private.filesystem' shared service.
  510.      *
  511.      * @return \Symfony\Component\Filesystem\Filesystem
  512.      */
  513.     protected function get_Container_Private_FilesystemService()
  514.     {
  515.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  516.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  517.     }
  518.     /**
  519.      * Gets the public '.container.private.form.factory' shared service.
  520.      *
  521.      * @return \Symfony\Component\Form\FormFactory
  522.      */
  523.     protected function get_Container_Private_Form_FactoryService()
  524.     {
  525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  527.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  528.     }
  529.     /**
  530.      * Gets the public '.container.private.form.type.file' shared service.
  531.      *
  532.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  533.      */
  534.     protected function get_Container_Private_Form_Type_FileService()
  535.     {
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  539.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  540.     }
  541.     /**
  542.      * Gets the public '.container.private.profiler' shared service.
  543.      *
  544.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  545.      */
  546.     protected function get_Container_Private_ProfilerService()
  547.     {
  548.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  549.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  550.         $a->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  551.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  552.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  553.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  554.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  555.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  556.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  557.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  558.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  559.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  560.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  561.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  562.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  563.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  564.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  565.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  566.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  567.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  568.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  569.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  570.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  571.         if ($this->has('kernel')) {
  572.             $f->setKernel($b);
  573.         }
  574.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  575.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  576.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  577.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  578.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  579.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  580.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  581.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  582.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  583.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  584.         $instance->add($d);
  585.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  586.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  587.         $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())));
  588.         $instance->add($e);
  589.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  590.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  591.         $instance->add($f);
  592.         return $instance;
  593.     }
  594.     /**
  595.      * Gets the public '.container.private.security.authorization_checker' shared service.
  596.      *
  597.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  598.      */
  599.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  600.     {
  601.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  602.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  603.             return $this->services['.container.private.security.authorization_checker'];
  604.         }
  605.         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);
  606.     }
  607.     /**
  608.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  609.      *
  610.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  611.      */
  612.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  613.     {
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  618.         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())));
  619.     }
  620.     /**
  621.      * Gets the public '.container.private.security.password_encoder' shared service.
  622.      *
  623.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  624.      *
  625.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  626.      */
  627.     protected function get_Container_Private_Security_PasswordEncoderService()
  628.     {
  629.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  630.         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()));
  631.     }
  632.     /**
  633.      * Gets the public '.container.private.security.token_storage' shared service.
  634.      *
  635.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  636.      */
  637.     protected function get_Container_Private_Security_TokenStorageService()
  638.     {
  639.         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, [
  640.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  641.         ], [
  642.             'request_stack' => '?',
  643.         ]));
  644.     }
  645.     /**
  646.      * Gets the public '.container.private.serializer' shared service.
  647.      *
  648.      * @return \Symfony\Component\Serializer\Serializer
  649.      */
  650.     protected function get_Container_Private_SerializerService()
  651.     {
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  674.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  680.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  681.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  682.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  683.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  684.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  685.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  688.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  689.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  692.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  693.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  694.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  695.         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\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(NULL), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 10 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL)], [=> 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()]);
  696.     }
  697.     /**
  698.      * Gets the public '.container.private.session' shared service.
  699.      *
  700.      * @return \Symfony\Component\HttpFoundation\Session\Session
  701.      */
  702.     protected function get_Container_Private_SessionService()
  703.     {
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  706.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  707.         if (isset($this->services['.container.private.session'])) {
  708.             return $this->services['.container.private.session'];
  709.         }
  710.         return $this->services['.container.private.session'] = $a->createSession();
  711.     }
  712.     /**
  713.      * Gets the public '.container.private.twig' shared service.
  714.      *
  715.      * @return \Twig\Environment
  716.      */
  717.     protected function get_Container_Private_TwigService()
  718.     {
  719.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  720.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  722.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  723.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  724.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  725.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  726.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  727.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  728.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  729.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  730.         $a->addPath((\dirname(__DIR__4).'/templates'));
  731.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  732.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  733.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  734.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  735.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  736.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  737.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  738.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  739.         $h = ($this->privates['App\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService());
  740.         $i = ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService());
  741.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  742.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  743.         $k = new \Symfony\Bridge\Twig\AppVariable();
  744.         $k->setEnvironment('dev');
  745.         $k->setDebug(true);
  746.         if ($this->has('.container.private.security.token_storage')) {
  747.             $k->setTokenStorage($c);
  748.         }
  749.         if ($this->has('request_stack')) {
  750.             $k->setRequestStack($b);
  751.         }
  752.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  755.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  758.         $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($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  759.             return new \EmptyIterator();
  760.         }, 0))));
  761.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  763.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  764.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  765.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  766.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  767.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$f)));
  768.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  769.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  770.         $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())));
  771.         $instance->addExtension(new \App\Twig\AllowPaymentJackpots($h));
  772.         $instance->addExtension(new \App\Twig\PostPaginator($i));
  773.         $instance->addExtension(new \App\Twig\ShowCashdeskData(($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService())));
  774.         $instance->addExtension(new \App\Twig\ShowClubData($i));
  775.         $instance->addExtension(new \App\Twig\ShowDatetimeExtension());
  776.         $instance->addExtension(new \App\Twig\ShowDuration());
  777.         $instance->addExtension(new \App\Twig\ShowMoneyExtension());
  778.         $instance->addExtension(new \App\Twig\ShowRegionData(($this->privates['App\\Repository\\RegionClubRepository'] ?? $this->getRegionClubRepositoryService())));
  779.         $instance->addExtension(new \App\Twig\ShowRoleExtension());
  780.         $instance->addExtension(new \App\Twig\ShowShiftDuration());
  781.         $instance->addExtension(new \App\Twig\ShowSupportImCode($h));
  782.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  783.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  784.         $instance->addGlobal('app'$k);
  785.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  786.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  787.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  788.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  789.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  790.         ], [
  791.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  792.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  793.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  794.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  795.         ])));
  796.         $instance->addGlobal('projectName'$this->getEnv('string:PROJECT_NAME'));
  797.         $instance->addGlobal('assetsVersion'$this->getEnv('ASSETS_VERSION'));
  798.         $instance->addGlobal('defaultCurrency'$this->getEnv('DEFAULT_CURRENCY'));
  799.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  800.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  801.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  802.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  803.         return $instance;
  804.     }
  805.     /**
  806.      * Gets the public '.container.private.validator' shared service.
  807.      *
  808.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  809.      */
  810.     protected function get_Container_Private_ValidatorService()
  811.     {
  812.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  813.     }
  814.     /**
  815.      * Gets the public 'App\Controller\AnaliticController' shared autowired service.
  816.      *
  817.      * @return \App\Controller\AnaliticController
  818.      */
  819.     protected function getAnaliticControllerService()
  820.     {
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  822.         include_once \dirname(__DIR__4).'/src/Controller/AnaliticController.php';
  823.         $this->services['App\\Controller\\AnaliticController'] = $instance = new \App\Controller\AnaliticController($this->getEnv('PROJECT_URL'), $this->getEnv('PROJECT_NAME'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  824.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\AnaliticController'$this));
  825.         return $instance;
  826.     }
  827.     /**
  828.      * Gets the public 'App\Controller\BettingController' shared autowired service.
  829.      *
  830.      * @return \App\Controller\BettingController
  831.      */
  832.     protected function getBettingControllerService()
  833.     {
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  835.         include_once \dirname(__DIR__4).'/src/Controller/BettingController.php';
  836.         $this->services['App\\Controller\\BettingController'] = $instance = new \App\Controller\BettingController($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\Betting\\BettingService'] ?? $this->getBettingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()));
  837.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\BettingController'$this));
  838.         return $instance;
  839.     }
  840.     /**
  841.      * Gets the public 'App\Controller\BorletteController' shared autowired service.
  842.      *
  843.      * @return \App\Controller\BorletteController
  844.      */
  845.     protected function getBorletteControllerService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  848.         include_once \dirname(__DIR__4).'/src/Controller/BorletteController.php';
  849.         $this->services['App\\Controller\\BorletteController'] = $instance = new \App\Controller\BorletteController($this->getEnv('DEFAULT_CURRENCY'), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Model\\PlatformClient\\Borlette\\Client'] ?? $this->getClientService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()));
  850.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\BorletteController'$this));
  851.         return $instance;
  852.     }
  853.     /**
  854.      * Gets the public 'App\Controller\CashdeskController' shared autowired service.
  855.      *
  856.      * @return \App\Controller\CashdeskController
  857.      */
  858.     protected function getCashdeskControllerService()
  859.     {
  860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  861.         include_once \dirname(__DIR__4).'/src/Controller/CashdeskController.php';
  862.         $this->services['App\\Controller\\CashdeskController'] = $instance = new \App\Controller\CashdeskController(($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService()), ($this->privates['App\\Services\\RegionClubService'] ?? $this->getRegionClubServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()));
  863.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\CashdeskController'$this));
  864.         return $instance;
  865.     }
  866.     /**
  867.      * Gets the public 'App\Controller\ChainClubController' shared autowired service.
  868.      *
  869.      * @return \App\Controller\ChainClubController
  870.      */
  871.     protected function getChainClubControllerService()
  872.     {
  873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  874.         include_once \dirname(__DIR__4).'/src/Controller/ChainClubController.php';
  875.         include_once \dirname(__DIR__4).'/src/Services/ChainClubService.php';
  876.         $a = ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService());
  877.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  878.         $this->services['App\\Controller\\ChainClubController'] = $instance = new \App\Controller\ChainClubController(new \App\Services\ChainClubService(($this->privates['App\\Repository\\ChainClubRepository'] ?? $this->getChainClubRepositoryService()), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), $a$b);
  879.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ChainClubController'$this));
  880.         return $instance;
  881.     }
  882.     /**
  883.      * Gets the public 'App\Controller\ClubApiController' shared autowired service.
  884.      *
  885.      * @return \App\Controller\ClubApiController
  886.      */
  887.     protected function getClubApiControllerService()
  888.     {
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  890.         include_once \dirname(__DIR__4).'/src/Controller/ClubApiController.php';
  891.         $this->services['App\\Controller\\ClubApiController'] = $instance = new \App\Controller\ClubApiController(($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  892.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ClubApiController'$this));
  893.         return $instance;
  894.     }
  895.     /**
  896.      * Gets the public 'App\Controller\ClubController' shared autowired service.
  897.      *
  898.      * @return \App\Controller\ClubController
  899.      */
  900.     protected function getClubControllerService()
  901.     {
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  903.         include_once \dirname(__DIR__4).'/src/Controller/ClubController.php';
  904.         $this->services['App\\Controller\\ClubController'] = $instance = new \App\Controller\ClubController(($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Repository\\ClubRepository'] ?? $this->getClubRepositoryService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()));
  905.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ClubController'$this));
  906.         return $instance;
  907.     }
  908.     /**
  909.      * Gets the public 'App\Controller\CreateUpdateInstructionController' shared autowired service.
  910.      *
  911.      * @return \App\Controller\CreateUpdateInstructionController
  912.      */
  913.     protected function getCreateUpdateInstructionControllerService()
  914.     {
  915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  916.         include_once \dirname(__DIR__4).'/src/Controller/CreateUpdateInstructionController.php';
  917.         $this->services['App\\Controller\\CreateUpdateInstructionController'] = $instance = new \App\Controller\CreateUpdateInstructionController(($this->privates['App\\Services\\CreateUpdateInstructionService'] ?? $this->getCreateUpdateInstructionServiceService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\LocaleService'] ?? $this->getLocaleServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  918.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\CreateUpdateInstructionController'$this));
  919.         return $instance;
  920.     }
  921.     /**
  922.      * Gets the public 'App\Controller\DownloadController' shared autowired service.
  923.      *
  924.      * @return \App\Controller\DownloadController
  925.      */
  926.     protected function getDownloadControllerService()
  927.     {
  928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  929.         include_once \dirname(__DIR__4).'/src/Controller/DownloadController.php';
  930.         $this->services['App\\Controller\\DownloadController'] = $instance = new \App\Controller\DownloadController();
  931.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\DownloadController'$this));
  932.         return $instance;
  933.     }
  934.     /**
  935.      * Gets the public 'App\Controller\EncashmentController' shared autowired service.
  936.      *
  937.      * @return \App\Controller\EncashmentController
  938.      */
  939.     protected function getEncashmentControllerService()
  940.     {
  941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  942.         include_once \dirname(__DIR__4).'/src/Controller/EncashmentController.php';
  943.         include_once \dirname(__DIR__4).'/src/Services/EncashmentService.php';
  944.         $a = ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService());
  945.         $b = ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService());
  946.         $c = ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService());
  947.         $d = ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService());
  948.         $e = ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService());
  949.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  950.         $this->services['App\\Controller\\EncashmentController'] = $instance = new \App\Controller\EncashmentController(($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), $a$b$c, new \App\Services\EncashmentService($a$d$c$b$e, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $f, ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService())), $e$d$f, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  951.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\EncashmentController'$this));
  952.         return $instance;
  953.     }
  954.     /**
  955.      * Gets the public 'App\Controller\EncashmentPlanController' shared autowired service.
  956.      *
  957.      * @return \App\Controller\EncashmentPlanController
  958.      */
  959.     protected function getEncashmentPlanControllerService()
  960.     {
  961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  962.         include_once \dirname(__DIR__4).'/src/Controller/EncashmentPlanController.php';
  963.         $this->services['App\\Controller\\EncashmentPlanController'] = $instance = new \App\Controller\EncashmentPlanController(($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  964.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\EncashmentPlanController'$this));
  965.         return $instance;
  966.     }
  967.     /**
  968.      * Gets the public 'App\Controller\ExternalCashdeskDataApiController' shared autowired service.
  969.      *
  970.      * @return \App\Controller\ExternalCashdeskDataApiController
  971.      */
  972.     protected function getExternalCashdeskDataApiControllerService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  975.         include_once \dirname(__DIR__4).'/src/Controller/ExternalCashdeskDataApiController.php';
  976.         $this->services['App\\Controller\\ExternalCashdeskDataApiController'] = $instance = new \App\Controller\ExternalCashdeskDataApiController($this->getEnv('API_EXTERNAL_SECRETKEY'), ($this->privates['App\\Services\\CreateUpdateInstructionService'] ?? $this->getCreateUpdateInstructionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  977.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ExternalCashdeskDataApiController'$this));
  978.         return $instance;
  979.     }
  980.     /**
  981.      * Gets the public 'App\Controller\ExternalCashdeskDataTestController' shared autowired service.
  982.      *
  983.      * @return \App\Controller\ExternalCashdeskDataTestController
  984.      */
  985.     protected function getExternalCashdeskDataTestControllerService()
  986.     {
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  988.         include_once \dirname(__DIR__4).'/src/Controller/ExternalCashdeskDataTestController.php';
  989.         $this->services['App\\Controller\\ExternalCashdeskDataTestController'] = $instance = new \App\Controller\ExternalCashdeskDataTestController($this->getEnv('API_EXTERNAL_SECRETKEY'));
  990.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ExternalCashdeskDataTestController'$this));
  991.         return $instance;
  992.     }
  993.     /**
  994.      * Gets the public 'App\Controller\ExternalClubDataApiController' shared autowired service.
  995.      *
  996.      * @return \App\Controller\ExternalClubDataApiController
  997.      */
  998.     protected function getExternalClubDataApiControllerService()
  999.     {
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1001.         include_once \dirname(__DIR__4).'/src/Controller/ExternalClubDataApiController.php';
  1002.         $this->services['App\\Controller\\ExternalClubDataApiController'] = $instance = new \App\Controller\ExternalClubDataApiController($this->getEnv('API_EXTERNAL_SECRETKEY'), ($this->privates['App\\Services\\CreateUpdateInstructionService'] ?? $this->getCreateUpdateInstructionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1003.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ExternalClubDataApiController'$this));
  1004.         return $instance;
  1005.     }
  1006.     /**
  1007.      * Gets the public 'App\Controller\ExternalClubDataTestController' shared autowired service.
  1008.      *
  1009.      * @return \App\Controller\ExternalClubDataTestController
  1010.      */
  1011.     protected function getExternalClubDataTestControllerService()
  1012.     {
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1014.         include_once \dirname(__DIR__4).'/src/Controller/ExternalClubDataTestController.php';
  1015.         $this->services['App\\Controller\\ExternalClubDataTestController'] = $instance = new \App\Controller\ExternalClubDataTestController($this->getEnv('API_EXTERNAL_SECRETKEY'));
  1016.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ExternalClubDataTestController'$this));
  1017.         return $instance;
  1018.     }
  1019.     /**
  1020.      * Gets the public 'App\Controller\ExternalUserDataApiController' shared autowired service.
  1021.      *
  1022.      * @return \App\Controller\ExternalUserDataApiController
  1023.      */
  1024.     protected function getExternalUserDataApiControllerService()
  1025.     {
  1026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1027.         include_once \dirname(__DIR__4).'/src/Controller/ExternalUserDataApiController.php';
  1028.         $this->services['App\\Controller\\ExternalUserDataApiController'] = $instance = new \App\Controller\ExternalUserDataApiController($this->getEnv('API_EXTERNAL_SECRETKEY'), ($this->privates['App\\Services\\CreateUpdateInstructionService'] ?? $this->getCreateUpdateInstructionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1029.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ExternalUserDataApiController'$this));
  1030.         return $instance;
  1031.     }
  1032.     /**
  1033.      * Gets the public 'App\Controller\ExternalUserDataTestController' shared autowired service.
  1034.      *
  1035.      * @return \App\Controller\ExternalUserDataTestController
  1036.      */
  1037.     protected function getExternalUserDataTestControllerService()
  1038.     {
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1040.         include_once \dirname(__DIR__4).'/src/Controller/ExternalUserDataTestController.php';
  1041.         $this->services['App\\Controller\\ExternalUserDataTestController'] = $instance = new \App\Controller\ExternalUserDataTestController($this->getEnv('API_EXTERNAL_SECRETKEY'));
  1042.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ExternalUserDataTestController'$this));
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the public 'App\Controller\HistoryChangeController' shared autowired service.
  1047.      *
  1048.      * @return \App\Controller\HistoryChangeController
  1049.      */
  1050.     protected function getHistoryChangeControllerService()
  1051.     {
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1053.         include_once \dirname(__DIR__4).'/src/Controller/HistoryChangeController.php';
  1054.         include_once \dirname(__DIR__4).'/src/Services/HistoryChangeService.php';
  1055.         $this->services['App\\Controller\\HistoryChangeController'] = $instance = new \App\Controller\HistoryChangeController($this->getEnv('PROJECT_NAME'), new \App\Services\HistoryChangeService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\HistoryChangeRepository'] ?? $this->getHistoryChangeRepositoryService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()));
  1056.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\HistoryChangeController'$this));
  1057.         return $instance;
  1058.     }
  1059.     /**
  1060.      * Gets the public 'App\Controller\HistoryController' shared autowired service.
  1061.      *
  1062.      * @return \App\Controller\HistoryController
  1063.      */
  1064.     protected function getHistoryControllerService()
  1065.     {
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1067.         include_once \dirname(__DIR__4).'/src/Controller/HistoryController.php';
  1068.         $this->services['App\\Controller\\HistoryController'] = $instance = new \App\Controller\HistoryController($this->getEnv('PROJECT_NAME'), ($this->privates['App\\Model\\PlatformClient\\PlatformClientFactory'] ?? $this->getPlatformClientFactoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1069.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\HistoryController'$this));
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  1074.      *
  1075.      * @return \App\Controller\IndexController
  1076.      */
  1077.     protected function getIndexControllerService()
  1078.     {
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1080.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  1081.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController(($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\WorkshiftService'] ?? $this->getWorkshiftServiceService()));
  1082.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\IndexController'$this));
  1083.         return $instance;
  1084.     }
  1085.     /**
  1086.      * Gets the public 'App\Controller\JackpotController' shared autowired service.
  1087.      *
  1088.      * @return \App\Controller\JackpotController
  1089.      */
  1090.     protected function getJackpotControllerService()
  1091.     {
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1093.         include_once \dirname(__DIR__4).'/src/Controller/JackpotController.php';
  1094.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/JackpotFrontendClient.php';
  1095.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/JackpotChannelManager.php';
  1096.         $this->services['App\\Controller\\JackpotController'] = $instance = new \App\Controller\JackpotController(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), new \App\Model\Jackpot\JackpotFrontendClient($this->getEnv('WEBSOCKET_FRONTEND_CONNECTION_STRING'), $this->getEnv('WEBSOCKET_FRONTEND_TOKEN_HMAC_SECRET_KEY'), ($this->privates['App\\Model\\Jackpot\\JackpotChannelManager'] ?? ($this->privates['App\\Model\\Jackpot\\JackpotChannelManager'] = new \App\Model\Jackpot\JackpotChannelManager($this->getEnv('PROJECT_NAME'))))), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->privates['App\\Repository\\JackpotWinRepository'] ?? $this->getJackpotWinRepositoryService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()));
  1097.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\JackpotController'$this));
  1098.         return $instance;
  1099.     }
  1100.     /**
  1101.      * Gets the public 'App\Controller\LocalCashdeskController' shared autowired service.
  1102.      *
  1103.      * @return \App\Controller\LocalCashdeskController
  1104.      */
  1105.     protected function getLocalCashdeskControllerService()
  1106.     {
  1107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1108.         include_once \dirname(__DIR__4).'/src/Controller/LocalCashdeskController.php';
  1109.         $this->services['App\\Controller\\LocalCashdeskController'] = $instance = new \App\Controller\LocalCashdeskController(($this->privates['App\\Model\\PlatformClient\\PlatformClientFactory'] ?? $this->getPlatformClientFactoryService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\Betting\\BettingService'] ?? $this->getBettingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1110.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\LocalCashdeskController'$this));
  1111.         return $instance;
  1112.     }
  1113.     /**
  1114.      * Gets the public 'App\Controller\MetricsController' shared autowired service.
  1115.      *
  1116.      * @return \App\Controller\MetricsController
  1117.      */
  1118.     protected function getMetricsControllerService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1121.         include_once \dirname(__DIR__4).'/src/Controller/MetricsController.php';
  1122.         $this->services['App\\Controller\\MetricsController'] = $instance = new \App\Controller\MetricsController($this->getEnv('PROJECT_NAME'), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
  1123.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\MetricsController'$this));
  1124.         return $instance;
  1125.     }
  1126.     /**
  1127.      * Gets the public 'App\Controller\OnlineCashdeskController' shared autowired service.
  1128.      *
  1129.      * @return \App\Controller\OnlineCashdeskController
  1130.      */
  1131.     protected function getOnlineCashdeskControllerService()
  1132.     {
  1133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1134.         include_once \dirname(__DIR__4).'/src/Controller/OnlineCashdeskController.php';
  1135.         $this->services['App\\Controller\\OnlineCashdeskController'] = $instance = new \App\Controller\OnlineCashdeskController($this->getEnv('PROJECT_NAME'), $this->getEnv('bool:ONLINE_CASHDESK_REQUIRED_PIN'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['App\\Services\\Betting\\BettingService'] ?? $this->getBettingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1136.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\OnlineCashdeskController'$this));
  1137.         return $instance;
  1138.     }
  1139.     /**
  1140.      * Gets the public 'App\Controller\PartnerController' shared autowired service.
  1141.      *
  1142.      * @return \App\Controller\PartnerController
  1143.      */
  1144.     protected function getPartnerControllerService()
  1145.     {
  1146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1147.         include_once \dirname(__DIR__4).'/src/Controller/PartnerController.php';
  1148.         $this->services['App\\Controller\\PartnerController'] = $instance = new \App\Controller\PartnerController(($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()));
  1149.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\PartnerController'$this));
  1150.         return $instance;
  1151.     }
  1152.     /**
  1153.      * Gets the public 'App\Controller\ParyajpamRemoteCashdeskApiController' shared autowired service.
  1154.      *
  1155.      * @return \App\Controller\ParyajpamRemoteCashdeskApiController
  1156.      */
  1157.     protected function getParyajpamRemoteCashdeskApiControllerService()
  1158.     {
  1159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1160.         include_once \dirname(__DIR__4).'/src/Controller/ParyajpamRemoteCashdeskApiController.php';
  1161.         $this->services['App\\Controller\\ParyajpamRemoteCashdeskApiController'] = $instance = new \App\Controller\ParyajpamRemoteCashdeskApiController($this->getEnv('ONLINE_CASHDESK_SECRETKEY'), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1162.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ParyajpamRemoteCashdeskApiController'$this));
  1163.         return $instance;
  1164.     }
  1165.     /**
  1166.      * Gets the public 'App\Controller\PaymentController' shared autowired service.
  1167.      *
  1168.      * @return \App\Controller\PaymentController
  1169.      */
  1170.     protected function getPaymentControllerService()
  1171.     {
  1172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1173.         include_once \dirname(__DIR__4).'/src/Controller/PaymentController.php';
  1174.         $this->services['App\\Controller\\PaymentController'] = $instance = new \App\Controller\PaymentController($this->getEnv('PROJECT_URL'), $this->getEnv('PROJECT_NAME'), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\OpcodeService'] ?? $this->getOpcodeServiceService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\WorkshiftService'] ?? $this->getWorkshiftServiceService()), ($this->privates['App\\Repository\\WorkshiftRepository'] ?? $this->getWorkshiftRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\RegionClubService'] ?? $this->getRegionClubServiceService()), ($this->privates['App\\Model\\PlatformClient\\Borlette\\Client'] ?? $this->getClientService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()));
  1175.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\PaymentController'$this));
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public 'App\Controller\PlatformCashdeskApiController' shared autowired service.
  1180.      *
  1181.      * @return \App\Controller\PlatformCashdeskApiController
  1182.      */
  1183.     protected function getPlatformCashdeskApiControllerService()
  1184.     {
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1186.         include_once \dirname(__DIR__4).'/src/Controller/PlatformCashdeskApiController.php';
  1187.         $this->services['App\\Controller\\PlatformCashdeskApiController'] = $instance = new \App\Controller\PlatformCashdeskApiController($this->getEnv('PLATFORM_HORSES_SECRETKEY'), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1188.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\PlatformCashdeskApiController'$this));
  1189.         return $instance;
  1190.     }
  1191.     /**
  1192.      * Gets the public 'App\Controller\PlatformCashdeskApiV2Controller' shared autowired service.
  1193.      *
  1194.      * @return \App\Controller\PlatformCashdeskApiV2Controller
  1195.      */
  1196.     protected function getPlatformCashdeskApiV2ControllerService()
  1197.     {
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1199.         include_once \dirname(__DIR__4).'/src/Controller/PlatformCashdeskApiV2Controller.php';
  1200.         $this->services['App\\Controller\\PlatformCashdeskApiV2Controller'] = $instance = new \App\Controller\PlatformCashdeskApiV2Controller(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1201.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\PlatformCashdeskApiV2Controller'$this));
  1202.         return $instance;
  1203.     }
  1204.     /**
  1205.      * Gets the public 'App\Controller\RegionClubController' shared autowired service.
  1206.      *
  1207.      * @return \App\Controller\RegionClubController
  1208.      */
  1209.     protected function getRegionClubControllerService()
  1210.     {
  1211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1212.         include_once \dirname(__DIR__4).'/src/Controller/RegionClubController.php';
  1213.         $this->services['App\\Controller\\RegionClubController'] = $instance = new \App\Controller\RegionClubController(($this->privates['App\\Services\\RegionClubService'] ?? $this->getRegionClubServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1214.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\RegionClubController'$this));
  1215.         return $instance;
  1216.     }
  1217.     /**
  1218.      * Gets the public 'App\Controller\ReportController' shared autowired service.
  1219.      *
  1220.      * @return \App\Controller\ReportController
  1221.      */
  1222.     protected function getReportControllerService()
  1223.     {
  1224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1225.         include_once \dirname(__DIR__4).'/src/Controller/ReportController.php';
  1226.         include_once \dirname(__DIR__4).'/src/Services/ReportService.php';
  1227.         $a = ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService());
  1228.         $b = ($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService());
  1229.         $c = ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService());
  1230.         $d = ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService());
  1231.         $e = ($this->privates['App\\Model\\PlatformClient\\Borlette\\Client'] ?? $this->getClientService());
  1232.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  1233.         $g = ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService());
  1234.         $this->services['App\\Controller\\ReportController'] = $instance = new \App\Controller\ReportController(new \App\Services\ReportService(($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), $a$b$c, ($this->privates['App\\Services\\OpcodeService'] ?? $this->getOpcodeServiceService()), $d$e, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $f$g), $d$c, ($this->privates['App\\Services\\RegionClubService'] ?? $this->getRegionClubServiceService()), $f$g$a$e, ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), $b);
  1235.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\ReportController'$this));
  1236.         return $instance;
  1237.     }
  1238.     /**
  1239.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1240.      *
  1241.      * @return \App\Controller\SecurityController
  1242.      */
  1243.     protected function getSecurityControllerService()
  1244.     {
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1246.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1247.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1248.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\SecurityController'$this));
  1249.         return $instance;
  1250.     }
  1251.     /**
  1252.      * Gets the public 'App\Controller\TelegramBotController' shared autowired service.
  1253.      *
  1254.      * @return \App\Controller\TelegramBotController
  1255.      */
  1256.     protected function getTelegramBotControllerService()
  1257.     {
  1258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1259.         include_once \dirname(__DIR__4).'/src/Controller/TelegramBotController.php';
  1260.         include_once \dirname(__DIR__4).'/src/Services/TelegramService.php';
  1261.         $a = ($this->privates['App\\Repository\\TelegramRepository'] ?? $this->getTelegramRepositoryService());
  1262.         $this->services['App\\Controller\\TelegramBotController'] = $instance = new \App\Controller\TelegramBotController(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['monolog.logger.telegram'] ?? $this->getMonolog_Logger_TelegramService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), new \App\Services\TelegramService($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->privates['App\\Services\\TelegramUserService'] ?? $this->getTelegramUserServiceService()));
  1263.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\TelegramBotController'$this));
  1264.         return $instance;
  1265.     }
  1266.     /**
  1267.      * Gets the public 'App\Controller\TelegramUserController' shared autowired service.
  1268.      *
  1269.      * @return \App\Controller\TelegramUserController
  1270.      */
  1271.     protected function getTelegramUserControllerService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1274.         include_once \dirname(__DIR__4).'/src/Controller/TelegramUserController.php';
  1275.         $this->services['App\\Controller\\TelegramUserController'] = $instance = new \App\Controller\TelegramUserController($this->getEnv('PROJECT_NAME'), ($this->privates['App\\Services\\TelegramUserService'] ?? $this->getTelegramUserServiceService()), ($this->privates['App\\Repository\\TelegramUserRepository'] ?? $this->getTelegramUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1276.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\TelegramUserController'$this));
  1277.         return $instance;
  1278.     }
  1279.     /**
  1280.      * Gets the public 'App\Controller\TerminalController' shared autowired service.
  1281.      *
  1282.      * @return \App\Controller\TerminalController
  1283.      */
  1284.     protected function getTerminalControllerService()
  1285.     {
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1287.         include_once \dirname(__DIR__4).'/src/Controller/TerminalController.php';
  1288.         $this->services['App\\Controller\\TerminalController'] = $instance = new \App\Controller\TerminalController($this->getEnv('PROJECT_URL'), $this->getEnv('BETTING_SECRETKEY'), $this->getEnv('PROJECT_NAME'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()));
  1289.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\TerminalController'$this));
  1290.         return $instance;
  1291.     }
  1292.     /**
  1293.      * Gets the public 'App\Controller\TimetableController' shared autowired service.
  1294.      *
  1295.      * @return \App\Controller\TimetableController
  1296.      */
  1297.     protected function getTimetableControllerService()
  1298.     {
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1300.         include_once \dirname(__DIR__4).'/src/Controller/TimetableController.php';
  1301.         $this->services['App\\Controller\\TimetableController'] = $instance = new \App\Controller\TimetableController(($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), $this->getEnv('PROJECT_NAME'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1302.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\TimetableController'$this));
  1303.         return $instance;
  1304.     }
  1305.     /**
  1306.      * Gets the public 'App\Controller\UserApiController' shared autowired service.
  1307.      *
  1308.      * @return \App\Controller\UserApiController
  1309.      */
  1310.     protected function getUserApiControllerService()
  1311.     {
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1313.         include_once \dirname(__DIR__4).'/src/Controller/UserApiController.php';
  1314.         $this->services['App\\Controller\\UserApiController'] = $instance = new \App\Controller\UserApiController(($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1315.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\UserApiController'$this));
  1316.         return $instance;
  1317.     }
  1318.     /**
  1319.      * Gets the public 'App\Controller\UserController' shared autowired service.
  1320.      *
  1321.      * @return \App\Controller\UserController
  1322.      */
  1323.     protected function getUserControllerService()
  1324.     {
  1325.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1326.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  1327.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController($this->getEnv('PROJECT_NAME'), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->privates['App\\Services\\LocaleService'] ?? $this->getLocaleServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()));
  1328.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Controller\\UserController'$this));
  1329.         return $instance;
  1330.     }
  1331.     /**
  1332.      * Gets the public 'App\Services\TranslationPhrasesStub' shared autowired service.
  1333.      *
  1334.      * @return \App\Services\TranslationPhrasesStub
  1335.      */
  1336.     protected function getTranslationPhrasesStubService()
  1337.     {
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1339.         include_once \dirname(__DIR__4).'/src/Services/TranslationPhrasesStub.php';
  1340.         $this->services['App\\Services\\TranslationPhrasesStub'] = $instance = new \App\Services\TranslationPhrasesStub(($this->services['translator'] ?? $this->getTranslatorService()));
  1341.         $instance->setContainer(($this->privates['.service_locator.mlZVjf7'] ?? $this->get_ServiceLocator_MlZVjf7Service())->withContext('App\\Services\\TranslationPhrasesStub'$this));
  1342.         return $instance;
  1343.     }
  1344.     /**
  1345.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1346.      *
  1347.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1348.      */
  1349.     protected function getProfilerControllerService()
  1350.     {
  1351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1352.         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()));
  1353.     }
  1354.     /**
  1355.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1356.      *
  1357.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1358.      */
  1359.     protected function getRedirectControllerService()
  1360.     {
  1361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1362.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1363.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1364.     }
  1365.     /**
  1366.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1367.      *
  1368.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1369.      */
  1370.     protected function getTemplateControllerService()
  1371.     {
  1372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1373.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1374.     }
  1375.     /**
  1376.      * Gets the public 'cache.app' shared service.
  1377.      *
  1378.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1379.      */
  1380.     protected function getCache_AppService()
  1381.     {
  1382.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1383.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1384.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1385.     }
  1386.     /**
  1387.      * Gets the public 'cache.app_clearer' shared service.
  1388.      *
  1389.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1390.      */
  1391.     protected function getCache_AppClearerService()
  1392.     {
  1393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1395.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1396.     }
  1397.     /**
  1398.      * Gets the public 'cache.global_clearer' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1401.      */
  1402.     protected function getCache_GlobalClearerService()
  1403.     {
  1404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1406.         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.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), '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())]);
  1407.     }
  1408.     /**
  1409.      * Gets the public 'cache.system' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1412.      */
  1413.     protected function getCache_SystemService()
  1414.     {
  1415.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1416.     }
  1417.     /**
  1418.      * Gets the public 'cache.system_clearer' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1421.      */
  1422.     protected function getCache_SystemClearerService()
  1423.     {
  1424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1426.         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())]);
  1427.     }
  1428.     /**
  1429.      * Gets the public 'cache.validator_expression_language' shared service.
  1430.      *
  1431.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1432.      */
  1433.     protected function getCache_ValidatorExpressionLanguageService()
  1434.     {
  1435.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1436.     }
  1437.     /**
  1438.      * Gets the public 'cache_warmer' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1441.      */
  1442.     protected function getCacheWarmerService()
  1443.     {
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1446.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1447.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1448.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1449.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1450.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1451.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1452.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1453.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1454.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1455.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1456.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1457.     }
  1458.     /**
  1459.      * Gets the public 'console.command_loader' shared service.
  1460.      *
  1461.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1462.      */
  1463.     protected function getConsole_CommandLoaderService()
  1464.     {
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1467.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1468.             'App\\Command\\BlockCashdesksCommand' => ['privates''App\\Command\\BlockCashdesksCommand''getBlockCashdesksCommandService'false],
  1469.             'App\\Command\\BlockUsersCommand' => ['privates''App\\Command\\BlockUsersCommand''getBlockUsersCommandService'false],
  1470.             'App\\Command\\PaymentsAggregateCommand' => ['privates''App\\Command\\PaymentsAggregateCommand''getPaymentsAggregateCommandService'false],
  1471.             'App\\Command\\UnlinkUsersFromCashdesksCommand' => ['privates''App\\Command\\UnlinkUsersFromCashdesksCommand''getUnlinkUsersFromCashdesksCommandService'false],
  1472.             'App\\Command\\UsersInactiveLogoutCommand' => ['privates''App\\Command\\UsersInactiveLogoutCommand''getUsersInactiveLogoutCommandService'false],
  1473.             'App\\Command\\UsersLogoutCommand' => ['privates''App\\Command\\UsersLogoutCommand''getUsersLogoutCommandService'false],
  1474.             'App\\Command\\UsersWorkingTimeLogoutCommand' => ['privates''App\\Command\\UsersWorkingTimeLogoutCommand''getUsersWorkingTimeLogoutCommandService'false],
  1475.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1476.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1477.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1478.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1479.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1480.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1481.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1482.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1483.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1484.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1485.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1486.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1487.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1488.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1489.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1490.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1491.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1492.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1493.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1494.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1495.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1496.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1497.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1498.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1499.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1500.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1501.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1502.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1503.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1504.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1505.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1506.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1507.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1508.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1509.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1510.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1511.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1512.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1513.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1514.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1515.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1516.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1517.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1518.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1519.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1520.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1521.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1522.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1523.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1524.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1525.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1526.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1527.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1528.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1529.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1530.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1531.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1532.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1533.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1534.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1535.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1536.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1537.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1538.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1539.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1540.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1541.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1542.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1543.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1544.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1545.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1546.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1547.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1548.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1549.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1550.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1551.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1552.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1553.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1554.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1555.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1556.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1557.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1558.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1559.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1560.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1561.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1562.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1563.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1564.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1565.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1566.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1567.         ], [
  1568.             'App\\Command\\BlockCashdesksCommand' => 'App\\Command\\BlockCashdesksCommand',
  1569.             'App\\Command\\BlockUsersCommand' => 'App\\Command\\BlockUsersCommand',
  1570.             'App\\Command\\PaymentsAggregateCommand' => 'App\\Command\\PaymentsAggregateCommand',
  1571.             'App\\Command\\UnlinkUsersFromCashdesksCommand' => 'App\\Command\\UnlinkUsersFromCashdesksCommand',
  1572.             'App\\Command\\UsersInactiveLogoutCommand' => 'App\\Command\\UsersInactiveLogoutCommand',
  1573.             'App\\Command\\UsersLogoutCommand' => 'App\\Command\\UsersLogoutCommand',
  1574.             'App\\Command\\UsersWorkingTimeLogoutCommand' => 'App\\Command\\UsersWorkingTimeLogoutCommand',
  1575.             'console.command.about' => '?',
  1576.             'console.command.assets_install' => '?',
  1577.             'console.command.cache_clear' => '?',
  1578.             'console.command.cache_pool_clear' => '?',
  1579.             'console.command.cache_pool_prune' => '?',
  1580.             'console.command.cache_pool_delete' => '?',
  1581.             'console.command.cache_pool_list' => '?',
  1582.             'console.command.cache_warmup' => '?',
  1583.             'console.command.config_debug' => '?',
  1584.             'console.command.config_dump_reference' => '?',
  1585.             'console.command.container_debug' => '?',
  1586.             'console.command.container_lint' => '?',
  1587.             'console.command.debug_autowiring' => '?',
  1588.             'console.command.dotenv_debug' => '?',
  1589.             'console.command.event_dispatcher_debug' => '?',
  1590.             'console.command.router_debug' => '?',
  1591.             'console.command.router_match' => '?',
  1592.             'console.command.translation_debug' => '?',
  1593.             'console.command.translation_extract' => '?',
  1594.             'console.command.validator_debug' => '?',
  1595.             'console.command.translation_pull' => '?',
  1596.             'console.command.translation_push' => '?',
  1597.             'console.command.xliff_lint' => '?',
  1598.             'console.command.yaml_lint' => '?',
  1599.             'console.command.form_debug' => '?',
  1600.             'console.command.secrets_set' => '?',
  1601.             'console.command.secrets_remove' => '?',
  1602.             'console.command.secrets_generate_key' => '?',
  1603.             'console.command.secrets_list' => '?',
  1604.             'console.command.secrets_decrypt_to_local' => '?',
  1605.             'console.command.secrets_encrypt_from_local' => '?',
  1606.             'security.command.debug_firewall' => '?',
  1607.             'security.command.user_password_encoder' => '?',
  1608.             'security.command.user_password_hash' => '?',
  1609.             'twig.command.debug' => '?',
  1610.             'twig.command.lint' => '?',
  1611.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1612.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1613.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1614.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1615.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1616.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1617.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1618.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1619.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1620.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1621.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1622.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1623.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1624.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1625.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1626.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1627.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1628.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1629.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1630.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1631.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1632.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1633.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1634.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1635.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1636.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1637.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1638.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1639.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1640.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1641.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1642.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1643.             'var_dumper.command.server_dump' => '?',
  1644.             'monolog.command.server_log' => '?',
  1645.             'maker.auto_command.make_auth' => '?',
  1646.             'maker.auto_command.make_command' => '?',
  1647.             'maker.auto_command.make_controller' => '?',
  1648.             'maker.auto_command.make_crud' => '?',
  1649.             'maker.auto_command.make_docker_database' => '?',
  1650.             'maker.auto_command.make_entity' => '?',
  1651.             'maker.auto_command.make_fixtures' => '?',
  1652.             'maker.auto_command.make_form' => '?',
  1653.             'maker.auto_command.make_message' => '?',
  1654.             'maker.auto_command.make_messenger_middleware' => '?',
  1655.             'maker.auto_command.make_registration_form' => '?',
  1656.             'maker.auto_command.make_reset_password' => '?',
  1657.             'maker.auto_command.make_serializer_encoder' => '?',
  1658.             'maker.auto_command.make_serializer_normalizer' => '?',
  1659.             'maker.auto_command.make_subscriber' => '?',
  1660.             'maker.auto_command.make_twig_extension' => '?',
  1661.             'maker.auto_command.make_test' => '?',
  1662.             'maker.auto_command.make_validator' => '?',
  1663.             'maker.auto_command.make_voter' => '?',
  1664.             'maker.auto_command.make_user' => '?',
  1665.             'maker.auto_command.make_migration' => '?',
  1666.             'maker.auto_command.make_stimulus_controller' => '?',
  1667.         ]), ['app:cashdesks:block' => 'App\\Command\\BlockCashdesksCommand''app:users:block' => 'App\\Command\\BlockUsersCommand''app:payments:aggregate' => 'App\\Command\\PaymentsAggregateCommand''app:users:unlink' => 'App\\Command\\UnlinkUsersFromCashdesksCommand''app:users:inactive:logout' => 'App\\Command\\UsersInactiveLogoutCommand''app:users:logout' => 'App\\Command\\UsersLogoutCommand''app:users:working_time:logout' => 'App\\Command\\UsersWorkingTimeLogoutCommand''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:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''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: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']);
  1668.     }
  1669.     /**
  1670.      * Gets the public 'container.env_var_processors_locator' shared service.
  1671.      *
  1672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1673.      */
  1674.     protected function getContainer_EnvVarProcessorsLocatorService()
  1675.     {
  1676.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1677.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1678.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1679.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1680.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1681.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1682.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1683.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1684.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1685.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1686.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1687.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1688.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1689.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1690.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1691.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1692.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1693.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1694.         ], [
  1695.             'base64' => '?',
  1696.             'bool' => '?',
  1697.             'const' => '?',
  1698.             'csv' => '?',
  1699.             'default' => '?',
  1700.             'file' => '?',
  1701.             'float' => '?',
  1702.             'int' => '?',
  1703.             'json' => '?',
  1704.             'key' => '?',
  1705.             'not' => '?',
  1706.             'query_string' => '?',
  1707.             'require' => '?',
  1708.             'resolve' => '?',
  1709.             'string' => '?',
  1710.             'trim' => '?',
  1711.             'url' => '?',
  1712.         ]);
  1713.     }
  1714.     /**
  1715.      * Gets the public 'data_collector.dump' shared service.
  1716.      *
  1717.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1718.      */
  1719.     protected function getDataCollector_DumpService()
  1720.     {
  1721.         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()));
  1722.     }
  1723.     /**
  1724.      * Gets the public 'doctrine' shared service.
  1725.      *
  1726.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1727.      */
  1728.     protected function getDoctrineService()
  1729.     {
  1730.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1731.     }
  1732.     /**
  1733.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1734.      *
  1735.      * @return \Doctrine\DBAL\Connection
  1736.      */
  1737.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1738.     {
  1739.         $a = new \Doctrine\DBAL\Configuration();
  1740.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1741.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1742.         $b->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  1743.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1744.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1745.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1746.         $c->setConnectionName('default');
  1747.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1748.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1749.             'App\\EventListeners\\MySQLConnectionListener' => ['privates''App\\EventListeners\\MySQLConnectionListener''getMySQLConnectionListenerService'false],
  1750.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1751.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1752.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1753.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1754.         ], [
  1755.             'App\\EventListeners\\MySQLConnectionListener' => '?',
  1756.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1757.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1758.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1759.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1760.         ]), [=> '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'=> [=> [=> 'postConnect'], => 'App\\EventListeners\\MySQLConnectionListener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1761.     }
  1762.     /**
  1763.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1764.      *
  1765.      * @return \Doctrine\ORM\EntityManager
  1766.      */
  1767.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1768.     {
  1769.         $a = new \Doctrine\ORM\Configuration();
  1770.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1771.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1772.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1773.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1774.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1775.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1776.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1777.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1778.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1779.         ], [
  1780.             'doctrine.ulid_generator' => '?',
  1781.             'doctrine.uuid_generator' => '?',
  1782.         ])));
  1783.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1784.         $a->setProxyNamespace('Proxies');
  1785.         $a->setAutoGenerateProxyClasses(true);
  1786.         $a->setSchemaIgnoreClasses([]);
  1787.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1788.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1789.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1790.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1791.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1792.         $a->setLazyGhostObjectEnabled(false);
  1793.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1794.             'App\\Repository\\AuditLogRepository' => ['privates''App\\Repository\\AuditLogRepository''getAuditLogRepositoryService'false],
  1795.             'App\\Repository\\CashdeskRepository' => ['privates''App\\Repository\\CashdeskRepository''getCashdeskRepositoryService'false],
  1796.             'App\\Repository\\ChainClubRepository' => ['privates''App\\Repository\\ChainClubRepository''getChainClubRepositoryService'false],
  1797.             'App\\Repository\\ClubRepository' => ['privates''App\\Repository\\ClubRepository''getClubRepositoryService'false],
  1798.             'App\\Repository\\CreateUpdateInstructionRepository' => ['privates''App\\Repository\\CreateUpdateInstructionRepository''getCreateUpdateInstructionRepositoryService'false],
  1799.             'App\\Repository\\HistoryChangeRepository' => ['privates''App\\Repository\\HistoryChangeRepository''getHistoryChangeRepositoryService'false],
  1800.             'App\\Repository\\JackpotRepository' => ['privates''App\\Repository\\JackpotRepository''getJackpotRepositoryService'false],
  1801.             'App\\Repository\\JackpotWinRepository' => ['privates''App\\Repository\\JackpotWinRepository''getJackpotWinRepositoryService'false],
  1802.             'App\\Repository\\LocaleRepository' => ['privates''App\\Repository\\LocaleRepository''getLocaleRepositoryService'false],
  1803.             'App\\Repository\\OpcodeRepository' => ['privates''App\\Repository\\OpcodeRepository''getOpcodeRepositoryService'false],
  1804.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'false],
  1805.             'App\\Repository\\PaymentAggregationRepository' => ['privates''App\\Repository\\PaymentAggregationRepository''getPaymentAggregationRepositoryService'false],
  1806.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1807.             'App\\Repository\\RegionClubRepository' => ['privates''App\\Repository\\RegionClubRepository''getRegionClubRepositoryService'false],
  1808.             'App\\Repository\\SessionRepository' => ['privates''App\\Repository\\SessionRepository''getSessionRepositoryService'false],
  1809.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'false],
  1810.             'App\\Repository\\TelegramRepository' => ['privates''App\\Repository\\TelegramRepository''getTelegramRepositoryService'false],
  1811.             'App\\Repository\\TelegramUserRepository' => ['privates''App\\Repository\\TelegramUserRepository''getTelegramUserRepositoryService'false],
  1812.             'App\\Repository\\TimetableRepository' => ['privates''App\\Repository\\TimetableRepository''getTimetableRepositoryService'false],
  1813.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1814.             'App\\Repository\\WorkshiftRepository' => ['privates''App\\Repository\\WorkshiftRepository''getWorkshiftRepositoryService'false],
  1815.         ], [
  1816.             'App\\Repository\\AuditLogRepository' => '?',
  1817.             'App\\Repository\\CashdeskRepository' => '?',
  1818.             'App\\Repository\\ChainClubRepository' => '?',
  1819.             'App\\Repository\\ClubRepository' => '?',
  1820.             'App\\Repository\\CreateUpdateInstructionRepository' => '?',
  1821.             'App\\Repository\\HistoryChangeRepository' => '?',
  1822.             'App\\Repository\\JackpotRepository' => '?',
  1823.             'App\\Repository\\JackpotWinRepository' => '?',
  1824.             'App\\Repository\\LocaleRepository' => '?',
  1825.             'App\\Repository\\OpcodeRepository' => '?',
  1826.             'App\\Repository\\PartnerRepository' => '?',
  1827.             'App\\Repository\\PaymentAggregationRepository' => '?',
  1828.             'App\\Repository\\PaymentRepository' => '?',
  1829.             'App\\Repository\\RegionClubRepository' => '?',
  1830.             'App\\Repository\\SessionRepository' => '?',
  1831.             'App\\Repository\\SettingRepository' => '?',
  1832.             'App\\Repository\\TelegramRepository' => '?',
  1833.             'App\\Repository\\TelegramUserRepository' => '?',
  1834.             'App\\Repository\\TimetableRepository' => '?',
  1835.             'App\\Repository\\UserRepository' => '?',
  1836.             'App\\Repository\\WorkshiftRepository' => '?',
  1837.         ])));
  1838.         $a->addCustomStringFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  1839.         $a->addCustomStringFunction('MATCH''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1840.         $a->addCustomStringFunction('IF''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1841.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1842.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1843.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1844.         return $instance;
  1845.     }
  1846.     /**
  1847.      * Gets the public 'error_controller' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1850.      */
  1851.     protected function getErrorControllerService()
  1852.     {
  1853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1855.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1856.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1857.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1858.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1859.         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)));
  1860.     }
  1861.     /**
  1862.      * Gets the public 'event_dispatcher' shared service.
  1863.      *
  1864.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1865.      */
  1866.     protected function getEventDispatcherService()
  1867.     {
  1868.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1869.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1870.         $a->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  1871.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1872.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1873.         $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())));
  1874.         $instance->addListener('kernel.controller', [=> function () {
  1875.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1876.         }, => 'onKernelController'], 0);
  1877.         $instance->addListener('kernel.request', [=> function () {
  1878.             return ($this->privates['App\\EventSubscribers\\ApiAuthenticationSubscriber'] ?? $this->getApiAuthenticationSubscriberService());
  1879.         }, => 'onKernelRequest'], 255);
  1880.         $instance->addListener('security.interactive_login', [=> function () {
  1881.             return ($this->privates['App\\EventSubscribers\\Login\\LastLoginTimeOnLoginSubscriber'] ?? $this->getLastLoginTimeOnLoginSubscriberService());
  1882.         }, => 'onInteractiveLogin'], 100);
  1883.         $instance->addListener('security.interactive_login', [=> function () {
  1884.             return ($this->privates['App\\EventSubscribers\\Login\\StartTimetableOnLoginSubscriber'] ?? $this->getStartTimetableOnLoginSubscriberService());
  1885.         }, => 'onInteractiveLogin'], 100);
  1886.         $instance->addListener('security.interactive_login', [=> function () {
  1887.             return ($this->privates['App\\EventSubscribers\\Login\\UpdateActiveTimeOnLoginSubscriber'] ?? $this->getUpdateActiveTimeOnLoginSubscriberService());
  1888.         }, => 'onInteractiveLogin'], 0);
  1889.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1890.             return ($this->privates['App\\EventSubscribers\\Logout\\FinishTimetableOnLogoutSubscriber'] ?? $this->getFinishTimetableOnLogoutSubscriberService());
  1891.         }, => 'onLogout'], 0);
  1892.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1893.             return ($this->privates['App\\EventSubscribers\\Logout\\UnlinkCashdeskOnLogoutSubscriber'] ?? $this->getUnlinkCashdeskOnLogoutSubscriberService());
  1894.         }, => 'onLogout'], 0);
  1895.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1896.             return ($this->privates['App\\EventSubscribers\\Logout\\UpdateActiveTimeOnLogoutSubscriber'] ?? $this->getUpdateActiveTimeOnLogoutSubscriberService());
  1897.         }, => 'onLogout'], 0);
  1898.         $instance->addListener('kernel.request', [=> function () {
  1899.             return ($this->privates['App\\Subscriber\\BettingSignCheckerSubscriber'] ?? ($this->privates['App\\Subscriber\\BettingSignCheckerSubscriber'] = new \App\Subscriber\BettingSignCheckerSubscriber($this->getEnv('BETTING_SECRETKEY'))));
  1900.         }, => 'onKernelRequest'], 2);
  1901.         $instance->addListener('kernel.request', [=> function () {
  1902.             return ($this->privates['App\\Subscriber\\JsonRequestTransformerSubscriber'] ?? ($this->privates['App\\Subscriber\\JsonRequestTransformerSubscriber'] = new \App\Subscriber\JsonRequestTransformerSubscriber()));
  1903.         }, => 'onKernelRequest'], 1);
  1904.         $instance->addListener('security.interactive_login', [=> function () {
  1905.             return ($this->privates['App\\Subscriber\\LocaleOnLoginSubscriber'] ?? $this->getLocaleOnLoginSubscriberService());
  1906.         }, => 'onInteractiveLogin'], 0);
  1907.         $instance->addListener('kernel.request', [=> function () {
  1908.             return ($this->privates['App\\Subscriber\\LocaleSubscriber'] ?? ($this->privates['App\\Subscriber\\LocaleSubscriber'] = new \App\Subscriber\LocaleSubscriber($this->getEnv('DEFAULT_LOCALE'))));
  1909.         }, => 'onKernelRequest'], 20);
  1910.         $instance->addListener('security.interactive_login', [=> function () {
  1911.             return ($this->privates['App\\Subscriber\\RemoteTokenCreatorSubscriber'] ?? $this->getRemoteTokenCreatorSubscriberService());
  1912.         }, => 'onInteractiveLogin'], 0);
  1913.         $instance->addListener('kernel.response', [=> function () {
  1914.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1915.         }, => 'onKernelResponse'], 0);
  1916.         $instance->addListener('kernel.response', [=> function () {
  1917.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1918.         }, => 'onKernelResponse'], -1024);
  1919.         $instance->addListener('kernel.request', [=> function () {
  1920.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1921.         }, => 'setDefaultLocale'], 100);
  1922.         $instance->addListener('kernel.request', [=> function () {
  1923.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1924.         }, => 'onKernelRequest'], 16);
  1925.         $instance->addListener('kernel.finish_request', [=> function () {
  1926.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1927.         }, => 'onKernelFinishRequest'], 0);
  1928.         $instance->addListener('kernel.request', [=> function () {
  1929.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1930.         }, => 'onKernelRequest'], 256);
  1931.         $instance->addListener('kernel.response', [=> function () {
  1932.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1933.         }, => 'onResponse'], -255);
  1934.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1935.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1936.         }, => 'onControllerArguments'], 0);
  1937.         $instance->addListener('kernel.exception', [=> function () {
  1938.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1939.         }, => 'logKernelException'], 0);
  1940.         $instance->addListener('kernel.exception', [=> function () {
  1941.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1942.         }, => 'onKernelException'], -128);
  1943.         $instance->addListener('kernel.response', [=> function () {
  1944.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1945.         }, => 'removeCspHeader'], -128);
  1946.         $instance->addListener('kernel.request', [=> function () {
  1947.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1948.         }, => 'onKernelRequest'], 15);
  1949.         $instance->addListener('kernel.finish_request', [=> function () {
  1950.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1951.         }, => 'onKernelFinishRequest'], -15);
  1952.         $instance->addListener('console.error', [=> function () {
  1953.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1954.         }, => 'onConsoleError'], -128);
  1955.         $instance->addListener('console.terminate', [=> function () {
  1956.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1957.         }, => 'onConsoleTerminate'], -128);
  1958.         $instance->addListener('console.error', [=> function () {
  1959.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1960.         }, => 'onConsoleError'], 0);
  1961.         $instance->addListener('kernel.request', [=> function () {
  1962.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1963.         }, => 'configure'], 2048);
  1964.         $instance->addListener('console.command', [=> function () {
  1965.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1966.         }, => 'configure'], 2048);
  1967.         $instance->addListener('kernel.request', [=> function () {
  1968.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1969.         }, => 'onKernelRequest'], 32);
  1970.         $instance->addListener('kernel.finish_request', [=> function () {
  1971.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1972.         }, => 'onKernelFinishRequest'], 0);
  1973.         $instance->addListener('kernel.exception', [=> function () {
  1974.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1975.         }, => 'onKernelException'], -64);
  1976.         $instance->addListener('kernel.request', [=> function () {
  1977.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1978.         }, => 'onKernelRequest'], 128);
  1979.         $instance->addListener('kernel.response', [=> function () {
  1980.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1981.         }, => 'onKernelResponse'], -1000);
  1982.         $instance->addListener('kernel.finish_request', [=> function () {
  1983.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1984.         }, => 'onFinishRequest'], 0);
  1985.         $instance->addListener('kernel.response', [=> function () {
  1986.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1987.         }, => 'onKernelResponse'], -100);
  1988.         $instance->addListener('kernel.exception', [=> function () {
  1989.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1990.         }, => 'onKernelException'], 0);
  1991.         $instance->addListener('kernel.terminate', [=> function () {
  1992.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1993.         }, => 'onKernelTerminate'], -1024);
  1994.         $instance->addListener('kernel.controller', [=> function () {
  1995.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1996.         }, => 'onKernelController'], 0);
  1997.         $instance->addListener('kernel.response', [=> function () {
  1998.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1999.         }, => 'onKernelResponse'], 0);
  2000.         $instance->addListener('kernel.controller', [=> function () {
  2001.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2002.         }, => 'onKernelController'], 0);
  2003.         $instance->addListener('kernel.controller', [=> function () {
  2004.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2005.         }, => 'onKernelController'], 0);
  2006.         $instance->addListener('kernel.controller', [=> function () {
  2007.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2008.         }, => 'onKernelController'], -128);
  2009.         $instance->addListener('kernel.view', [=> function () {
  2010.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2011.         }, => 'onKernelView'], 0);
  2012.         $instance->addListener('kernel.controller', [=> function () {
  2013.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2014.         }, => 'onKernelController'], 0);
  2015.         $instance->addListener('kernel.response', [=> function () {
  2016.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2017.         }, => 'onKernelResponse'], 0);
  2018.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2019.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2020.         }, => 'onKernelControllerArguments'], 0);
  2021.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2022.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2023.         }, => 'onKernelControllerArguments'], 0);
  2024.         $instance->addListener('kernel.response', [=> function () {
  2025.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2026.         }, => 'onKernelResponse'], 0);
  2027.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2028.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2029.         }, => 'onVoterVote'], 0);
  2030.         $instance->addListener('kernel.request', [=> function () {
  2031.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2032.         }, => 'configureLogoutUrlGenerator'], 8);
  2033.         $instance->addListener('kernel.request', [=> function () {
  2034.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2035.         }, => 'onKernelRequest'], 8);
  2036.         $instance->addListener('kernel.finish_request', [=> function () {
  2037.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2038.         }, => 'onKernelFinishRequest'], 0);
  2039.         $instance->addListener('console.error', [=> function () {
  2040.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2041.         }, => 'onConsoleError'], 0);
  2042.         $instance->addListener('console.terminate', [=> function () {
  2043.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2044.         }, => 'onConsoleTerminate'], 0);
  2045.         $instance->addListener('kernel.response', [=> function () {
  2046.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2047.         }, => 'onKernelResponse'], -128);
  2048.         $instance->addListener('console.command', [=> function () {
  2049.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2050.         }, => 'onCommand'], 255);
  2051.         $instance->addListener('console.terminate', [=> function () {
  2052.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2053.         }, => 'onTerminate'], -255);
  2054.         $instance->addListener('console.command', [=> function () {
  2055.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2056.         }, => 'configure'], 1024);
  2057.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2058.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2059.         }, => 'onLogout'], 0);
  2060.         return $instance;
  2061.     }
  2062.     /**
  2063.      * Gets the public 'http_kernel' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2066.      */
  2067.     protected function getHttpKernelService()
  2068.     {
  2069.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2070.         if (isset($this->services['http_kernel'])) {
  2071.             return $this->services['http_kernel'];
  2072.         }
  2073.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2074.         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 () {
  2075.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2076.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2077.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2078.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2079.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2080.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2081.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2082.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2083.         }, 8)), $b));
  2084.     }
  2085.     /**
  2086.      * Gets the public 'monolog.logger.check_cashdesk_balance' shared service.
  2087.      *
  2088.      * @return \Symfony\Bridge\Monolog\Logger
  2089.      */
  2090.     protected function getMonolog_Logger_CheckCashdeskBalanceService()
  2091.     {
  2092.         $this->services['monolog.logger.check_cashdesk_balance'] = $instance = new \Symfony\Bridge\Monolog\Logger('check_cashdesk_balance');
  2093.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2094.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2095.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2096.         $instance->pushHandler(($this->privates['monolog.handler.check_cashdesk_balance'] ?? $this->getMonolog_Handler_CheckCashdeskBalanceService()));
  2097.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2098.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2099.         return $instance;
  2100.     }
  2101.     /**
  2102.      * Gets the public 'monolog.logger.create_bet' shared service.
  2103.      *
  2104.      * @return \Symfony\Bridge\Monolog\Logger
  2105.      */
  2106.     protected function getMonolog_Logger_CreateBetService()
  2107.     {
  2108.         $this->services['monolog.logger.create_bet'] = $instance = new \Symfony\Bridge\Monolog\Logger('create_bet');
  2109.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2110.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2111.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2112.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2113.         $instance->pushHandler(($this->privates['monolog.handler.create_bet'] ?? $this->getMonolog_Handler_CreateBetService()));
  2114.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2115.         return $instance;
  2116.     }
  2117.     /**
  2118.      * Gets the public 'monolog.logger.create_bet_lucky' shared service.
  2119.      *
  2120.      * @return \Symfony\Bridge\Monolog\Logger
  2121.      */
  2122.     protected function getMonolog_Logger_CreateBetLuckyService()
  2123.     {
  2124.         $this->services['monolog.logger.create_bet_lucky'] = $instance = new \Symfony\Bridge\Monolog\Logger('create_bet_lucky');
  2125.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2126.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2127.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2128.         $instance->pushHandler(($this->privates['monolog.handler.create_bet_lucky'] ?? $this->getMonolog_Handler_CreateBetLuckyService()));
  2129.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2130.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2131.         return $instance;
  2132.     }
  2133.     /**
  2134.      * Gets the public 'monolog.logger.jackpot_wins' shared service.
  2135.      *
  2136.      * @return \Symfony\Bridge\Monolog\Logger
  2137.      */
  2138.     protected function getMonolog_Logger_JackpotWinsService()
  2139.     {
  2140.         $this->services['monolog.logger.jackpot_wins'] = $instance = new \Symfony\Bridge\Monolog\Logger('jackpot_wins');
  2141.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2142.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2143.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2144.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2145.         $instance->pushHandler(($this->privates['monolog.handler.jackpot_wins'] ?? $this->getMonolog_Handler_JackpotWinsService()));
  2146.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2147.         return $instance;
  2148.     }
  2149.     /**
  2150.      * Gets the public 'monolog.logger.jackpots' shared service.
  2151.      *
  2152.      * @return \Symfony\Bridge\Monolog\Logger
  2153.      */
  2154.     protected function getMonolog_Logger_JackpotsService()
  2155.     {
  2156.         $this->services['monolog.logger.jackpots'] = $instance = new \Symfony\Bridge\Monolog\Logger('jackpots');
  2157.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2158.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2159.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2160.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2161.         $instance->pushHandler(($this->privates['monolog.handler.jackpots'] ?? $this->getMonolog_Handler_JackpotsService()));
  2162.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2163.         return $instance;
  2164.     }
  2165.     /**
  2166.      * Gets the public 'monolog.logger.telegram' shared service.
  2167.      *
  2168.      * @return \Symfony\Bridge\Monolog\Logger
  2169.      */
  2170.     protected function getMonolog_Logger_TelegramService()
  2171.     {
  2172.         $this->services['monolog.logger.telegram'] = $instance = new \Symfony\Bridge\Monolog\Logger('telegram');
  2173.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2174.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2175.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2176.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2177.         $instance->pushHandler(($this->privates['monolog.handler.telegram'] ?? $this->getMonolog_Handler_TelegramService()));
  2178.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2179.         return $instance;
  2180.     }
  2181.     /**
  2182.      * Gets the public 'request_stack' shared service.
  2183.      *
  2184.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2185.      */
  2186.     protected function getRequestStackService()
  2187.     {
  2188.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2189.     }
  2190.     /**
  2191.      * Gets the public 'router' shared service.
  2192.      *
  2193.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2194.      */
  2195.     protected function getRouterService()
  2196.     {
  2197.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2198.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2199.         $a->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2200.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2201.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2202.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2203.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2204.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2205.         ], [
  2206.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2207.         ]))->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$this->getEnv('DEFAULT_LOCALE'));
  2208.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2209.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the public 'routing.loader' shared service.
  2214.      *
  2215.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2216.      */
  2217.     protected function getRouting_LoaderService()
  2218.     {
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2220.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2221.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2243.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2244.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2245.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2246.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2247.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2248.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2249.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2250.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2251.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2252.             'kernel' => ['services''kernel''getKernelService'false],
  2253.         ], [
  2254.             'kernel' => 'App\\Kernel',
  2255.         ]), 'dev'));
  2256.         $a->addLoader($c);
  2257.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2258.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2259.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2260.     }
  2261.     /**
  2262.      * Gets the public 'services_resetter' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2265.      */
  2266.     protected function getServicesResetterService()
  2267.     {
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2269.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2270.             if (isset($this->services['cache.app'])) {
  2271.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2272.             }
  2273.             if (isset($this->services['cache.system'])) {
  2274.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2275.             }
  2276.             if (isset($this->privates['cache.validator'])) {
  2277.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2278.             }
  2279.             if (isset($this->privates['cache.serializer'])) {
  2280.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2281.             }
  2282.             if (isset($this->privates['cache.annotations'])) {
  2283.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2284.             }
  2285.             if (isset($this->privates['cache.property_info'])) {
  2286.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2287.             }
  2288.             if (isset($this->privates['.debug.http_client'])) {
  2289.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2290.             }
  2291.             if (isset($this->privates['debug.stopwatch'])) {
  2292.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2293.             }
  2294.             if (isset($this->services['event_dispatcher'])) {
  2295.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2296.             }
  2297.             if (isset($this->privates['session_listener'])) {
  2298.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2299.             }
  2300.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2301.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2302.             }
  2303.             if (isset($this->services['cache.validator_expression_language'])) {
  2304.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2305.             }
  2306.             if (isset($this->services['.container.private.profiler'])) {
  2307.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2308.             }
  2309.             if (isset($this->services['.container.private.validator'])) {
  2310.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2311.             }
  2312.             if (isset($this->services['.container.private.security.token_storage'])) {
  2313.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2314.             }
  2315.             if (isset($this->privates['cache.security_expression_language'])) {
  2316.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2317.             }
  2318.             if (isset($this->privates['twig.form.engine'])) {
  2319.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2320.             }
  2321.             if (isset($this->services['doctrine'])) {
  2322.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2323.             }
  2324.             if (isset($this->privates['form.type.entity'])) {
  2325.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2326.             }
  2327.             if (isset($this->privates['monolog.handler.jackpots'])) {
  2328.                 yield 'monolog.handler.jackpots' => ($this->privates['monolog.handler.jackpots'] ?? null);
  2329.             }
  2330.             if (isset($this->privates['monolog.handler.jackpot_wins'])) {
  2331.                 yield 'monolog.handler.jackpot_wins' => ($this->privates['monolog.handler.jackpot_wins'] ?? null);
  2332.             }
  2333.             if (isset($this->privates['monolog.handler.telegram'])) {
  2334.                 yield 'monolog.handler.telegram' => ($this->privates['monolog.handler.telegram'] ?? null);
  2335.             }
  2336.             if (isset($this->privates['monolog.handler.create_bet'])) {
  2337.                 yield 'monolog.handler.create_bet' => ($this->privates['monolog.handler.create_bet'] ?? null);
  2338.             }
  2339.             if (isset($this->privates['monolog.handler.main'])) {
  2340.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2341.             }
  2342.             if (isset($this->privates['monolog.handler.check_cashdesk_balance'])) {
  2343.                 yield 'monolog.handler.check_cashdesk_balance' => ($this->privates['monolog.handler.check_cashdesk_balance'] ?? null);
  2344.             }
  2345.             if (isset($this->privates['monolog.handler.create_bet_lucky'])) {
  2346.                 yield 'monolog.handler.create_bet_lucky' => ($this->privates['monolog.handler.create_bet_lucky'] ?? null);
  2347.             }
  2348.             if (isset($this->privates['monolog.handler.console'])) {
  2349.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2350.             }
  2351.             if (isset($this->privates['.debug.http_client'])) {
  2352.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2353.             }
  2354.         }, function () {
  2355.             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['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.jackpots'])) + (int) (isset($this->privates['monolog.handler.jackpot_wins'])) + (int) (isset($this->privates['monolog.handler.telegram'])) + (int) (isset($this->privates['monolog.handler.create_bet'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.check_cashdesk_balance'])) + (int) (isset($this->privates['monolog.handler.create_bet_lucky'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  2356.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?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'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.jackpots' => [=> 'reset'], 'monolog.handler.jackpot_wins' => [=> 'reset'], 'monolog.handler.telegram' => [=> 'reset'], 'monolog.handler.create_bet' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.check_cashdesk_balance' => [=> 'reset'], 'monolog.handler.create_bet_lucky' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2357.     }
  2358.     /**
  2359.      * Gets the public 'translator' shared service.
  2360.      *
  2361.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2362.      */
  2363.     protected function getTranslatorService()
  2364.     {
  2365.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2366.     }
  2367.     /**
  2368.      * Gets the public 'var_dumper.cloner' shared service.
  2369.      *
  2370.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2371.      */
  2372.     protected function getVarDumper_ClonerService()
  2373.     {
  2374.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2375.         $instance->setMaxItems(2500);
  2376.         $instance->setMinDepth(1);
  2377.         $instance->setMaxString(-1);
  2378.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2379.         return $instance;
  2380.     }
  2381.     /**
  2382.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2383.      *
  2384.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2385.      */
  2386.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2389.         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()));
  2390.     }
  2391.     /**
  2392.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2393.      *
  2394.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2395.      */
  2396.     protected function getWebProfiler_Controller_ProfilerService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2399.         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));
  2400.     }
  2401.     /**
  2402.      * Gets the public 'web_profiler.controller.router' shared service.
  2403.      *
  2404.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2405.      */
  2406.     protected function getWebProfiler_Controller_RouterService()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2409.         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 () {
  2410.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2411.         }, 1));
  2412.     }
  2413.     /**
  2414.      * Gets the private '.console.command.about.lazy' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\Console\Command\LazyCommand
  2417.      */
  2418.     protected function get_Console_Command_About_LazyService()
  2419.     {
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2422.         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 {
  2423.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2424.         });
  2425.     }
  2426.     /**
  2427.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2428.      *
  2429.      * @return \Symfony\Component\Console\Command\LazyCommand
  2430.      */
  2431.     protected function get_Console_Command_AssetsInstall_LazyService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2435.         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 {
  2436.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2437.         });
  2438.     }
  2439.     /**
  2440.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Console\Command\LazyCommand
  2443.      */
  2444.     protected function get_Console_Command_CacheClear_LazyService()
  2445.     {
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2448.         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 {
  2449.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2450.         });
  2451.     }
  2452.     /**
  2453.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2454.      *
  2455.      * @return \Symfony\Component\Console\Command\LazyCommand
  2456.      */
  2457.     protected function get_Console_Command_CachePoolClear_LazyService()
  2458.     {
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2461.         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 {
  2462.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2463.         });
  2464.     }
  2465.     /**
  2466.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2467.      *
  2468.      * @return \Symfony\Component\Console\Command\LazyCommand
  2469.      */
  2470.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2471.     {
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2474.         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 {
  2475.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2476.         });
  2477.     }
  2478.     /**
  2479.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2480.      *
  2481.      * @return \Symfony\Component\Console\Command\LazyCommand
  2482.      */
  2483.     protected function get_Console_Command_CachePoolList_LazyService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2487.         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 {
  2488.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2489.         });
  2490.     }
  2491.     /**
  2492.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Console\Command\LazyCommand
  2495.      */
  2496.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2500.         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 {
  2501.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2502.         });
  2503.     }
  2504.     /**
  2505.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2506.      *
  2507.      * @return \Symfony\Component\Console\Command\LazyCommand
  2508.      */
  2509.     protected function get_Console_Command_CacheWarmup_LazyService()
  2510.     {
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2513.         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 {
  2514.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2515.         });
  2516.     }
  2517.     /**
  2518.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\Console\Command\LazyCommand
  2521.      */
  2522.     protected function get_Console_Command_ConfigDebug_LazyService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2526.         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 {
  2527.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2528.         });
  2529.     }
  2530.     /**
  2531.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Console\Command\LazyCommand
  2534.      */
  2535.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2536.     {
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2539.         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 {
  2540.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2541.         });
  2542.     }
  2543.     /**
  2544.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\Console\Command\LazyCommand
  2547.      */
  2548.     protected function get_Console_Command_ContainerDebug_LazyService()
  2549.     {
  2550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2552.         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 {
  2553.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2554.         });
  2555.     }
  2556.     /**
  2557.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2558.      *
  2559.      * @return \Symfony\Component\Console\Command\LazyCommand
  2560.      */
  2561.     protected function get_Console_Command_ContainerLint_LazyService()
  2562.     {
  2563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2565.         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 {
  2566.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2567.         });
  2568.     }
  2569.     /**
  2570.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\Console\Command\LazyCommand
  2573.      */
  2574.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2575.     {
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2578.         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 {
  2579.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2580.         });
  2581.     }
  2582.     /**
  2583.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\Console\Command\LazyCommand
  2586.      */
  2587.     protected function get_Console_Command_DotenvDebug_LazyService()
  2588.     {
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2591.         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 {
  2592.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2593.         });
  2594.     }
  2595.     /**
  2596.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2597.      *
  2598.      * @return \Symfony\Component\Console\Command\LazyCommand
  2599.      */
  2600.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2601.     {
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2604.         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 {
  2605.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2606.         });
  2607.     }
  2608.     /**
  2609.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2610.      *
  2611.      * @return \Symfony\Component\Console\Command\LazyCommand
  2612.      */
  2613.     protected function get_Console_Command_FormDebug_LazyService()
  2614.     {
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2617.         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 {
  2618.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2619.         });
  2620.     }
  2621.     /**
  2622.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2623.      *
  2624.      * @return \Symfony\Component\Console\Command\LazyCommand
  2625.      */
  2626.     protected function get_Console_Command_RouterDebug_LazyService()
  2627.     {
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2630.         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 {
  2631.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2632.         });
  2633.     }
  2634.     /**
  2635.      * Gets the private '.console.command.router_match.lazy' shared service.
  2636.      *
  2637.      * @return \Symfony\Component\Console\Command\LazyCommand
  2638.      */
  2639.     protected function get_Console_Command_RouterMatch_LazyService()
  2640.     {
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2643.         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 {
  2644.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2645.         });
  2646.     }
  2647.     /**
  2648.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\Console\Command\LazyCommand
  2651.      */
  2652.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2656.         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 {
  2657.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2658.         });
  2659.     }
  2660.     /**
  2661.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2662.      *
  2663.      * @return \Symfony\Component\Console\Command\LazyCommand
  2664.      */
  2665.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2666.     {
  2667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2669.         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 {
  2670.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2671.         });
  2672.     }
  2673.     /**
  2674.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2675.      *
  2676.      * @return \Symfony\Component\Console\Command\LazyCommand
  2677.      */
  2678.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2679.     {
  2680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2682.         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 {
  2683.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2684.         });
  2685.     }
  2686.     /**
  2687.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\Console\Command\LazyCommand
  2690.      */
  2691.     protected function get_Console_Command_SecretsList_LazyService()
  2692.     {
  2693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2695.         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 {
  2696.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2697.         });
  2698.     }
  2699.     /**
  2700.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2701.      *
  2702.      * @return \Symfony\Component\Console\Command\LazyCommand
  2703.      */
  2704.     protected function get_Console_Command_SecretsRemove_LazyService()
  2705.     {
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2708.         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 {
  2709.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2710.         });
  2711.     }
  2712.     /**
  2713.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\Console\Command\LazyCommand
  2716.      */
  2717.     protected function get_Console_Command_SecretsSet_LazyService()
  2718.     {
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2721.         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 {
  2722.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2723.         });
  2724.     }
  2725.     /**
  2726.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2727.      *
  2728.      * @return \Symfony\Component\Console\Command\LazyCommand
  2729.      */
  2730.     protected function get_Console_Command_TranslationDebug_LazyService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2734.         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 {
  2735.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2736.         });
  2737.     }
  2738.     /**
  2739.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2740.      *
  2741.      * @return \Symfony\Component\Console\Command\LazyCommand
  2742.      */
  2743.     protected function get_Console_Command_TranslationExtract_LazyService()
  2744.     {
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2747.         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 {
  2748.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2749.         });
  2750.     }
  2751.     /**
  2752.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2753.      *
  2754.      * @return \Symfony\Component\Console\Command\LazyCommand
  2755.      */
  2756.     protected function get_Console_Command_TranslationPull_LazyService()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2760.         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 {
  2761.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2762.         });
  2763.     }
  2764.     /**
  2765.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\Console\Command\LazyCommand
  2768.      */
  2769.     protected function get_Console_Command_TranslationPush_LazyService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2773.         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 {
  2774.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2775.         });
  2776.     }
  2777.     /**
  2778.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\Console\Command\LazyCommand
  2781.      */
  2782.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2786.         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 {
  2787.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2788.         });
  2789.     }
  2790.     /**
  2791.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\Console\Command\LazyCommand
  2794.      */
  2795.     protected function get_Console_Command_XliffLint_LazyService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2799.         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 {
  2800.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2801.         });
  2802.     }
  2803.     /**
  2804.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\Console\Command\LazyCommand
  2807.      */
  2808.     protected function get_Console_Command_YamlLint_LazyService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2812.         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 {
  2813.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2814.         });
  2815.     }
  2816.     /**
  2817.      * Gets the private '.debug.http_client' shared service.
  2818.      *
  2819.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2820.      */
  2821.     protected function get_Debug_HttpClientService()
  2822.     {
  2823.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2824.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2825.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2826.         $b->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  2827.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2828.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2829.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2830.         $a->setLogger($b);
  2831.         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))));
  2832.     }
  2833.     /**
  2834.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2835.      *
  2836.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2837.      */
  2838.     protected function getLoaderInterfaceService()
  2839.     {
  2840.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2841.     }
  2842.     /**
  2843.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\Console\Command\LazyCommand
  2846.      */
  2847.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2851.         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 {
  2852.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2853.         });
  2854.     }
  2855.     /**
  2856.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2857.      *
  2858.      * @return \Symfony\Component\Console\Command\LazyCommand
  2859.      */
  2860.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2861.     {
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2864.         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 {
  2865.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2866.         });
  2867.     }
  2868.     /**
  2869.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2870.      *
  2871.      * @return \Symfony\Component\Console\Command\LazyCommand
  2872.      */
  2873.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2874.     {
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2877.         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 {
  2878.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2879.         });
  2880.     }
  2881.     /**
  2882.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2883.      *
  2884.      * @return \Symfony\Component\Console\Command\LazyCommand
  2885.      */
  2886.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2890.         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 {
  2891.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2892.         });
  2893.     }
  2894.     /**
  2895.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\Console\Command\LazyCommand
  2898.      */
  2899.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2903.         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 {
  2904.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2905.         });
  2906.     }
  2907.     /**
  2908.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2909.      *
  2910.      * @return \Symfony\Component\Console\Command\LazyCommand
  2911.      */
  2912.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2916.         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 {
  2917.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2918.         });
  2919.     }
  2920.     /**
  2921.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2922.      *
  2923.      * @return \Symfony\Component\Console\Command\LazyCommand
  2924.      */
  2925.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2929.         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 {
  2930.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2931.         });
  2932.     }
  2933.     /**
  2934.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\Console\Command\LazyCommand
  2937.      */
  2938.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2942.         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 {
  2943.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2944.         });
  2945.     }
  2946.     /**
  2947.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\Console\Command\LazyCommand
  2950.      */
  2951.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2955.         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 {
  2956.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2957.         });
  2958.     }
  2959.     /**
  2960.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2961.      *
  2962.      * @return \Symfony\Component\Console\Command\LazyCommand
  2963.      */
  2964.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2968.         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 {
  2969.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2970.         });
  2971.     }
  2972.     /**
  2973.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2974.      *
  2975.      * @return \Symfony\Component\Console\Command\LazyCommand
  2976.      */
  2977.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2981.         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 {
  2982.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2983.         });
  2984.     }
  2985.     /**
  2986.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2987.      *
  2988.      * @return \Symfony\Component\Console\Command\LazyCommand
  2989.      */
  2990.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2991.     {
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2994.         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 {
  2995.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2996.         });
  2997.     }
  2998.     /**
  2999.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Console\Command\LazyCommand
  3002.      */
  3003.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3004.     {
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3007.         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 {
  3008.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3009.         });
  3010.     }
  3011.     /**
  3012.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Console\Command\LazyCommand
  3015.      */
  3016.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3020.         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 {
  3021.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3022.         });
  3023.     }
  3024.     /**
  3025.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\Console\Command\LazyCommand
  3028.      */
  3029.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3033.         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 {
  3034.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3035.         });
  3036.     }
  3037.     /**
  3038.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3039.      *
  3040.      * @return \Symfony\Component\Console\Command\LazyCommand
  3041.      */
  3042.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3046.         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 {
  3047.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3048.         });
  3049.     }
  3050.     /**
  3051.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3052.      *
  3053.      * @return \Symfony\Component\Console\Command\LazyCommand
  3054.      */
  3055.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3056.     {
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3059.         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 {
  3060.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3061.         });
  3062.     }
  3063.     /**
  3064.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Console\Command\LazyCommand
  3067.      */
  3068.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3072.         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 {
  3073.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3074.         });
  3075.     }
  3076.     /**
  3077.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3078.      *
  3079.      * @return \Symfony\Component\Console\Command\LazyCommand
  3080.      */
  3081.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3085.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3086.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3087.         });
  3088.     }
  3089.     /**
  3090.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3091.      *
  3092.      * @return \Symfony\Component\Console\Command\LazyCommand
  3093.      */
  3094.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3098.         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 {
  3099.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3100.         });
  3101.     }
  3102.     /**
  3103.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3104.      *
  3105.      * @return \Symfony\Component\Console\Command\LazyCommand
  3106.      */
  3107.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3111.         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 {
  3112.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3113.         });
  3114.     }
  3115.     /**
  3116.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Console\Command\LazyCommand
  3119.      */
  3120.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3124.         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 {
  3125.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3126.         });
  3127.     }
  3128.     /**
  3129.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3130.      *
  3131.      * @return \Symfony\Component\Console\Command\LazyCommand
  3132.      */
  3133.     protected function get_Monolog_Command_ServerLog_LazyService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3137.         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 {
  3138.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3139.         });
  3140.     }
  3141.     /**
  3142.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3143.      *
  3144.      * @return \Symfony\Component\Console\Command\LazyCommand
  3145.      */
  3146.     protected function get_Security_Command_DebugFirewall_LazyService()
  3147.     {
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3150.         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 {
  3151.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3152.         });
  3153.     }
  3154.     /**
  3155.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\Console\Command\LazyCommand
  3158.      */
  3159.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3163.         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 {
  3164.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3165.         });
  3166.     }
  3167.     /**
  3168.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\Console\Command\LazyCommand
  3171.      */
  3172.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3173.     {
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3176.         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 {
  3177.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3178.         });
  3179.     }
  3180.     /**
  3181.      * Gets the private '.service_locator..NkqIAo' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3184.      */
  3185.     protected function get_ServiceLocator__NkqIAoService()
  3186.     {
  3187.         return $this->privates['.service_locator..NkqIAo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3188.             'handler' => ['privates''App\\Model\\PlatformApi\\V2\\Win\\Create\\Handler''getHandlerService'false],
  3189.         ], [
  3190.             'handler' => 'App\\Model\\PlatformApi\\V2\\Win\\Create\\Handler',
  3191.         ]);
  3192.     }
  3193.     /**
  3194.      * Gets the private '.service_locator.5r0pDTm' shared service.
  3195.      *
  3196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3197.      */
  3198.     protected function get_ServiceLocator_5r0pDTmService()
  3199.     {
  3200.         return $this->privates['.service_locator.5r0pDTm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3201.             'App\\Controller\\JackpotController::jackpotPay' => ['privates''.service_locator.yn9mK77''get_ServiceLocator_Yn9mK77Service'false],
  3202.             'App\\Controller\\OnlineCashdeskController::assignByRfid' => ['privates''.service_locator.eEG3Fxw''get_ServiceLocator_EEG3FxwService'false],
  3203.             'App\\Controller\\OnlineCashdeskController::searchByRfid' => ['privates''.service_locator.xrU0RXP''get_ServiceLocator_XrU0RXPService'false],
  3204.             'App\\Controller\\PlatformCashdeskApiV2Controller::calculateJackpot' => ['privates''.service_locator.9vL82rM''get_ServiceLocator_9vL82rMService'false],
  3205.             'App\\Controller\\PlatformCashdeskApiV2Controller::cancelBet' => ['privates''.service_locator.gtHphtQ''get_ServiceLocator_GtHphtQService'false],
  3206.             'App\\Controller\\PlatformCashdeskApiV2Controller::createBet' => ['privates''.service_locator.x.BDSXY''get_ServiceLocator_X_BDSXYService'false],
  3207.             'App\\Controller\\PlatformCashdeskApiV2Controller::createWin' => ['privates''.service_locator..NkqIAo''get_ServiceLocator__NkqIAoService'false],
  3208.             'App\\Controller\\PlatformCashdeskApiV2Controller::createWithdraw' => ['privates''.service_locator.SF3.lqb''get_ServiceLocator_SF3_LqbService'false],
  3209.             'App\\Controller\\PlatformCashdeskApiV2Controller::getBalance' => ['privates''.service_locator.OBHFNDx''get_ServiceLocator_OBHFNDxService'false],
  3210.             'App\\Controller\\PlatformCashdeskApiV2Controller::permitBet' => ['privates''.service_locator.7M1T0XU''get_ServiceLocator_7M1T0XUService'false],
  3211.             'App\\Controller\\ReportController::reportDeletedCashdesks' => ['privates''.service_locator.fJ36N1F''get_ServiceLocator_FJ36N1FService'false],
  3212.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  3213.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3214.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3215.             'App\\Controller\\JackpotController:jackpotPay' => ['privates''.service_locator.yn9mK77''get_ServiceLocator_Yn9mK77Service'false],
  3216.             'App\\Controller\\OnlineCashdeskController:assignByRfid' => ['privates''.service_locator.eEG3Fxw''get_ServiceLocator_EEG3FxwService'false],
  3217.             'App\\Controller\\OnlineCashdeskController:searchByRfid' => ['privates''.service_locator.xrU0RXP''get_ServiceLocator_XrU0RXPService'false],
  3218.             'App\\Controller\\PlatformCashdeskApiV2Controller:calculateJackpot' => ['privates''.service_locator.9vL82rM''get_ServiceLocator_9vL82rMService'false],
  3219.             'App\\Controller\\PlatformCashdeskApiV2Controller:cancelBet' => ['privates''.service_locator.gtHphtQ''get_ServiceLocator_GtHphtQService'false],
  3220.             'App\\Controller\\PlatformCashdeskApiV2Controller:createBet' => ['privates''.service_locator.x.BDSXY''get_ServiceLocator_X_BDSXYService'false],
  3221.             'App\\Controller\\PlatformCashdeskApiV2Controller:createWin' => ['privates''.service_locator..NkqIAo''get_ServiceLocator__NkqIAoService'false],
  3222.             'App\\Controller\\PlatformCashdeskApiV2Controller:createWithdraw' => ['privates''.service_locator.SF3.lqb''get_ServiceLocator_SF3_LqbService'false],
  3223.             'App\\Controller\\PlatformCashdeskApiV2Controller:getBalance' => ['privates''.service_locator.OBHFNDx''get_ServiceLocator_OBHFNDxService'false],
  3224.             'App\\Controller\\PlatformCashdeskApiV2Controller:permitBet' => ['privates''.service_locator.7M1T0XU''get_ServiceLocator_7M1T0XUService'false],
  3225.             'App\\Controller\\ReportController:reportDeletedCashdesks' => ['privates''.service_locator.fJ36N1F''get_ServiceLocator_FJ36N1FService'false],
  3226.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  3227.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3228.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3229.         ], [
  3230.             'App\\Controller\\JackpotController::jackpotPay' => '?',
  3231.             'App\\Controller\\OnlineCashdeskController::assignByRfid' => '?',
  3232.             'App\\Controller\\OnlineCashdeskController::searchByRfid' => '?',
  3233.             'App\\Controller\\PlatformCashdeskApiV2Controller::calculateJackpot' => '?',
  3234.             'App\\Controller\\PlatformCashdeskApiV2Controller::cancelBet' => '?',
  3235.             'App\\Controller\\PlatformCashdeskApiV2Controller::createBet' => '?',
  3236.             'App\\Controller\\PlatformCashdeskApiV2Controller::createWin' => '?',
  3237.             'App\\Controller\\PlatformCashdeskApiV2Controller::createWithdraw' => '?',
  3238.             'App\\Controller\\PlatformCashdeskApiV2Controller::getBalance' => '?',
  3239.             'App\\Controller\\PlatformCashdeskApiV2Controller::permitBet' => '?',
  3240.             'App\\Controller\\ReportController::reportDeletedCashdesks' => '?',
  3241.             'App\\Controller\\SecurityController::login' => '?',
  3242.             'kernel::loadRoutes' => '?',
  3243.             'kernel::registerContainerConfiguration' => '?',
  3244.             'App\\Controller\\JackpotController:jackpotPay' => '?',
  3245.             'App\\Controller\\OnlineCashdeskController:assignByRfid' => '?',
  3246.             'App\\Controller\\OnlineCashdeskController:searchByRfid' => '?',
  3247.             'App\\Controller\\PlatformCashdeskApiV2Controller:calculateJackpot' => '?',
  3248.             'App\\Controller\\PlatformCashdeskApiV2Controller:cancelBet' => '?',
  3249.             'App\\Controller\\PlatformCashdeskApiV2Controller:createBet' => '?',
  3250.             'App\\Controller\\PlatformCashdeskApiV2Controller:createWin' => '?',
  3251.             'App\\Controller\\PlatformCashdeskApiV2Controller:createWithdraw' => '?',
  3252.             'App\\Controller\\PlatformCashdeskApiV2Controller:getBalance' => '?',
  3253.             'App\\Controller\\PlatformCashdeskApiV2Controller:permitBet' => '?',
  3254.             'App\\Controller\\ReportController:reportDeletedCashdesks' => '?',
  3255.             'App\\Controller\\SecurityController:login' => '?',
  3256.             'kernel:loadRoutes' => '?',
  3257.             'kernel:registerContainerConfiguration' => '?',
  3258.         ]);
  3259.     }
  3260.     /**
  3261.      * Gets the private '.service_locator.7M1T0XU' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3264.      */
  3265.     protected function get_ServiceLocator_7M1T0XUService()
  3266.     {
  3267.         return $this->privates['.service_locator.7M1T0XU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3268.             'handler' => ['privates''App\\Model\\PlatformApi\\V2\\Bet\\Permit\\Handler''getHandler2Service'false],
  3269.         ], [
  3270.             'handler' => 'App\\Model\\PlatformApi\\V2\\Bet\\Permit\\Handler',
  3271.         ]);
  3272.     }
  3273.     /**
  3274.      * Gets the private '.service_locator.9vL82rM' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3277.      */
  3278.     protected function get_ServiceLocator_9vL82rMService()
  3279.     {
  3280.         return $this->privates['.service_locator.9vL82rM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3281.             'handler' => ['privates''App\\Model\\PlatformApi\\V2\\Bet\\Jackpot\\Handler''getHandler3Service'false],
  3282.         ], [
  3283.             'handler' => 'App\\Model\\PlatformApi\\V2\\Bet\\Jackpot\\Handler',
  3284.         ]);
  3285.     }
  3286.     /**
  3287.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3288.      *
  3289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3290.      */
  3291.     protected function get_ServiceLocator_KfbR3DYService()
  3292.     {
  3293.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3294.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  3295.         ], [
  3296.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3297.         ]);
  3298.     }
  3299.     /**
  3300.      * Gets the private '.service_locator.OBHFNDx' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3303.      */
  3304.     protected function get_ServiceLocator_OBHFNDxService()
  3305.     {
  3306.         return $this->privates['.service_locator.OBHFNDx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3307.             'handler' => ['privates''App\\Model\\PlatformApi\\V2\\Balance\\Get\\Handler''getHandler4Service'false],
  3308.         ], [
  3309.             'handler' => 'App\\Model\\PlatformApi\\V2\\Balance\\Get\\Handler',
  3310.         ]);
  3311.     }
  3312.     /**
  3313.      * Gets the private '.service_locator.SF3.lqb' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3316.      */
  3317.     protected function get_ServiceLocator_SF3_LqbService()
  3318.     {
  3319.         return $this->privates['.service_locator.SF3.lqb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3320.             'handler' => ['privates''App\\Model\\PlatformApi\\V2\\Withdraw\\Create\\Handler''getHandler5Service'false],
  3321.         ], [
  3322.             'handler' => 'App\\Model\\PlatformApi\\V2\\Withdraw\\Create\\Handler',
  3323.         ]);
  3324.     }
  3325.     /**
  3326.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  3327.      *
  3328.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3329.      */
  3330.     protected function get_ServiceLocator_UDgw6OlService()
  3331.     {
  3332.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3333.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3334.         ], [
  3335.             'authenticationUtils' => '?',
  3336.         ]);
  3337.     }
  3338.     /**
  3339.      * Gets the private '.service_locator.eEG3Fxw' shared service.
  3340.      *
  3341.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3342.      */
  3343.     protected function get_ServiceLocator_EEG3FxwService()
  3344.     {
  3345.         return $this->privates['.service_locator.eEG3Fxw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3346.             'handler' => ['privates''App\\Model\\OnlineCashdesk\\AssignByRfid\\Handler''getHandler6Service'false],
  3347.         ], [
  3348.             'handler' => 'App\\Model\\OnlineCashdesk\\AssignByRfid\\Handler',
  3349.         ]);
  3350.     }
  3351.     /**
  3352.      * Gets the private '.service_locator.fJ36N1F' shared service.
  3353.      *
  3354.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3355.      */
  3356.     protected function get_ServiceLocator_FJ36N1FService()
  3357.     {
  3358.         return $this->privates['.service_locator.fJ36N1F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3359.             'cashdeskRepository' => ['privates''App\\Repository\\CashdeskRepository''getCashdeskRepositoryService'false],
  3360.         ], [
  3361.             'cashdeskRepository' => 'App\\Repository\\CashdeskRepository',
  3362.         ]);
  3363.     }
  3364.     /**
  3365.      * Gets the private '.service_locator.gtHphtQ' shared service.
  3366.      *
  3367.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3368.      */
  3369.     protected function get_ServiceLocator_GtHphtQService()
  3370.     {
  3371.         return $this->privates['.service_locator.gtHphtQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3372.             'handler' => ['privates''App\\Model\\PlatformApi\\V2\\Bet\\Cancel\\Handler''getHandler7Service'false],
  3373.         ], [
  3374.             'handler' => 'App\\Model\\PlatformApi\\V2\\Bet\\Cancel\\Handler',
  3375.         ]);
  3376.     }
  3377.     /**
  3378.      * Gets the private '.service_locator.jlyTfzM' shared service.
  3379.      *
  3380.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3381.      */
  3382.     protected function get_ServiceLocator_JlyTfzMService()
  3383.     {
  3384.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3385.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3386.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3387.         ], [
  3388.             'event_dispatcher' => '?',
  3389.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3390.         ]);
  3391.     }
  3392.     /**
  3393.      * Gets the private '.service_locator.mlZVjf7' shared service.
  3394.      *
  3395.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3396.      */
  3397.     protected function get_ServiceLocator_MlZVjf7Service()
  3398.     {
  3399.         return $this->privates['.service_locator.mlZVjf7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3400.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3401.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3402.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3403.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3404.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3405.             'router' => ['services''router''getRouterService'false],
  3406.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3407.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3408.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3409.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3410.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3411.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3412.         ], [
  3413.             'doctrine' => '?',
  3414.             'form.factory' => '?',
  3415.             'http_kernel' => '?',
  3416.             'parameter_bag' => '?',
  3417.             'request_stack' => '?',
  3418.             'router' => '?',
  3419.             'security.authorization_checker' => '?',
  3420.             'security.csrf.token_manager' => '?',
  3421.             'security.token_storage' => '?',
  3422.             'serializer' => '?',
  3423.             'session' => '.session.deprecated',
  3424.             'twig' => '?',
  3425.         ]);
  3426.     }
  3427.     /**
  3428.      * Gets the private '.service_locator.x.BDSXY' shared service.
  3429.      *
  3430.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3431.      */
  3432.     protected function get_ServiceLocator_X_BDSXYService()
  3433.     {
  3434.         return $this->privates['.service_locator.x.BDSXY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3435.             'handler' => ['privates''App\\Model\\PlatformApi\\V2\\Bet\\Create\\Handler''getHandler8Service'false],
  3436.         ], [
  3437.             'handler' => 'App\\Model\\PlatformApi\\V2\\Bet\\Create\\Handler',
  3438.         ]);
  3439.     }
  3440.     /**
  3441.      * Gets the private '.service_locator.xrU0RXP' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3444.      */
  3445.     protected function get_ServiceLocator_XrU0RXPService()
  3446.     {
  3447.         return $this->privates['.service_locator.xrU0RXP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3448.             'handler' => ['privates''App\\Model\\OnlineCashdesk\\SearchByRfid\\Handler''getHandler9Service'false],
  3449.         ], [
  3450.             'handler' => 'App\\Model\\OnlineCashdesk\\SearchByRfid\\Handler',
  3451.         ]);
  3452.     }
  3453.     /**
  3454.      * Gets the private '.service_locator.yn9mK77' shared service.
  3455.      *
  3456.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3457.      */
  3458.     protected function get_ServiceLocator_Yn9mK77Service()
  3459.     {
  3460.         return $this->privates['.service_locator.yn9mK77'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3461.             'handler' => ['privates''App\\Model\\Jackpot\\Pay\\Handler''getHandler10Service'false],
  3462.         ], [
  3463.             'handler' => 'App\\Model\\Jackpot\\Pay\\Handler',
  3464.         ]);
  3465.     }
  3466.     /**
  3467.      * Gets the private '.service_locator.zJyh7qS' shared service.
  3468.      *
  3469.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3470.      */
  3471.     protected function get_ServiceLocator_ZJyh7qSService()
  3472.     {
  3473.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3474.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3475.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3476.         ], [
  3477.             'security.firewall.map.context.dev' => '?',
  3478.             'security.firewall.map.context.main' => '?',
  3479.         ]);
  3480.     }
  3481.     /**
  3482.      * Gets the private '.session.deprecated' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3485.      */
  3486.     protected function get_Session_DeprecatedService()
  3487.     {
  3488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3490.         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();
  3491.     }
  3492.     /**
  3493.      * Gets the private '.twig.command.debug.lazy' shared service.
  3494.      *
  3495.      * @return \Symfony\Component\Console\Command\LazyCommand
  3496.      */
  3497.     protected function get_Twig_Command_Debug_LazyService()
  3498.     {
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3501.         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 {
  3502.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3503.         });
  3504.     }
  3505.     /**
  3506.      * Gets the private '.twig.command.lint.lazy' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Console\Command\LazyCommand
  3509.      */
  3510.     protected function get_Twig_Command_Lint_LazyService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3514.         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 {
  3515.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3516.         });
  3517.     }
  3518.     /**
  3519.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3520.      *
  3521.      * @return \Symfony\Component\Console\Command\LazyCommand
  3522.      */
  3523.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3524.     {
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3527.         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 {
  3528.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3529.         });
  3530.     }
  3531.     /**
  3532.      * Gets the private 'App\Command\BlockCashdesksCommand' shared autowired service.
  3533.      *
  3534.      * @return \App\Command\BlockCashdesksCommand
  3535.      */
  3536.     protected function getBlockCashdesksCommandService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3539.         include_once \dirname(__DIR__4).'/src/Command/BlockCashdesksCommand.php';
  3540.         $this->privates['App\\Command\\BlockCashdesksCommand'] = $instance = new \App\Command\BlockCashdesksCommand(NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Services\\AuditLogService'] ?? $this->getAuditLogServiceService()));
  3541.         $instance->setName('app:cashdesks:block');
  3542.         return $instance;
  3543.     }
  3544.     /**
  3545.      * Gets the private 'App\Command\BlockUsersCommand' shared autowired service.
  3546.      *
  3547.      * @return \App\Command\BlockUsersCommand
  3548.      */
  3549.     protected function getBlockUsersCommandService()
  3550.     {
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3552.         include_once \dirname(__DIR__4).'/src/Command/BlockUsersCommand.php';
  3553.         $this->privates['App\\Command\\BlockUsersCommand'] = $instance = new \App\Command\BlockUsersCommand(NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Services\\AuditLogService'] ?? $this->getAuditLogServiceService()));
  3554.         $instance->setName('app:users:block');
  3555.         return $instance;
  3556.     }
  3557.     /**
  3558.      * Gets the private 'App\Command\PaymentsAggregateCommand' shared autowired service.
  3559.      *
  3560.      * @return \App\Command\PaymentsAggregateCommand
  3561.      */
  3562.     protected function getPaymentsAggregateCommandService()
  3563.     {
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3565.         include_once \dirname(__DIR__4).'/src/Command/PaymentsAggregateCommand.php';
  3566.         include_once \dirname(__DIR__4).'/src/Services/PaymentsAggregationService.php';
  3567.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3568.         $this->privates['App\\Command\\PaymentsAggregateCommand'] = $instance = new \App\Command\PaymentsAggregateCommand(NULL$a, new \App\Services\PaymentsAggregationService($a, ($this->privates['App\\Repository\\PaymentAggregationRepository'] ?? $this->getPaymentAggregationRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  3569.         $instance->setName('app:payments:aggregate');
  3570.         return $instance;
  3571.     }
  3572.     /**
  3573.      * Gets the private 'App\Command\UnlinkUsersFromCashdesksCommand' shared autowired service.
  3574.      *
  3575.      * @return \App\Command\UnlinkUsersFromCashdesksCommand
  3576.      */
  3577.     protected function getUnlinkUsersFromCashdesksCommandService()
  3578.     {
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3580.         include_once \dirname(__DIR__4).'/src/Command/UnlinkUsersFromCashdesksCommand.php';
  3581.         $this->privates['App\\Command\\UnlinkUsersFromCashdesksCommand'] = $instance = new \App\Command\UnlinkUsersFromCashdesksCommand(NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()));
  3582.         $instance->setName('app:users:unlink');
  3583.         return $instance;
  3584.     }
  3585.     /**
  3586.      * Gets the private 'App\Command\UsersInactiveLogoutCommand' shared autowired service.
  3587.      *
  3588.      * @return \App\Command\UsersInactiveLogoutCommand
  3589.      */
  3590.     protected function getUsersInactiveLogoutCommandService()
  3591.     {
  3592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3593.         include_once \dirname(__DIR__4).'/src/Command/UsersInactiveLogoutCommand.php';
  3594.         $this->privates['App\\Command\\UsersInactiveLogoutCommand'] = $instance = new \App\Command\UsersInactiveLogoutCommand(($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3595.         $instance->setName('app:users:inactive:logout');
  3596.         return $instance;
  3597.     }
  3598.     /**
  3599.      * Gets the private 'App\Command\UsersLogoutCommand' shared autowired service.
  3600.      *
  3601.      * @return \App\Command\UsersLogoutCommand
  3602.      */
  3603.     protected function getUsersLogoutCommandService()
  3604.     {
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3606.         include_once \dirname(__DIR__4).'/src/Command/UsersLogoutCommand.php';
  3607.         $this->privates['App\\Command\\UsersLogoutCommand'] = $instance = new \App\Command\UsersLogoutCommand(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3608.         $instance->setName('app:users:logout');
  3609.         return $instance;
  3610.     }
  3611.     /**
  3612.      * Gets the private 'App\Command\UsersWorkingTimeLogoutCommand' shared autowired service.
  3613.      *
  3614.      * @return \App\Command\UsersWorkingTimeLogoutCommand
  3615.      */
  3616.     protected function getUsersWorkingTimeLogoutCommandService()
  3617.     {
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3619.         include_once \dirname(__DIR__4).'/src/Command/UsersWorkingTimeLogoutCommand.php';
  3620.         $this->privates['App\\Command\\UsersWorkingTimeLogoutCommand'] = $instance = new \App\Command\UsersWorkingTimeLogoutCommand(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3621.         $instance->setName('app:users:working_time:logout');
  3622.         return $instance;
  3623.     }
  3624.     /**
  3625.      * Gets the private 'App\EventListeners\MySQLConnectionListener' shared autowired service.
  3626.      *
  3627.      * @return \App\EventListeners\MySQLConnectionListener
  3628.      */
  3629.     protected function getMySQLConnectionListenerService()
  3630.     {
  3631.         include_once \dirname(__DIR__4).'/src/EventListeners/MySQLConnectionListener.php';
  3632.         return $this->privates['App\\EventListeners\\MySQLConnectionListener'] = new \App\EventListeners\MySQLConnectionListener($this->getEnv('DEFAULT_TIMEZONE'), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3633.     }
  3634.     /**
  3635.      * Gets the private 'App\EventSubscribers\ApiAuthenticationSubscriber' shared autowired service.
  3636.      *
  3637.      * @return \App\EventSubscribers\ApiAuthenticationSubscriber
  3638.      */
  3639.     protected function getApiAuthenticationSubscriberService()
  3640.     {
  3641.         return $this->privates['App\\EventSubscribers\\ApiAuthenticationSubscriber'] = new \App\EventSubscribers\ApiAuthenticationSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $this->getEnv('int:API_DEFAULT_USER_ID'));
  3642.     }
  3643.     /**
  3644.      * Gets the private 'App\EventSubscribers\Login\LastLoginTimeOnLoginSubscriber' shared autowired service.
  3645.      *
  3646.      * @return \App\EventSubscribers\Login\LastLoginTimeOnLoginSubscriber
  3647.      */
  3648.     protected function getLastLoginTimeOnLoginSubscriberService()
  3649.     {
  3650.         include_once \dirname(__DIR__4).'/src/EventSubscribers/Login/LastLoginTimeOnLoginSubscriber.php';
  3651.         return $this->privates['App\\EventSubscribers\\Login\\LastLoginTimeOnLoginSubscriber'] = new \App\EventSubscribers\Login\LastLoginTimeOnLoginSubscriber(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  3652.     }
  3653.     /**
  3654.      * Gets the private 'App\EventSubscribers\Login\StartTimetableOnLoginSubscriber' shared autowired service.
  3655.      *
  3656.      * @return \App\EventSubscribers\Login\StartTimetableOnLoginSubscriber
  3657.      */
  3658.     protected function getStartTimetableOnLoginSubscriberService()
  3659.     {
  3660.         include_once \dirname(__DIR__4).'/src/EventSubscribers/Login/StartTimetableOnLoginSubscriber.php';
  3661.         $a = ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService());
  3662.         if (isset($this->privates['App\\EventSubscribers\\Login\\StartTimetableOnLoginSubscriber'])) {
  3663.             return $this->privates['App\\EventSubscribers\\Login\\StartTimetableOnLoginSubscriber'];
  3664.         }
  3665.         return $this->privates['App\\EventSubscribers\\Login\\StartTimetableOnLoginSubscriber'] = new \App\EventSubscribers\Login\StartTimetableOnLoginSubscriber(($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService()), $a);
  3666.     }
  3667.     /**
  3668.      * Gets the private 'App\EventSubscribers\Login\UpdateActiveTimeOnLoginSubscriber' shared autowired service.
  3669.      *
  3670.      * @return \App\EventSubscribers\Login\UpdateActiveTimeOnLoginSubscriber
  3671.      */
  3672.     protected function getUpdateActiveTimeOnLoginSubscriberService()
  3673.     {
  3674.         include_once \dirname(__DIR__4).'/src/EventSubscribers/Login/UpdateActiveTimeOnLoginSubscriber.php';
  3675.         $a = ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService());
  3676.         if (isset($this->privates['App\\EventSubscribers\\Login\\UpdateActiveTimeOnLoginSubscriber'])) {
  3677.             return $this->privates['App\\EventSubscribers\\Login\\UpdateActiveTimeOnLoginSubscriber'];
  3678.         }
  3679.         return $this->privates['App\\EventSubscribers\\Login\\UpdateActiveTimeOnLoginSubscriber'] = new \App\EventSubscribers\Login\UpdateActiveTimeOnLoginSubscriber($a);
  3680.     }
  3681.     /**
  3682.      * Gets the private 'App\EventSubscribers\Logout\FinishTimetableOnLogoutSubscriber' shared autowired service.
  3683.      *
  3684.      * @return \App\EventSubscribers\Logout\FinishTimetableOnLogoutSubscriber
  3685.      */
  3686.     protected function getFinishTimetableOnLogoutSubscriberService()
  3687.     {
  3688.         include_once \dirname(__DIR__4).'/src/EventSubscribers/Logout/FinishTimetableOnLogoutSubscriber.php';
  3689.         return $this->privates['App\\EventSubscribers\\Logout\\FinishTimetableOnLogoutSubscriber'] = new \App\EventSubscribers\Logout\FinishTimetableOnLogoutSubscriber(($this->privates['App\\Services\\TimetableService'] ?? $this->getTimetableServiceService()));
  3690.     }
  3691.     /**
  3692.      * Gets the private 'App\EventSubscribers\Logout\UnlinkCashdeskOnLogoutSubscriber' shared autowired service.
  3693.      *
  3694.      * @return \App\EventSubscribers\Logout\UnlinkCashdeskOnLogoutSubscriber
  3695.      */
  3696.     protected function getUnlinkCashdeskOnLogoutSubscriberService()
  3697.     {
  3698.         include_once \dirname(__DIR__4).'/src/EventSubscribers/Logout/UnlinkCashdeskOnLogoutSubscriber.php';
  3699.         $a = ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService());
  3700.         if (isset($this->privates['App\\EventSubscribers\\Logout\\UnlinkCashdeskOnLogoutSubscriber'])) {
  3701.             return $this->privates['App\\EventSubscribers\\Logout\\UnlinkCashdeskOnLogoutSubscriber'];
  3702.         }
  3703.         return $this->privates['App\\EventSubscribers\\Logout\\UnlinkCashdeskOnLogoutSubscriber'] = new \App\EventSubscribers\Logout\UnlinkCashdeskOnLogoutSubscriber($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3704.     }
  3705.     /**
  3706.      * Gets the private 'App\EventSubscribers\Logout\UpdateActiveTimeOnLogoutSubscriber' shared autowired service.
  3707.      *
  3708.      * @return \App\EventSubscribers\Logout\UpdateActiveTimeOnLogoutSubscriber
  3709.      */
  3710.     protected function getUpdateActiveTimeOnLogoutSubscriberService()
  3711.     {
  3712.         include_once \dirname(__DIR__4).'/src/EventSubscribers/Logout/UpdateActiveTimeOnLogoutSubscriber.php';
  3713.         $a = ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService());
  3714.         if (isset($this->privates['App\\EventSubscribers\\Logout\\UpdateActiveTimeOnLogoutSubscriber'])) {
  3715.             return $this->privates['App\\EventSubscribers\\Logout\\UpdateActiveTimeOnLogoutSubscriber'];
  3716.         }
  3717.         return $this->privates['App\\EventSubscribers\\Logout\\UpdateActiveTimeOnLogoutSubscriber'] = new \App\EventSubscribers\Logout\UpdateActiveTimeOnLogoutSubscriber($a);
  3718.     }
  3719.     /**
  3720.      * Gets the private 'App\Model\Jackpot\JackpotManager' shared autowired service.
  3721.      *
  3722.      * @return \App\Model\Jackpot\JackpotManager
  3723.      */
  3724.     protected function getJackpotManagerService()
  3725.     {
  3726.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/JackpotManager.php';
  3727.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/JackpotNotifier.php';
  3728.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/JackpotWebsocketNotifier.php';
  3729.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/WebsocketBackendInvoker.php';
  3730.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/JackpotChannelManager.php';
  3731.         return $this->privates['App\\Model\\Jackpot\\JackpotManager'] = new \App\Model\Jackpot\JackpotManager(($this->services['monolog.logger.jackpots'] ?? $this->getMonolog_Logger_JackpotsService()), ($this->privates['App\\Repository\\JackpotRepository'] ?? $this->getJackpotRepositoryService()), new \App\Model\Jackpot\JackpotWebsocketNotifier(($this->services['monolog.logger.jackpot_wins'] ?? $this->getMonolog_Logger_JackpotWinsService()), new \App\Model\Jackpot\WebsocketBackendInvoker($this->getEnv('WEBSOCKET_BACKEND_CONNECTION_STRING'), $this->getEnv('WEBSOCKET_BACKEND_API_KEY'), $this->getEnv('PROJECT_NAME'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Model\\Jackpot\\JackpotChannelManager'] ?? ($this->privates['App\\Model\\Jackpot\\JackpotChannelManager'] = new \App\Model\Jackpot\JackpotChannelManager($this->getEnv('PROJECT_NAME')))))), ($this->privates['App\\Repository\\JackpotWinRepository'] ?? $this->getJackpotWinRepositoryService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'App\Model\Jackpot\Pay\Handler' shared autowired service.
  3735.      *
  3736.      * @return \App\Model\Jackpot\Pay\Handler
  3737.      */
  3738.     protected function getHandler10Service()
  3739.     {
  3740.         include_once \dirname(__DIR__4).'/src/Model/Jackpot/Pay/Handler.php';
  3741.         return $this->privates['App\\Model\\Jackpot\\Pay\\Handler'] = new \App\Model\Jackpot\Pay\Handler(($this->privates['App\\Repository\\JackpotWinRepository'] ?? $this->getJackpotWinRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()));
  3742.     }
  3743.     /**
  3744.      * Gets the private 'App\Model\OnlineCashdesk\AssignByRfid\Handler' shared autowired service.
  3745.      *
  3746.      * @return \App\Model\OnlineCashdesk\AssignByRfid\Handler
  3747.      */
  3748.     protected function getHandler6Service()
  3749.     {
  3750.         include_once \dirname(__DIR__4).'/src/Model/OnlineCashdesk/AssignByRfid/Handler.php';
  3751.         return $this->privates['App\\Model\\OnlineCashdesk\\AssignByRfid\\Handler'] = new \App\Model\OnlineCashdesk\AssignByRfid\Handler(($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()));
  3752.     }
  3753.     /**
  3754.      * Gets the private 'App\Model\OnlineCashdesk\SearchByRfid\Handler' shared autowired service.
  3755.      *
  3756.      * @return \App\Model\OnlineCashdesk\SearchByRfid\Handler
  3757.      */
  3758.     protected function getHandler9Service()
  3759.     {
  3760.         include_once \dirname(__DIR__4).'/src/Model/OnlineCashdesk/SearchByRfid/Handler.php';
  3761.         return $this->privates['App\\Model\\OnlineCashdesk\\SearchByRfid\\Handler'] = new \App\Model\OnlineCashdesk\SearchByRfid\Handler(($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()));
  3762.     }
  3763.     /**
  3764.      * Gets the private 'App\Model\PlatformApi\V2\Balance\Get\Handler' shared autowired service.
  3765.      *
  3766.      * @return \App\Model\PlatformApi\V2\Balance\Get\Handler
  3767.      */
  3768.     protected function getHandler4Service()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/src/Model/PlatformApi/V2/Balance/Get/Handler.php';
  3771.         return $this->privates['App\\Model\\PlatformApi\\V2\\Balance\\Get\\Handler'] = new \App\Model\PlatformApi\V2\Balance\Get\Handler(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  3772.     }
  3773.     /**
  3774.      * Gets the private 'App\Model\PlatformApi\V2\Bet\Cancel\Handler' shared autowired service.
  3775.      *
  3776.      * @return \App\Model\PlatformApi\V2\Bet\Cancel\Handler
  3777.      */
  3778.     protected function getHandler7Service()
  3779.     {
  3780.         include_once \dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Cancel/Handler.php';
  3781.         return $this->privates['App\\Model\\PlatformApi\\V2\\Bet\\Cancel\\Handler'] = new \App\Model\PlatformApi\V2\Bet\Cancel\Handler(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()));
  3782.     }
  3783.     /**
  3784.      * Gets the private 'App\Model\PlatformApi\V2\Bet\Create\Handler' shared autowired service.
  3785.      *
  3786.      * @return \App\Model\PlatformApi\V2\Bet\Create\Handler
  3787.      */
  3788.     protected function getHandler8Service()
  3789.     {
  3790.         include_once \dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Create/Handler.php';
  3791.         return $this->privates['App\\Model\\PlatformApi\\V2\\Bet\\Create\\Handler'] = new \App\Model\PlatformApi\V2\Bet\Create\Handler(($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()));
  3792.     }
  3793.     /**
  3794.      * Gets the private 'App\Model\PlatformApi\V2\Bet\Jackpot\Handler' shared autowired service.
  3795.      *
  3796.      * @return \App\Model\PlatformApi\V2\Bet\Jackpot\Handler
  3797.      */
  3798.     protected function getHandler3Service()
  3799.     {
  3800.         include_once \dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Jackpot/Handler.php';
  3801.         return $this->privates['App\\Model\\PlatformApi\\V2\\Bet\\Jackpot\\Handler'] = new \App\Model\PlatformApi\V2\Bet\Jackpot\Handler(($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()));
  3802.     }
  3803.     /**
  3804.      * Gets the private 'App\Model\PlatformApi\V2\Bet\Permit\Handler' shared autowired service.
  3805.      *
  3806.      * @return \App\Model\PlatformApi\V2\Bet\Permit\Handler
  3807.      */
  3808.     protected function getHandler2Service()
  3809.     {
  3810.         include_once \dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Permit/Handler.php';
  3811.         return $this->privates['App\\Model\\PlatformApi\\V2\\Bet\\Permit\\Handler'] = new \App\Model\PlatformApi\V2\Bet\Permit\Handler(($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Model\\Jackpot\\JackpotManager'] ?? $this->getJackpotManagerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()));
  3812.     }
  3813.     /**
  3814.      * Gets the private 'App\Model\PlatformApi\V2\Win\Create\Handler' shared autowired service.
  3815.      *
  3816.      * @return \App\Model\PlatformApi\V2\Win\Create\Handler
  3817.      */
  3818.     protected function getHandlerService()
  3819.     {
  3820.         include_once \dirname(__DIR__4).'/src/Model/PlatformApi/V2/Win/Create/Handler.php';
  3821.         return $this->privates['App\\Model\\PlatformApi\\V2\\Win\\Create\\Handler'] = new \App\Model\PlatformApi\V2\Win\Create\Handler(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()));
  3822.     }
  3823.     /**
  3824.      * Gets the private 'App\Model\PlatformApi\V2\Withdraw\Create\Handler' shared autowired service.
  3825.      *
  3826.      * @return \App\Model\PlatformApi\V2\Withdraw\Create\Handler
  3827.      */
  3828.     protected function getHandler5Service()
  3829.     {
  3830.         include_once \dirname(__DIR__4).'/src/Model/PlatformApi/V2/Withdraw/Create/Handler.php';
  3831.         return $this->privates['App\\Model\\PlatformApi\\V2\\Withdraw\\Create\\Handler'] = new \App\Model\PlatformApi\V2\Withdraw\Create\Handler(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] ?? $this->getOnlineCashdeskServiceService()));
  3832.     }
  3833.     /**
  3834.      * Gets the private 'App\Model\PlatformClient\Borlette\Client' shared autowired service.
  3835.      *
  3836.      * @return \App\Model\PlatformClient\Borlette\Client
  3837.      */
  3838.     protected function getClientService()
  3839.     {
  3840.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/PlatformClient.php';
  3841.         include_once \dirname(__DIR__4).'/src/Model/DefaultClient/Client.php';
  3842.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Borlette/Client.php';
  3843.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Borlette/Invoker.php';
  3844.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3845.         return $this->privates['App\\Model\\PlatformClient\\Borlette\\Client'] = new \App\Model\PlatformClient\Borlette\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), new \App\Model\PlatformClient\Borlette\Invoker(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('PLATFORM_BORLETTE_SECRETKEY'), $this->getEnv('PLATFORM_BORLETTE_URL'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $a), ($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\RegionClubService'] ?? $this->getRegionClubServiceService()));
  3846.     }
  3847.     /**
  3848.      * Gets the private 'App\Model\PlatformClient\PlatformClientFactory' shared autowired service.
  3849.      *
  3850.      * @return \App\Model\PlatformClient\PlatformClientFactory
  3851.      */
  3852.     protected function getPlatformClientFactoryService()
  3853.     {
  3854.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/PlatformClientFactory.php';
  3855.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/PlatformClient.php';
  3856.         include_once \dirname(__DIR__4).'/src/Model/DefaultClient/Client.php';
  3857.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/HorsesRaces/Client.php';
  3858.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Keno/Client.php';
  3859.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Penalty/Client.php';
  3860.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Dogs/Client.php';
  3861.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Roulette/Client.php';
  3862.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/AmericanRoulette/Client.php';
  3863.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Keno80/Client.php';
  3864.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/LuckyRace/Client.php';
  3865.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Lucky6/Client.php';
  3866.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Lucky10/Client.php';
  3867.         include_once \dirname(__DIR__4).'/src/Model/PlatformClient/Paypam/Client.php';
  3868.         $a = ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService());
  3869.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  3870.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3871.         return $this->privates['App\\Model\\PlatformClient\\PlatformClientFactory'] = new \App\Model\PlatformClient\PlatformClientFactory(new \App\Model\PlatformClient\HorsesRaces\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\Keno\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\Penalty\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\Dogs\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\Roulette\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\AmericanRoulette\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), ($this->privates['App\\Model\\PlatformClient\\Borlette\\Client'] ?? $this->getClientService()), new \App\Model\PlatformClient\Keno80\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\LuckyRace\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\Lucky6\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\Lucky10\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), new \App\Model\PlatformClient\Paypam\Client($this->getEnv('PROJECT_NAME'), $this->getEnv('DEFAULT_CURRENCY'), $a$b$c), $b);
  3872.     }
  3873.     /**
  3874.      * Gets the private 'App\Repository\AuditLogRepository' shared autowired service.
  3875.      *
  3876.      * @return \App\Repository\AuditLogRepository
  3877.      */
  3878.     protected function getAuditLogRepositoryService()
  3879.     {
  3880.         return $this->privates['App\\Repository\\AuditLogRepository'] = new \App\Repository\AuditLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3881.     }
  3882.     /**
  3883.      * Gets the private 'App\Repository\CashdeskRepository' shared autowired service.
  3884.      *
  3885.      * @return \App\Repository\CashdeskRepository
  3886.      */
  3887.     protected function getCashdeskRepositoryService()
  3888.     {
  3889.         return $this->privates['App\\Repository\\CashdeskRepository'] = new \App\Repository\CashdeskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3890.     }
  3891.     /**
  3892.      * Gets the private 'App\Repository\ChainClubRepository' shared autowired service.
  3893.      *
  3894.      * @return \App\Repository\ChainClubRepository
  3895.      */
  3896.     protected function getChainClubRepositoryService()
  3897.     {
  3898.         include_once \dirname(__DIR__4).'/src/Repository/ChainClubRepository.php';
  3899.         return $this->privates['App\\Repository\\ChainClubRepository'] = new \App\Repository\ChainClubRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3900.     }
  3901.     /**
  3902.      * Gets the private 'App\Repository\ClubRepository' shared autowired service.
  3903.      *
  3904.      * @return \App\Repository\ClubRepository
  3905.      */
  3906.     protected function getClubRepositoryService()
  3907.     {
  3908.         return $this->privates['App\\Repository\\ClubRepository'] = new \App\Repository\ClubRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3909.     }
  3910.     /**
  3911.      * Gets the private 'App\Repository\CreateUpdateInstructionRepository' shared autowired service.
  3912.      *
  3913.      * @return \App\Repository\CreateUpdateInstructionRepository
  3914.      */
  3915.     protected function getCreateUpdateInstructionRepositoryService()
  3916.     {
  3917.         include_once \dirname(__DIR__4).'/src/Repository/CreateUpdateInstructionRepository.php';
  3918.         return $this->privates['App\\Repository\\CreateUpdateInstructionRepository'] = new \App\Repository\CreateUpdateInstructionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3919.     }
  3920.     /**
  3921.      * Gets the private 'App\Repository\HistoryChangeRepository' shared autowired service.
  3922.      *
  3923.      * @return \App\Repository\HistoryChangeRepository
  3924.      */
  3925.     protected function getHistoryChangeRepositoryService()
  3926.     {
  3927.         include_once \dirname(__DIR__4).'/src/Repository/HistoryChangeRepository.php';
  3928.         return $this->privates['App\\Repository\\HistoryChangeRepository'] = new \App\Repository\HistoryChangeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3929.     }
  3930.     /**
  3931.      * Gets the private 'App\Repository\JackpotRepository' shared autowired service.
  3932.      *
  3933.      * @return \App\Repository\JackpotRepository
  3934.      */
  3935.     protected function getJackpotRepositoryService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/src/Repository/JackpotRepository.php';
  3938.         return $this->privates['App\\Repository\\JackpotRepository'] = new \App\Repository\JackpotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3939.     }
  3940.     /**
  3941.      * Gets the private 'App\Repository\JackpotWinRepository' shared autowired service.
  3942.      *
  3943.      * @return \App\Repository\JackpotWinRepository
  3944.      */
  3945.     protected function getJackpotWinRepositoryService()
  3946.     {
  3947.         include_once \dirname(__DIR__4).'/src/Repository/JackpotWinRepository.php';
  3948.         return $this->privates['App\\Repository\\JackpotWinRepository'] = new \App\Repository\JackpotWinRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3949.     }
  3950.     /**
  3951.      * Gets the private 'App\Repository\LocaleRepository' shared autowired service.
  3952.      *
  3953.      * @return \App\Repository\LocaleRepository
  3954.      */
  3955.     protected function getLocaleRepositoryService()
  3956.     {
  3957.         include_once \dirname(__DIR__4).'/src/Repository/LocaleRepository.php';
  3958.         return $this->privates['App\\Repository\\LocaleRepository'] = new \App\Repository\LocaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3959.     }
  3960.     /**
  3961.      * Gets the private 'App\Repository\OpcodeRepository' shared autowired service.
  3962.      *
  3963.      * @return \App\Repository\OpcodeRepository
  3964.      */
  3965.     protected function getOpcodeRepositoryService()
  3966.     {
  3967.         include_once \dirname(__DIR__4).'/src/Repository/OpcodeRepository.php';
  3968.         return $this->privates['App\\Repository\\OpcodeRepository'] = new \App\Repository\OpcodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3969.     }
  3970.     /**
  3971.      * Gets the private 'App\Repository\PartnerRepository' shared autowired service.
  3972.      *
  3973.      * @return \App\Repository\PartnerRepository
  3974.      */
  3975.     protected function getPartnerRepositoryService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/src/Repository/PartnerRepository.php';
  3978.         return $this->privates['App\\Repository\\PartnerRepository'] = new \App\Repository\PartnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3979.     }
  3980.     /**
  3981.      * Gets the private 'App\Repository\PaymentAggregationRepository' shared autowired service.
  3982.      *
  3983.      * @return \App\Repository\PaymentAggregationRepository
  3984.      */
  3985.     protected function getPaymentAggregationRepositoryService()
  3986.     {
  3987.         include_once \dirname(__DIR__4).'/src/Repository/PaymentAggregationRepository.php';
  3988.         return $this->privates['App\\Repository\\PaymentAggregationRepository'] = new \App\Repository\PaymentAggregationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3989.     }
  3990.     /**
  3991.      * Gets the private 'App\Repository\PaymentRepository' shared autowired service.
  3992.      *
  3993.      * @return \App\Repository\PaymentRepository
  3994.      */
  3995.     protected function getPaymentRepositoryService()
  3996.     {
  3997.         include_once \dirname(__DIR__4).'/src/Repository/PaymentRepository.php';
  3998.         return $this->privates['App\\Repository\\PaymentRepository'] = new \App\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3999.     }
  4000.     /**
  4001.      * Gets the private 'App\Repository\RegionClubRepository' shared autowired service.
  4002.      *
  4003.      * @return \App\Repository\RegionClubRepository
  4004.      */
  4005.     protected function getRegionClubRepositoryService()
  4006.     {
  4007.         return $this->privates['App\\Repository\\RegionClubRepository'] = new \App\Repository\RegionClubRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4008.     }
  4009.     /**
  4010.      * Gets the private 'App\Repository\SessionRepository' shared autowired service.
  4011.      *
  4012.      * @return \App\Repository\SessionRepository
  4013.      */
  4014.     protected function getSessionRepositoryService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/src/Repository/SessionRepository.php';
  4017.         return $this->privates['App\\Repository\\SessionRepository'] = new \App\Repository\SessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4018.     }
  4019.     /**
  4020.      * Gets the private 'App\Repository\SettingRepository' shared autowired service.
  4021.      *
  4022.      * @return \App\Repository\SettingRepository
  4023.      */
  4024.     protected function getSettingRepositoryService()
  4025.     {
  4026.         return $this->privates['App\\Repository\\SettingRepository'] = new \App\Repository\SettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4027.     }
  4028.     /**
  4029.      * Gets the private 'App\Repository\TelegramRepository' shared autowired service.
  4030.      *
  4031.      * @return \App\Repository\TelegramRepository
  4032.      */
  4033.     protected function getTelegramRepositoryService()
  4034.     {
  4035.         include_once \dirname(__DIR__4).'/src/Repository/TelegramRepository.php';
  4036.         return $this->privates['App\\Repository\\TelegramRepository'] = new \App\Repository\TelegramRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4037.     }
  4038.     /**
  4039.      * Gets the private 'App\Repository\TelegramUserRepository' shared autowired service.
  4040.      *
  4041.      * @return \App\Repository\TelegramUserRepository
  4042.      */
  4043.     protected function getTelegramUserRepositoryService()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/src/Repository/TelegramUserRepository.php';
  4046.         return $this->privates['App\\Repository\\TelegramUserRepository'] = new \App\Repository\TelegramUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4047.     }
  4048.     /**
  4049.      * Gets the private 'App\Repository\TimetableRepository' shared autowired service.
  4050.      *
  4051.      * @return \App\Repository\TimetableRepository
  4052.      */
  4053.     protected function getTimetableRepositoryService()
  4054.     {
  4055.         include_once \dirname(__DIR__4).'/src/Repository/TimetableRepository.php';
  4056.         return $this->privates['App\\Repository\\TimetableRepository'] = new \App\Repository\TimetableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4057.     }
  4058.     /**
  4059.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  4060.      *
  4061.      * @return \App\Repository\UserRepository
  4062.      */
  4063.     protected function getUserRepositoryService()
  4064.     {
  4065.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4066.     }
  4067.     /**
  4068.      * Gets the private 'App\Repository\WorkshiftRepository' shared autowired service.
  4069.      *
  4070.      * @return \App\Repository\WorkshiftRepository
  4071.      */
  4072.     protected function getWorkshiftRepositoryService()
  4073.     {
  4074.         include_once \dirname(__DIR__4).'/src/Repository/WorkshiftRepository.php';
  4075.         return $this->privates['App\\Repository\\WorkshiftRepository'] = new \App\Repository\WorkshiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4076.     }
  4077.     /**
  4078.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  4079.      *
  4080.      * @return \App\Security\LoginFormAuthenticator
  4081.      */
  4082.     protected function getLoginFormAuthenticatorService()
  4083.     {
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4089.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  4090.         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.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\SessionService'] ?? $this->getSessionServiceService()));
  4091.     }
  4092.     /**
  4093.      * Gets the private 'App\Services\AuditLogService' shared autowired service.
  4094.      *
  4095.      * @return \App\Services\AuditLogService
  4096.      */
  4097.     protected function getAuditLogServiceService()
  4098.     {
  4099.         $a = ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService());
  4100.         if (isset($this->privates['App\\Services\\AuditLogService'])) {
  4101.             return $this->privates['App\\Services\\AuditLogService'];
  4102.         }
  4103.         return $this->privates['App\\Services\\AuditLogService'] = new \App\Services\AuditLogService(($this->privates['App\\Repository\\AuditLogRepository'] ?? $this->getAuditLogRepositoryService()), $a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $this->getEnv('int:API_DEFAULT_USER_ID'));
  4104.     }
  4105.     /**
  4106.      * Gets the private 'App\Services\Betting\BettingService' shared autowired service.
  4107.      *
  4108.      * @return \App\Services\Betting\BettingService
  4109.      */
  4110.     protected function getBettingServiceService()
  4111.     {
  4112.         include_once \dirname(__DIR__4).'/src/Services/Betting/BettingService.php';
  4113.         include_once \dirname(__DIR__4).'/src/Services/Betting/BettingInvoker.php';
  4114.         $a = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  4115.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4116.         return $this->privates['App\\Services\\Betting\\BettingService'] = new \App\Services\Betting\BettingService(($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), new \App\Services\Betting\BettingInvoker($a$this->getEnv('PROJECT_NAME'), $this->getEnv('BETTING_SECRETKEY'), $this->getEnv('BETTING_BACKEND_URL'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $b), $this->getEnv('BETTING_FRONTEND_URL'), $this->getEnv('BETTING_BACKEND_URL'), $this->getEnv('PROJECT_NAME'), $this->getEnv('BETTING_SECRETKEY'), $a, ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
  4117.     }
  4118.     /**
  4119.      * Gets the private 'App\Services\CashdeskService' shared autowired service.
  4120.      *
  4121.      * @return \App\Services\CashdeskService
  4122.      */
  4123.     protected function getCashdeskServiceService()
  4124.     {
  4125.         include_once \dirname(__DIR__4).'/src/Services/CashdeskService.php';
  4126.         return $this->privates['App\\Services\\CashdeskService'] = new \App\Services\CashdeskService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\Services\\OpcodeService'] ?? $this->getOpcodeServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\AuditLogService'] ?? $this->getAuditLogServiceService()), ($this->privates['App\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()));
  4127.     }
  4128.     /**
  4129.      * Gets the private 'App\Services\ClubService' shared autowired service.
  4130.      *
  4131.      * @return \App\Services\ClubService
  4132.      */
  4133.     protected function getClubServiceService()
  4134.     {
  4135.         return $this->privates['App\\Services\\ClubService'] = new \App\Services\ClubService(($this->privates['App\\Repository\\ClubRepository'] ?? $this->getClubRepositoryService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\AuditLogService'] ?? $this->getAuditLogServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4136.     }
  4137.     /**
  4138.      * Gets the private 'App\Services\CreateUpdateInstructionService' shared autowired service.
  4139.      *
  4140.      * @return \App\Services\CreateUpdateInstructionService
  4141.      */
  4142.     protected function getCreateUpdateInstructionServiceService()
  4143.     {
  4144.         include_once \dirname(__DIR__4).'/src/Services/CreateUpdateInstructionService.php';
  4145.         return $this->privates['App\\Services\\CreateUpdateInstructionService'] = new \App\Services\CreateUpdateInstructionService(($this->privates['App\\Repository\\CreateUpdateInstructionRepository'] ?? $this->getCreateUpdateInstructionRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\LocaleService'] ?? $this->getLocaleServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\AuditLogService'] ?? $this->getAuditLogServiceService()));
  4146.     }
  4147.     /**
  4148.      * Gets the private 'App\Services\LocaleService' shared autowired service.
  4149.      *
  4150.      * @return \App\Services\LocaleService
  4151.      */
  4152.     protected function getLocaleServiceService()
  4153.     {
  4154.         include_once \dirname(__DIR__4).'/src/Services/LocaleService.php';
  4155.         return $this->privates['App\\Services\\LocaleService'] = new \App\Services\LocaleService(($this->privates['App\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()));
  4156.     }
  4157.     /**
  4158.      * Gets the private 'App\Services\OnlineCashdesk\OnlineCashdeskService' shared autowired service.
  4159.      *
  4160.      * @return \App\Services\OnlineCashdesk\OnlineCashdeskService
  4161.      */
  4162.     protected function getOnlineCashdeskServiceService()
  4163.     {
  4164.         include_once \dirname(__DIR__4).'/src/Services/OnlineCashdesk/OnlineCashdeskService.php';
  4165.         include_once \dirname(__DIR__4).'/src/Services/OnlineCashdesk/OnlineCashdeskInvoker.php';
  4166.         return $this->privates['App\\Services\\OnlineCashdesk\\OnlineCashdeskService'] = new \App\Services\OnlineCashdesk\OnlineCashdeskService(new \App\Services\OnlineCashdesk\OnlineCashdeskInvoker($this->getEnv('ONLINE_CASHDESK_URL'), $this->getEnv('ONLINE_CASHDESK_SECRETKEY'), $this->getEnv('ONLINE_CASHDESK_PROVIDER'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\CashdeskService'] ?? $this->getCashdeskServiceService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->privates['App\\Services\\ClubService'] ?? $this->getClubServiceService()));
  4167.     }
  4168.     /**
  4169.      * Gets the private 'App\Services\OpcodeService' shared autowired service.
  4170.      *
  4171.      * @return \App\Services\OpcodeService
  4172.      */
  4173.     protected function getOpcodeServiceService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/src/Services/OpcodeService.php';
  4176.         return $this->privates['App\\Services\\OpcodeService'] = new \App\Services\OpcodeService(($this->privates['App\\Repository\\OpcodeRepository'] ?? $this->getOpcodeRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4177.     }
  4178.     /**
  4179.      * Gets the private 'App\Services\PartnerService' shared autowired service.
  4180.      *
  4181.      * @return \App\Services\PartnerService
  4182.      */
  4183.     protected function getPartnerServiceService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/src/Services/PartnerService.php';
  4186.         return $this->privates['App\\Services\\PartnerService'] = new \App\Services\PartnerService(($this->privates['App\\Repository\\PartnerRepository'] ?? $this->getPartnerRepositoryService()));
  4187.     }
  4188.     /**
  4189.      * Gets the private 'App\Services\PaymentService' shared autowired service.
  4190.      *
  4191.      * @return \App\Services\PaymentService
  4192.      */
  4193.     protected function getPaymentServiceService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/src/Services/PaymentService.php';
  4196.         return $this->privates['App\\Services\\PaymentService'] = new \App\Services\PaymentService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()));
  4197.     }
  4198.     /**
  4199.      * Gets the private 'App\Services\RegionClubService' shared autowired service.
  4200.      *
  4201.      * @return \App\Services\RegionClubService
  4202.      */
  4203.     protected function getRegionClubServiceService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/src/Services/RegionClubService.php';
  4206.         return $this->privates['App\\Services\\RegionClubService'] = new \App\Services\RegionClubService(($this->privates['App\\Repository\\RegionClubRepository'] ?? $this->getRegionClubRepositoryService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4207.     }
  4208.     /**
  4209.      * Gets the private 'App\Services\SecurityService' shared autowired service.
  4210.      *
  4211.      * @return \App\Services\SecurityService
  4212.      */
  4213.     protected function getSecurityServiceService()
  4214.     {
  4215.         $a = new \App\Services\RestrictionManager(($this->privates['App\\Repository\\ClubRepository'] ?? $this->getClubRepositoryService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService()));
  4216.         $this->privates['App\\Services\\SecurityService'] = $instance = new \App\Services\SecurityService(new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4217.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4218.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4219.         ], [
  4220.             'security.authorization_checker' => '?',
  4221.             'security.token_storage' => '?',
  4222.         ])), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), $a);
  4223.         $a->setSecurityService($instance);
  4224.         return $instance;
  4225.     }
  4226.     /**
  4227.      * Gets the private 'App\Services\SessionService' shared autowired service.
  4228.      *
  4229.      * @return \App\Services\SessionService
  4230.      */
  4231.     protected function getSessionServiceService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/src/Services/SessionService.php';
  4234.         return $this->privates['App\\Services\\SessionService'] = new \App\Services\SessionService(($this->privates['App\\Repository\\SessionRepository'] ?? $this->getSessionRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4235.     }
  4236.     /**
  4237.      * Gets the private 'App\Services\TelegramUserService' shared autowired service.
  4238.      *
  4239.      * @return \App\Services\TelegramUserService
  4240.      */
  4241.     protected function getTelegramUserServiceService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/src/Services/TelegramUserService.php';
  4244.         return $this->privates['App\\Services\\TelegramUserService'] = new \App\Services\TelegramUserService($this->getEnv('PROJECT_NAME'), ($this->privates['App\\Repository\\TelegramUserRepository'] ?? $this->getTelegramUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService()));
  4245.     }
  4246.     /**
  4247.      * Gets the private 'App\Services\TimetableService' shared autowired service.
  4248.      *
  4249.      * @return \App\Services\TimetableService
  4250.      */
  4251.     protected function getTimetableServiceService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/src/Services/TimetableService.php';
  4254.         return $this->privates['App\\Services\\TimetableService'] = new \App\Services\TimetableService(($this->privates['App\\Repository\\ClubRepository'] ?? $this->getClubRepositoryService()), ($this->privates['App\\Repository\\TimetableRepository'] ?? $this->getTimetableRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\PartnerService'] ?? $this->getPartnerServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
  4255.     }
  4256.     /**
  4257.      * Gets the private 'App\Services\UserService' shared autowired service.
  4258.      *
  4259.      * @return \App\Services\UserService
  4260.      */
  4261.     protected function getUserServiceService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/src/Services/UserService.php';
  4264.         $a = ($this->privates['App\\Services\\SecurityService'] ?? $this->getSecurityServiceService());
  4265.         if (isset($this->privates['App\\Services\\UserService'])) {
  4266.             return $this->privates['App\\Services\\UserService'];
  4267.         }
  4268.         $b = ($this->privates['App\\Services\\AuditLogService'] ?? $this->getAuditLogServiceService());
  4269.         if (isset($this->privates['App\\Services\\UserService'])) {
  4270.             return $this->privates['App\\Services\\UserService'];
  4271.         }
  4272.         return $this->privates['App\\Services\\UserService'] = new \App\Services\UserService($this->getEnv('PROJECT_NAME'), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4273.     }
  4274.     /**
  4275.      * Gets the private 'App\Services\WorkshiftService' shared autowired service.
  4276.      *
  4277.      * @return \App\Services\WorkshiftService
  4278.      */
  4279.     protected function getWorkshiftServiceService()
  4280.     {
  4281.         include_once \dirname(__DIR__4).'/src/Services/WorkshiftService.php';
  4282.         return $this->privates['App\\Services\\WorkshiftService'] = new \App\Services\WorkshiftService(($this->privates['App\\Repository\\WorkshiftRepository'] ?? $this->getWorkshiftRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CashdeskRepository'] ?? $this->getCashdeskRepositoryService()));
  4283.     }
  4284.     /**
  4285.      * Gets the private 'App\Subscriber\LocaleOnLoginSubscriber' shared autowired service.
  4286.      *
  4287.      * @return \App\Subscriber\LocaleOnLoginSubscriber
  4288.      */
  4289.     protected function getLocaleOnLoginSubscriberService()
  4290.     {
  4291.         include_once \dirname(__DIR__4).'/src/Subscriber/LocaleOnLoginSubscriber.php';
  4292.         return $this->privates['App\\Subscriber\\LocaleOnLoginSubscriber'] = new \App\Subscriber\LocaleOnLoginSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  4293.     }
  4294.     /**
  4295.      * Gets the private 'App\Subscriber\RemoteTokenCreatorSubscriber' shared autowired service.
  4296.      *
  4297.      * @return \App\Subscriber\RemoteTokenCreatorSubscriber
  4298.      */
  4299.     protected function getRemoteTokenCreatorSubscriberService()
  4300.     {
  4301.         include_once \dirname(__DIR__4).'/src/Subscriber/RemoteTokenCreatorSubscriber.php';
  4302.         return $this->privates['App\\Subscriber\\RemoteTokenCreatorSubscriber'] = new \App\Subscriber\RemoteTokenCreatorSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4303.     }
  4304.     /**
  4305.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4306.      *
  4307.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4308.      */
  4309.     protected function getManagerRegistryAwareConnectionProviderService()
  4310.     {
  4311.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4313.         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'));
  4314.     }
  4315.     /**
  4316.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4317.      *
  4318.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4319.      */
  4320.     protected function getRunSqlCommandService()
  4321.     {
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4324.         $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()));
  4325.         $instance->setName('dbal:run-sql');
  4326.         return $instance;
  4327.     }
  4328.     /**
  4329.      * Gets the private 'annotations.cache_adapter' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4332.      */
  4333.     protected function getAnnotations_CacheAdapterService()
  4334.     {
  4335.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4336.     }
  4337.     /**
  4338.      * Gets the private 'annotations.cache_warmer' shared service.
  4339.      *
  4340.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4341.      */
  4342.     protected function getAnnotations_CacheWarmerService()
  4343.     {
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4347.         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);
  4348.     }
  4349.     /**
  4350.      * Gets the private 'annotations.cached_reader' shared service.
  4351.      *
  4352.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4353.      */
  4354.     protected function getAnnotations_CachedReaderService()
  4355.     {
  4356.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4357.     }
  4358.     /**
  4359.      * Gets the private 'annotations.reader' shared service.
  4360.      *
  4361.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4362.      */
  4363.     protected function getAnnotations_ReaderService()
  4364.     {
  4365.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4366.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4367.         $a->registerUniqueLoader('class_exists');
  4368.         $instance->addGlobalIgnoredName('required'$a);
  4369.         return $instance;
  4370.     }
  4371.     /**
  4372.      * Gets the private 'cache.annotations' shared service.
  4373.      *
  4374.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4375.      */
  4376.     protected function getCache_AnnotationsService()
  4377.     {
  4378.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4379.     }
  4380.     /**
  4381.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4382.      *
  4383.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4384.      */
  4385.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4386.     {
  4387.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4388.     }
  4389.     /**
  4390.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4391.      *
  4392.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4393.      */
  4394.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4395.     {
  4396.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4397.     }
  4398.     /**
  4399.      * Gets the private 'cache.property_info' shared service.
  4400.      *
  4401.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4402.      */
  4403.     protected function getCache_PropertyInfoService()
  4404.     {
  4405.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4406.     }
  4407.     /**
  4408.      * Gets the private 'cache.security_expression_language' shared service.
  4409.      *
  4410.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4411.      */
  4412.     protected function getCache_SecurityExpressionLanguageService()
  4413.     {
  4414.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4415.     }
  4416.     /**
  4417.      * Gets the private 'cache.serializer' shared service.
  4418.      *
  4419.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4420.      */
  4421.     protected function getCache_SerializerService()
  4422.     {
  4423.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4424.     }
  4425.     /**
  4426.      * Gets the private 'cache.validator' shared service.
  4427.      *
  4428.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4429.      */
  4430.     protected function getCache_ValidatorService()
  4431.     {
  4432.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4433.     }
  4434.     /**
  4435.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  4436.      *
  4437.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  4438.      */
  4439.     protected function getCachePoolClearer_CacheWarmerService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  4443.         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']);
  4444.     }
  4445.     /**
  4446.      * Gets the private 'config_builder.warmer' shared service.
  4447.      *
  4448.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  4449.      */
  4450.     protected function getConfigBuilder_WarmerService()
  4451.     {
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  4454.         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()));
  4455.     }
  4456.     /**
  4457.      * Gets the private 'config_cache_factory' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4460.      */
  4461.     protected function getConfigCacheFactoryService()
  4462.     {
  4463.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4464.             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)));
  4465.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4466.         }, 2));
  4467.     }
  4468.     /**
  4469.      * Gets the private 'console.command.about' shared service.
  4470.      *
  4471.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4472.      */
  4473.     protected function getConsole_Command_AboutService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4477.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4478.         $instance->setName('about');
  4479.         $instance->setDescription('Display information about the current project');
  4480.         return $instance;
  4481.     }
  4482.     /**
  4483.      * Gets the private 'console.command.assets_install' shared service.
  4484.      *
  4485.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4486.      */
  4487.     protected function getConsole_Command_AssetsInstallService()
  4488.     {
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4492.         $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));
  4493.         $instance->setName('assets:install');
  4494.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  4495.         return $instance;
  4496.     }
  4497.     /**
  4498.      * Gets the private 'console.command.cache_clear' shared service.
  4499.      *
  4500.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4501.      */
  4502.     protected function getConsole_Command_CacheClearService()
  4503.     {
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4507.         $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())));
  4508.         $instance->setName('cache:clear');
  4509.         $instance->setDescription('Clear the cache');
  4510.         return $instance;
  4511.     }
  4512.     /**
  4513.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4514.      *
  4515.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4516.      */
  4517.     protected function getConsole_Command_CachePoolClearService()
  4518.     {
  4519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4521.         $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.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  4522.         $instance->setName('cache:pool:clear');
  4523.         $instance->setDescription('Clear cache pools');
  4524.         return $instance;
  4525.     }
  4526.     /**
  4527.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4528.      *
  4529.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4530.      */
  4531.     protected function getConsole_Command_CachePoolDeleteService()
  4532.     {
  4533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4535.         $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.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  4536.         $instance->setName('cache:pool:delete');
  4537.         $instance->setDescription('Delete an item from a cache pool');
  4538.         return $instance;
  4539.     }
  4540.     /**
  4541.      * Gets the private 'console.command.cache_pool_list' shared service.
  4542.      *
  4543.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4544.      */
  4545.     protected function getConsole_Command_CachePoolListService()
  4546.     {
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4549.         $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.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  4550.         $instance->setName('cache:pool:list');
  4551.         $instance->setDescription('List available cache pools');
  4552.         return $instance;
  4553.     }
  4554.     /**
  4555.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4556.      *
  4557.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4558.      */
  4559.     protected function getConsole_Command_CachePoolPruneService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4563.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4564.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4565.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4566.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4567.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4568.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4569.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4570.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4571.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4572.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4573.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4574.         }, 10));
  4575.         $instance->setName('cache:pool:prune');
  4576.         $instance->setDescription('Prune cache pools');
  4577.         return $instance;
  4578.     }
  4579.     /**
  4580.      * Gets the private 'console.command.cache_warmup' shared service.
  4581.      *
  4582.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4583.      */
  4584.     protected function getConsole_Command_CacheWarmupService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4588.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4589.         $instance->setName('cache:warmup');
  4590.         $instance->setDescription('Warm up an empty cache');
  4591.         return $instance;
  4592.     }
  4593.     /**
  4594.      * Gets the private 'console.command.config_debug' shared service.
  4595.      *
  4596.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4597.      */
  4598.     protected function getConsole_Command_ConfigDebugService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4605.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4606.         $instance->setName('debug:config');
  4607.         $instance->setDescription('Dump the current configuration for an extension');
  4608.         return $instance;
  4609.     }
  4610.     /**
  4611.      * Gets the private 'console.command.config_dump_reference' shared service.
  4612.      *
  4613.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4614.      */
  4615.     protected function getConsole_Command_ConfigDumpReferenceService()
  4616.     {
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4622.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4623.         $instance->setName('config:dump-reference');
  4624.         $instance->setDescription('Dump the default configuration for an extension');
  4625.         return $instance;
  4626.     }
  4627.     /**
  4628.      * Gets the private 'console.command.container_debug' shared service.
  4629.      *
  4630.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4631.      */
  4632.     protected function getConsole_Command_ContainerDebugService()
  4633.     {
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4637.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4638.         $instance->setName('debug:container');
  4639.         $instance->setDescription('Display current services for an application');
  4640.         return $instance;
  4641.     }
  4642.     /**
  4643.      * Gets the private 'console.command.container_lint' shared service.
  4644.      *
  4645.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4646.      */
  4647.     protected function getConsole_Command_ContainerLintService()
  4648.     {
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4651.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4652.         $instance->setName('lint:container');
  4653.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4654.         return $instance;
  4655.     }
  4656.     /**
  4657.      * Gets the private 'console.command.debug_autowiring' shared service.
  4658.      *
  4659.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4660.      */
  4661.     protected function getConsole_Command_DebugAutowiringService()
  4662.     {
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4667.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4668.         $instance->setName('debug:autowiring');
  4669.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the private 'console.command.dotenv_debug' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4676.      */
  4677.     protected function getConsole_Command_DotenvDebugService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4681.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  4682.         $instance->setName('debug:dotenv');
  4683.         $instance->setDescription('Lists all dotenv files with variables and values');
  4684.         return $instance;
  4685.     }
  4686.     /**
  4687.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4688.      *
  4689.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4690.      */
  4691.     protected function getConsole_Command_EventDispatcherDebugService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4695.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  4696.         $instance->setName('debug:event-dispatcher');
  4697.         $instance->setDescription('Display configured listeners for an application');
  4698.         return $instance;
  4699.     }
  4700.     /**
  4701.      * Gets the private 'console.command.form_debug' shared service.
  4702.      *
  4703.      * @return \Symfony\Component\Form\Command\DebugCommand
  4704.      */
  4705.     protected function getConsole_Command_FormDebugService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4709.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\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()));
  4710.         $instance->setName('debug:form');
  4711.         $instance->setDescription('Display form type information');
  4712.         return $instance;
  4713.     }
  4714.     /**
  4715.      * Gets the private 'console.command.router_debug' shared service.
  4716.      *
  4717.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4718.      */
  4719.     protected function getConsole_Command_RouterDebugService()
  4720.     {
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4724.         $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()));
  4725.         $instance->setName('debug:router');
  4726.         $instance->setDescription('Display current routes for an application');
  4727.         return $instance;
  4728.     }
  4729.     /**
  4730.      * Gets the private 'console.command.router_match' shared service.
  4731.      *
  4732.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4733.      */
  4734.     protected function getConsole_Command_RouterMatchService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4738.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4739.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4740.         }, 1));
  4741.         $instance->setName('router:match');
  4742.         $instance->setDescription('Help debug routes by simulating a path info match');
  4743.         return $instance;
  4744.     }
  4745.     /**
  4746.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4747.      *
  4748.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4749.      */
  4750.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4756.         $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')))));
  4757.         $instance->setName('secrets:decrypt-to-local');
  4758.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4759.         return $instance;
  4760.     }
  4761.     /**
  4762.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4763.      *
  4764.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4765.      */
  4766.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4772.         $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')))));
  4773.         $instance->setName('secrets:encrypt-from-local');
  4774.         $instance->setDescription('Encrypt all local secrets to the vault');
  4775.         return $instance;
  4776.     }
  4777.     /**
  4778.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4779.      *
  4780.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4781.      */
  4782.     protected function getConsole_Command_SecretsGenerateKeyService()
  4783.     {
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4788.         $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')))));
  4789.         $instance->setName('secrets:generate-keys');
  4790.         $instance->setDescription('Generate new encryption keys');
  4791.         return $instance;
  4792.     }
  4793.     /**
  4794.      * Gets the private 'console.command.secrets_list' shared service.
  4795.      *
  4796.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4797.      */
  4798.     protected function getConsole_Command_SecretsListService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4804.         $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')))));
  4805.         $instance->setName('secrets:list');
  4806.         $instance->setDescription('List all secrets');
  4807.         return $instance;
  4808.     }
  4809.     /**
  4810.      * Gets the private 'console.command.secrets_remove' shared service.
  4811.      *
  4812.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4813.      */
  4814.     protected function getConsole_Command_SecretsRemoveService()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4820.         $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')))));
  4821.         $instance->setName('secrets:remove');
  4822.         $instance->setDescription('Remove a secret from the vault');
  4823.         return $instance;
  4824.     }
  4825.     /**
  4826.      * Gets the private 'console.command.secrets_set' shared service.
  4827.      *
  4828.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4829.      */
  4830.     protected function getConsole_Command_SecretsSetService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4836.         $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')))));
  4837.         $instance->setName('secrets:set');
  4838.         $instance->setDescription('Set a secret in the vault');
  4839.         return $instance;
  4840.     }
  4841.     /**
  4842.      * Gets the private 'console.command.translation_debug' shared service.
  4843.      *
  4844.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4845.      */
  4846.     protected function getConsole_Command_TranslationDebugService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4850.         $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).'/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/AnaliticController.php'), => (\dirname(__DIR__4).'/src/Controller/BettingController.php'), => (\dirname(__DIR__4).'/src/Controller/BorletteController.php'), => (\dirname(__DIR__4).'/src/Controller/CashdeskController.php'), => (\dirname(__DIR__4).'/src/Services/ChainClubService.php'), => (\dirname(__DIR__4).'/src/Controller/ChainClubController.php'), => (\dirname(__DIR__4).'/src/Controller/ClubApiController.php'), => (\dirname(__DIR__4).'/src/Controller/ClubController.php'), => (\dirname(__DIR__4).'/src/Controller/CreateUpdateInstructionController.php'), 10 => (\dirname(__DIR__4).'/src/Services/EncashmentService.php'), 11 => (\dirname(__DIR__4).'/src/Controller/EncashmentController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/EncashmentPlanController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/HistoryChangeController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/HistoryController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/IndexController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/JackpotController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/LocalCashdeskController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/OnlineCashdeskController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/PartnerController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/ParyajpamRemoteCashdeskApiController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/PaymentController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/PlatformCashdeskApiController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/PlatformCashdeskApiV2Controller.php'), 24 => (\dirname(__DIR__4).'/src/Controller/RegionClubController.php'), 25 => (\dirname(__DIR__4).'/src/Services/ReportService.php'), 26 => (\dirname(__DIR__4).'/src/Controller/ReportController.php'), 27 => (\dirname(__DIR__4).'/src/Controller/TelegramBotController.php'), 28 => (\dirname(__DIR__4).'/src/Controller/TelegramUserController.php'), 29 => (\dirname(__DIR__4).'/src/Controller/TerminalController.php'), 30 => (\dirname(__DIR__4).'/src/Controller/TimetableController.php'), 31 => (\dirname(__DIR__4).'/src/Controller/UserApiController.php'), 32 => (\dirname(__DIR__4).'/src/Controller/UserController.php'), 33 => (\dirname(__DIR__4).'/src/Model/Jackpot/Pay/Handler.php'), 34 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Balance/Get/Handler.php'), 35 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Cancel/Handler.php'), 36 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Create/Handler.php'), 37 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Jackpot/Handler.php'), 38 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Permit/Handler.php'), 39 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Win/Create/Handler.php'), 40 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Withdraw/Create/Handler.php'), 41 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Borlette/Client.php'), 42 => (\dirname(__DIR__4).'/src/Model/PlatformClient/HorsesRaces/Client.php'), 43 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Keno/Client.php'), 44 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Penalty/Client.php'), 45 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Dogs/Client.php'), 46 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Roulette/Client.php'), 47 => (\dirname(__DIR__4).'/src/Model/PlatformClient/AmericanRoulette/Client.php'), 48 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Keno80/Client.php'), 49 => (\dirname(__DIR__4).'/src/Model/PlatformClient/LuckyRace/Client.php'), 50 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Lucky6/Client.php'), 51 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Lucky10/Client.php'), 52 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Paypam/Client.php'), 53 => (\dirname(__DIR__4).'/src/Model/PlatformClient/PlatformClientFactory.php'), 54 => (\dirname(__DIR__4).'/src/Repository/CashdeskRepository.php'), 55 => (\dirname(__DIR__4).'/src/Repository/ClubRepository.php'), 56 => (\dirname(__DIR__4).'/src/Repository/TelegramRepository.php'), 57 => (\dirname(__DIR__4).'/src/Repository/TelegramUserRepository.php'), 58 => (\dirname(__DIR__4).'/src/Repository/UserRepository.php'), 59 => (\dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php'), 60 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), 61 => (\dirname(__DIR__4).'/src/Services/Betting/BettingService.php'), 62 => (\dirname(__DIR__4).'/src/Services/CashdeskService.php'), 63 => (\dirname(__DIR__4).'/src/Services/ClubService.php'), 64 => (\dirname(__DIR__4).'/src/Services/OnlineCashdesk/OnlineCashdeskService.php'), 65 => (\dirname(__DIR__4).'/src/Services/OpcodeService.php'), 66 => (\dirname(__DIR__4).'/src/Services/RegionClubService.php'), 67 => (\dirname(__DIR__4).'/src/Services/TimetableService.php'), 68 => (\dirname(__DIR__4).'/src/Services/TranslationPhrasesStub.php'), 69 => (\dirname(__DIR__4).'/src/Services/UserService.php'), 70 => (\dirname(__DIR__4).'/src/Services/WorkshiftService.php'), 71 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 73 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 74 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 75 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 76 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 77 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 78 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 79 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 80 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 81 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 82 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 83 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4851.         $instance->setName('debug:translation');
  4852.         $instance->setDescription('Display translation messages information');
  4853.         return $instance;
  4854.     }
  4855.     /**
  4856.      * Gets the private 'console.command.translation_extract' shared service.
  4857.      *
  4858.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4859.      */
  4860.     protected function getConsole_Command_TranslationExtractService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4864.         $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()), $this->getEnv('DEFAULT_LOCALE'), (\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).'/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/AnaliticController.php'), => (\dirname(__DIR__4).'/src/Controller/BettingController.php'), => (\dirname(__DIR__4).'/src/Controller/BorletteController.php'), => (\dirname(__DIR__4).'/src/Controller/CashdeskController.php'), => (\dirname(__DIR__4).'/src/Services/ChainClubService.php'), => (\dirname(__DIR__4).'/src/Controller/ChainClubController.php'), => (\dirname(__DIR__4).'/src/Controller/ClubApiController.php'), => (\dirname(__DIR__4).'/src/Controller/ClubController.php'), => (\dirname(__DIR__4).'/src/Controller/CreateUpdateInstructionController.php'), 10 => (\dirname(__DIR__4).'/src/Services/EncashmentService.php'), 11 => (\dirname(__DIR__4).'/src/Controller/EncashmentController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/EncashmentPlanController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/HistoryChangeController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/HistoryController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/IndexController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/JackpotController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/LocalCashdeskController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/OnlineCashdeskController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/PartnerController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/ParyajpamRemoteCashdeskApiController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/PaymentController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/PlatformCashdeskApiController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/PlatformCashdeskApiV2Controller.php'), 24 => (\dirname(__DIR__4).'/src/Controller/RegionClubController.php'), 25 => (\dirname(__DIR__4).'/src/Services/ReportService.php'), 26 => (\dirname(__DIR__4).'/src/Controller/ReportController.php'), 27 => (\dirname(__DIR__4).'/src/Controller/TelegramBotController.php'), 28 => (\dirname(__DIR__4).'/src/Controller/TelegramUserController.php'), 29 => (\dirname(__DIR__4).'/src/Controller/TerminalController.php'), 30 => (\dirname(__DIR__4).'/src/Controller/TimetableController.php'), 31 => (\dirname(__DIR__4).'/src/Controller/UserApiController.php'), 32 => (\dirname(__DIR__4).'/src/Controller/UserController.php'), 33 => (\dirname(__DIR__4).'/src/Model/Jackpot/Pay/Handler.php'), 34 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Balance/Get/Handler.php'), 35 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Cancel/Handler.php'), 36 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Create/Handler.php'), 37 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Jackpot/Handler.php'), 38 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Bet/Permit/Handler.php'), 39 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Win/Create/Handler.php'), 40 => (\dirname(__DIR__4).'/src/Model/PlatformApi/V2/Withdraw/Create/Handler.php'), 41 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Borlette/Client.php'), 42 => (\dirname(__DIR__4).'/src/Model/PlatformClient/HorsesRaces/Client.php'), 43 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Keno/Client.php'), 44 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Penalty/Client.php'), 45 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Dogs/Client.php'), 46 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Roulette/Client.php'), 47 => (\dirname(__DIR__4).'/src/Model/PlatformClient/AmericanRoulette/Client.php'), 48 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Keno80/Client.php'), 49 => (\dirname(__DIR__4).'/src/Model/PlatformClient/LuckyRace/Client.php'), 50 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Lucky6/Client.php'), 51 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Lucky10/Client.php'), 52 => (\dirname(__DIR__4).'/src/Model/PlatformClient/Paypam/Client.php'), 53 => (\dirname(__DIR__4).'/src/Model/PlatformClient/PlatformClientFactory.php'), 54 => (\dirname(__DIR__4).'/src/Repository/CashdeskRepository.php'), 55 => (\dirname(__DIR__4).'/src/Repository/ClubRepository.php'), 56 => (\dirname(__DIR__4).'/src/Repository/TelegramRepository.php'), 57 => (\dirname(__DIR__4).'/src/Repository/TelegramUserRepository.php'), 58 => (\dirname(__DIR__4).'/src/Repository/UserRepository.php'), 59 => (\dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php'), 60 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), 61 => (\dirname(__DIR__4).'/src/Services/Betting/BettingService.php'), 62 => (\dirname(__DIR__4).'/src/Services/CashdeskService.php'), 63 => (\dirname(__DIR__4).'/src/Services/ClubService.php'), 64 => (\dirname(__DIR__4).'/src/Services/OnlineCashdesk/OnlineCashdeskService.php'), 65 => (\dirname(__DIR__4).'/src/Services/OpcodeService.php'), 66 => (\dirname(__DIR__4).'/src/Services/RegionClubService.php'), 67 => (\dirname(__DIR__4).'/src/Services/TimetableService.php'), 68 => (\dirname(__DIR__4).'/src/Services/TranslationPhrasesStub.php'), 69 => (\dirname(__DIR__4).'/src/Services/UserService.php'), 70 => (\dirname(__DIR__4).'/src/Services/WorkshiftService.php'), 71 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 73 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 74 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 75 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 76 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 77 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 78 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 79 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 80 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 81 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 82 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 83 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4865.         $instance->setName('translation:extract');
  4866.         $instance->setAliases([=> 'translation:update']);
  4867.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4868.         return $instance;
  4869.     }
  4870.     /**
  4871.      * Gets the private 'console.command.translation_pull' shared service.
  4872.      *
  4873.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4874.      */
  4875.     protected function getConsole_Command_TranslationPullService()
  4876.     {
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4880.         $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()), $this->getEnv('DEFAULT_LOCALE'), [], []);
  4881.         $instance->setName('translation:pull');
  4882.         $instance->setDescription('Pull translations from a given provider.');
  4883.         return $instance;
  4884.     }
  4885.     /**
  4886.      * Gets the private 'console.command.translation_push' shared service.
  4887.      *
  4888.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4889.      */
  4890.     protected function getConsole_Command_TranslationPushService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4895.         $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()), [], []);
  4896.         $instance->setName('translation:push');
  4897.         $instance->setDescription('Push translations to a given provider.');
  4898.         return $instance;
  4899.     }
  4900.     /**
  4901.      * Gets the private 'console.command.validator_debug' shared service.
  4902.      *
  4903.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4904.      */
  4905.     protected function getConsole_Command_ValidatorDebugService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4909.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4910.         $instance->setName('debug:validator');
  4911.         $instance->setDescription('Display validation constraints for classes');
  4912.         return $instance;
  4913.     }
  4914.     /**
  4915.      * Gets the private 'console.command.xliff_lint' shared service.
  4916.      *
  4917.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4918.      */
  4919.     protected function getConsole_Command_XliffLintService()
  4920.     {
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4923.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4924.         $instance->setName('lint:xliff');
  4925.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4926.         return $instance;
  4927.     }
  4928.     /**
  4929.      * Gets the private 'console.command.yaml_lint' shared service.
  4930.      *
  4931.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4932.      */
  4933.     protected function getConsole_Command_YamlLintService()
  4934.     {
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4938.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4939.         $instance->setName('lint:yaml');
  4940.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4941.         return $instance;
  4942.     }
  4943.     /**
  4944.      * Gets the private 'console.error_listener' shared service.
  4945.      *
  4946.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4947.      */
  4948.     protected function getConsole_ErrorListenerService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4951.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4952.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4953.         $a->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  4954.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4955.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4956.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4957.     }
  4958.     /**
  4959.      * Gets the private 'container.env_var_processor' shared service.
  4960.      *
  4961.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4962.      */
  4963.     protected function getContainer_EnvVarProcessorService()
  4964.     {
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4967.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4968.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4969.         }, 1));
  4970.     }
  4971.     /**
  4972.      * Gets the private 'container.getenv' shared service.
  4973.      *
  4974.      * @return \Closure
  4975.      */
  4976.     protected function getContainer_GetenvService()
  4977.     {
  4978.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4979.     }
  4980.     /**
  4981.      * Gets the private 'data_collector.form' shared service.
  4982.      *
  4983.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4984.      */
  4985.     protected function getDataCollector_FormService()
  4986.     {
  4987.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4988.     }
  4989.     /**
  4990.      * Gets the private 'data_collector.request' shared service.
  4991.      *
  4992.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4993.      */
  4994.     protected function getDataCollector_RequestService()
  4995.     {
  4996.         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())));
  4997.     }
  4998.     /**
  4999.      * Gets the private 'data_collector.request.session_collector' shared service.
  5000.      *
  5001.      * @return \Closure
  5002.      */
  5003.     protected function getDataCollector_Request_SessionCollectorService()
  5004.     {
  5005.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  5006.     }
  5007.     /**
  5008.      * Gets the private 'debug.argument_resolver.default' shared service.
  5009.      *
  5010.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5011.      */
  5012.     protected function getDebug_ArgumentResolver_DefaultService()
  5013.     {
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5017.         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))));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5021.      *
  5022.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5023.      */
  5024.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5029.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.5r0pDTm'] ?? $this->get_ServiceLocator_5r0pDTmService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5030.     }
  5031.     /**
  5032.      * Gets the private 'debug.argument_resolver.request' shared service.
  5033.      *
  5034.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5035.      */
  5036.     protected function getDebug_ArgumentResolver_RequestService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5041.         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))));
  5042.     }
  5043.     /**
  5044.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5045.      *
  5046.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5047.      */
  5048.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5049.     {
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5053.         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))));
  5054.     }
  5055.     /**
  5056.      * Gets the private 'debug.argument_resolver.service' shared service.
  5057.      *
  5058.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5059.      */
  5060.     protected function getDebug_ArgumentResolver_ServiceService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5065.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.5r0pDTm'] ?? $this->get_ServiceLocator_5r0pDTmService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5066.     }
  5067.     /**
  5068.      * Gets the private 'debug.argument_resolver.session' shared service.
  5069.      *
  5070.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5071.      */
  5072.     protected function getDebug_ArgumentResolver_SessionService()
  5073.     {
  5074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5077.         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))));
  5078.     }
  5079.     /**
  5080.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5081.      *
  5082.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5083.      */
  5084.     protected function getDebug_ArgumentResolver_VariadicService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5089.         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))));
  5090.     }
  5091.     /**
  5092.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5093.      *
  5094.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5095.      */
  5096.     protected function getDebug_DebugHandlersListenerService()
  5097.     {
  5098.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5099.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5100.         $a->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  5101.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5102.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5103.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5104.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$a6135, -1truetrueNULL);
  5105.     }
  5106.     /**
  5107.      * Gets the private 'debug.dump_listener' shared service.
  5108.      *
  5109.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5110.      */
  5111.     protected function getDebug_DumpListenerService()
  5112.     {
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5115.         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()));
  5116.     }
  5117.     /**
  5118.      * Gets the private 'debug.file_link_formatter' shared service.
  5119.      *
  5120.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5121.      */
  5122.     protected function getDebug_FileLinkFormatterService()
  5123.     {
  5124.         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 () {
  5125.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5126.         });
  5127.     }
  5128.     /**
  5129.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5130.      *
  5131.      * @return \string
  5132.      */
  5133.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5134.     {
  5135.         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');
  5136.     }
  5137.     /**
  5138.      * Gets the private 'debug.log_processor' shared service.
  5139.      *
  5140.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5141.      */
  5142.     protected function getDebug_LogProcessorService()
  5143.     {
  5144.         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())));
  5145.     }
  5146.     /**
  5147.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5148.      *
  5149.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5150.      */
  5151.     protected function getDebug_Security_Access_DecisionManagerService()
  5152.     {
  5153.         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 () {
  5154.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5155.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5156.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5157.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5158.     }
  5159.     /**
  5160.      * Gets the private 'debug.security.firewall' shared service.
  5161.      *
  5162.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5163.      */
  5164.     protected function getDebug_Security_FirewallService()
  5165.     {
  5166.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5167.         if (isset($this->privates['debug.security.firewall'])) {
  5168.             return $this->privates['debug.security.firewall'];
  5169.         }
  5170.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5171.         if (isset($this->privates['debug.security.firewall'])) {
  5172.             return $this->privates['debug.security.firewall'];
  5173.         }
  5174.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5175.     }
  5176.     /**
  5177.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5178.      *
  5179.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5180.      */
  5181.     protected function getDebug_Security_UserValueResolverService()
  5182.     {
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5186.         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))));
  5187.     }
  5188.     /**
  5189.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5190.      *
  5191.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5192.      */
  5193.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5199.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5200.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  5201.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  5202.         }
  5203.         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);
  5204.     }
  5205.     /**
  5206.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5207.      *
  5208.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5209.      */
  5210.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5216.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5217.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5218.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5219.         }
  5220.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5221.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5222.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5223.         }
  5224.         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->getSecurity_RoleHierarchyService())), $b);
  5225.     }
  5226.     /**
  5227.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5228.      *
  5229.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5230.      */
  5231.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5238.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5239.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  5240.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  5241.         }
  5242.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  5243.     }
  5244.     /**
  5245.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5246.      *
  5247.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5248.      */
  5249.     protected function getDebug_Security_Voter_VoteListenerService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5252.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5253.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5254.             return $this->privates['debug.security.voter.vote_listener'];
  5255.         }
  5256.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5257.     }
  5258.     /**
  5259.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5260.      *
  5261.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  5262.      */
  5263.     protected function getDoctrine_CacheClearMetadataCommandService()
  5264.     {
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5268.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5269.         $instance->setName('doctrine:cache:clear-metadata');
  5270.         return $instance;
  5271.     }
  5272.     /**
  5273.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5274.      *
  5275.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  5276.      */
  5277.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5278.     {
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5282.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5283.         $instance->setName('doctrine:cache:clear-query');
  5284.         return $instance;
  5285.     }
  5286.     /**
  5287.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5288.      *
  5289.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  5290.      */
  5291.     protected function getDoctrine_CacheClearResultCommandService()
  5292.     {
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5296.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5297.         $instance->setName('doctrine:cache:clear-result');
  5298.         return $instance;
  5299.     }
  5300.     /**
  5301.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5302.      *
  5303.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  5304.      */
  5305.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5306.     {
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5310.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5311.         $instance->setName('doctrine:cache:clear-collection-region');
  5312.         return $instance;
  5313.     }
  5314.     /**
  5315.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5316.      *
  5317.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  5318.      */
  5319.     protected function getDoctrine_ClearEntityRegionCommandService()
  5320.     {
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5324.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5325.         $instance->setName('doctrine:cache:clear-entity-region');
  5326.         return $instance;
  5327.     }
  5328.     /**
  5329.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5330.      *
  5331.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  5332.      */
  5333.     protected function getDoctrine_ClearQueryRegionCommandService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5338.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5339.         $instance->setName('doctrine:cache:clear-query-region');
  5340.         return $instance;
  5341.     }
  5342.     /**
  5343.      * Gets the private 'doctrine.database_create_command' shared service.
  5344.      *
  5345.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5346.      */
  5347.     protected function getDoctrine_DatabaseCreateCommandService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5352.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5353.         $instance->setName('doctrine:database:create');
  5354.         return $instance;
  5355.     }
  5356.     /**
  5357.      * Gets the private 'doctrine.database_drop_command' shared service.
  5358.      *
  5359.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5360.      */
  5361.     protected function getDoctrine_DatabaseDropCommandService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5366.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5367.         $instance->setName('doctrine:database:drop');
  5368.         return $instance;
  5369.     }
  5370.     /**
  5371.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5372.      *
  5373.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  5374.      */
  5375.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5380.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5381.         $instance->setName('doctrine:ensure-production-settings');
  5382.         return $instance;
  5383.     }
  5384.     /**
  5385.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5386.      *
  5387.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  5388.      */
  5389.     protected function getDoctrine_MappingConvertCommandService()
  5390.     {
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5394.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5395.         $instance->setName('doctrine:mapping:convert');
  5396.         return $instance;
  5397.     }
  5398.     /**
  5399.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5400.      *
  5401.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5402.      */
  5403.     protected function getDoctrine_MappingImportCommandService()
  5404.     {
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5408.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5409.         $instance->setName('doctrine:mapping:import');
  5410.         return $instance;
  5411.     }
  5412.     /**
  5413.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5414.      *
  5415.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  5416.      */
  5417.     protected function getDoctrine_MappingInfoCommandService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5422.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5423.         $instance->setName('doctrine:mapping:info');
  5424.         return $instance;
  5425.     }
  5426.     /**
  5427.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  5428.      *
  5429.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  5430.      */
  5431.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  5432.     {
  5433.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  5435.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  5436.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  5437.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  5438.         }
  5439.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  5440.     }
  5441.     /**
  5442.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5443.      *
  5444.      * @return \Doctrine\Migrations\DependencyFactory
  5445.      */
  5446.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5447.     {
  5448.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  5456.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5457.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  5458.         $a->setAllOrNothing(false);
  5459.         $a->setCheckDatabasePlatform(true);
  5460.         $a->setTransactional(true);
  5461.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5462.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5463.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5464.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5465.         });
  5466.         return $instance;
  5467.     }
  5468.     /**
  5469.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5470.      *
  5471.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5472.      */
  5473.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5474.     {
  5475.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5477.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5478.     }
  5479.     /**
  5480.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5481.      *
  5482.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5483.      */
  5484.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5485.     {
  5486.         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')]);
  5487.     }
  5488.     /**
  5489.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5490.      *
  5491.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5492.      */
  5493.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5494.     {
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5496.         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()));
  5497.     }
  5498.     /**
  5499.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5500.      *
  5501.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5502.      */
  5503.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5504.     {
  5505.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5506.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5507.     }
  5508.     /**
  5509.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5510.      *
  5511.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5512.      */
  5513.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5517.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5518.     }
  5519.     /**
  5520.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5521.      *
  5522.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5523.      */
  5524.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5528.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5529.             return new \EmptyIterator();
  5530.         }, 0));
  5531.     }
  5532.     /**
  5533.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5534.      *
  5535.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5536.      */
  5537.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5538.     {
  5539.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5541.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5542.     }
  5543.     /**
  5544.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5545.      *
  5546.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5547.      */
  5548.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5549.     {
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5552.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5553.     }
  5554.     /**
  5555.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5556.      *
  5557.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5558.      */
  5559.     protected function getDoctrine_Orm_Validator_UniqueService()
  5560.     {
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5564.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5565.     }
  5566.     /**
  5567.      * Gets the private 'doctrine.query_dql_command' shared service.
  5568.      *
  5569.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  5570.      */
  5571.     protected function getDoctrine_QueryDqlCommandService()
  5572.     {
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5576.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5577.         $instance->setName('doctrine:query:dql');
  5578.         return $instance;
  5579.     }
  5580.     /**
  5581.      * Gets the private 'doctrine.query_sql_command' shared service.
  5582.      *
  5583.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5584.      */
  5585.     protected function getDoctrine_QuerySqlCommandService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5590.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5591.         $instance->setName('doctrine:query:sql');
  5592.         return $instance;
  5593.     }
  5594.     /**
  5595.      * Gets the private 'doctrine.schema_create_command' shared service.
  5596.      *
  5597.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  5598.      */
  5599.     protected function getDoctrine_SchemaCreateCommandService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5605.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5606.         $instance->setName('doctrine:schema:create');
  5607.         return $instance;
  5608.     }
  5609.     /**
  5610.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5611.      *
  5612.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  5613.      */
  5614.     protected function getDoctrine_SchemaDropCommandService()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5620.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5621.         $instance->setName('doctrine:schema:drop');
  5622.         return $instance;
  5623.     }
  5624.     /**
  5625.      * Gets the private 'doctrine.schema_update_command' shared service.
  5626.      *
  5627.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  5628.      */
  5629.     protected function getDoctrine_SchemaUpdateCommandService()
  5630.     {
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5635.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5636.         $instance->setName('doctrine:schema:update');
  5637.         return $instance;
  5638.     }
  5639.     /**
  5640.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5641.      *
  5642.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  5643.      */
  5644.     protected function getDoctrine_SchemaValidateCommandService()
  5645.     {
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5649.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5650.         $instance->setName('doctrine:schema:validate');
  5651.         return $instance;
  5652.     }
  5653.     /**
  5654.      * Gets the private 'doctrine.ulid_generator' shared service.
  5655.      *
  5656.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5657.      */
  5658.     protected function getDoctrine_UlidGeneratorService()
  5659.     {
  5660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5662.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5663.     }
  5664.     /**
  5665.      * Gets the private 'doctrine.uuid_generator' shared service.
  5666.      *
  5667.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5668.      */
  5669.     protected function getDoctrine_UuidGeneratorService()
  5670.     {
  5671.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5673.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5674.     }
  5675.     /**
  5676.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5677.      *
  5678.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5679.      */
  5680.     protected function getDoctrineMigrations_CurrentCommandService()
  5681.     {
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5685.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  5686.         $instance->setName('doctrine:migrations:current');
  5687.         return $instance;
  5688.     }
  5689.     /**
  5690.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5691.      *
  5692.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5693.      */
  5694.     protected function getDoctrineMigrations_DiffCommandService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5699.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  5700.         $instance->setName('doctrine:migrations:diff');
  5701.         return $instance;
  5702.     }
  5703.     /**
  5704.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5705.      *
  5706.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5707.      */
  5708.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5709.     {
  5710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5713.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  5714.         $instance->setName('doctrine:migrations:dump-schema');
  5715.         return $instance;
  5716.     }
  5717.     /**
  5718.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5719.      *
  5720.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5721.      */
  5722.     protected function getDoctrineMigrations_ExecuteCommandService()
  5723.     {
  5724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5727.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  5728.         $instance->setName('doctrine:migrations:execute');
  5729.         return $instance;
  5730.     }
  5731.     /**
  5732.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5733.      *
  5734.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5735.      */
  5736.     protected function getDoctrineMigrations_GenerateCommandService()
  5737.     {
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5739.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5741.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  5742.         $instance->setName('doctrine:migrations:generate');
  5743.         return $instance;
  5744.     }
  5745.     /**
  5746.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5747.      *
  5748.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5749.      */
  5750.     protected function getDoctrineMigrations_LatestCommandService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5755.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  5756.         $instance->setName('doctrine:migrations:latest');
  5757.         return $instance;
  5758.     }
  5759.     /**
  5760.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5761.      *
  5762.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5763.      */
  5764.     protected function getDoctrineMigrations_MigrateCommandService()
  5765.     {
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5769.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  5770.         $instance->setName('doctrine:migrations:migrate');
  5771.         return $instance;
  5772.     }
  5773.     /**
  5774.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5775.      *
  5776.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5777.      */
  5778.     protected function getDoctrineMigrations_RollupCommandService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5783.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  5784.         $instance->setName('doctrine:migrations:rollup');
  5785.         return $instance;
  5786.     }
  5787.     /**
  5788.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5789.      *
  5790.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5791.      */
  5792.     protected function getDoctrineMigrations_StatusCommandService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5797.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  5798.         $instance->setName('doctrine:migrations:status');
  5799.         return $instance;
  5800.     }
  5801.     /**
  5802.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5803.      *
  5804.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5805.      */
  5806.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  5807.     {
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  5811.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  5812.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  5813.         return $instance;
  5814.     }
  5815.     /**
  5816.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5817.      *
  5818.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5819.      */
  5820.     protected function getDoctrineMigrations_UpToDateCommandService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5825.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  5826.         $instance->setName('doctrine:migrations:up-to-date');
  5827.         return $instance;
  5828.     }
  5829.     /**
  5830.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5831.      *
  5832.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5833.      */
  5834.     protected function getDoctrineMigrations_VersionCommandService()
  5835.     {
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5839.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  5840.         $instance->setName('doctrine:migrations:version');
  5841.         return $instance;
  5842.     }
  5843.     /**
  5844.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  5845.      *
  5846.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5847.      */
  5848.     protected function getDoctrineMigrations_VersionsCommandService()
  5849.     {
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5851.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  5853.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  5854.         $instance->setName('doctrine:migrations:list');
  5855.         return $instance;
  5856.     }
  5857.     /**
  5858.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5859.      *
  5860.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5861.      */
  5862.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5863.     {
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5866.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5867.         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()));
  5868.     }
  5869.     /**
  5870.      * Gets the private 'exception_listener' shared service.
  5871.      *
  5872.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5873.      */
  5874.     protected function getExceptionListenerService()
  5875.     {
  5876.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5877.     }
  5878.     /**
  5879.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5880.      *
  5881.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5882.      */
  5883.     protected function getForm_ChoiceListFactory_CachedService()
  5884.     {
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5889.         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())));
  5890.     }
  5891.     /**
  5892.      * Gets the private 'form.registry' shared service.
  5893.      *
  5894.      * @return \Symfony\Component\Form\FormRegistry
  5895.      */
  5896.     protected function getForm_RegistryService()
  5897.     {
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5905.         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, [
  5906.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5907.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5908.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5909.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5910.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5911.         ], [
  5912.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5913.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5914.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5915.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5916.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5917.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5918.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5919.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5920.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5921.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5922.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5923.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5924.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5925.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5926.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5927.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5928.         }, 1)], new RewindableGenerator(function () {
  5929.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5930.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5931.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5932.     }
  5933.     /**
  5934.      * Gets the private 'form.server_params' shared service.
  5935.      *
  5936.      * @return \Symfony\Component\Form\Util\ServerParams
  5937.      */
  5938.     protected function getForm_ServerParamsService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5941.         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())));
  5942.     }
  5943.     /**
  5944.      * Gets the private 'form.type.choice' shared service.
  5945.      *
  5946.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5947.      */
  5948.     protected function getForm_Type_ChoiceService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5953.         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()));
  5954.     }
  5955.     /**
  5956.      * Gets the private 'form.type.color' shared service.
  5957.      *
  5958.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5959.      */
  5960.     protected function getForm_Type_ColorService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5965.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5966.     }
  5967.     /**
  5968.      * Gets the private 'form.type.entity' shared service.
  5969.      *
  5970.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5971.      */
  5972.     protected function getForm_Type_EntityService()
  5973.     {
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5978.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5979.     }
  5980.     /**
  5981.      * Gets the private 'form.type.form' shared service.
  5982.      *
  5983.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5984.      */
  5985.     protected function getForm_Type_FormService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5991.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5992.     }
  5993.     /**
  5994.      * Gets the private 'form.type_extension.csrf' shared service.
  5995.      *
  5996.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5997.      */
  5998.     protected function getForm_TypeExtension_CsrfService()
  5999.     {
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6003.         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()));
  6004.     }
  6005.     /**
  6006.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6009.      */
  6010.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6015.         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()));
  6016.     }
  6017.     /**
  6018.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6019.      *
  6020.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6021.      */
  6022.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6029.         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())));
  6030.     }
  6031.     /**
  6032.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6033.      *
  6034.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6035.      */
  6036.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6037.     {
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6041.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6042.     }
  6043.     /**
  6044.      * Gets the private 'form.type_extension.form.validator' shared service.
  6045.      *
  6046.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6047.      */
  6048.     protected function getForm_TypeExtension_Form_ValidatorService()
  6049.     {
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6054.         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()));
  6055.     }
  6056.     /**
  6057.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6058.      *
  6059.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6060.      */
  6061.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6062.     {
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6066.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6067.     }
  6068.     /**
  6069.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6070.      *
  6071.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6072.      */
  6073.     protected function getForm_TypeGuesser_DoctrineService()
  6074.     {
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6077.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6078.     }
  6079.     /**
  6080.      * Gets the private 'form.type_guesser.validator' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6083.      */
  6084.     protected function getForm_TypeGuesser_ValidatorService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6088.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6089.     }
  6090.     /**
  6091.      * Gets the private 'fragment.renderer.inline' shared service.
  6092.      *
  6093.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6094.      */
  6095.     protected function getFragment_Renderer_InlineService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6100.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6101.         if (isset($this->privates['fragment.renderer.inline'])) {
  6102.             return $this->privates['fragment.renderer.inline'];
  6103.         }
  6104.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6105.         if (isset($this->privates['fragment.renderer.inline'])) {
  6106.             return $this->privates['fragment.renderer.inline'];
  6107.         }
  6108.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  6109.         $instance->setFragmentPath('/_fragment');
  6110.         return $instance;
  6111.     }
  6112.     /**
  6113.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6114.      *
  6115.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6116.      */
  6117.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6118.     {
  6119.         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())));
  6120.     }
  6121.     /**
  6122.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6123.      *
  6124.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6125.      */
  6126.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6127.     {
  6128.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6129.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6130.             return $this->privates['framework_extra_bundle.event.is_granted'];
  6131.         }
  6132.         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);
  6133.     }
  6134.     /**
  6135.      * Gets the private 'locale_aware_listener' shared service.
  6136.      *
  6137.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6138.      */
  6139.     protected function getLocaleAwareListenerService()
  6140.     {
  6141.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6142.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('DEFAULT_LOCALE'))));
  6143.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6144.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6145.     }
  6146.     /**
  6147.      * Gets the private 'locale_listener' shared service.
  6148.      *
  6149.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6150.      */
  6151.     protected function getLocaleListenerService()
  6152.     {
  6153.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('DEFAULT_LOCALE'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  6154.     }
  6155.     /**
  6156.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6157.      *
  6158.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6159.      */
  6160.     protected function getMaker_AutoCommand_MakeAuthService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6169.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6170.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6171.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  6172.         $instance->setName('make:auth');
  6173.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6174.         return $instance;
  6175.     }
  6176.     /**
  6177.      * Gets the private 'maker.auto_command.make_command' shared service.
  6178.      *
  6179.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6180.      */
  6181.     protected function getMaker_AutoCommand_MakeCommandService()
  6182.     {
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6188.         $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()));
  6189.         $instance->setName('make:command');
  6190.         $instance->setDescription('Creates a new console command class');
  6191.         return $instance;
  6192.     }
  6193.     /**
  6194.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6195.      *
  6196.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6197.      */
  6198.     protected function getMaker_AutoCommand_MakeControllerService()
  6199.     {
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6205.         $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()));
  6206.         $instance->setName('make:controller');
  6207.         $instance->setDescription('Creates a new controller class');
  6208.         return $instance;
  6209.     }
  6210.     /**
  6211.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6212.      *
  6213.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6214.      */
  6215.     protected function getMaker_AutoCommand_MakeCrudService()
  6216.     {
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6222.         $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()));
  6223.         $instance->setName('make:crud');
  6224.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6225.         return $instance;
  6226.     }
  6227.     /**
  6228.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6229.      *
  6230.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6231.      */
  6232.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6233.     {
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6239.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6240.         $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()));
  6241.         $instance->setName('make:docker:database');
  6242.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6243.         return $instance;
  6244.     }
  6245.     /**
  6246.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6247.      *
  6248.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6249.      */
  6250.     protected function getMaker_AutoCommand_MakeEntityService()
  6251.     {
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6258.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6259.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6260.         $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);
  6261.         $instance->setName('make:entity');
  6262.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6263.         return $instance;
  6264.     }
  6265.     /**
  6266.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6267.      *
  6268.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6269.      */
  6270.     protected function getMaker_AutoCommand_MakeFixturesService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6277.         $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()));
  6278.         $instance->setName('make:fixtures');
  6279.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6280.         return $instance;
  6281.     }
  6282.     /**
  6283.      * Gets the private 'maker.auto_command.make_form' shared service.
  6284.      *
  6285.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6286.      */
  6287.     protected function getMaker_AutoCommand_MakeFormService()
  6288.     {
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6294.         $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()));
  6295.         $instance->setName('make:form');
  6296.         $instance->setDescription('Creates a new form class');
  6297.         return $instance;
  6298.     }
  6299.     /**
  6300.      * Gets the private 'maker.auto_command.make_message' shared service.
  6301.      *
  6302.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6303.      */
  6304.     protected function getMaker_AutoCommand_MakeMessageService()
  6305.     {
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6311.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6312.         $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()));
  6313.         $instance->setName('make:message');
  6314.         $instance->setDescription('Creates a new message and handler');
  6315.         return $instance;
  6316.     }
  6317.     /**
  6318.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6319.      *
  6320.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6321.      */
  6322.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6329.         $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()));
  6330.         $instance->setName('make:messenger-middleware');
  6331.         $instance->setDescription('Creates a new messenger middleware');
  6332.         return $instance;
  6333.     }
  6334.     /**
  6335.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6336.      *
  6337.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6338.      */
  6339.     protected function getMaker_AutoCommand_MakeMigrationService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6347.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6348.         $instance->setName('make:migration');
  6349.         $instance->setDescription('Creates a new migration based on database changes');
  6350.         return $instance;
  6351.     }
  6352.     /**
  6353.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6354.      *
  6355.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6356.      */
  6357.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6358.     {
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6364.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6365.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6366.         $instance->setName('make:registration-form');
  6367.         $instance->setDescription('Creates a new registration form system');
  6368.         return $instance;
  6369.     }
  6370.     /**
  6371.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6372.      *
  6373.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6374.      */
  6375.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6376.     {
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6382.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6383.         $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()));
  6384.         $instance->setName('make:reset-password');
  6385.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6386.         return $instance;
  6387.     }
  6388.     /**
  6389.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6390.      *
  6391.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6392.      */
  6393.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6394.     {
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6400.         $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()));
  6401.         $instance->setName('make:serializer:encoder');
  6402.         $instance->setDescription('Creates a new serializer encoder class');
  6403.         return $instance;
  6404.     }
  6405.     /**
  6406.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6407.      *
  6408.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6409.      */
  6410.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6411.     {
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6417.         $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()));
  6418.         $instance->setName('make:serializer:normalizer');
  6419.         $instance->setDescription('Creates a new serializer normalizer class');
  6420.         return $instance;
  6421.     }
  6422.     /**
  6423.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6424.      *
  6425.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6426.      */
  6427.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6428.     {
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6434.         $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()));
  6435.         $instance->setName('make:stimulus-controller');
  6436.         $instance->setDescription('Creates a new Stimulus controller');
  6437.         return $instance;
  6438.     }
  6439.     /**
  6440.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6441.      *
  6442.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6443.      */
  6444.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6445.     {
  6446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6452.         $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()));
  6453.         $instance->setName('make:subscriber');
  6454.         $instance->setDescription('Creates a new event subscriber class');
  6455.         return $instance;
  6456.     }
  6457.     /**
  6458.      * Gets the private 'maker.auto_command.make_test' shared service.
  6459.      *
  6460.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6461.      */
  6462.     protected function getMaker_AutoCommand_MakeTestService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6470.         $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()));
  6471.         $instance->setName('make:test');
  6472.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6473.         $instance->setDescription('Creates a new test class');
  6474.         return $instance;
  6475.     }
  6476.     /**
  6477.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6478.      *
  6479.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6480.      */
  6481.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6488.         $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()));
  6489.         $instance->setName('make:twig-extension');
  6490.         $instance->setDescription('Creates a new Twig extension class');
  6491.         return $instance;
  6492.     }
  6493.     /**
  6494.      * Gets the private 'maker.auto_command.make_user' shared service.
  6495.      *
  6496.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6497.      */
  6498.     protected function getMaker_AutoCommand_MakeUserService()
  6499.     {
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6507.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6508.         $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()));
  6509.         $instance->setName('make:user');
  6510.         $instance->setDescription('Creates a new security user class');
  6511.         return $instance;
  6512.     }
  6513.     /**
  6514.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6515.      *
  6516.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6517.      */
  6518.     protected function getMaker_AutoCommand_MakeValidatorService()
  6519.     {
  6520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6525.         $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()));
  6526.         $instance->setName('make:validator');
  6527.         $instance->setDescription('Creates a new validator and constraint class');
  6528.         return $instance;
  6529.     }
  6530.     /**
  6531.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6532.      *
  6533.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6534.      */
  6535.     protected function getMaker_AutoCommand_MakeVoterService()
  6536.     {
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6542.         $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()));
  6543.         $instance->setName('make:voter');
  6544.         $instance->setDescription('Creates a new security voter class');
  6545.         return $instance;
  6546.     }
  6547.     /**
  6548.      * Gets the private 'maker.doctrine_helper' shared service.
  6549.      *
  6550.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6551.      */
  6552.     protected function getMaker_DoctrineHelperService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6555.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  6556.     }
  6557.     /**
  6558.      * Gets the private 'maker.entity_class_generator' shared service.
  6559.      *
  6560.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6561.      */
  6562.     protected function getMaker_EntityClassGeneratorService()
  6563.     {
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6565.         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()));
  6566.     }
  6567.     /**
  6568.      * Gets the private 'maker.file_manager' shared service.
  6569.      *
  6570.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6571.      */
  6572.     protected function getMaker_FileManagerService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6579.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  6580.     }
  6581.     /**
  6582.      * Gets the private 'maker.generator' shared service.
  6583.      *
  6584.      * @return \Symfony\Bundle\MakerBundle\Generator
  6585.      */
  6586.     protected function getMaker_GeneratorService()
  6587.     {
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6590.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  6591.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  6592.     }
  6593.     /**
  6594.      * Gets the private 'maker.php_compat_util' shared service.
  6595.      *
  6596.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6597.      */
  6598.     protected function getMaker_PhpCompatUtilService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6601.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6602.     }
  6603.     /**
  6604.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6605.      *
  6606.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6607.      */
  6608.     protected function getMaker_Renderer_FormTypeRendererService()
  6609.     {
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6611.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6612.     }
  6613.     /**
  6614.      * Gets the private 'monolog.command.server_log' shared service.
  6615.      *
  6616.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6617.      */
  6618.     protected function getMonolog_Command_ServerLogService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6622.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6623.         $instance->setName('server:log');
  6624.         $instance->setDescription('Start a log server that displays logs in real time');
  6625.         return $instance;
  6626.     }
  6627.     /**
  6628.      * Gets the private 'monolog.handler.check_cashdesk_balance' shared service.
  6629.      *
  6630.      * @return \Monolog\Handler\StreamHandler
  6631.      */
  6632.     protected function getMonolog_Handler_CheckCashdeskBalanceService()
  6633.     {
  6634.         $this->privates['monolog.handler.check_cashdesk_balance'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/check_cashdesk_balance.json'), 100trueNULLfalse);
  6635.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6636.         return $instance;
  6637.     }
  6638.     /**
  6639.      * Gets the private 'monolog.handler.console' shared service.
  6640.      *
  6641.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6642.      */
  6643.     protected function getMonolog_Handler_ConsoleService()
  6644.     {
  6645.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6646.     }
  6647.     /**
  6648.      * Gets the private 'monolog.handler.create_bet' shared service.
  6649.      *
  6650.      * @return \Monolog\Handler\StreamHandler
  6651.      */
  6652.     protected function getMonolog_Handler_CreateBetService()
  6653.     {
  6654.         $this->privates['monolog.handler.create_bet'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/create_bet.log'), 100trueNULLfalse);
  6655.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6656.         return $instance;
  6657.     }
  6658.     /**
  6659.      * Gets the private 'monolog.handler.create_bet_lucky' shared service.
  6660.      *
  6661.      * @return \Monolog\Handler\StreamHandler
  6662.      */
  6663.     protected function getMonolog_Handler_CreateBetLuckyService()
  6664.     {
  6665.         $this->privates['monolog.handler.create_bet_lucky'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/create_bet_lucky.log'), 100trueNULLfalse);
  6666.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6667.         return $instance;
  6668.     }
  6669.     /**
  6670.      * Gets the private 'monolog.handler.jackpot_wins' shared service.
  6671.      *
  6672.      * @return \Monolog\Handler\StreamHandler
  6673.      */
  6674.     protected function getMonolog_Handler_JackpotWinsService()
  6675.     {
  6676.         $this->privates['monolog.handler.jackpot_wins'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/jackpot_wins.dev.log'), 200trueNULLfalse);
  6677.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6678.         return $instance;
  6679.     }
  6680.     /**
  6681.      * Gets the private 'monolog.handler.jackpots' shared service.
  6682.      *
  6683.      * @return \Monolog\Handler\StreamHandler
  6684.      */
  6685.     protected function getMonolog_Handler_JackpotsService()
  6686.     {
  6687.         $this->privates['monolog.handler.jackpots'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/jackpots.dev.log'), 100trueNULLfalse);
  6688.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6689.         return $instance;
  6690.     }
  6691.     /**
  6692.      * Gets the private 'monolog.handler.main' shared service.
  6693.      *
  6694.      * @return \Monolog\Handler\StreamHandler
  6695.      */
  6696.     protected function getMonolog_Handler_MainService()
  6697.     {
  6698.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6699.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6700.         return $instance;
  6701.     }
  6702.     /**
  6703.      * Gets the private 'monolog.handler.telegram' shared service.
  6704.      *
  6705.      * @return \Monolog\Handler\StreamHandler
  6706.      */
  6707.     protected function getMonolog_Handler_TelegramService()
  6708.     {
  6709.         $this->privates['monolog.handler.telegram'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/telegram.log'), 100trueNULLfalse);
  6710.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6711.         return $instance;
  6712.     }
  6713.     /**
  6714.      * Gets the private 'monolog.logger' shared service.
  6715.      *
  6716.      * @return \Symfony\Bridge\Monolog\Logger
  6717.      */
  6718.     protected function getMonolog_LoggerService()
  6719.     {
  6720.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6721.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6722.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  6723.         $instance->useMicrosecondTimestamps(true);
  6724.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6725.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6726.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6727.         return $instance;
  6728.     }
  6729.     /**
  6730.      * Gets the private 'monolog.logger.cache' shared service.
  6731.      *
  6732.      * @return \Symfony\Bridge\Monolog\Logger
  6733.      */
  6734.     protected function getMonolog_Logger_CacheService()
  6735.     {
  6736.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6737.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6738.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  6739.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6740.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6741.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6742.         return $instance;
  6743.     }
  6744.     /**
  6745.      * Gets the private 'monolog.logger.request' shared service.
  6746.      *
  6747.      * @return \Symfony\Bridge\Monolog\Logger
  6748.      */
  6749.     protected function getMonolog_Logger_RequestService()
  6750.     {
  6751.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6752.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6753.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  6754.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6755.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6756.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6757.         return $instance;
  6758.     }
  6759.     /**
  6760.      * Gets the private 'monolog.logger.security' shared service.
  6761.      *
  6762.      * @return \Symfony\Bridge\Monolog\Logger
  6763.      */
  6764.     protected function getMonolog_Logger_SecurityService()
  6765.     {
  6766.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6767.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6768.         $instance->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  6769.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6770.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6772.         return $instance;
  6773.     }
  6774.     /**
  6775.      * Gets the private 'parameter_bag' shared service.
  6776.      *
  6777.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6778.      */
  6779.     protected function getParameterBagService()
  6780.     {
  6781.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6782.     }
  6783.     /**
  6784.      * Gets the private 'profiler_listener' shared service.
  6785.      *
  6786.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6787.      */
  6788.     protected function getProfilerListenerService()
  6789.     {
  6790.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6791.         if (isset($this->privates['profiler_listener'])) {
  6792.             return $this->privates['profiler_listener'];
  6793.         }
  6794.         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);
  6795.     }
  6796.     /**
  6797.      * Gets the private 'property_accessor' shared service.
  6798.      *
  6799.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6800.      */
  6801.     protected function getPropertyAccessorService()
  6802.     {
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6809.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6810.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6811.     }
  6812.     /**
  6813.      * Gets the private 'property_info' shared service.
  6814.      *
  6815.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6816.      */
  6817.     protected function getPropertyInfoService()
  6818.     {
  6819.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6820.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6821.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6822.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6823.         }, 3), new RewindableGenerator(function () {
  6824.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6825.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6826.         }, 2), new RewindableGenerator(function () {
  6827.             return new \EmptyIterator();
  6828.         }, 0), new RewindableGenerator(function () {
  6829.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6830.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6831.         }, 2), new RewindableGenerator(function () {
  6832.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6833.         }, 1));
  6834.     }
  6835.     /**
  6836.      * Gets the private 'property_info.serializer_extractor' shared service.
  6837.      *
  6838.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6839.      */
  6840.     protected function getPropertyInfo_SerializerExtractorService()
  6841.     {
  6842.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6843.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6844.     }
  6845.     /**
  6846.      * Gets the private 'router.cache_warmer' shared service.
  6847.      *
  6848.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6849.      */
  6850.     protected function getRouter_CacheWarmerService()
  6851.     {
  6852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6854.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6855.             'router' => ['services''router''getRouterService'false],
  6856.         ], [
  6857.             'router' => '?',
  6858.         ]))->withContext('router.cache_warmer'$this));
  6859.     }
  6860.     /**
  6861.      * Gets the private 'router.expression_language_provider' shared service.
  6862.      *
  6863.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6864.      */
  6865.     protected function getRouter_ExpressionLanguageProviderService()
  6866.     {
  6867.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6868.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6869.         ], [
  6870.             'env' => 'Closure',
  6871.         ]));
  6872.     }
  6873.     /**
  6874.      * Gets the private 'router.request_context' shared service.
  6875.      *
  6876.      * @return \Symfony\Component\Routing\RequestContext
  6877.      */
  6878.     protected function getRouter_RequestContextService()
  6879.     {
  6880.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6881.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6882.         return $instance;
  6883.     }
  6884.     /**
  6885.      * Gets the private 'router_listener' shared service.
  6886.      *
  6887.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6888.      */
  6889.     protected function getRouterListenerService()
  6890.     {
  6891.         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);
  6892.     }
  6893.     /**
  6894.      * Gets the private 'secrets.vault' shared service.
  6895.      *
  6896.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6897.      */
  6898.     protected function getSecrets_VaultService()
  6899.     {
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6904.         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'));
  6905.     }
  6906.     /**
  6907.      * Gets the private 'security.access_listener' shared service.
  6908.      *
  6909.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6910.      */
  6911.     protected function getSecurity_AccessListenerService()
  6912.     {
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6916.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6917.         if (isset($this->privates['security.access_listener'])) {
  6918.             return $this->privates['security.access_listener'];
  6919.         }
  6920.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6921.         if (isset($this->privates['security.access_listener'])) {
  6922.             return $this->privates['security.access_listener'];
  6923.         }
  6924.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  6925.     }
  6926.     /**
  6927.      * Gets the private 'security.access_map' shared service.
  6928.      *
  6929.      * @return \Symfony\Component\Security\Http\AccessMap
  6930.      */
  6931.     protected function getSecurity_AccessMapService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6937.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6938.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/duplicate_win_payout'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6939.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/get_duplicate_win_payout'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6940.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/remote_cashdesk'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6941.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/metrics/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6942.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6943.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6944.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/external/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6945.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api-test/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6946.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6947.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/analitic/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6948.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/terminal/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6949.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/webhook/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6950.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  6951.         return $instance;
  6952.     }
  6953.     /**
  6954.      * Gets the private 'security.authentication.guard_handler' shared service.
  6955.      *
  6956.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6957.      *
  6958.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6959.      */
  6960.     protected function getSecurity_Authentication_GuardHandlerService()
  6961.     {
  6962.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6965.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6966.         if (isset($this->privates['security.authentication.guard_handler'])) {
  6967.             return $this->privates['security.authentication.guard_handler'];
  6968.         }
  6969.         $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, []);
  6970.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  6971.         return $instance;
  6972.     }
  6973.     /**
  6974.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6975.      *
  6976.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6977.      *
  6978.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6979.      */
  6980.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6981.     {
  6982.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6983.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6984.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6985.             return $this->privates['security.authentication.listener.anonymous.main'];
  6986.         }
  6987.         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);
  6988.     }
  6989.     /**
  6990.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  6991.      *
  6992.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6993.      *
  6994.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6995.      */
  6996.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  6997.     {
  6998.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6999.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  7000.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7001.             return $this->privates['security.authentication.listener.guard.main'];
  7002.         }
  7003.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7004.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7005.             return $this->privates['security.authentication.listener.guard.main'];
  7006.         }
  7007.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  7008.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7009.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  7010.     }
  7011.     /**
  7012.      * Gets the private 'security.authentication.manager' shared service.
  7013.      *
  7014.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7015.      *
  7016.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  7017.      */
  7018.     protected function getSecurity_Authentication_ManagerService()
  7019.     {
  7020.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  7021.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7022.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7023.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  7024.         }, 2), true);
  7025.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7026.         return $instance;
  7027.     }
  7028.     /**
  7029.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  7030.      *
  7031.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7032.      *
  7033.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  7034.      */
  7035.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  7036.     {
  7037.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7038.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7039.     }
  7040.     /**
  7041.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  7042.      *
  7043.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7044.      *
  7045.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  7046.      */
  7047.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  7048.     {
  7049.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7054.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7055.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7056.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  7057.     }
  7058.     /**
  7059.      * Gets the private 'security.authentication_utils' shared service.
  7060.      *
  7061.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7062.      */
  7063.     protected function getSecurity_AuthenticationUtilsService()
  7064.     {
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7066.         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())));
  7067.     }
  7068.     /**
  7069.      * Gets the private 'security.channel_listener' shared service.
  7070.      *
  7071.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7072.      */
  7073.     protected function getSecurity_ChannelListenerService()
  7074.     {
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7078.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7079.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  7080.     }
  7081.     /**
  7082.      * Gets the private 'security.command.debug_firewall' shared service.
  7083.      *
  7084.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7085.      */
  7086.     protected function getSecurity_Command_DebugFirewallService()
  7087.     {
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7090.         $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.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
  7091.         $instance->setName('debug:firewall');
  7092.         $instance->setDescription('Display information about your security firewall(s)');
  7093.         return $instance;
  7094.     }
  7095.     /**
  7096.      * Gets the private 'security.command.user_password_encoder' shared service.
  7097.      *
  7098.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7099.      *
  7100.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7101.      */
  7102.     protected function getSecurity_Command_UserPasswordEncoderService()
  7103.     {
  7104.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7105.         $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']);
  7106.         $instance->setName('security:encode-password');
  7107.         $instance->setDescription('Encode a password');
  7108.         return $instance;
  7109.     }
  7110.     /**
  7111.      * Gets the private 'security.command.user_password_hash' shared service.
  7112.      *
  7113.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7114.      */
  7115.     protected function getSecurity_Command_UserPasswordHashService()
  7116.     {
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7119.         $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']);
  7120.         $instance->setName('security:hash-password');
  7121.         $instance->setDescription('Hash a user password');
  7122.         return $instance;
  7123.     }
  7124.     /**
  7125.      * Gets the private 'security.context_listener.0' shared service.
  7126.      *
  7127.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7128.      */
  7129.     protected function getSecurity_ContextListener_0Service()
  7130.     {
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7134.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7135.         if (isset($this->privates['security.context_listener.0'])) {
  7136.             return $this->privates['security.context_listener.0'];
  7137.         }
  7138.         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 () {
  7139.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7140.         }, 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']);
  7141.     }
  7142.     /**
  7143.      * Gets the private 'security.csrf.token_storage' shared service.
  7144.      *
  7145.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7146.      */
  7147.     protected function getSecurity_Csrf_TokenStorageService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7152.         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())));
  7153.     }
  7154.     /**
  7155.      * Gets the private 'security.encoder_factory.generic' shared service.
  7156.      *
  7157.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7158.      *
  7159.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7160.      */
  7161.     protected function getSecurity_EncoderFactory_GenericService()
  7162.     {
  7163.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7164.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  7165.     }
  7166.     /**
  7167.      * Gets the private 'security.event_dispatcher.main' shared service.
  7168.      *
  7169.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7170.      */
  7171.     protected function getSecurity_EventDispatcher_MainService()
  7172.     {
  7173.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7174.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7175.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7176.         }, => 'onLogout'], 64);
  7177.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7178.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7179.         }, => 'onLogout'], 0);
  7180.         $instance->addListener('security.interactive_login', [=> function () {
  7181.             return ($this->privates['App\\EventSubscribers\\Login\\LastLoginTimeOnLoginSubscriber'] ?? $this->getLastLoginTimeOnLoginSubscriberService());
  7182.         }, => 'onInteractiveLogin'], 100);
  7183.         $instance->addListener('security.interactive_login', [=> function () {
  7184.             return ($this->privates['App\\EventSubscribers\\Login\\StartTimetableOnLoginSubscriber'] ?? $this->getStartTimetableOnLoginSubscriberService());
  7185.         }, => 'onInteractiveLogin'], 100);
  7186.         $instance->addListener('security.interactive_login', [=> function () {
  7187.             return ($this->privates['App\\EventSubscribers\\Login\\UpdateActiveTimeOnLoginSubscriber'] ?? $this->getUpdateActiveTimeOnLoginSubscriberService());
  7188.         }, => 'onInteractiveLogin'], 0);
  7189.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7190.             return ($this->privates['App\\EventSubscribers\\Logout\\FinishTimetableOnLogoutSubscriber'] ?? $this->getFinishTimetableOnLogoutSubscriberService());
  7191.         }, => 'onLogout'], 0);
  7192.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7193.             return ($this->privates['App\\EventSubscribers\\Logout\\UnlinkCashdeskOnLogoutSubscriber'] ?? $this->getUnlinkCashdeskOnLogoutSubscriberService());
  7194.         }, => 'onLogout'], 0);
  7195.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7196.             return ($this->privates['App\\EventSubscribers\\Logout\\UpdateActiveTimeOnLogoutSubscriber'] ?? $this->getUpdateActiveTimeOnLogoutSubscriberService());
  7197.         }, => 'onLogout'], 0);
  7198.         $instance->addListener('security.interactive_login', [=> function () {
  7199.             return ($this->privates['App\\Subscriber\\LocaleOnLoginSubscriber'] ?? $this->getLocaleOnLoginSubscriberService());
  7200.         }, => 'onInteractiveLogin'], 0);
  7201.         $instance->addListener('security.interactive_login', [=> function () {
  7202.             return ($this->privates['App\\Subscriber\\RemoteTokenCreatorSubscriber'] ?? $this->getRemoteTokenCreatorSubscriberService());
  7203.         }, => 'onInteractiveLogin'], 0);
  7204.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7205.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7206.         }, => 'onLogout'], 0);
  7207.         return $instance;
  7208.     }
  7209.     /**
  7210.      * Gets the private 'security.firewall.map' shared service.
  7211.      *
  7212.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7213.      */
  7214.     protected function getSecurity_Firewall_MapService()
  7215.     {
  7216.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  7217.         if (isset($this->privates['security.firewall.map'])) {
  7218.             return $this->privates['security.firewall.map'];
  7219.         }
  7220.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7221.             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)/')));
  7222.             yield 'security.firewall.map.context.main' => NULL;
  7223.         }, 2));
  7224.     }
  7225.     /**
  7226.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7227.      *
  7228.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7229.      */
  7230.     protected function getSecurity_Firewall_Map_Context_DevService()
  7231.     {
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7234.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7235.             return new \EmptyIterator();
  7236.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7237.     }
  7238.     /**
  7239.      * Gets the private 'security.firewall.map.context.main' shared service.
  7240.      *
  7241.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7242.      */
  7243.     protected function getSecurity_Firewall_Map_Context_MainService()
  7244.     {
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7253.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7254.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7255.         $c = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  7256.         if (isset($this->privates['security.firewall.map.context.main'])) {
  7257.             return $this->privates['security.firewall.map.context.main'];
  7258.         }
  7259.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7260.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7261.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7262.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7263.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7264.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7265.         }, 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$c, ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7266.     }
  7267.     /**
  7268.      * Gets the private 'security.http_utils' shared service.
  7269.      *
  7270.      * @return \Symfony\Component\Security\Http\HttpUtils
  7271.      */
  7272.     protected function getSecurity_HttpUtilsService()
  7273.     {
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7275.         $a = ($this->services['router'] ?? $this->getRouterService());
  7276.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  7277.     }
  7278.     /**
  7279.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7280.      *
  7281.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7282.      */
  7283.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7284.     {
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7286.         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()));
  7287.     }
  7288.     /**
  7289.      * Gets the private 'security.logout.listener.default.main' shared service.
  7290.      *
  7291.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7292.      */
  7293.     protected function getSecurity_Logout_Listener_Default_MainService()
  7294.     {
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7296.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  7297.     }
  7298.     /**
  7299.      * Gets the private 'security.logout_url_generator' shared service.
  7300.      *
  7301.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7302.      */
  7303.     protected function getSecurity_LogoutUrlGeneratorService()
  7304.     {
  7305.         $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()));
  7306.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  7307.         return $instance;
  7308.     }
  7309.     /**
  7310.      * Gets the private 'security.password_hasher_factory' shared service.
  7311.      *
  7312.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7313.      */
  7314.     protected function getSecurity_PasswordHasherFactoryService()
  7315.     {
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7318.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  7319.     }
  7320.     /**
  7321.      * Gets the private 'security.role_hierarchy' shared service.
  7322.      *
  7323.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7324.      */
  7325.     protected function getSecurity_RoleHierarchyService()
  7326.     {
  7327.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7328.     }
  7329.     /**
  7330.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7331.      *
  7332.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7333.      */
  7334.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7335.     {
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7339.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  7340.     }
  7341.     /**
  7342.      * Gets the private 'security.validator.user_password' shared service.
  7343.      *
  7344.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7345.      */
  7346.     protected function getSecurity_Validator_UserPasswordService()
  7347.     {
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7351.         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()));
  7352.     }
  7353.     /**
  7354.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7355.      *
  7356.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7357.      */
  7358.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7359.     {
  7360.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7361.     }
  7362.     /**
  7363.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7364.      *
  7365.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7366.      */
  7367.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7368.     {
  7369.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7370.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7371.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7372.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7373.     }
  7374.     /**
  7375.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7376.      *
  7377.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7378.      */
  7379.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7380.     {
  7381.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7382.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  7383.             return $this->privates['sensio_framework_extra.security.listener'];
  7384.         }
  7385.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7386.     }
  7387.     /**
  7388.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7389.      *
  7390.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7391.      */
  7392.     protected function getSensioFrameworkExtra_View_ListenerService()
  7393.     {
  7394.         $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))));
  7395.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7396.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7397.         ], [
  7398.             'twig' => '?',
  7399.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7400.         return $instance;
  7401.     }
  7402.     /**
  7403.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7404.      *
  7405.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7406.      */
  7407.     protected function getSerializer_Mapping_CacheWarmerService()
  7408.     {
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7414.         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'));
  7415.     }
  7416.     /**
  7417.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7418.      *
  7419.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7420.      */
  7421.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7422.     {
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7429.         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()))]));
  7430.     }
  7431.     /**
  7432.      * Gets the private 'session.factory' shared service.
  7433.      *
  7434.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7435.      */
  7436.     protected function getSession_FactoryService()
  7437.     {
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  7442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  7444.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7445.         if (isset($this->privates['session.factory'])) {
  7446.             return $this->privates['session.factory'];
  7447.         }
  7448.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  7449.     }
  7450.     /**
  7451.      * Gets the private 'session_listener' shared service.
  7452.      *
  7453.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7454.      */
  7455.     protected function getSessionListenerService()
  7456.     {
  7457.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7458.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  7459.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7460.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7461.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  7462.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  7463.         ], [
  7464.             'initialized_session' => '?',
  7465.             'logger' => '?',
  7466.             'session' => '?',
  7467.             'session_collector' => '?',
  7468.             'session_factory' => '?',
  7469.         ]), true$this->parameters['session.storage.options']);
  7470.     }
  7471.     /**
  7472.      * Gets the private 'translation.extractor' shared service.
  7473.      *
  7474.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7475.      */
  7476.     protected function getTranslation_ExtractorService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7483.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7484.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7485.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7486.         return $instance;
  7487.     }
  7488.     /**
  7489.      * Gets the private 'translation.loader.csv' shared service.
  7490.      *
  7491.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7492.      */
  7493.     protected function getTranslation_Loader_CsvService()
  7494.     {
  7495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7499.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7500.     }
  7501.     /**
  7502.      * Gets the private 'translation.loader.dat' shared service.
  7503.      *
  7504.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7505.      */
  7506.     protected function getTranslation_Loader_DatService()
  7507.     {
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7511.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7512.     }
  7513.     /**
  7514.      * Gets the private 'translation.loader.ini' shared service.
  7515.      *
  7516.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7517.      */
  7518.     protected function getTranslation_Loader_IniService()
  7519.     {
  7520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7524.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7525.     }
  7526.     /**
  7527.      * Gets the private 'translation.loader.json' shared service.
  7528.      *
  7529.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7530.      */
  7531.     protected function getTranslation_Loader_JsonService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7537.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7538.     }
  7539.     /**
  7540.      * Gets the private 'translation.loader.mo' shared service.
  7541.      *
  7542.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7543.      */
  7544.     protected function getTranslation_Loader_MoService()
  7545.     {
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7550.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7551.     }
  7552.     /**
  7553.      * Gets the private 'translation.loader.php' shared service.
  7554.      *
  7555.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7556.      */
  7557.     protected function getTranslation_Loader_PhpService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7563.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7564.     }
  7565.     /**
  7566.      * Gets the private 'translation.loader.po' shared service.
  7567.      *
  7568.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7569.      */
  7570.     protected function getTranslation_Loader_PoService()
  7571.     {
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7576.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7577.     }
  7578.     /**
  7579.      * Gets the private 'translation.loader.qt' shared service.
  7580.      *
  7581.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7582.      */
  7583.     protected function getTranslation_Loader_QtService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7587.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7588.     }
  7589.     /**
  7590.      * Gets the private 'translation.loader.res' shared service.
  7591.      *
  7592.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7593.      */
  7594.     protected function getTranslation_Loader_ResService()
  7595.     {
  7596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7598.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7599.     }
  7600.     /**
  7601.      * Gets the private 'translation.loader.xliff' shared service.
  7602.      *
  7603.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7604.      */
  7605.     protected function getTranslation_Loader_XliffService()
  7606.     {
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7609.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7610.     }
  7611.     /**
  7612.      * Gets the private 'translation.loader.yml' shared service.
  7613.      *
  7614.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7615.      */
  7616.     protected function getTranslation_Loader_YmlService()
  7617.     {
  7618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7622.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7623.     }
  7624.     /**
  7625.      * Gets the private 'translation.provider_collection' shared service.
  7626.      *
  7627.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7628.      */
  7629.     protected function getTranslation_ProviderCollectionService()
  7630.     {
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7633.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7634.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7635.         }, 1), []))->fromConfig([]);
  7636.     }
  7637.     /**
  7638.      * Gets the private 'translation.reader' shared service.
  7639.      *
  7640.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7641.      */
  7642.     protected function getTranslation_ReaderService()
  7643.     {
  7644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7652.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7660.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7661.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7662.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7663.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7664.         $instance->addLoader('yaml'$a);
  7665.         $instance->addLoader('yml'$a);
  7666.         $instance->addLoader('xlf'$b);
  7667.         $instance->addLoader('xliff'$b);
  7668.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7669.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7670.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7671.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7672.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7673.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7674.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7675.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7676.         return $instance;
  7677.     }
  7678.     /**
  7679.      * Gets the private 'translation.warmer' shared service.
  7680.      *
  7681.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7682.      */
  7683.     protected function getTranslation_WarmerService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7687.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7688.             'translator' => ['services''translator''getTranslatorService'false],
  7689.         ], [
  7690.             'translator' => '?',
  7691.         ]))->withContext('translation.warmer'$this));
  7692.     }
  7693.     /**
  7694.      * Gets the private 'translation.writer' shared service.
  7695.      *
  7696.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7697.      */
  7698.     protected function getTranslation_WriterService()
  7699.     {
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7714.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7715.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7716.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7717.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7718.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7719.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7720.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7721.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7722.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7723.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7724.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7725.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7726.         return $instance;
  7727.     }
  7728.     /**
  7729.      * Gets the private 'translator.default' shared service.
  7730.      *
  7731.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7732.      */
  7733.     protected function getTranslator_DefaultService()
  7734.     {
  7735.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7736.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7737.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7738.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7739.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7740.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7741.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7742.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7743.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7744.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7745.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7746.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7747.         ], [
  7748.             'translation.loader.csv' => '?',
  7749.             'translation.loader.dat' => '?',
  7750.             'translation.loader.ini' => '?',
  7751.             'translation.loader.json' => '?',
  7752.             'translation.loader.mo' => '?',
  7753.             'translation.loader.php' => '?',
  7754.             'translation.loader.po' => '?',
  7755.             'translation.loader.qt' => '?',
  7756.             'translation.loader.res' => '?',
  7757.             'translation.loader.xliff' => '?',
  7758.             'translation.loader.yml' => '?',
  7759.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('DEFAULT_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/translations/messages.en_US.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.en_US.yaml'), => (\dirname(__DIR__4).'/translations/messages.en_US.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.en_US.yaml')], 'es_ES' => [=> (\dirname(__DIR__4).'/translations/messages.es_ES.yaml'), => (\dirname(__DIR__4).'/translations/messages.es_ES.yaml')], 'fr_FR' => [=> (\dirname(__DIR__4).'/translations/messages.fr_FR.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.fr_FR.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr_FR.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.fr_FR.yaml')], 'ht_HT' => [=> (\dirname(__DIR__4).'/translations/messages.ht_HT.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ht_HT.yaml'), => (\dirname(__DIR__4).'/translations/messages.ht_HT.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ht_HT.yaml')], 'ru_RU' => [=> (\dirname(__DIR__4).'/translations/messages.ru_RU.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ru_RU.yaml'), => (\dirname(__DIR__4).'/translations/messages.ru_RU.yaml'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ru_RU.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/maker-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/twig/extra-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/debug-bundle/translations']]], []);
  7760.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7761.         $instance->setFallbackLocales([=> $this->getEnv('DEFAULT_LOCALE')]);
  7762.         return $instance;
  7763.     }
  7764.     /**
  7765.      * Gets the private 'twig.command.debug' shared service.
  7766.      *
  7767.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7768.      */
  7769.     protected function getTwig_Command_DebugService()
  7770.     {
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7773.         $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()));
  7774.         $instance->setName('debug:twig');
  7775.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7776.         return $instance;
  7777.     }
  7778.     /**
  7779.      * Gets the private 'twig.command.lint' shared service.
  7780.      *
  7781.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7782.      */
  7783.     protected function getTwig_Command_LintService()
  7784.     {
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7788.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7789.         $instance->setName('lint:twig');
  7790.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7791.         return $instance;
  7792.     }
  7793.     /**
  7794.      * Gets the private 'twig.form.engine' shared service.
  7795.      *
  7796.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7797.      */
  7798.     protected function getTwig_Form_EngineService()
  7799.     {
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7803.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7804.         if (isset($this->privates['twig.form.engine'])) {
  7805.             return $this->privates['twig.form.engine'];
  7806.         }
  7807.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7808.     }
  7809.     /**
  7810.      * Gets the private 'twig.form.renderer' shared service.
  7811.      *
  7812.      * @return \Symfony\Component\Form\FormRenderer
  7813.      */
  7814.     protected function getTwig_Form_RendererService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7818.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7819.         if (isset($this->privates['twig.form.renderer'])) {
  7820.             return $this->privates['twig.form.renderer'];
  7821.         }
  7822.         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()));
  7823.     }
  7824.     /**
  7825.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7826.      *
  7827.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7828.      */
  7829.     protected function getTwig_Runtime_HttpkernelService()
  7830.     {
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7837.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7838.         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, [
  7839.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7840.         ], [
  7841.             'inline' => '?',
  7842.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7843.     }
  7844.     /**
  7845.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7846.      *
  7847.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7848.      */
  7849.     protected function getTwig_Runtime_SecurityCsrfService()
  7850.     {
  7851.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7852.         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()));
  7853.     }
  7854.     /**
  7855.      * Gets the private 'twig.runtime.serializer' shared service.
  7856.      *
  7857.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7858.      */
  7859.     protected function getTwig_Runtime_SerializerService()
  7860.     {
  7861.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7863.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7864.     }
  7865.     /**
  7866.      * Gets the private 'twig.template_cache_warmer' shared service.
  7867.      *
  7868.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7869.      */
  7870.     protected function getTwig_TemplateCacheWarmerService()
  7871.     {
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7875.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7876.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7877.         ], [
  7878.             'twig' => '?',
  7879.         ]))->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/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  7880.     }
  7881.     /**
  7882.      * Gets the private 'validator.builder' shared service.
  7883.      *
  7884.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7885.      */
  7886.     protected function getValidator_BuilderService()
  7887.     {
  7888.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7889.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7890.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7891.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7892.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7893.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7894.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7895.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7896.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7897.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7898.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7899.         ], [
  7900.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7901.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7902.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7903.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7904.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7905.             'doctrine.orm.validator.unique' => '?',
  7906.             'security.validator.user_password' => '?',
  7907.             'validator.expression' => '?',
  7908.         ])));
  7909.         if ($this->has('translator')) {
  7910.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7911.         }
  7912.         $instance->setTranslationDomain('validators');
  7913.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7914.         $instance->enableAnnotationMapping(true);
  7915.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7916.         $instance->addMethodMapping('loadValidatorMetadata');
  7917.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7918.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7919.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7920.         return $instance;
  7921.     }
  7922.     /**
  7923.      * Gets the private 'validator.email' shared service.
  7924.      *
  7925.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7926.      */
  7927.     protected function getValidator_EmailService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7932.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7933.     }
  7934.     /**
  7935.      * Gets the private 'validator.expression' shared service.
  7936.      *
  7937.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7938.      */
  7939.     protected function getValidator_ExpressionService()
  7940.     {
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7944.         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())));
  7945.     }
  7946.     /**
  7947.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7948.      *
  7949.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7950.      */
  7951.     protected function getValidator_Mapping_CacheWarmerService()
  7952.     {
  7953.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7956.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7957.     }
  7958.     /**
  7959.      * Gets the private 'validator.not_compromised_password' shared service.
  7960.      *
  7961.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7962.      */
  7963.     protected function getValidator_NotCompromisedPasswordService()
  7964.     {
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7968.         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);
  7969.     }
  7970.     /**
  7971.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7972.      *
  7973.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7974.      */
  7975.     protected function getVarDumper_Command_ServerDumpService()
  7976.     {
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7983.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7984.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7985.         $a->pushProcessor(($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] ?? ($this->privates['App\\Monolog\\Processor\\RequestIdProcessor'] = new \App\Monolog\Processor\RequestIdProcessor())));
  7986.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7987.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7988.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7989.         $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()))]);
  7990.         $instance->setName('server:dump');
  7991.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7992.         return $instance;
  7993.     }
  7994.     /**
  7995.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7996.      *
  7997.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7998.      */
  7999.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8000.     {
  8001.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8002.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8003.         return $instance;
  8004.     }
  8005.     /**
  8006.      * Gets the private 'var_dumper.html_dumper' shared service.
  8007.      *
  8008.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8009.      */
  8010.     protected function getVarDumper_HtmlDumperService()
  8011.     {
  8012.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8013.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8014.         return $instance;
  8015.     }
  8016.     /**
  8017.      * Gets the private 'var_dumper.server_connection' shared service.
  8018.      *
  8019.      * @return \Symfony\Component\VarDumper\Server\Connection
  8020.      */
  8021.     protected function getVarDumper_ServerConnectionService()
  8022.     {
  8023.         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()]);
  8024.     }
  8025.     /**
  8026.      * Gets the private 'web_profiler.csp.handler' shared service.
  8027.      *
  8028.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8029.      */
  8030.     protected function getWebProfiler_Csp_HandlerService()
  8031.     {
  8032.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8033.     }
  8034.     /**
  8035.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8036.      *
  8037.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8038.      */
  8039.     protected function getWebProfiler_DebugToolbarService()
  8040.     {
  8041.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8042.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8043.             return $this->privates['web_profiler.debug_toolbar'];
  8044.         }
  8045.         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()));
  8046.     }
  8047.     /**
  8048.      * Gets the public 'cache_clearer' alias.
  8049.      *
  8050.      * @return object The ".container.private.cache_clearer" service.
  8051.      */
  8052.     protected function getCacheClearerService()
  8053.     {
  8054.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8055.         return $this->get('.container.private.cache_clearer');
  8056.     }
  8057.     /**
  8058.      * Gets the public 'filesystem' alias.
  8059.      *
  8060.      * @return object The ".container.private.filesystem" service.
  8061.      */
  8062.     protected function getFilesystemService()
  8063.     {
  8064.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8065.         return $this->get('.container.private.filesystem');
  8066.     }
  8067.     /**
  8068.      * Gets the public 'serializer' alias.
  8069.      *
  8070.      * @return object The ".container.private.serializer" service.
  8071.      */
  8072.     protected function getSerializerService()
  8073.     {
  8074.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8075.         return $this->get('.container.private.serializer');
  8076.     }
  8077.     /**
  8078.      * Gets the public 'security.csrf.token_manager' alias.
  8079.      *
  8080.      * @return object The ".container.private.security.csrf.token_manager" service.
  8081.      */
  8082.     protected function getSecurity_Csrf_TokenManagerService()
  8083.     {
  8084.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8085.         return $this->get('.container.private.security.csrf.token_manager');
  8086.     }
  8087.     /**
  8088.      * Gets the public 'form.factory' alias.
  8089.      *
  8090.      * @return object The ".container.private.form.factory" service.
  8091.      */
  8092.     protected function getForm_FactoryService()
  8093.     {
  8094.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8095.         return $this->get('.container.private.form.factory');
  8096.     }
  8097.     /**
  8098.      * Gets the public 'form.type.file' alias.
  8099.      *
  8100.      * @return object The ".container.private.form.type.file" service.
  8101.      */
  8102.     protected function getForm_Type_FileService()
  8103.     {
  8104.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8105.         return $this->get('.container.private.form.type.file');
  8106.     }
  8107.     /**
  8108.      * Gets the public 'profiler' alias.
  8109.      *
  8110.      * @return object The ".container.private.profiler" service.
  8111.      */
  8112.     protected function getProfilerService()
  8113.     {
  8114.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8115.         return $this->get('.container.private.profiler');
  8116.     }
  8117.     /**
  8118.      * Gets the public 'security.authorization_checker' alias.
  8119.      *
  8120.      * @return object The ".container.private.security.authorization_checker" service.
  8121.      */
  8122.     protected function getSecurity_AuthorizationCheckerService()
  8123.     {
  8124.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8125.         return $this->get('.container.private.security.authorization_checker');
  8126.     }
  8127.     /**
  8128.      * Gets the public 'security.token_storage' alias.
  8129.      *
  8130.      * @return object The ".container.private.security.token_storage" service.
  8131.      */
  8132.     protected function getSecurity_TokenStorageService()
  8133.     {
  8134.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8135.         return $this->get('.container.private.security.token_storage');
  8136.     }
  8137.     /**
  8138.      * Gets the public 'twig' alias.
  8139.      *
  8140.      * @return object The ".container.private.twig" service.
  8141.      */
  8142.     protected function getTwigService()
  8143.     {
  8144.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8145.         return $this->get('.container.private.twig');
  8146.     }
  8147.     /**
  8148.      * Gets the public 'security.password_encoder' alias.
  8149.      *
  8150.      * @return object The ".container.private.security.password_encoder" service.
  8151.      */
  8152.     protected function getSecurity_PasswordEncoderService()
  8153.     {
  8154.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8155.         return $this->get('.container.private.security.password_encoder');
  8156.     }
  8157.     /**
  8158.      * Gets the public 'session' alias.
  8159.      *
  8160.      * @return object The ".container.private.session" service.
  8161.      */
  8162.     protected function getSessionService()
  8163.     {
  8164.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8165.         return $this->get('.container.private.session');
  8166.     }
  8167.     /**
  8168.      * Gets the public 'validator' alias.
  8169.      *
  8170.      * @return object The ".container.private.validator" service.
  8171.      */
  8172.     protected function getValidatorService()
  8173.     {
  8174.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8175.         return $this->get('.container.private.validator');
  8176.     }
  8177.     /**
  8178.      * @return array|bool|float|int|string|\UnitEnum|null
  8179.      */
  8180.     public function getParameter(string $name)
  8181.     {
  8182.         if (isset($this->buildParameters[$name])) {
  8183.             return $this->buildParameters[$name];
  8184.         }
  8185.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  8186.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8187.         }
  8188.         if (isset($this->loadedDynamicParameters[$name])) {
  8189.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8190.         }
  8191.         return $this->parameters[$name];
  8192.     }
  8193.     public function hasParameter(string $name): bool
  8194.     {
  8195.         if (isset($this->buildParameters[$name])) {
  8196.             return true;
  8197.         }
  8198.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  8199.     }
  8200.     public function setParameter(string $name$value): void
  8201.     {
  8202.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8203.     }
  8204.     public function getParameterBag(): ParameterBagInterface
  8205.     {
  8206.         if (null === $this->parameterBag) {
  8207.             $parameters $this->parameters;
  8208.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8209.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8210.             }
  8211.             foreach ($this->buildParameters as $name => $value) {
  8212.                 $parameters[$name] = $value;
  8213.             }
  8214.             $this->parameterBag = new FrozenParameterBag($parameters);
  8215.         }
  8216.         return $this->parameterBag;
  8217.     }
  8218.     private $loadedDynamicParameters = [
  8219.         'kernel.runtime_environment' => false,
  8220.         'kernel.build_dir' => false,
  8221.         'kernel.cache_dir' => false,
  8222.         'locale' => false,
  8223.         'api_default_user_id' => false,
  8224.         'kernel.secret' => false,
  8225.         'kernel.default_locale' => false,
  8226.         'debug.container.dump' => false,
  8227.         'serializer.mapping.cache.file' => false,
  8228.         'session.save_path' => false,
  8229.         'validator.mapping.cache.file' => false,
  8230.         'profiler.storage.dsn' => false,
  8231.         'doctrine.orm.proxy_dir' => false,
  8232.     ];
  8233.     private $dynamicParameters = [];
  8234.     private function getDynamicParameter(string $name)
  8235.     {
  8236.         switch ($name) {
  8237.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8238.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  8239.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8240.             case 'locale'$value $this->getEnv('DEFAULT_LOCALE'); break;
  8241.             case 'api_default_user_id'$value $this->getEnv('int:API_DEFAULT_USER_ID'); break;
  8242.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8243.             case 'kernel.default_locale'$value $this->getEnv('DEFAULT_LOCALE'); break;
  8244.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8245.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8246.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8247.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8248.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8249.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8250.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8251.         }
  8252.         $this->loadedDynamicParameters[$name] = true;
  8253.         return $this->dynamicParameters[$name] = $value;
  8254.     }
  8255.     protected function getDefaultParameters(): array
  8256.     {
  8257.         return [
  8258.             'kernel.project_dir' => \dirname(__DIR__4),
  8259.             'kernel.environment' => 'dev',
  8260.             'kernel.debug' => true,
  8261.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8262.             'kernel.bundles' => [
  8263.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8264.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8265.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8266.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8267.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8268.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8269.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8270.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8271.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8272.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8273.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8274.             ],
  8275.             'kernel.bundles_metadata' => [
  8276.                 'FrameworkBundle' => [
  8277.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8278.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8279.                 ],
  8280.                 'SensioFrameworkExtraBundle' => [
  8281.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8282.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8283.                 ],
  8284.                 'SecurityBundle' => [
  8285.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8286.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8287.                 ],
  8288.                 'MakerBundle' => [
  8289.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8290.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8291.                 ],
  8292.                 'TwigBundle' => [
  8293.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8294.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8295.                 ],
  8296.                 'TwigExtraBundle' => [
  8297.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8298.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8299.                 ],
  8300.                 'DoctrineBundle' => [
  8301.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8302.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8303.                 ],
  8304.                 'DoctrineMigrationsBundle' => [
  8305.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8306.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8307.                 ],
  8308.                 'WebProfilerBundle' => [
  8309.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8310.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8311.                 ],
  8312.                 'MonologBundle' => [
  8313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8314.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8315.                 ],
  8316.                 'DebugBundle' => [
  8317.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8318.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8319.                 ],
  8320.             ],
  8321.             'kernel.charset' => 'UTF-8',
  8322.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8323.             'container.dumper.inline_class_loader' => true,
  8324.             'container.dumper.inline_factories' => true,
  8325.             'event_dispatcher.event_aliases' => [
  8326.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8327.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8328.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8329.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8330.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8331.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8332.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8333.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8334.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8335.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8336.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8337.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8338.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8339.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8340.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8341.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8342.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8343.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8344.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8345.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8346.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8347.             ],
  8348.             'fragment.renderer.hinclude.global_template' => NULL,
  8349.             'fragment.path' => '/_fragment',
  8350.             'kernel.http_method_override' => true,
  8351.             'kernel.trusted_hosts' => [
  8352.             ],
  8353.             'kernel.enabled_locales' => [
  8354.             ],
  8355.             'kernel.error_controller' => 'error_controller',
  8356.             'debug.file_link_format' => NULL,
  8357.             'asset.request_context.base_path' => NULL,
  8358.             'asset.request_context.secure' => NULL,
  8359.             'translator.logging' => false,
  8360.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8361.             'debug.error_handler.throw_at' => -1,
  8362.             'router.request_context.host' => 'localhost',
  8363.             'router.request_context.scheme' => 'http',
  8364.             'router.request_context.base_url' => '',
  8365.             'router.resource' => 'kernel::loadRoutes',
  8366.             'request_listener.http_port' => 80,
  8367.             'request_listener.https_port' => 443,
  8368.             'session.metadata.storage_key' => '_sf2_meta',
  8369.             'session.storage.options' => [
  8370.                 'cache_limiter' => '0',
  8371.                 'cookie_secure' => 'auto',
  8372.                 'cookie_httponly' => true,
  8373.                 'cookie_samesite' => 'lax',
  8374.                 'gc_probability' => 1,
  8375.             ],
  8376.             'session.metadata.update_threshold' => 0,
  8377.             'form.type_extension.csrf.enabled' => true,
  8378.             'form.type_extension.csrf.field_name' => '_token',
  8379.             'validator.translation_domain' => 'validators',
  8380.             'profiler_listener.only_exceptions' => false,
  8381.             'profiler_listener.only_main_requests' => false,
  8382.             'security.role_hierarchy.roles' => [
  8383.                 'ROLE_SUPPORT' => [
  8384.                     => 'ROLE_VIEW_CLUBS_INFO',
  8385.                     => 'ROLE_GENERAL_CASHIER',
  8386.                     => 'ROLE_SUPERVISOR',
  8387.                     => 'ROLE_BETTING_CANCEL_BET',
  8388.                     => 'ROLE_CABINET_CASHDESKS_CLIENT',
  8389.                     => 'ROLE_CABINET_CASHDESKS_PRINT_WIN_CHECK_BORLETTE',
  8390.                     => 'ROLE_CABINET_CLUBS',
  8391.                     => 'ROLE_CABINET_CLUBS_CHAINS_EDIT',
  8392.                     => 'ROLE_CABINET_CLUBS_CHAINS_LIST',
  8393.                     => 'ROLE_CABINET_ENCASHMENT_PLAN',
  8394.                     10 => 'ROLE_CABINET_HISTORY',
  8395.                     11 => 'ROLE_CABINET_PAYMENTS_CREATE',
  8396.                     12 => 'ROLE_CABINET_REPORTS',
  8397.                     13 => 'ROLE_CABINET_TIMETABLE_REPORTS',
  8398.                     14 => 'ROLE_CASHDESK_SET_BLOCK',
  8399.                     15 => 'ROLE_CASHDESK_SET_NEGATIVE_BALANCE',
  8400.                     16 => 'ROLE_CONTROL_PERCENT',
  8401.                     17 => 'ROLE_EXPORT_TO_EXCEL',
  8402.                     18 => 'ROLE_CABINET_JACKPOT_PIN',
  8403.                     19 => 'ROLE_ACCESS_ONLY_BORLETTE_PAYMENTS',
  8404.                     20 => 'ROLE_WITHOUT_BORLETTE_PAYMENTS',
  8405.                     21 => 'ROLE_CABINET_USER_UPDATE_INSTRUCTIONS',
  8406.                 ],
  8407.                 'ROLE_GENERAL_CASHIER' => [
  8408.                     => 'ROLE_OPERATIONAL_CASHIER',
  8409.                     => 'ROLE_EXTERNAL_PAYMENTS',
  8410.                 ],
  8411.                 'ROLE_OPERATIONAL_CASHIER' => [
  8412.                     => 'ROLE_CABINET_CASHDESKS',
  8413.                     => 'ROLE_CABINET_ENCASHMENTS',
  8414.                     => 'ROLE_CABINET_ENCASHMENT_PLAN',
  8415.                     => 'ROLE_CABINET_PAYMENTS',
  8416.                     => 'ROLE_CABINET_USERS',
  8417.                 ],
  8418.                 'ROLE_ADMINISTRATOR' => [
  8419.                     => 'ROLE_VIEW_CLUBS_INFO',
  8420.                     => 'ROLE_SUPERVISOR',
  8421.                     => 'ROLE_BETTING_CANCEL_BET',
  8422.                     => 'ROLE_CABINET_CLUBS',
  8423.                     => 'ROLE_CABINET_CLUBS_CHAINS_EDIT',
  8424.                     => 'ROLE_CABINET_CLUBS_CHAINS_LIST',
  8425.                     => 'ROLE_CABINET_HISTORY',
  8426.                     => 'ROLE_CABINET_PAYMENTS_CREATE',
  8427.                     => 'ROLE_CABINET_REPORTS',
  8428.                     => 'ROLE_CABINET_TIMETABLE_REPORTS',
  8429.                     10 => 'ROLE_CASHDESK_SET_BLOCK',
  8430.                     11 => 'ROLE_EXPORT_TO_EXCEL',
  8431.                     12 => 'ROLE_EXTERNAL_PAYMENTS',
  8432.                     13 => 'ROLE_ACCESS_ONLY_BORLETTE_PAYMENTS',
  8433.                     14 => 'ROLE_WITHOUT_BORLETTE_PAYMENTS',
  8434.                 ],
  8435.                 'ROLE_SUPERVISOR' => [
  8436.                     => 'ROLE_CABINET_CASHDESKS',
  8437.                     => 'ROLE_CABINET_CASHDESKS_CREATE',
  8438.                     => 'ROLE_CABINET_CASHDESKS_EDIT',
  8439.                     => 'ROLE_CABINET_ENCASHMENTS',
  8440.                     => 'ROLE_CABINET_ENCASHMENT_PLAN',
  8441.                     => 'ROLE_CABINET_HISTORY',
  8442.                     => 'ROLE_CABINET_PAYMENTS',
  8443.                     => 'ROLE_CABINET_REPORTS',
  8444.                     => 'ROLE_CABINET_USERS',
  8445.                     => 'ROLE_CABINET_USERS_CREATE',
  8446.                     10 => 'ROLE_CABINET_USERS_EDIT',
  8447.                     11 => 'ROLE_EXPORT_TO_EXCEL',
  8448.                     12 => 'ROLE_CABINET_HISTORY_CHANGE',
  8449.                 ],
  8450.                 'ROLE_CASHIER' => [
  8451.                     => 'ROLE_CABINET_CASHDESKS_CLIENT',
  8452.                     => 'ROLE_CABINET_PAYMENTS',
  8453.                     => 'ROLE_CABINET_HISTORY',
  8454.                 ],
  8455.                 'ROLE_PARTNER' => [
  8456.                     => 'ROLE_CABINET_CASHDESKS',
  8457.                     => 'ROLE_CABINET_CASHDESKS_CREATE',
  8458.                     => 'ROLE_CABINET_CLUBS',
  8459.                     => 'ROLE_CABINET_HISTORY',
  8460.                     => 'ROLE_CABINET_USERS',
  8461.                     => 'ROLE_CABINET_USERS_CREATE',
  8462.                     => 'ROLE_CABINET_USERS_EDIT',
  8463.                 ],
  8464.             ],
  8465.             'security.access.denied_url' => NULL,
  8466.             'security.authentication.manager.erase_credentials' => true,
  8467.             'security.authentication.session_strategy.strategy' => 'migrate',
  8468.             'security.access.always_authenticate_before_granting' => false,
  8469.             'security.authentication.hide_user_not_found' => true,
  8470.             'security.firewalls' => [
  8471.                 => 'dev',
  8472.                 => 'main',
  8473.             ],
  8474.             'security.main._indexed_authenticators' => [
  8475.             ],
  8476.             'twig.form.resources' => [
  8477.                 => 'form_div_layout.html.twig',
  8478.                 => 'bootstrap_4_layout.html.twig',
  8479.             ],
  8480.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8481.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8482.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8483.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8484.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8485.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8486.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8487.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8488.             'doctrine.entity_managers' => [
  8489.                 'default' => 'doctrine.orm.default_entity_manager',
  8490.             ],
  8491.             'doctrine.default_entity_manager' => 'default',
  8492.             'doctrine.dbal.connection_factory.types' => [
  8493.             ],
  8494.             'doctrine.connections' => [
  8495.                 'default' => 'doctrine.dbal.default_connection',
  8496.             ],
  8497.             'doctrine.default_connection' => 'default',
  8498.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8499.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8500.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8501.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8502.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8503.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8504.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8505.             'doctrine.orm.cache.memcache_port' => 11211,
  8506.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8507.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8508.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8509.             'doctrine.orm.cache.memcached_port' => 11211,
  8510.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8511.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8512.             'doctrine.orm.cache.redis_host' => 'localhost',
  8513.             'doctrine.orm.cache.redis_port' => 6379,
  8514.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8515.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8516.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8517.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8518.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8519.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8520.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8521.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8522.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8523.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8524.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8525.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8526.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8527.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8528.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8529.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8530.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8531.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8532.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8533.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8534.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8535.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8536.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8537.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8538.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8539.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8540.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8541.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8542.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8543.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8544.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8545.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  8546.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8547.             'doctrine.migrations.preferred_em' => NULL,
  8548.             'doctrine.migrations.preferred_connection' => NULL,
  8549.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8550.             'web_profiler.debug_toolbar.mode' => 2,
  8551.             'monolog.use_microseconds' => true,
  8552.             'monolog.swift_mailer.handlers' => [
  8553.             ],
  8554.             'monolog.handlers_to_channels' => [
  8555.                 'monolog.handler.console' => [
  8556.                     'type' => 'exclusive',
  8557.                     'elements' => [
  8558.                         => 'event',
  8559.                         => 'doctrine',
  8560.                         => 'console',
  8561.                     ],
  8562.                 ],
  8563.                 'monolog.handler.create_bet_lucky' => [
  8564.                     'type' => 'inclusive',
  8565.                     'elements' => [
  8566.                         => 'create_bet_lucky',
  8567.                     ],
  8568.                 ],
  8569.                 'monolog.handler.check_cashdesk_balance' => [
  8570.                     'type' => 'inclusive',
  8571.                     'elements' => [
  8572.                         => 'check_cashdesk_balance',
  8573.                     ],
  8574.                 ],
  8575.                 'monolog.handler.main' => [
  8576.                     'type' => 'exclusive',
  8577.                     'elements' => [
  8578.                         => 'event',
  8579.                     ],
  8580.                 ],
  8581.                 'monolog.handler.create_bet' => [
  8582.                     'type' => 'inclusive',
  8583.                     'elements' => [
  8584.                         => 'create_bet',
  8585.                     ],
  8586.                 ],
  8587.                 'monolog.handler.telegram' => [
  8588.                     'type' => 'inclusive',
  8589.                     'elements' => [
  8590.                         => 'telegram',
  8591.                     ],
  8592.                 ],
  8593.                 'monolog.handler.jackpot_wins' => [
  8594.                     'type' => 'inclusive',
  8595.                     'elements' => [
  8596.                         => 'jackpot_wins',
  8597.                     ],
  8598.                 ],
  8599.                 'monolog.handler.jackpots' => [
  8600.                     'type' => 'inclusive',
  8601.                     'elements' => [
  8602.                         => 'jackpots',
  8603.                     ],
  8604.                 ],
  8605.             ],
  8606.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8607.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8608.             'data_collector.templates' => [
  8609.                 'data_collector.request' => [
  8610.                     => 'request',
  8611.                     => '@WebProfiler/Collector/request.html.twig',
  8612.                 ],
  8613.                 'data_collector.time' => [
  8614.                     => 'time',
  8615.                     => '@WebProfiler/Collector/time.html.twig',
  8616.                 ],
  8617.                 'data_collector.memory' => [
  8618.                     => 'memory',
  8619.                     => '@WebProfiler/Collector/memory.html.twig',
  8620.                 ],
  8621.                 'data_collector.validator' => [
  8622.                     => 'validator',
  8623.                     => '@WebProfiler/Collector/validator.html.twig',
  8624.                 ],
  8625.                 'data_collector.ajax' => [
  8626.                     => 'ajax',
  8627.                     => '@WebProfiler/Collector/ajax.html.twig',
  8628.                 ],
  8629.                 'data_collector.form' => [
  8630.                     => 'form',
  8631.                     => '@WebProfiler/Collector/form.html.twig',
  8632.                 ],
  8633.                 'data_collector.exception' => [
  8634.                     => 'exception',
  8635.                     => '@WebProfiler/Collector/exception.html.twig',
  8636.                 ],
  8637.                 'data_collector.logger' => [
  8638.                     => 'logger',
  8639.                     => '@WebProfiler/Collector/logger.html.twig',
  8640.                 ],
  8641.                 'data_collector.events' => [
  8642.                     => 'events',
  8643.                     => '@WebProfiler/Collector/events.html.twig',
  8644.                 ],
  8645.                 'data_collector.router' => [
  8646.                     => 'router',
  8647.                     => '@WebProfiler/Collector/router.html.twig',
  8648.                 ],
  8649.                 'data_collector.cache' => [
  8650.                     => 'cache',
  8651.                     => '@WebProfiler/Collector/cache.html.twig',
  8652.                 ],
  8653.                 'data_collector.translation' => [
  8654.                     => 'translation',
  8655.                     => '@WebProfiler/Collector/translation.html.twig',
  8656.                 ],
  8657.                 'data_collector.security' => [
  8658.                     => 'security',
  8659.                     => '@Security/Collector/security.html.twig',
  8660.                 ],
  8661.                 'data_collector.twig' => [
  8662.                     => 'twig',
  8663.                     => '@WebProfiler/Collector/twig.html.twig',
  8664.                 ],
  8665.                 'data_collector.http_client' => [
  8666.                     => 'http_client',
  8667.                     => '@WebProfiler/Collector/http_client.html.twig',
  8668.                 ],
  8669.                 'data_collector.doctrine' => [
  8670.                     => 'db',
  8671.                     => '@Doctrine/Collector/db.html.twig',
  8672.                 ],
  8673.                 'data_collector.dump' => [
  8674.                     => 'dump',
  8675.                     => '@Debug/Profiler/dump.html.twig',
  8676.                 ],
  8677.                 'data_collector.config' => [
  8678.                     => 'config',
  8679.                     => '@WebProfiler/Collector/config.html.twig',
  8680.                 ],
  8681.             ],
  8682.             'console.command.ids' => [
  8683.             ],
  8684.         ];
  8685.     }
  8686.     protected function throw($message)
  8687.     {
  8688.         throw new RuntimeException($message);
  8689.     }
  8690. }