var/cache/dev/ContainerLR2vduI/AppKernelDevDebugContainer.php line 2490

Open in your IDE?
  1. <?php
  2. namespace ContainerLR2vduI;
  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 AppKernelDevDebugContainer 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.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.session' => 'get_Container_Private_SessionService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'Twig\\Extra\\Intl\\IntlExtension' => 'getIntlExtensionService',
  40.             'app.tenant_db_config_resolver' => 'getApp_TenantDbConfigResolverService',
  41.             'application_connector' => 'getApplicationConnectorService',
  42.             'cache.app' => 'getCache_AppService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.company_group_connection' => 'getDoctrine_Dbal_CompanyGroupConnectionService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.company_group_entity_manager' => 'getDoctrine_Orm_CompanyGroupEntityManagerService',
  49.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  50.             'encrypt_decrypt' => 'getEncryptDecryptService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'sesssions_listener' => 'getSesssionsListenerService',
  56.             'url_encryptor' => 'getUrlEncryptorService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'serializer' => 'getSerializerService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65.             'security.token_storage' => 'getSecurity_TokenStorageService',
  66.             'twig' => 'getTwigService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  77.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  78.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  79.             'ApplicationBundle\\Modules\\Project\\Service\\ProjectTeamResolverService' => 'getProjectTeamResolverServiceService',
  80.             'ApplicationBundle\\Modules\\Project\\Service\\ProjectTicketSummaryService' => 'getProjectTicketSummaryServiceService',
  81.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  82.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  83.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  84.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  85.             'app.account_merge_service' => 'getApp_AccountMergeServiceService',
  86.             'app.activation_center_service' => 'getApp_ActivationCenterServiceService',
  87.             'app.admin_dashboard_service' => 'getApp_AdminDashboardServiceService',
  88.             'app.agent.compliance' => 'getApp_Agent_ComplianceService',
  89.             'app.agent.crm' => 'getApp_Agent_CrmService',
  90.             'app.agent.energy' => 'getApp_Agent_EnergyService',
  91.             'app.agent.finance' => 'getApp_Agent_FinanceService',
  92.             'app.agent.handover' => 'getApp_Agent_HandoverService',
  93.             'app.agent.inventory' => 'getApp_Agent_InventoryService',
  94.             'app.agent.procurement' => 'getApp_Agent_ProcurementService',
  95.             'app.agent.project_control' => 'getApp_Agent_ProjectControlService',
  96.             'app.agent.project_intake' => 'getApp_Agent_ProjectIntakeService',
  97.             'app.agent.proposal' => 'getApp_Agent_ProposalService',
  98.             'app.agent.sentinel' => 'getApp_Agent_SentinelService',
  99.             'app.agent.site_exec' => 'getApp_Agent_SiteExecService',
  100.             'app.agent_confidence_service' => 'getApp_AgentConfidenceServiceService',
  101.             'app.agent_opex_service' => 'getApp_AgentOpexServiceService',
  102.             'app.agent_orchestration_service' => 'getApp_AgentOrchestrationServiceService',
  103.             'app.agent_registry' => 'getApp_AgentRegistryService',
  104.             'app.ai_bridge_client' => 'getApp_AiBridgeClientService',
  105.             'app.ai_command.batch_executor' => 'getApp_AiCommand_BatchExecutorService',
  106.             'app.ai_command.coo_agent' => 'getApp_AiCommand_CooAgentService',
  107.             'app.ai_command.draft_token_service' => 'getApp_AiCommand_DraftTokenServiceService',
  108.             'app.ai_command.gateway_controller' => 'getApp_AiCommand_GatewayControllerService',
  109.             'app.ai_command.handler.apply_leave' => 'getApp_AiCommand_Handler_ApplyLeaveService',
  110.             'app.ai_command.handler.approve_document' => 'getApp_AiCommand_Handler_ApproveDocumentService',
  111.             'app.ai_command.handler.assign_task' => 'getApp_AiCommand_Handler_AssignTaskService',
  112.             'app.ai_command.handler.attach_file_url' => 'getApp_AiCommand_Handler_AttachFileUrlService',
  113.             'app.ai_command.handler.bulk_approve' => 'getApp_AiCommand_Handler_BulkApproveService',
  114.             'app.ai_command.handler.business_intelligence' => 'getApp_AiCommand_Handler_BusinessIntelligenceService',
  115.             'app.ai_command.handler.cancel_document' => 'getApp_AiCommand_Handler_CancelDocumentService',
  116.             'app.ai_command.handler.cash_flow_forecast' => 'getApp_AiCommand_Handler_CashFlowForecastService',
  117.             'app.ai_command.handler.create_account_head' => 'getApp_AiCommand_Handler_CreateAccountHeadService',
  118.             'app.ai_command.handler.create_bank_account' => 'getApp_AiCommand_Handler_CreateBankAccountService',
  119.             'app.ai_command.handler.create_contra_voucher' => 'getApp_AiCommand_Handler_CreateContraVoucherService',
  120.             'app.ai_command.handler.create_employee' => 'getApp_AiCommand_Handler_CreateEmployeeService',
  121.             'app.ai_command.handler.create_expense' => 'getApp_AiCommand_Handler_CreateExpenseService',
  122.             'app.ai_command.handler.create_journal_voucher' => 'getApp_AiCommand_Handler_CreateJournalVoucherService',
  123.             'app.ai_command.handler.create_lead' => 'getApp_AiCommand_Handler_CreateLeadService',
  124.             'app.ai_command.handler.create_party' => 'getApp_AiCommand_Handler_CreatePartyService',
  125.             'app.ai_command.handler.create_payment' => 'getApp_AiCommand_Handler_CreatePaymentService',
  126.             'app.ai_command.handler.create_product' => 'getApp_AiCommand_Handler_CreateProductService',
  127.             'app.ai_command.handler.create_project' => 'getApp_AiCommand_Handler_CreateProjectService',
  128.             'app.ai_command.handler.create_purchase_order' => 'getApp_AiCommand_Handler_CreatePurchaseOrderService',
  129.             'app.ai_command.handler.create_receipt' => 'getApp_AiCommand_Handler_CreateReceiptService',
  130.             'app.ai_command.handler.create_sales_order' => 'getApp_AiCommand_Handler_CreateSalesOrderService',
  131.             'app.ai_command.handler.create_sales_proposal' => 'getApp_AiCommand_Handler_CreateSalesProposalService',
  132.             'app.ai_command.handler.create_task' => 'getApp_AiCommand_Handler_CreateTaskService',
  133.             'app.ai_command.handler.create_task_and_clock_in' => 'getApp_AiCommand_Handler_CreateTaskAndClockInService',
  134.             'app.ai_command.handler.daily_briefing' => 'getApp_AiCommand_Handler_DailyBriefingService',
  135.             'app.ai_command.handler.documents_needing_attention' => 'getApp_AiCommand_Handler_DocumentsNeedingAttentionService',
  136.             'app.ai_command.handler.get_cash_position' => 'getApp_AiCommand_Handler_GetCashPositionService',
  137.             'app.ai_command.handler.get_overdue_invoices' => 'getApp_AiCommand_Handler_GetOverdueInvoicesService',
  138.             'app.ai_command.handler.get_party_balance' => 'getApp_AiCommand_Handler_GetPartyBalanceService',
  139.             'app.ai_command.handler.gl_inquiry' => 'getApp_AiCommand_Handler_GlInquiryService',
  140.             'app.ai_command.handler.list_attachments' => 'getApp_AiCommand_Handler_ListAttachmentsService',
  141.             'app.ai_command.handler.list_my_attendance' => 'getApp_AiCommand_Handler_ListMyAttendanceService',
  142.             'app.ai_command.handler.list_my_leaves' => 'getApp_AiCommand_Handler_ListMyLeavesService',
  143.             'app.ai_command.handler.list_notifications' => 'getApp_AiCommand_Handler_ListNotificationsService',
  144.             'app.ai_command.handler.list_pending_approvals' => 'getApp_AiCommand_Handler_ListPendingApprovalsService',
  145.             'app.ai_command.handler.list_reports' => 'getApp_AiCommand_Handler_ListReportsService',
  146.             'app.ai_command.handler.list_tasks' => 'getApp_AiCommand_Handler_ListTasksService',
  147.             'app.ai_command.handler.management_plan' => 'getApp_AiCommand_Handler_ManagementPlanService',
  148.             'app.ai_command.handler.mark_attendance' => 'getApp_AiCommand_Handler_MarkAttendanceService',
  149.             'app.ai_command.handler.my_leave_balance' => 'getApp_AiCommand_Handler_MyLeaveBalanceService',
  150.             'app.ai_command.handler.my_payslip' => 'getApp_AiCommand_Handler_MyPayslipService',
  151.             'app.ai_command.handler.onboarding_status' => 'getApp_AiCommand_Handler_OnboardingStatusService',
  152.             'app.ai_command.handler.plan_overdue_payments' => 'getApp_AiCommand_Handler_PlanOverduePaymentsService',
  153.             'app.ai_command.handler.provisioning_status' => 'getApp_AiCommand_Handler_ProvisioningStatusService',
  154.             'app.ai_command.handler.record_followup' => 'getApp_AiCommand_Handler_RecordFollowupService',
  155.             'app.ai_command.handler.reject_document' => 'getApp_AiCommand_Handler_RejectDocumentService',
  156.             'app.ai_command.handler.reschedule_task' => 'getApp_AiCommand_Handler_RescheduleTaskService',
  157.             'app.ai_command.handler.run_report' => 'getApp_AiCommand_Handler_RunReportService',
  158.             'app.ai_command.handler.search_cash_bank_ledger' => 'getApp_AiCommand_Handler_SearchCashBankLedgerService',
  159.             'app.ai_command.handler.search_expense_head' => 'getApp_AiCommand_Handler_SearchExpenseHeadService',
  160.             'app.ai_command.handler.search_party' => 'getApp_AiCommand_Handler_SearchPartyService',
  161.             'app.ai_command.handler.stock_position' => 'getApp_AiCommand_Handler_StockPositionService',
  162.             'app.ai_command.handler.subscription_status' => 'getApp_AiCommand_Handler_SubscriptionStatusService',
  163.             'app.ai_command.handler.task_clock_in' => 'getApp_AiCommand_Handler_TaskClockInService',
  164.             'app.ai_command.handler.task_clock_out' => 'getApp_AiCommand_Handler_TaskClockOutService',
  165.             'app.ai_command.handler.task_history' => 'getApp_AiCommand_Handler_TaskHistoryService',
  166.             'app.ai_command.handler.update_opportunity_stage' => 'getApp_AiCommand_Handler_UpdateOpportunityStageService',
  167.             'app.ai_command.handler.view_document' => 'getApp_AiCommand_Handler_ViewDocumentService',
  168.             'app.ai_command.report.ap_ageing' => 'getApp_AiCommand_Report_ApAgeingService',
  169.             'app.ai_command.report.ar_ageing' => 'getApp_AiCommand_Report_ArAgeingService',
  170.             'app.ai_command.report.balance_sheet_snapshot' => 'getApp_AiCommand_Report_BalanceSheetSnapshotService',
  171.             'app.ai_command.report.expense_summary' => 'getApp_AiCommand_Report_ExpenseSummaryService',
  172.             'app.ai_command.report.inventory_valuation' => 'getApp_AiCommand_Report_InventoryValuationService',
  173.             'app.ai_command.report.pnl_brief' => 'getApp_AiCommand_Report_PnlBriefService',
  174.             'app.ai_command.report.project_variance' => 'getApp_AiCommand_Report_ProjectVarianceService',
  175.             'app.ai_command.report.purchase_summary' => 'getApp_AiCommand_Report_PurchaseSummaryService',
  176.             'app.ai_command.report.sales_summary' => 'getApp_AiCommand_Report_SalesSummaryService',
  177.             'app.ai_command.report.salesperson_performance' => 'getApp_AiCommand_Report_SalespersonPerformanceService',
  178.             'app.ai_command.report.sg_form_cs' => 'getApp_AiCommand_Report_SgFormCsService',
  179.             'app.ai_command.report.top_overdue_customers' => 'getApp_AiCommand_Report_TopOverdueCustomersService',
  180.             'app.ai_command.report.top_overdue_suppliers' => 'getApp_AiCommand_Report_TopOverdueSuppliersService',
  181.             'app.ai_command.report.vat_register' => 'getApp_AiCommand_Report_VatRegisterService',
  182.             'app.ai_command.report_registry' => 'getApp_AiCommand_ReportRegistryService',
  183.             'app.ai_command.tool_registry' => 'getApp_AiCommand_ToolRegistryService',
  184.             'app.ai_context.asset_service' => 'getApp_AiContext_AssetServiceService',
  185.             'app.ai_context.offer' => 'getApp_AiContext_OfferService',
  186.             'app.ai_context.procurement' => 'getApp_AiContext_ProcurementService',
  187.             'app.ai_context.project' => 'getApp_AiContext_ProjectService',
  188.             'app.ai_context.site' => 'getApp_AiContext_SiteService',
  189.             'app.ai_doctrine_subscriber' => 'getApp_AiDoctrineSubscriberService',
  190.             'app.ai_event_service' => 'getApp_AiEventServiceService',
  191.             'app.ai_finding_service' => 'getApp_AiFindingServiceService',
  192.             'app.ai_import_service' => 'getApp_AiImportServiceService',
  193.             'app.ai_memory_service' => 'getApp_AiMemoryServiceService',
  194.             'app.ai_process_events_command' => 'getApp_AiProcessEventsCommandService',
  195.             'app.ai_quota_service' => 'getApp_AiQuotaServiceService',
  196.             'app.ai_realtime_notifier' => 'getApp_AiRealtimeNotifierService',
  197.             'app.ai_rule_engine' => 'getApp_AiRuleEngineService',
  198.             'app.ai_scorecard_service' => 'getApp_AiScorecardServiceService',
  199.             'app.applicant_employment_aggregator' => 'getApp_ApplicantEmploymentAggregatorService',
  200.             'app.automation_execution_service' => 'getApp_AutomationExecutionServiceService',
  201.             'app.command.activity-log-prune' => 'getApp_Command_ActivitylogpruneService',
  202.             'app.command.activity-log-prune-selftest' => 'getApp_Command_ActivitylogpruneselftestService',
  203.             'app.command.agent-compliance-selftest' => 'getApp_Command_AgentcomplianceselftestService',
  204.             'app.command.agent-confidence-selftest' => 'getApp_Command_AgentconfidenceselftestService',
  205.             'app.command.agent-crm-selftest' => 'getApp_Command_AgentcrmselftestService',
  206.             'app.command.agent-energy-selftest' => 'getApp_Command_AgentenergyselftestService',
  207.             'app.command.agent-finance-selftest' => 'getApp_Command_AgentfinanceselftestService',
  208.             'app.command.agent-framework-selftest' => 'getApp_Command_AgentframeworkselftestService',
  209.             'app.command.agent-handover-selftest' => 'getApp_Command_AgenthandoverselftestService',
  210.             'app.command.agent-inventory-selftest' => 'getApp_Command_AgentinventoryselftestService',
  211.             'app.command.agent-journey-selftest' => 'getApp_Command_AgentjourneyselftestService',
  212.             'app.command.agent-opex-selftest' => 'getApp_Command_AgentopexselftestService',
  213.             'app.command.agent-orchestration-relay-selftest' => 'getApp_Command_AgentorchestrationrelayselftestService',
  214.             'app.command.agent-orchestration-selftest' => 'getApp_Command_AgentorchestrationselftestService',
  215.             'app.command.agent-pipeline-selftest' => 'getApp_Command_AgentpipelineselftestService',
  216.             'app.command.agent-procurement-selftest' => 'getApp_Command_AgentprocurementselftestService',
  217.             'app.command.agent-projectcontrol-selftest' => 'getApp_Command_AgentprojectcontrolselftestService',
  218.             'app.command.agent-proposal-selftest' => 'getApp_Command_AgentproposalselftestService',
  219.             'app.command.agent-relay-guard-selftest' => 'getApp_Command_AgentrelayguardselftestService',
  220.             'app.command.agent-settings-selftest' => 'getApp_Command_AgentsettingsselftestService',
  221.             'app.command.agent-siteexec-selftest' => 'getApp_Command_AgentsiteexecselftestService',
  222.             'app.command.agentos-eb-review' => 'getApp_Command_AgentosebreviewService',
  223.             'app.command.agentos-emit-daily-review' => 'getApp_Command_AgentosemitdailyreviewService',
  224.             'app.command.agentos-process-events' => 'getApp_Command_AgentosprocesseventsService',
  225.             'app.command.agentos-relay-stall-nudge' => 'getApp_Command_AgentosrelaystallnudgeService',
  226.             'app.command.ai-gateway-selftest' => 'getApp_Command_AigatewayselftestService',
  227.             'app.command.ai-quota-selftest' => 'getApp_Command_AiquotaselftestService',
  228.             'app.command.aicoo-ask' => 'getApp_Command_AicooaskService',
  229.             'app.command.aicoo-attention-selftest' => 'getApp_Command_AicooattentionselftestService',
  230.             'app.command.aicoo-memory-selftest' => 'getApp_Command_AicoomemoryselftestService',
  231.             'app.command.aicoo-selftest' => 'getApp_Command_AicooselftestService',
  232.             'app.command.aie-action-selftest' => 'getApp_Command_AieactionselftestService',
  233.             'app.command.aie-autosend-selftest' => 'getApp_Command_AieautosendselftestService',
  234.             'app.command.aie-bill-selftest' => 'getApp_Command_AiebillselftestService',
  235.             'app.command.aie-capability-seed' => 'getApp_Command_AiecapabilityseedService',
  236.             'app.command.aie-comm-replay' => 'getApp_Command_AiecommreplayService',
  237.             'app.command.aie-context-selftest' => 'getApp_Command_AiecontextselftestService',
  238.             'app.command.aie-conversations-selftest' => 'getApp_Command_AieconversationsselftestService',
  239.             'app.command.aie-email-account' => 'getApp_Command_AieemailaccountService',
  240.             'app.command.aie-email-selftest' => 'getApp_Command_AieemailselftestService',
  241.             'app.command.aie-envelope-relay' => 'getApp_Command_AieenveloperelayService',
  242.             'app.command.aie-envelope-relay-selftest' => 'getApp_Command_AieenveloperelayselftestService',
  243.             'app.command.aie-evidence-selftest' => 'getApp_Command_AieevidenceselftestService',
  244.             'app.command.aie-gateway-provenance-selftest' => 'getApp_Command_AiegatewayprovenanceselftestService',
  245.             'app.command.aie-gateway-relay-selftest' => 'getApp_Command_AiegatewayrelayselftestService',
  246.             'app.command.aie-mouth-selftest' => 'getApp_Command_AiemouthselftestService',
  247.             'app.command.aie-relay-selftest' => 'getApp_Command_AierelayselftestService',
  248.             'app.command.aie-roster-selftest' => 'getApp_Command_AierosterselftestService',
  249.             'app.command.aie-shadow-metrics-selftest' => 'getApp_Command_AieshadowmetricsselftestService',
  250.             'app.command.aie-shadow-report' => 'getApp_Command_AieshadowreportService',
  251.             'app.command.aie-whatsapp-selftest' => 'getApp_Command_AiewhatsappselftestService',
  252.             'app.command.api-token-issue' => 'getApp_Command_ApitokenissueService',
  253.             'app.command.api-token-selftest' => 'getApp_Command_ApitokenselftestService',
  254.             'app.command.applicant-email-audit' => 'getApp_Command_ApplicantemailauditService',
  255.             'app.command.applicant-email-selftest' => 'getApp_Command_ApplicantemailselftestService',
  256.             'app.command.applicant-email-tag' => 'getApp_Command_ApplicantemailtagService',
  257.             'app.command.applicant-merge' => 'getApp_Command_ApplicantmergeService',
  258.             'app.command.approval-demo' => 'getApp_Command_ApprovaldemoService',
  259.             'app.command.ara-case-selftest' => 'getApp_Command_AracaseselftestService',
  260.             'app.command.ara-governance-selftest' => 'getApp_Command_AragovernanceselftestService',
  261.             'app.command.ara-pack' => 'getApp_Command_ArapackService',
  262.             'app.command.ara-selftest' => 'getApp_Command_AraselftestService',
  263.             'app.command.ara-statements' => 'getApp_Command_ArastatementsService',
  264.             'app.command.ara-statements-selftest' => 'getApp_Command_ArastatementsselftestService',
  265.             'app.command.ara-validate' => 'getApp_Command_AravalidateService',
  266.             'app.command.ara-xbrl-selftest' => 'getApp_Command_AraxbrlselftestService',
  267.             'app.command.aspire-conversion-selftest' => 'getApp_Command_AspireconversionselftestService',
  268.             'app.command.aspire-fx-selftest' => 'getApp_Command_AspirefxselftestService',
  269.             'app.command.aspire-sync' => 'getApp_Command_AspiresyncService',
  270.             'app.command.aspire-wallet-sync' => 'getApp_Command_AspirewalletsyncService',
  271.             'app.command.attendance-reconciliation' => 'getApp_Command_AttendancereconciliationService',
  272.             'app.command.audit-ready-scan' => 'getApp_Command_AuditreadyscanService',
  273.             'app.command.audit-ready-selftest' => 'getApp_Command_AuditreadyselftestService',
  274.             'app.command.aut-gate-selftest' => 'getApp_Command_AutgateselftestService',
  275.             'app.command.aut-governance-seed' => 'getApp_Command_AutgovernanceseedService',
  276.             'app.command.aut-governance-selftest' => 'getApp_Command_AutgovernanceselftestService',
  277.             'app.command.aut-registry-check' => 'getApp_Command_AutregistrycheckService',
  278.             'app.command.aut-registry-normalize' => 'getApp_Command_AutregistrynormalizeService',
  279.             'app.command.aut-registry-seed' => 'getApp_Command_AutregistryseedService',
  280.             'app.command.aut-registry-selftest' => 'getApp_Command_AutregistryselftestService',
  281.             'app.command.auth-posture-selftest' => 'getApp_Command_AuthpostureselftestService',
  282.             'app.command.bank-feed-landing-selftest' => 'getApp_Command_BankfeedlandingselftestService',
  283.             'app.command.bank-feed-review-selftest' => 'getApp_Command_BankfeedreviewselftestService',
  284.             'app.command.bd-mushak-6-6' => 'getApp_Command_Bdmushak66Service',
  285.             'app.command.bd-mushak-register' => 'getApp_Command_BdmushakregisterService',
  286.             'app.command.bd-seed-tax-config' => 'getApp_Command_BdseedtaxconfigService',
  287.             'app.command.bd-vat-return' => 'getApp_Command_BdvatreturnService',
  288.             'app.command.bd-withholding-ledger' => 'getApp_Command_BdwithholdingledgerService',
  289.             'app.command.bid-seed-modules' => 'getApp_Command_BidseedmodulesService',
  290.             'app.command.bid-spine-selftest' => 'getApp_Command_BidspineselftestService',
  291.             'app.command.billing-schedule-check' => 'getApp_Command_BillingschedulecheckService',
  292.             'app.command.boq-billing-schedule-selftest' => 'getApp_Command_BoqbillingscheduleselftestService',
  293.             'app.command.buddybee-schedule-missing-check' => 'getApp_Command_BuddybeeschedulemissingcheckService',
  294.             'app.command.cashflow-forecast-selftest' => 'getApp_Command_CashflowforecastselftestService',
  295.             'app.command.cc-1-selftest' => 'getApp_Command_Cc1selftestService',
  296.             'app.command.cc-2-selftest' => 'getApp_Command_Cc2selftestService',
  297.             'app.command.cc-3-selftest' => 'getApp_Command_Cc3selftestService',
  298.             'app.command.cc-45-selftest' => 'getApp_Command_Cc45selftestService',
  299.             'app.command.cc-6-selftest' => 'getApp_Command_Cc6selftestService',
  300.             'app.command.cc-7-selftest' => 'getApp_Command_Cc7selftestService',
  301.             'app.command.cc-8-selftest' => 'getApp_Command_Cc8selftestService',
  302.             'app.command.cc-seed-modules' => 'getApp_Command_CcseedmodulesService',
  303.             'app.command.central-product-control-selftest' => 'getApp_Command_CentralproductcontrolselftestService',
  304.             'app.command.central-remap-resync' => 'getApp_Command_CentralremapresyncService',
  305.             'app.command.cleanup-attendance-junk' => 'getApp_Command_CleanupattendancejunkService',
  306.             'app.command.cogs-basis-audit' => 'getApp_Command_CogsbasisauditService',
  307.             'app.command.commercial-journey-backfill' => 'getApp_Command_CommercialjourneybackfillService',
  308.             'app.command.config-readiness' => 'getApp_Command_ConfigreadinessService',
  309.             'app.command.cost-sheet-selftest' => 'getApp_Command_CostsheetselftestService',
  310.             'app.command.cpshell-landing-seed' => 'getApp_Command_CpshelllandingseedService',
  311.             'app.command.customer-handoff-escalate' => 'getApp_Command_CustomerhandoffescalateService',
  312.             'app.command.customer-handoff-sync' => 'getApp_Command_CustomerhandoffsyncService',
  313.             'app.command.customer-readiness-metrics' => 'getApp_Command_CustomerreadinessmetricsService',
  314.             'app.command.customer-readiness-selftest' => 'getApp_Command_CustomerreadinessselftestService',
  315.             'app.command.cw-bonded-accounts-setup' => 'getApp_Command_CwbondedaccountssetupService',
  316.             'app.command.cw-bonded-selftest' => 'getApp_Command_CwbondedselftestService',
  317.             'app.command.cw-consolidation-selftest' => 'getApp_Command_CwconsolidationselftestService',
  318.             'app.command.cw-dropship-accounts-setup' => 'getApp_Command_CwdropshipaccountssetupService',
  319.             'app.command.cw-dropship-selftest' => 'getApp_Command_CwdropshipselftestService',
  320.             'app.command.cw-foundation-selftest' => 'getApp_Command_CwfoundationselftestService',
  321.             'app.command.cw-reporting-selftest' => 'getApp_Command_CwreportingselftestService',
  322.             'app.command.cw-seed-modules' => 'getApp_Command_CwseedmodulesService',
  323.             'app.command.cw-storage-accounts-setup' => 'getApp_Command_CwstorageaccountssetupService',
  324.             'app.command.cw-storage-cost-selftest' => 'getApp_Command_CwstoragecostselftestService',
  325.             'app.command.daily-user-report-buddybee' => 'getApp_Command_DailyuserreportbuddybeeService',
  326.             'app.command.de-ec-sales-list' => 'getApp_Command_DeecsaleslistService',
  327.             'app.command.de-einvoice-import' => 'getApp_Command_DeeinvoiceimportService',
  328.             'app.command.de-seed-tax-config' => 'getApp_Command_DeseedtaxconfigService',
  329.             'app.command.de-skr-map' => 'getApp_Command_DeskrmapService',
  330.             'app.command.de-ustva' => 'getApp_Command_DeustvaService',
  331.             'app.command.deferred-binding-selftest' => 'getApp_Command_DeferredbindingselftestService',
  332.             'app.command.deferred-items' => 'getApp_Command_DeferreditemsService',
  333.             'app.command.direct-sales-selftest' => 'getApp_Command_DirectsalesselftestService',
  334.             'app.command.doc-di0-selftest' => 'getApp_Command_Docdi0selftestService',
  335.             'app.command.doc-di1-selftest' => 'getApp_Command_Docdi1selftestService',
  336.             'app.command.doc-di2-selftest' => 'getApp_Command_Docdi2selftestService',
  337.             'app.command.doc-di3-selftest' => 'getApp_Command_Docdi3selftestService',
  338.             'app.command.doc-di4-selftest' => 'getApp_Command_Docdi4selftestService',
  339.             'app.command.doc-di5-selftest' => 'getApp_Command_Docdi5selftestService',
  340.             'app.command.eb-alarm-selftest' => 'getApp_Command_EbalarmselftestService',
  341.             'app.command.eb-consumer-selftest' => 'getApp_Command_EbconsumerselftestService',
  342.             'app.command.eb-kpi-invoice-selftest' => 'getApp_Command_EbkpiinvoiceselftestService',
  343.             'app.command.einvoice-inbound-selftest' => 'getApp_Command_EinvoiceinboundselftestService',
  344.             'app.command.energy-site-link' => 'getApp_Command_EnergysitelinkService',
  345.             'app.command.ensure-standard-heads' => 'getApp_Command_EnsurestandardheadsService',
  346.             'app.command.epc-catalog-refine' => 'getApp_Command_EpccatalogrefineService',
  347.             'app.command.epc-cockpit' => 'getApp_Command_EpccockpitService',
  348.             'app.command.epc-seed-datasheets' => 'getApp_Command_EpcseeddatasheetsService',
  349.             'app.command.express-purchase-selftest' => 'getApp_Command_ExpresspurchaseselftestService',
  350.             'app.command.fa-conversion-selftest' => 'getApp_Command_FaconversionselftestService',
  351.             'app.command.fdm-audit' => 'getApp_Command_FdmauditService',
  352.             'app.command.fe-alert-selftest' => 'getApp_Command_FealertselftestService',
  353.             'app.command.financial-connector-selftest' => 'getApp_Command_FinancialconnectorselftestService',
  354.             'app.command.financial-ingest-selftest' => 'getApp_Command_FinancialingestselftestService',
  355.             'app.command.financial-sync' => 'getApp_Command_FinancialsyncService',
  356.             'app.command.fixed-asset-scheduler' => 'getApp_Command_FixedassetschedulerService',
  357.             'app.command.fleet-health-collect' => 'getApp_Command_FleethealthcollectService',
  358.             'app.command.fleet-health-selftest' => 'getApp_Command_FleethealthselftestService',
  359.             'app.command.fleet-migrate' => 'getApp_Command_FleetmigrateService',
  360.             'app.command.fleet-migrate-selftest' => 'getApp_Command_FleetmigrateselftestService',
  361.             'app.command.for-each-tenant' => 'getApp_Command_ForeachtenantService',
  362.             'app.command.for-each-tenant-selftest' => 'getApp_Command_ForeachtenantselftestService',
  363.             'app.command.fx-accounts-setup' => 'getApp_Command_FxaccountssetupService',
  364.             'app.command.fx-legacy-amount-repair' => 'getApp_Command_FxlegacyamountrepairService',
  365.             'app.command.fx-rate-backfill' => 'getApp_Command_FxratebackfillService',
  366.             'app.command.fx-rate-pull' => 'getApp_Command_FxratepullService',
  367.             'app.command.fx-settlement-selftest' => 'getApp_Command_FxsettlementselftestService',
  368.             'app.command.fx-stamp-invoice' => 'getApp_Command_FxstampinvoiceService',
  369.             'app.command.fx-voucher-inspect' => 'getApp_Command_FxvoucherinspectService',
  370.             'app.command.grn-reversal-selftest' => 'getApp_Command_GrnreversalselftestService',
  371.             'app.command.growth-brand-selftest' => 'getApp_Command_GrowthbrandselftestService',
  372.             'app.command.growth-viral-selftest' => 'getApp_Command_GrowthviralselftestService',
  373.             'app.command.gst-f5-selftest' => 'getApp_Command_Gstf5selftestService',
  374.             'app.command.hard-suspension-selftest' => 'getApp_Command_HardsuspensionselftestService',
  375.             'app.command.hb360-amigo-seed' => 'getApp_Command_Hb360amigoseedService',
  376.             'app.command.hb360-convert' => 'getApp_Command_Hb360convertService',
  377.             'app.command.hb360-selftest' => 'getApp_Command_Hb360selftestService',
  378.             'app.command.head-pathtree-repair' => 'getApp_Command_HeadpathtreerepairService',
  379.             'app.command.inventory-rebuild' => 'getApp_Command_InventoryrebuildService',
  380.             'app.command.inventory-recon' => 'getApp_Command_InventoryreconService',
  381.             'app.command.invoicenow-selftest' => 'getApp_Command_InvoicenowselftestService',
  382.             'app.command.lc-accounts-setup' => 'getApp_Command_LcaccountssetupService',
  383.             'app.command.lc-gl-selftest' => 'getApp_Command_LcglselftestService',
  384.             'app.command.lc-gl2-selftest' => 'getApp_Command_Lcgl2selftestService',
  385.             'app.command.lc-landed-selftest' => 'getApp_Command_LclandedselftestService',
  386.             'app.command.leadgen-acra-selftest' => 'getApp_Command_LeadgenacraselftestService',
  387.             'app.command.leadgen-b2-selftest' => 'getApp_Command_Leadgenb2selftestService',
  388.             'app.command.leadgen-convert-selftest' => 'getApp_Command_LeadgenconvertselftestService',
  389.             'app.command.leadgen-enrich-selftest' => 'getApp_Command_LeadgenenrichselftestService',
  390.             'app.command.leadgen-fit-selftest' => 'getApp_Command_LeadgenfitselftestService',
  391.             'app.command.leadgen-geo-selftest' => 'getApp_Command_LeadgengeoselftestService',
  392.             'app.command.leadgen-geo-sweep' => 'getApp_Command_LeadgengeosweepService',
  393.             'app.command.leadgen-geomap-selftest' => 'getApp_Command_LeadgengeomapselftestService',
  394.             'app.command.leadgen-jurisdiction-gate-selftest' => 'getApp_Command_LeadgenjurisdictiongateselftestService',
  395.             'app.command.leadgen-resolve-selftest' => 'getApp_Command_LeadgenresolveselftestService',
  396.             'app.command.leadgen-selftest' => 'getApp_Command_LeadgenselftestService',
  397.             'app.command.leadgen-send-selftest' => 'getApp_Command_LeadgensendselftestService',
  398.             'app.command.leave-cycle-automation' => 'getApp_Command_LeavecycleautomationService',
  399.             'app.command.ledger-audit-chain' => 'getApp_Command_LedgerauditchainService',
  400.             'app.command.ledger-dual-amount-backfill' => 'getApp_Command_LedgerdualamountbackfillService',
  401.             'app.command.ledger-edit-log-selftest' => 'getApp_Command_LedgereditlogselftestService',
  402.             'app.command.ledger-integrity-check' => 'getApp_Command_LedgerintegritycheckService',
  403.             'app.command.ledger-rebuild' => 'getApp_Command_LedgerrebuildService',
  404.             'app.command.ledger-reconciliation-selftest' => 'getApp_Command_LedgerreconciliationselftestService',
  405.             'app.command.m2e-commissioning-selftest' => 'getApp_Command_M2ecommissioningselftestService',
  406.             'app.command.m2e-core-selftest' => 'getApp_Command_M2ecoreselftestService',
  407.             'app.command.m2e-gates-selftest' => 'getApp_Command_M2egatesselftestService',
  408.             'app.command.m2e-geo-selftest' => 'getApp_Command_M2egeoselftestService',
  409.             'app.command.m2e-offer-selftest' => 'getApp_Command_M2eofferselftestService',
  410.             'app.command.m2e-seed-modules' => 'getApp_Command_M2eseedmodulesService',
  411.             'app.command.m2e-survey-selftest' => 'getApp_Command_M2esurveyselftestService',
  412.             'app.command.mailer-config-selftest' => 'getApp_Command_MailerconfigselftestService',
  413.             'app.command.marker-audit' => 'getApp_Command_MarkerauditService',
  414.             'app.command.marker-audit-selftest' => 'getApp_Command_MarkerauditselftestService',
  415.             'app.command.menu-audit' => 'getApp_Command_MenuauditService',
  416.             'app.command.menu-audit-selftest' => 'getApp_Command_MenuauditselftestService',
  417.             'app.command.menu-seed-missing' => 'getApp_Command_MenuseedmissingService',
  418.             'app.command.notice-selftest' => 'getApp_Command_NoticeselftestService',
  419.             'app.command.ocbc-adapter-selftest' => 'getApp_Command_OcbcadapterselftestService',
  420.             'app.command.om-contract-run' => 'getApp_Command_OmcontractrunService',
  421.             'app.command.opening-balances-import' => 'getApp_Command_OpeningbalancesimportService',
  422.             'app.command.opex-savings' => 'getApp_Command_OpexsavingsService',
  423.             'app.command.payment-tag-selftest' => 'getApp_Command_PaymenttagselftestService',
  424.             'app.command.paynow-qr-selftest' => 'getApp_Command_PaynowqrselftestService',
  425.             'app.command.payroll-auto-generate' => 'getApp_Command_PayrollautogenerateService',
  426.             'app.command.payroll-statutory' => 'getApp_Command_PayrollstatutoryService',
  427.             'app.command.peppol-ack-poll' => 'getApp_Command_PeppolackpollService',
  428.             'app.command.peppol-ack-poll-selftest' => 'getApp_Command_PeppolackpollselftestService',
  429.             'app.command.peppol-lookup' => 'getApp_Command_PeppollookupService',
  430.             'app.command.peppol-lookup-selftest' => 'getApp_Command_PeppollookupselftestService',
  431.             'app.command.peppol-transmit-selftest' => 'getApp_Command_PeppoltransmitselftestService',
  432.             'app.command.period-close-check' => 'getApp_Command_PeriodclosecheckService',
  433.             'app.command.period-close-check-selftest' => 'getApp_Command_PeriodclosecheckselftestService',
  434.             'app.command.period-lock-selftest' => 'getApp_Command_PeriodlockselftestService',
  435.             'app.command.pi-service-cost-diagnose' => 'getApp_Command_PiservicecostdiagnoseService',
  436.             'app.command.pi-service-cost-selftest' => 'getApp_Command_PiservicecostselftestService',
  437.             'app.command.po-amount-foreign-backfill' => 'getApp_Command_PoamountforeignbackfillService',
  438.             'app.command.pos-selftest' => 'getApp_Command_PosselftestService',
  439.             'app.command.product-categorization-selftest' => 'getApp_Command_ProductcategorizationselftestService',
  440.             'app.command.product-suggest-selftest' => 'getApp_Command_ProductsuggestselftestService',
  441.             'app.command.progress-selftest' => 'getApp_Command_ProgressselftestService',
  442.             'app.command.project-costing-diagnose' => 'getApp_Command_ProjectcostingdiagnoseService',
  443.             'app.command.provisioning-queue' => 'getApp_Command_ProvisioningqueueService',
  444.             'app.command.provisioning-reconcile' => 'getApp_Command_ProvisioningreconcileService',
  445.             'app.command.provisioning-tls-audit' => 'getApp_Command_ProvisioningtlsauditService',
  446.             'app.command.pv-fx-selftest' => 'getApp_Command_PvfxselftestService',
  447.             'app.command.reconciliation-audit' => 'getApp_Command_ReconciliationauditService',
  448.             'app.command.recurring-billing-run' => 'getApp_Command_RecurringbillingrunService',
  449.             'app.command.recurring-billing-selftest' => 'getApp_Command_RecurringbillingselftestService',
  450.             'app.command.reminders-deliveries' => 'getApp_Command_RemindersdeliveriesService',
  451.             'app.command.reminders-payments' => 'getApp_Command_ReminderspaymentsService',
  452.             'app.command.reminders-receipts' => 'getApp_Command_RemindersreceiptsService',
  453.             'app.command.reminders-statutory' => 'getApp_Command_RemindersstatutoryService',
  454.             'app.command.reminders-stock-expiry' => 'getApp_Command_RemindersstockexpiryService',
  455.             'app.command.retention-payable' => 'getApp_Command_RetentionpayableService',
  456.             'app.command.route-smoke' => 'getApp_Command_RoutesmokeService',
  457.             'app.command.route-smoke-selftest' => 'getApp_Command_RoutesmokeselftestService',
  458.             'app.command.scheduled-big-row-entry' => 'getApp_Command_ScheduledbigrowentryService',
  459.             'app.command.scheduled-notification' => 'getApp_Command_SchedulednotificationService',
  460.             'app.command.scheduler-lock-selftest' => 'getApp_Command_SchedulerlockselftestService',
  461.             'app.command.seed-central-catalog-modules' => 'getApp_Command_SeedcentralcatalogmodulesService',
  462.             'app.command.seed-finance-tools-modules' => 'getApp_Command_SeedfinancetoolsmodulesService',
  463.             'app.command.seed-uncategorized' => 'getApp_Command_SeeduncategorizedService',
  464.             'app.command.sentinel-diagnose' => 'getApp_Command_SentineldiagnoseService',
  465.             'app.command.sentinel-diagnose-selftest' => 'getApp_Command_SentineldiagnoseselftestService',
  466.             'app.command.sentinel-hub-selftest' => 'getApp_Command_SentinelhubselftestService',
  467.             'app.command.sentinel-patch-selftest' => 'getApp_Command_SentinelpatchselftestService',
  468.             'app.command.sentinel-seed-modules' => 'getApp_Command_SentinelseedmodulesService',
  469.             'app.command.sentinel-selftest' => 'getApp_Command_SentinelselftestService',
  470.             'app.command.sentinel-sweep' => 'getApp_Command_SentinelsweepService',
  471.             'app.command.sg-ais-export' => 'getApp_Command_SgaisexportService',
  472.             'app.command.sg-ais-selftest' => 'getApp_Command_SgaisselftestService',
  473.             'app.command.sg-cpf-x6x8-selftest' => 'getApp_Command_Sgcpfx6x8selftestService',
  474.             'app.command.sg-einvoice' => 'getApp_Command_SgeinvoiceService',
  475.             'app.command.sg-einvoice-send' => 'getApp_Command_SgeinvoicesendService',
  476.             'app.command.sg-form-cs' => 'getApp_Command_SgformcsService',
  477.             'app.command.sg-gst-f5' => 'getApp_Command_Sggstf5Service',
  478.             'app.command.sg-gst-f5-compute-selftest' => 'getApp_Command_Sggstf5computeselftestService',
  479.             'app.command.sg-gst-f7-iaf-selftest' => 'getApp_Command_Sggstf7iafselftestService',
  480.             'app.command.sg-gst-x5-selftest' => 'getApp_Command_Sggstx5selftestService',
  481.             'app.command.sg-iaf-export' => 'getApp_Command_SgiafexportService',
  482.             'app.command.sg-ir21' => 'getApp_Command_Sgir21Service',
  483.             'app.command.sg-ir21-selftest' => 'getApp_Command_Sgir21selftestService',
  484.             'app.command.sg-ir8a' => 'getApp_Command_Sgir8aService',
  485.             'app.command.sg-ir8a-x9-x11-selftest' => 'getApp_Command_Sgir8ax9x11selftestService',
  486.             'app.command.sg-payroll-selftest' => 'getApp_Command_SgpayrollselftestService',
  487.             'app.command.sg-payslip-selftest' => 'getApp_Command_SgpayslipselftestService',
  488.             'app.command.sg-seed-tax-config' => 'getApp_Command_SgseedtaxconfigService',
  489.             'app.command.simpleops-buy-receive-selftest' => 'getApp_Command_SimpleopsbuyreceiveselftestService',
  490.             'app.command.simpleops-opening-stock-selftest' => 'getApp_Command_SimpleopsopeningstockselftestService',
  491.             'app.command.simpleops-product-selftest' => 'getApp_Command_SimpleopsproductselftestService',
  492.             'app.command.simpleops-seed-modules' => 'getApp_Command_SimpleopsseedmodulesService',
  493.             'app.command.simpleops-selftest' => 'getApp_Command_SimpleopsselftestService',
  494.             'app.command.solar-size' => 'getApp_Command_SolarsizeService',
  495.             'app.command.spc-commission-accounts-setup' => 'getApp_Command_SpccommissionaccountssetupService',
  496.             'app.command.spc-commission-gl-selftest' => 'getApp_Command_SpccommissionglselftestService',
  497.             'app.command.spc-commission-selftest' => 'getApp_Command_SpccommissionselftestService',
  498.             'app.command.spc-settlement-selftest' => 'getApp_Command_SpcsettlementselftestService',
  499.             'app.command.srm-po-notify-selftest' => 'getApp_Command_SrmponotifyselftestService',
  500.             'app.command.srm-portal-selftest' => 'getApp_Command_SrmportalselftestService',
  501.             'app.command.srm-price-selftest' => 'getApp_Command_SrmpriceselftestService',
  502.             'app.command.stamp-invoice-tax' => 'getApp_Command_StampinvoicetaxService',
  503.             'app.command.starter-pack-apply' => 'getApp_Command_StarterpackapplyService',
  504.             'app.command.starter-pack-export' => 'getApp_Command_StarterpackexportService',
  505.             'app.command.subcontract' => 'getApp_Command_SubcontractService',
  506.             'app.command.sync-health' => 'getApp_Command_SynchealthService',
  507.             'app.command.sync-products-to-central' => 'getApp_Command_SyncproductstocentralService',
  508.             'app.command.tax-return-build' => 'getApp_Command_TaxreturnbuildService',
  509.             'app.command.tax-return-export' => 'getApp_Command_TaxreturnexportService',
  510.             'app.command.tenant-reset' => 'getApp_Command_TenantresetService',
  511.             'app.command.tenant-resolution-selftest' => 'getApp_Command_TenantresolutionselftestService',
  512.             'app.command.tm-billing-run' => 'getApp_Command_TmbillingrunService',
  513.             'app.command.tm-billing-selftest' => 'getApp_Command_TmbillingselftestService',
  514.             'app.command.unexplained-payment-selftest' => 'getApp_Command_UnexplainedpaymentselftestService',
  515.             'app.command.voucher-balance-selftest' => 'getApp_Command_VoucherbalanceselftestService',
  516.             'app.command.voucher-number-selftest' => 'getApp_Command_VouchernumberselftestService',
  517.             'app.command.wise-adapter-selftest' => 'getApp_Command_WiseadapterselftestService',
  518.             'app.command_center_aggregate_command' => 'getApp_CommandCenterAggregateCommandService',
  519.             'app.command_center_cleanup_logs_command' => 'getApp_CommandCenterCleanupLogsCommandService',
  520.             'app.command_center_maintenance_service' => 'getApp_CommandCenterMaintenanceServiceService',
  521.             'app.command_center_tracking_service' => 'getApp_CommandCenterTrackingServiceService',
  522.             'app.commercial_journey_backfill_service' => 'getApp_CommercialJourneyBackfillServiceService',
  523.             'app.commercial_journey_service' => 'getApp_CommercialJourneyServiceService',
  524.             'app.custom_em_service' => 'getApp_CustomEmServiceService',
  525.             'app.custom_em_service_factory' => 'getApp_CustomEmServiceFactoryService',
  526.             'app.customer_central_identity_sync_service' => 'getApp_CustomerCentralIdentitySyncServiceService',
  527.             'app.customer_handoff_service' => 'getApp_CustomerHandoffServiceService',
  528.             'app.dashboard_alert_service' => 'getApp_DashboardAlertServiceService',
  529.             'app.deferred_binding_service' => 'getApp_DeferredBindingServiceService',
  530.             'app.document_data_item_listener' => 'getApp_DocumentDataItemListenerService',
  531.             'app.document_data_item_sync' => 'getApp_DocumentDataItemSyncService',
  532.             'app.import_posting_service' => 'getApp_ImportPostingServiceService',
  533.             'app.internal_notification_api' => 'getApp_InternalNotificationApiService',
  534.             'app.invoice_service' => 'getApp_InvoiceServiceService',
  535.             'app.legacy_erp_initialization_retry' => 'getApp_LegacyErpInitializationRetryService',
  536.             'app.legacy_password_service' => 'getApp_LegacyPasswordServiceService',
  537.             'app.legacy_subscription_billing_service' => 'getApp_LegacySubscriptionBillingServiceService',
  538.             'app.lifecycle_step_service' => 'getApp_LifecycleStepServiceService',
  539.             'app.llm_budget_guard' => 'getApp_LlmBudgetGuardService',
  540.             'app.notification_audience_resolver' => 'getApp_NotificationAudienceResolverService',
  541.             'app.notification_dispatcher' => 'getApp_NotificationDispatcherService',
  542.             'app.notification_service' => 'getApp_NotificationServiceService',
  543.             'app.opex_savings_service' => 'getApp_OpexSavingsServiceService',
  544.             'app.organization_identity_service' => 'getApp_OrganizationIdentityServiceService',
  545.             'app.owner_dashboard_service' => 'getApp_OwnerDashboardServiceService',
  546.             'app.post_payment_company_setup_service' => 'getApp_PostPaymentCompanySetupServiceService',
  547.             'app.posting_guard_listener' => 'getApp_PostingGuardListenerService',
  548.             'app.pricing_service' => 'getApp_PricingServiceService',
  549.             'app.provisioning_health_service' => 'getApp_ProvisioningHealthServiceService',
  550.             'app.provisioning_queue_service' => 'getApp_ProvisioningQueueServiceService',
  551.             'app.provisioning_reconciliation_service' => 'getApp_ProvisioningReconciliationServiceService',
  552.             'app.public_document_acknowledgement_service' => 'getApp_PublicDocumentAcknowledgementServiceService',
  553.             'app.quote_company_provisioning_service' => 'getApp_QuoteCompanyProvisioningServiceService',
  554.             'app.quote_service' => 'getApp_QuoteServiceService',
  555.             'app.subscription_state_sync_service' => 'getApp_SubscriptionStateSyncServiceService',
  556.             'app.system-type-route-loader' => 'getApp_SystemtyperouteloaderService',
  557.             'approval_service' => 'getApprovalServiceService',
  558.             'booking_demo_ics_service' => 'getBookingDemoIcsServiceService',
  559.             'cache.app_clearer' => 'getCache_AppClearerService',
  560.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  561.             'cache.system_clearer' => 'getCache_SystemClearerService',
  562.             'cache_warmer' => 'getCacheWarmerService',
  563.             'console.command_loader' => 'getConsole_CommandLoaderService',
  564.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  565.             'eco_system_payment_service' => 'getEcoSystemPaymentServiceService',
  566.             'eco_system_subscription_service' => 'getEcoSystemSubscriptionServiceService',
  567.             'endroid_qr_code.big_qr_builder' => 'getEndroidQrCode_BigQrBuilderService',
  568.             'endroid_qr_code.custom_builder' => 'getEndroidQrCode_CustomBuilderService',
  569.             'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  570.             'endroid_qr_code.erp_default_builder' => 'getEndroidQrCode_ErpDefaultBuilderService',
  571.             'erp_general_scheduled_tasks_service' => 'getErpGeneralScheduledTasksServiceService',
  572.             'error_controller' => 'getErrorControllerService',
  573.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  574.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  575.             'mail_module' => 'getMailModuleService',
  576.             'routing.loader' => 'getRouting_LoaderService',
  577.             'scheduler_service' => 'getSchedulerServiceService',
  578.             'services_resetter' => 'getServicesResetterService',
  579.             'sha256salted_encoder' => 'getSha256saltedEncoderService',
  580.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  581.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  582.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  583.             'swiftmailer.mailer.quotes' => 'getSwiftmailer_Mailer_QuotesService',
  584.             'swiftmailer.mailer.quotes.plugin.messagelogger' => 'getSwiftmailer_Mailer_Quotes_Plugin_MessageloggerService',
  585.             'swiftmailer.mailer.quotes.transport' => 'getSwiftmailer_Mailer_Quotes_TransportService',
  586.             'todo_module' => 'getTodoModuleService',
  587.             'user_module' => 'getUserModuleService',
  588.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  589.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  590.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  591.         ];
  592.         $this->aliases = [
  593.             'database_connection' => 'doctrine.dbal.default_connection',
  594.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  595.             'mailer' => 'swiftmailer.mailer.default',
  596.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  597.         ];
  598.         $this->privates['service_container'] = function () {
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  600.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/TimeService/ApplicationConnector.php';
  601.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Helper/EncryptDecrypt.php';
  602.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/TimeService/TenantDbConfigResolver.php';
  603.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Listener/SessionListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  621.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  628.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  641.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  719.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  720.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  722.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  724.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  725.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  728.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  729.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  730.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  732.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  733.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ConnectionRegistry.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ManagerRegistry.php';
  735.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/AbstractManagerRegistry.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  737.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  739.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  741.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  742.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  744.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  748.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  749.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  750.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  751.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  752.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  753.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  754.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  755.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriver.php';
  756.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/FileDriver.php';
  757.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  758.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  763.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Annotations/AnnotationResolver.php';
  764.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Encryptor/Encryptor.php';
  765.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  767.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  784.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  790.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  807.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  813.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  815.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  816.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  817.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  818.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  819.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  820.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  821.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  822.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  823.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  829.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  850.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  851.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/GeneralExtension.php';
  852.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Modules/LeadGen/Twig/BrandingExtension.php';
  853.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/Accounts.php';
  854.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/Sales.php';
  855.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/PurchaseTE.php';
  856.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  857.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  858.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Twig/EncryptorExtension.php';
  859.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  867.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  869.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  876.         };
  877.     }
  878.     public function compile(): void
  879.     {
  880.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  881.     }
  882.     public function isCompiled(): bool
  883.     {
  884.         return true;
  885.     }
  886.     public function getRemovedIds(): array
  887.     {
  888.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  889.     }
  890.     protected function load($file$lazyLoad true)
  891.     {
  892.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  893.             return $class::do($this$lazyLoad);
  894.         }
  895.         if ('.' === $file[-4]) {
  896.             $class substr($class0, -4);
  897.         } else {
  898.             $file .= '.php';
  899.         }
  900.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  901.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  902.     }
  903.     protected function createProxy($class, \Closure $factory)
  904.     {
  905.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  906.         return $factory();
  907.     }
  908.     /**
  909.      * Gets the public '.container.private.profiler' shared service.
  910.      *
  911.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  912.      */
  913.     protected function get_Container_Private_ProfilerService()
  914.     {
  915.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  916.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  917.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  918.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  919.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  920.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  921.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  922.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  923.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  924.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  925.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  926.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  927.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  928.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  929.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  930.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  931.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  932.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  933.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  934.         $d->addInstance('cache.doctrine.orm.company_group.result', ($this->privates['cache.doctrine.orm.company_group.result'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_ResultService()));
  935.         $d->addInstance('cache.doctrine.orm.company_group.query', ($this->privates['cache.doctrine.orm.company_group.query'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_QueryService()));
  936.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  937.         if ($this->has('kernel')) {
  938.             $e->setKernel($b);
  939.         }
  940.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  941.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  942.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  943.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  944.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  945.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  946.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  947.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/AppKernelDevDebugContainer'), $c));
  948.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  949.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  950.         $instance->add($d);
  951.         $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())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  952.         $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())));
  953.         $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([])))));
  954.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  955.         $instance->add($e);
  956.         return $instance;
  957.     }
  958.     /**
  959.      * Gets the public '.container.private.security.authorization_checker' shared service.
  960.      *
  961.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  962.      */
  963.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  964.     {
  965.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  966.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  967.             return $this->services['.container.private.security.authorization_checker'];
  968.         }
  969.         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);
  970.     }
  971.     /**
  972.      * Gets the public '.container.private.security.token_storage' shared service.
  973.      *
  974.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  975.      */
  976.     protected function get_Container_Private_Security_TokenStorageService()
  977.     {
  978.         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, [
  979.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  980.         ], [
  981.             'request_stack' => '?',
  982.         ]));
  983.     }
  984.     /**
  985.      * Gets the public '.container.private.session' shared service.
  986.      *
  987.      * @return \Symfony\Component\HttpFoundation\Session\Session
  988.      */
  989.     protected function get_Container_Private_SessionService()
  990.     {
  991.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  992.         if (isset($this->services['.container.private.session'])) {
  993.             return $this->services['.container.private.session'];
  994.         }
  995.         return $this->services['.container.private.session'] = $a->createSession();
  996.     }
  997.     /**
  998.      * Gets the public '.container.private.twig' shared service.
  999.      *
  1000.      * @return \Twig\Environment
  1001.      */
  1002.     protected function get_Container_Private_TwigService()
  1003.     {
  1004.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1005.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
  1006.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Accounts/Resources/views'), 'Accounts');
  1007.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Datev/Resources/views'), 'Datev');
  1008.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Purchase/Resources/views'), 'Purchase');
  1009.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Inventory/Resources/views'), 'Inventory');
  1010.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/FixedAsset/Resources/views'), 'FixedAsset');
  1011.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Project/Resources/views'), 'Project');
  1012.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Production/Resources/views'), 'Production');
  1013.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Demo/Resources/views'), 'Demo');
  1014.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/System/Resources/views'), 'System');
  1015.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Loan/Resources/views'), 'Loan');
  1016.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views'), 'HoneybeeWeb');
  1017.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Task/Resources/views'), 'Task');
  1018.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Buddybee/Resources/views'), 'Buddybee');
  1019.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Authentication/Resources/views'), 'Authentication');
  1020.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/MarketPlace/Resources/views'), 'MarketPlace');
  1021.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Sophia/Resources/views'), 'Sophia');
  1022.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/OperationService/Resources/views'), 'OperationService');
  1023.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Modules/Blockchain/Resources/views'), 'Blockchain');
  1024.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Lead/Resources/views'), 'Lead');
  1025.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/LeadGen/Resources/views'), 'LeadGen');
  1026.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/M2e/Resources/views'), 'M2e');
  1027.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Srm/Resources/views'), 'Srm');
  1028.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Bid/Resources/views'), 'Bid');
  1029.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/SimpleOperations/Resources/views'), 'SimpleOperations');
  1030.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/ConsolidatedWarehouse/Resources/views'), 'ConsolidatedWarehouse');
  1031.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/CentralControl/Resources/views'), 'CentralControl');
  1032.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/AiEmployee/Resources/views'), 'AiEmployee');
  1033.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/BookingDemo/Resources/views'), 'BookingDemo');
  1034.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/EdgePlus/Resources/views'), 'EdgePlus');
  1035.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Beezeness/Resources/views'), 'Beezeness');
  1036.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Document/Resources/views'), 'Document');
  1037.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Logistics/Resources/views'), 'Logistics');
  1038.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Distribution/Resources/views'), 'Distribution');
  1039.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Ai/Resources/views'), 'Ai');
  1040.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/CoPilot/Resources/views'), 'CoPilot');
  1041.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Crm/Resources/views'), 'Crm');
  1042.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Finance/Resources/views'), 'Finance');
  1043.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Portal/Resources/views'), 'Portal');
  1044.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Aspire/Resources/views'), 'Aspire');
  1045.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/BankConnect/Resources/views'), 'BankConnect');
  1046.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/ExternalWorkforce/Resources/views'), 'ExternalWorkforce');
  1047.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Onboarding/Resources/views'), 'Onboarding');
  1048.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Tax/Resources/views'), 'Tax');
  1049.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Pos/Resources/views'), 'Pos');
  1050.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/ImportLc/Resources/views'), 'ImportLc');
  1051.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Epc/Resources/views'), 'Epc');
  1052.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Readiness/Resources/views'), 'Readiness');
  1053.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/BankManagement/Resources/views'), 'BankManagement');
  1054.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/AccessControl/Resources/views'), 'AccessControl');
  1055.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/CompanyAdmin/Resources/views'), 'CompanyAdmin');
  1056.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/TaskManagement/Resources/views'), 'TaskManagement');
  1057.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Reconciliation/Resources/views'), 'Reconciliation');
  1058.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/DataProtection/Resources/views'), 'DataProtection');
  1059.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Notice/Resources/views'), 'Notice');
  1060.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/AgentOS/Resources/views'), 'AgentOS');
  1061.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1062.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1063.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1064.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1065.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1066.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1067.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Resources/views'), 'Application');
  1068.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Resources/views'), '!Application');
  1069.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/views'), 'CompanyGroup');
  1070.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/views'), '!CompanyGroup');
  1071.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1072.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1073.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1074.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1075.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1076.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1077.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1078.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1079.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1080.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1081.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1082.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1083.         $g = ($this->services['router'] ?? $this->getRouterService());
  1084.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1085.         $i = ($this->services['encrypt_decrypt'] ?? ($this->services['encrypt_decrypt'] = new \ApplicationBundle\Helper\EncryptDecrypt()));
  1086.         $j = ($this->services['Twig\\Extra\\Intl\\IntlExtension'] ?? ($this->services['Twig\\Extra\\Intl\\IntlExtension'] = new \Twig\Extra\Intl\IntlExtension()));
  1087.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1088.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1089.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1090.         $l->setEnvironment('dev');
  1091.         $l->setDebug(true);
  1092.         if ($this->has('.container.private.security.token_storage')) {
  1093.             $l->setTokenStorage($c);
  1094.         }
  1095.         if ($this->has('request_stack')) {
  1096.             $l->setRequestStack($b);
  1097.         }
  1098.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1099.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1100.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1101.         $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)));
  1102.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1103.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  1104.         $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$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1105.             return new \EmptyIterator();
  1106.         }, 0))));
  1107.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  1108.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1109.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1110.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1111.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1112.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  1113.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1114.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(NULL));
  1115.         $instance->addExtension(new \ApplicationBundle\Twig\GeneralExtension($h, ($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), $i$j$g));
  1116.         $instance->addExtension(new \ApplicationBundle\Modules\LeadGen\Twig\BrandingExtension($h$this));
  1117.         $instance->addExtension(new \ApplicationBundle\Twig\Accounts($h$i));
  1118.         $instance->addExtension(new \ApplicationBundle\Twig\Sales($h$i));
  1119.         $instance->addExtension(new \ApplicationBundle\Twig\PurchaseTE($h$i));
  1120.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1121.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1122.         $instance->addExtension(new \Nzo\UrlEncryptorBundle\Twig\EncryptorExtension(($this->services['url_encryptor'] ?? $this->getUrlEncryptorService())));
  1123.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  1124.         $instance->addExtension($j);
  1125.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1126.         $instance->addGlobal('app'$l);
  1127.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1128.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1129.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1130.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1131.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1132.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'true],
  1133.         ], [
  1134.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1135.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1136.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1137.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1138.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1139.         ])));
  1140.         $instance->addGlobal('full_js_included'0);
  1141.         $instance->addGlobal('kernel_root_dir', (\dirname(__DIR__4).'/app'));
  1142.         $instance->addGlobal('system_type''_CENTRAL_');
  1143.         $instance->addGlobal('notification_enabled'1);
  1144.         $instance->addGlobal('email_enabled'1);
  1145.         $instance->addGlobal('entity_group_enabled'1);
  1146.         $instance->addGlobal('notification_server''https://ourhoneybee.xyz');
  1147.         $instance->addGlobal('socket_shared_secret''change_me_to_another_long_random_secret');
  1148.         $instance->addGlobal('ai_realtime_ws_url''https://ourhoneybee.xyz/ai-realtime');
  1149.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1150.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1151.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1152.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1153.         return $instance;
  1154.     }
  1155.     /**
  1156.      * Gets the public '.container.private.validator' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1159.      */
  1160.     protected function get_Container_Private_ValidatorService()
  1161.     {
  1162.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1163.     }
  1164.     /**
  1165.      * Gets the public 'Twig\Extra\Intl\IntlExtension' shared service.
  1166.      *
  1167.      * @return \Twig\Extra\Intl\IntlExtension
  1168.      */
  1169.     protected function getIntlExtensionService()
  1170.     {
  1171.         return $this->services['Twig\\Extra\\Intl\\IntlExtension'] = new \Twig\Extra\Intl\IntlExtension();
  1172.     }
  1173.     /**
  1174.      * Gets the public 'app.tenant_db_config_resolver' shared autowired service.
  1175.      *
  1176.      * @return \ApplicationBundle\TimeService\TenantDbConfigResolver
  1177.      */
  1178.     protected function getApp_TenantDbConfigResolverService()
  1179.     {
  1180.         return $this->services['app.tenant_db_config_resolver'] = new \ApplicationBundle\TimeService\TenantDbConfigResolver(($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()));
  1181.     }
  1182.     /**
  1183.      * Gets the public 'application_connector' shared autowired service.
  1184.      *
  1185.      * @return \ApplicationBundle\TimeService\ApplicationConnector
  1186.      */
  1187.     protected function getApplicationConnectorService()
  1188.     {
  1189.         $this->services['application_connector'] = $instance = new \ApplicationBundle\TimeService\ApplicationConnector();
  1190.         $instance->setContainer($this);
  1191.         return $instance;
  1192.     }
  1193.     /**
  1194.      * Gets the public 'cache.app' shared service.
  1195.      *
  1196.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1197.      */
  1198.     protected function getCache_AppService()
  1199.     {
  1200.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('c3EEoz9iYJ'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1201.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1202.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1203.     }
  1204.     /**
  1205.      * Gets the public 'cache.system' shared service.
  1206.      *
  1207.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1208.      */
  1209.     protected function getCache_SystemService()
  1210.     {
  1211.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('O2IvxMkgkp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1212.     }
  1213.     /**
  1214.      * Gets the public 'cache.validator_expression_language' shared service.
  1215.      *
  1216.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1217.      */
  1218.     protected function getCache_ValidatorExpressionLanguageService()
  1219.     {
  1220.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VJLYWBaueW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1221.     }
  1222.     /**
  1223.      * Gets the public 'doctrine' shared service.
  1224.      *
  1225.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1226.      */
  1227.     protected function getDoctrineService()
  1228.     {
  1229.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1230.     }
  1231.     /**
  1232.      * Gets the public 'doctrine.dbal.company_group_connection' shared service.
  1233.      *
  1234.      * @return \Doctrine\DBAL\Connection
  1235.      */
  1236.     protected function getDoctrine_Dbal_CompanyGroupConnectionService()
  1237.     {
  1238.         $a = new \Doctrine\DBAL\Configuration();
  1239.         $b = 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))));
  1240.         $b->setConnectionName('company_group');
  1241.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $b]);
  1242.         return $this->services['doctrine.dbal.company_group_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'dbname' => 'u405565514_entity_group''user' => 'u405565514_entity_group''password' => 'Honeybee@0112''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1243.             'app.document_data_item_listener' => ['services''app.document_data_item_listener''getApp_DocumentDataItemListenerService'true],
  1244.             'app.posting_guard_listener' => ['services''app.posting_guard_listener''getApp_PostingGuardListenerService'true],
  1245.             'doctrine.orm.company_group_listeners.attach_entity_listeners' => ['privates''doctrine.orm.company_group_listeners.attach_entity_listeners''getDoctrine_Orm_CompanyGroupListeners_AttachEntityListenersService'true],
  1246.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1247.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1248.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1249.         ], [
  1250.             'app.document_data_item_listener' => '?',
  1251.             'app.posting_guard_listener' => '?',
  1252.             'doctrine.orm.company_group_listeners.attach_entity_listeners' => '?',
  1253.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1254.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1255.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1256.         ]), [=> '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'=> [=> [=> 'postPersist'], => 'app.document_data_item_listener'], => [=> [=> 'postUpdate'], => 'app.document_data_item_listener'], => [=> [=> 'prePersist'], => 'app.posting_guard_listener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.company_group_listeners.attach_entity_listeners']]), []);
  1257.     }
  1258.     /**
  1259.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1260.      *
  1261.      * @return \Doctrine\DBAL\Connection
  1262.      */
  1263.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1264.     {
  1265.         $a = new \Doctrine\DBAL\Configuration();
  1266.         $b = 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))));
  1267.         $b->setConnectionName('default');
  1268.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $b]);
  1269.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'dbname' => 'u405565514_honeybee_iot''user' => 'u405565514_honeybee_iot''password' => 'Honeybee@0112''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1270.             'app.ai_doctrine_subscriber' => ['services''app.ai_doctrine_subscriber''getApp_AiDoctrineSubscriberService'true],
  1271.             'app.document_data_item_listener' => ['services''app.document_data_item_listener''getApp_DocumentDataItemListenerService'true],
  1272.             'app.posting_guard_listener' => ['services''app.posting_guard_listener''getApp_PostingGuardListenerService'true],
  1273.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1274.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1275.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1276.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1277.         ], [
  1278.             'app.ai_doctrine_subscriber' => '?',
  1279.             'app.document_data_item_listener' => '?',
  1280.             'app.posting_guard_listener' => '?',
  1281.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1282.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1283.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1284.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1285.         ]), [=> 'app.ai_doctrine_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'postPersist'], => 'app.document_data_item_listener'], => [=> [=> 'postUpdate'], => 'app.document_data_item_listener'], => [=> [=> 'prePersist'], => 'app.posting_guard_listener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1286.     }
  1287.     /**
  1288.      * Gets the public 'doctrine.orm.company_group_entity_manager' shared service.
  1289.      *
  1290.      * @return \Doctrine\ORM\EntityManager
  1291.      */
  1292.     protected function getDoctrine_Orm_CompanyGroupEntityManagerService($lazyLoad true)
  1293.     {
  1294.         if ($lazyLoad) {
  1295.             return $this->services['doctrine.orm.company_group_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1296.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1297.                     $wrappedInstance $this->getDoctrine_Orm_CompanyGroupEntityManagerService(false);
  1298.                     $proxy->setProxyInitializer(null);
  1299.                     return true;
  1300.                 });
  1301.             });
  1302.         }
  1303.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ObjectManager.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1313.         $a = new \Doctrine\ORM\Configuration();
  1314.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1315.         $c = ($this->privates['doctrine.orm.company_group_yml_metadata_driver'] ?? $this->getDoctrine_Orm_CompanyGroupYmlMetadataDriverService());
  1316.         $b->addDriver($c'CompanyGroupBundle\\Modules\\Blockchain\\Entity');
  1317.         $b->addDriver($c'CompanyGroupBundle\\Entity');
  1318.         $a->setEntityNamespaces(['Blockchain' => 'CompanyGroupBundle\\Modules\\Blockchain\\Entity''CompanyGroupBundle' => 'CompanyGroupBundle\\Entity']);
  1319.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1320.         $a->setQueryCache(($this->privates['cache.doctrine.orm.company_group.query'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_QueryService()));
  1321.         $a->setResultCache(($this->privates['cache.doctrine.orm.company_group.result'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_ResultService()));
  1322.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1323.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1324.         $a->setProxyNamespace('Proxies');
  1325.         $a->setAutoGenerateProxyClasses(true);
  1326.         $a->setSchemaIgnoreClasses([]);
  1327.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1328.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1329.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1330.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1331.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1332.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1333.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.company_group_connection'] ?? $this->getDoctrine_Dbal_CompanyGroupConnectionService()), $a);
  1334.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1339.      *
  1340.      * @return \Doctrine\ORM\EntityManager
  1341.      */
  1342.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1343.     {
  1344.         if ($lazyLoad) {
  1345.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1346.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1347.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1348.                     $proxy->setProxyInitializer(null);
  1349.                     return true;
  1350.                 });
  1351.             });
  1352.         }
  1353.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ObjectManager.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1357.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1360.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php';
  1361.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1362.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1363.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1364.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1365.         $a = new \Doctrine\ORM\Configuration();
  1366.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1367.         $c = ($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService());
  1368.         $b->addDriver($c'ApplicationBundle\\Modules\\Demo\\Entity');
  1369.         $b->addDriver($c'ApplicationBundle\\Modules\\Lead\\Entity');
  1370.         $b->addDriver($c'ApplicationBundle\\Modules\\LeadGen\\Entity');
  1371.         $b->addDriver($c'ApplicationBundle\\Modules\\Loan\\Entity');
  1372.         $b->addDriver($c'ApplicationBundle\\Modules\\Logistics\\Entity');
  1373.         $b->addDriver($c'ApplicationBundle\\Modules\\Ai\\Entity');
  1374.         $b->addDriver($c'ApplicationBundle\\Entity');
  1375.         $a->setEntityNamespaces(['Demo' => 'ApplicationBundle\\Modules\\Demo\\Entity''Lead' => 'ApplicationBundle\\Modules\\Lead\\Entity''LeadGen' => 'ApplicationBundle\\Modules\\LeadGen\\Entity''Loan' => 'ApplicationBundle\\Modules\\Loan\\Entity''Logistics' => 'ApplicationBundle\\Modules\\Logistics\\Entity''Ai' => 'ApplicationBundle\\Modules\\Ai\\Entity''ApplicationBundle' => 'ApplicationBundle\\Entity']);
  1376.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1377.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1378.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1379.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1380.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1381.         $a->setProxyNamespace('Proxies');
  1382.         $a->setAutoGenerateProxyClasses(true);
  1383.         $a->setSchemaIgnoreClasses([]);
  1384.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1385.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1386.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1387.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1388.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1389.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1390.         $a->addCustomStringFunction('GROUP_CONCAT''ExtraBundle\\Doctrine\\Mysql\\GroupConcat');
  1391.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1392.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1393.         return $instance;
  1394.     }
  1395.     /**
  1396.      * Gets the public 'encrypt_decrypt' shared autowired service.
  1397.      *
  1398.      * @return \ApplicationBundle\Helper\EncryptDecrypt
  1399.      */
  1400.     protected function getEncryptDecryptService()
  1401.     {
  1402.         return $this->services['encrypt_decrypt'] = new \ApplicationBundle\Helper\EncryptDecrypt();
  1403.     }
  1404.     /**
  1405.      * Gets the public 'event_dispatcher' shared service.
  1406.      *
  1407.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1408.      */
  1409.     protected function getEventDispatcherService()
  1410.     {
  1411.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1412.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1413.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1414.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1415.         $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())));
  1416.         $instance->addListener('kernel.controller', [=> function () {
  1417.             return ($this->services['sesssions_listener'] ?? $this->getSesssionsListenerService());
  1418.         }, => 'onKernelController'], 0);
  1419.         $instance->addListener('kernel.response', [=> function () {
  1420.             return ($this->services['sesssions_listener'] ?? $this->getSesssionsListenerService());
  1421.         }, => 'onKernelResponse'], 0);
  1422.         $instance->addListener('kernel.controller', [=> function () {
  1423.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1424.         }, => 'onKernelController'], 0);
  1425.         $instance->addListener('kernel.controller', [=> function () {
  1426.             return ($this->privates['nzo.annotation_resolver'] ?? $this->getNzo_AnnotationResolverService());
  1427.         }, => 'onKernelController'], 0);
  1428.         $instance->addListener('kernel.response', [=> function () {
  1429.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1430.         }, => 'onKernelResponse'], 0);
  1431.         $instance->addListener('kernel.response', [=> function () {
  1432.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1433.         }, => 'onKernelResponse'], -1024);
  1434.         $instance->addListener('kernel.request', [=> function () {
  1435.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1436.         }, => 'setDefaultLocale'], 100);
  1437.         $instance->addListener('kernel.request', [=> function () {
  1438.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1439.         }, => 'onKernelRequest'], 16);
  1440.         $instance->addListener('kernel.finish_request', [=> function () {
  1441.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1442.         }, => 'onKernelFinishRequest'], 0);
  1443.         $instance->addListener('kernel.request', [=> function () {
  1444.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1445.         }, => 'onKernelRequest'], 256);
  1446.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1447.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1448.         }, => 'onControllerArguments'], 0);
  1449.         $instance->addListener('kernel.exception', [=> function () {
  1450.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1451.         }, => 'logKernelException'], 0);
  1452.         $instance->addListener('kernel.exception', [=> function () {
  1453.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1454.         }, => 'onKernelException'], -128);
  1455.         $instance->addListener('kernel.response', [=> function () {
  1456.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1457.         }, => 'removeCspHeader'], -128);
  1458.         $instance->addListener('kernel.request', [=> function () {
  1459.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1460.         }, => 'onKernelRequest'], 15);
  1461.         $instance->addListener('kernel.finish_request', [=> function () {
  1462.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1463.         }, => 'onKernelFinishRequest'], -15);
  1464.         $instance->addListener('console.error', [=> function () {
  1465.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1466.         }, => 'onConsoleError'], -128);
  1467.         $instance->addListener('console.terminate', [=> function () {
  1468.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1469.         }, => 'onConsoleTerminate'], -128);
  1470.         $instance->addListener('console.error', [=> function () {
  1471.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1472.         }, => 'onConsoleError'], 0);
  1473.         $instance->addListener('kernel.request', [=> function () {
  1474.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1475.         }, => 'onKernelRequest'], 48);
  1476.         $instance->addListener('kernel.request', [=> function () {
  1477.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1478.         }, => 'configure'], 2048);
  1479.         $instance->addListener('console.command', [=> function () {
  1480.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1481.         }, => 'configure'], 2048);
  1482.         $instance->addListener('kernel.request', [=> function () {
  1483.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1484.         }, => 'onKernelRequest'], 32);
  1485.         $instance->addListener('kernel.finish_request', [=> function () {
  1486.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1487.         }, => 'onKernelFinishRequest'], 0);
  1488.         $instance->addListener('kernel.exception', [=> function () {
  1489.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1490.         }, => 'onKernelException'], -64);
  1491.         $instance->addListener('kernel.request', [=> function () {
  1492.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1493.         }, => 'onKernelRequest'], 128);
  1494.         $instance->addListener('kernel.response', [=> function () {
  1495.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1496.         }, => 'onKernelResponse'], -1000);
  1497.         $instance->addListener('kernel.finish_request', [=> function () {
  1498.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1499.         }, => 'onFinishRequest'], 0);
  1500.         $instance->addListener('kernel.response', [=> function () {
  1501.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1502.         }, => 'onKernelResponse'], -100);
  1503.         $instance->addListener('kernel.exception', [=> function () {
  1504.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1505.         }, => 'onKernelException'], 0);
  1506.         $instance->addListener('kernel.terminate', [=> function () {
  1507.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1508.         }, => 'onKernelTerminate'], -1024);
  1509.         $instance->addListener('kernel.controller', [=> function () {
  1510.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1511.         }, => 'onKernelController'], 0);
  1512.         $instance->addListener('kernel.response', [=> function () {
  1513.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1514.         }, => 'onKernelResponse'], 0);
  1515.         $instance->addListener('kernel.response', [=> function () {
  1516.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1517.         }, => 'onKernelResponse'], 0);
  1518.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1519.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1520.         }, => 'onVoterVote'], 0);
  1521.         $instance->addListener('kernel.request', [=> function () {
  1522.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1523.         }, => 'configureLogoutUrlGenerator'], 8);
  1524.         $instance->addListener('kernel.request', [=> function () {
  1525.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1526.         }, => 'onKernelRequest'], 8);
  1527.         $instance->addListener('kernel.finish_request', [=> function () {
  1528.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1529.         }, => 'onKernelFinishRequest'], 0);
  1530.         $instance->addListener('console.command', [=> function () {
  1531.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1532.         }, => 'onCommand'], 255);
  1533.         $instance->addListener('console.terminate', [=> function () {
  1534.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1535.         }, => 'onTerminate'], -255);
  1536.         $instance->addListener('kernel.exception', [=> function () {
  1537.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1538.         }, => 'onException'], 0);
  1539.         $instance->addListener('kernel.terminate', [=> function () {
  1540.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1541.         }, => 'onTerminate'], 0);
  1542.         $instance->addListener('console.error', [=> function () {
  1543.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1544.         }, => 'onException'], 0);
  1545.         $instance->addListener('console.terminate', [=> function () {
  1546.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1547.         }, => 'onTerminate'], 0);
  1548.         $instance->addListener('kernel.response', [=> function () {
  1549.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1550.         }, => 'onKernelResponse'], -128);
  1551.         $instance->addListener('console.error', [=> function () {
  1552.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1553.         }, => 'onConsoleError'], 0);
  1554.         $instance->addListener('console.terminate', [=> function () {
  1555.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1556.         }, => 'onConsoleTerminate'], 0);
  1557.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1558.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1559.         }, => 'onLogout'], 0);
  1560.         return $instance;
  1561.     }
  1562.     /**
  1563.      * Gets the public 'http_kernel' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1566.      */
  1567.     protected function getHttpKernelService()
  1568.     {
  1569.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1570.         if (isset($this->services['http_kernel'])) {
  1571.             return $this->services['http_kernel'];
  1572.         }
  1573.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1574.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1575.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1576.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1577.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1578.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1579.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1580.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1581.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1582.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1583.     }
  1584.     /**
  1585.      * Gets the public 'request_stack' shared service.
  1586.      *
  1587.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1588.      */
  1589.     protected function getRequestStackService()
  1590.     {
  1591.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1592.     }
  1593.     /**
  1594.      * Gets the public 'router' shared service.
  1595.      *
  1596.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1597.      */
  1598.     protected function getRouterService()
  1599.     {
  1600.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1601.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1602.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1603.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1604.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1605.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1606.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1607.         ], [
  1608.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1609.         ]))->withContext('router.default'$this), (\dirname(__DIR__4).'/app/config/routing_dev.yml'), ['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], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'en');
  1610.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1611.             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)));
  1612.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1613.         }, 2)));
  1614.         return $instance;
  1615.     }
  1616.     /**
  1617.      * Gets the public 'sesssions_listener' shared autowired service.
  1618.      *
  1619.      * @return \ApplicationBundle\Listener\SessionListener
  1620.      */
  1621.     protected function getSesssionsListenerService()
  1622.     {
  1623.         return $this->services['sesssions_listener'] = new \ApplicationBundle\Listener\SessionListener((\dirname(__DIR__4).'/app'), $this, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['app.tenant_db_config_resolver'] ?? $this->getApp_TenantDbConfigResolverService()), ($this->services['application_connector'] ?? $this->getApplicationConnectorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), '756630af84937eefcb2843b19ef56c1e128b40d7', ($this->services['url_encryptor'] ?? $this->getUrlEncryptorService()));
  1624.     }
  1625.     /**
  1626.      * Gets the public 'url_encryptor' shared service.
  1627.      *
  1628.      * @return \Nzo\UrlEncryptorBundle\Encryptor\Encryptor
  1629.      */
  1630.     protected function getUrlEncryptorService()
  1631.     {
  1632.         $this->services['url_encryptor'] = $instance = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''aes-256-ctr'truetruetrue);
  1633.         $instance->setSecretIv('1298767');
  1634.         return $instance;
  1635.     }
  1636.     /**
  1637.      * Gets the private '.service_locator.KLVvNIq' shared service.
  1638.      *
  1639.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1640.      */
  1641.     protected function get_ServiceLocator_KLVvNIqService()
  1642.     {
  1643.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1644.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1645.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1646.         ], [
  1647.             'doctrine.ulid_generator' => '?',
  1648.             'doctrine.uuid_generator' => '?',
  1649.         ]);
  1650.     }
  1651.     /**
  1652.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1653.      *
  1654.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1655.      */
  1656.     protected function get_ServiceLocator_ZJyh7qSService()
  1657.     {
  1658.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1659.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1660.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1661.         ], [
  1662.             'security.firewall.map.context.dev' => '?',
  1663.             'security.firewall.map.context.main' => '?',
  1664.         ]);
  1665.     }
  1666.     /**
  1667.      * Gets the private 'annotations.cache_adapter' shared service.
  1668.      *
  1669.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1670.      */
  1671.     protected function getAnnotations_CacheAdapterService()
  1672.     {
  1673.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1674.     }
  1675.     /**
  1676.      * Gets the private 'annotations.cached_reader' shared service.
  1677.      *
  1678.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1679.      */
  1680.     protected function getAnnotations_CachedReaderService()
  1681.     {
  1682.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1683.     }
  1684.     /**
  1685.      * Gets the private 'annotations.dummy_registry' shared service.
  1686.      *
  1687.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  1688.      */
  1689.     protected function getAnnotations_DummyRegistryService()
  1690.     {
  1691.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1692.         $instance->registerUniqueLoader('class_exists');
  1693.         return $instance;
  1694.     }
  1695.     /**
  1696.      * Gets the private 'annotations.reader' shared service.
  1697.      *
  1698.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1699.      */
  1700.     protected function getAnnotations_ReaderService()
  1701.     {
  1702.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1703.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  1704.         return $instance;
  1705.     }
  1706.     /**
  1707.      * Gets the private 'cache.annotations' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1710.      */
  1711.     protected function getCache_AnnotationsService()
  1712.     {
  1713.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BaVy7X9+UE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1714.     }
  1715.     /**
  1716.      * Gets the private 'cache.doctrine.orm.company_group.query' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1719.      */
  1720.     protected function getCache_Doctrine_Orm_CompanyGroup_QueryService()
  1721.     {
  1722.         return $this->privates['cache.doctrine.orm.company_group.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1723.     }
  1724.     /**
  1725.      * Gets the private 'cache.doctrine.orm.company_group.result' shared service.
  1726.      *
  1727.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1728.      */
  1729.     protected function getCache_Doctrine_Orm_CompanyGroup_ResultService()
  1730.     {
  1731.         return $this->privates['cache.doctrine.orm.company_group.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1732.     }
  1733.     /**
  1734.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1735.      *
  1736.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1737.      */
  1738.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1739.     {
  1740.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1741.     }
  1742.     /**
  1743.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1746.      */
  1747.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1748.     {
  1749.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1750.     }
  1751.     /**
  1752.      * Gets the private 'cache.property_info' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1755.      */
  1756.     protected function getCache_PropertyInfoService()
  1757.     {
  1758.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('J1qSGznAse'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1759.     }
  1760.     /**
  1761.      * Gets the private 'cache.security_expression_language' shared service.
  1762.      *
  1763.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1764.      */
  1765.     protected function getCache_SecurityExpressionLanguageService()
  1766.     {
  1767.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eXZX9dvJdI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1768.     }
  1769.     /**
  1770.      * Gets the private 'cache.serializer' shared service.
  1771.      *
  1772.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1773.      */
  1774.     protected function getCache_SerializerService()
  1775.     {
  1776.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tnIRi+tVtW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1777.     }
  1778.     /**
  1779.      * Gets the private 'cache.validator' shared service.
  1780.      *
  1781.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1782.      */
  1783.     protected function getCache_ValidatorService()
  1784.     {
  1785.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KKcgYzRpjA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1786.     }
  1787.     /**
  1788.      * Gets the private 'data_collector.form' shared service.
  1789.      *
  1790.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1791.      */
  1792.     protected function getDataCollector_FormService()
  1793.     {
  1794.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1795.     }
  1796.     /**
  1797.      * Gets the private 'data_collector.request' shared service.
  1798.      *
  1799.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1800.      */
  1801.     protected function getDataCollector_RequestService()
  1802.     {
  1803.         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())));
  1804.     }
  1805.     /**
  1806.      * Gets the private 'debug.controller_resolver' shared service.
  1807.      *
  1808.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1809.      */
  1810.     protected function getDebug_ControllerResolverService()
  1811.     {
  1812.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1813.     }
  1814.     /**
  1815.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1818.      */
  1819.     protected function getDebug_DebugHandlersListenerService()
  1820.     {
  1821.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1822.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1823.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1824.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1825.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1826.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1827.     }
  1828.     /**
  1829.      * Gets the private 'debug.file_link_formatter' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1832.      */
  1833.     protected function getDebug_FileLinkFormatterService()
  1834.     {
  1835.         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 () {
  1836.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1837.         });
  1838.     }
  1839.     /**
  1840.      * Gets the private 'debug.log_processor' shared service.
  1841.      *
  1842.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1843.      */
  1844.     protected function getDebug_LogProcessorService()
  1845.     {
  1846.         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())));
  1847.     }
  1848.     /**
  1849.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1852.      */
  1853.     protected function getDebug_Security_Access_DecisionManagerService()
  1854.     {
  1855.         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 () {
  1856.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1857.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1858.         }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1859.     }
  1860.     /**
  1861.      * Gets the private 'debug.security.firewall' shared service.
  1862.      *
  1863.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1864.      */
  1865.     protected function getDebug_Security_FirewallService()
  1866.     {
  1867.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1868.         if (isset($this->privates['debug.security.firewall'])) {
  1869.             return $this->privates['debug.security.firewall'];
  1870.         }
  1871.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1872.         if (isset($this->privates['debug.security.firewall'])) {
  1873.             return $this->privates['debug.security.firewall'];
  1874.         }
  1875.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1876.     }
  1877.     /**
  1878.      * Gets the private 'doctrine.orm.company_group_yml_metadata_driver' shared service.
  1879.      *
  1880.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  1881.      */
  1882.     protected function getDoctrine_Orm_CompanyGroupYmlMetadataDriverService()
  1883.     {
  1884.         $this->privates['doctrine.orm.company_group_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/CompanyGroupBundle/Modules/Blockchain/Resources/config/doctrine') => 'CompanyGroupBundle\\Modules\\Blockchain\\Entity', (\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/config/doctrine') => 'CompanyGroupBundle\\Entity']);
  1885.         $instance->setGlobalBasename('mapping');
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  1890.      *
  1891.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  1892.      */
  1893.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  1894.     {
  1895.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  1896.     }
  1897.     /**
  1898.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  1899.      *
  1900.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  1901.      */
  1902.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  1903.     {
  1904.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Demo/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\Demo\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Lead/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\Lead\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/LeadGen/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\LeadGen\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Loan/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\Loan\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Logistics/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\Logistics\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Ai/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\Ai\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Resources/config/doctrine') => 'ApplicationBundle\\Entity']);
  1905.         $instance->setGlobalBasename('mapping');
  1906.         return $instance;
  1907.     }
  1908.     /**
  1909.      * Gets the private 'exception_listener' shared service.
  1910.      *
  1911.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1912.      */
  1913.     protected function getExceptionListenerService()
  1914.     {
  1915.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1916.     }
  1917.     /**
  1918.      * Gets the private 'fragment.listener' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1921.      */
  1922.     protected function getFragment_ListenerService()
  1923.     {
  1924.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('756630af84937eefcb2843b19ef56c1e128b40d7'))), '/_fragment');
  1925.     }
  1926.     /**
  1927.      * Gets the private 'locale_aware_listener' shared service.
  1928.      *
  1929.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1930.      */
  1931.     protected function getLocaleAwareListenerService()
  1932.     {
  1933.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1934.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1935.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1936.     }
  1937.     /**
  1938.      * Gets the private 'locale_listener' shared service.
  1939.      *
  1940.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1941.      */
  1942.     protected function getLocaleListenerService()
  1943.     {
  1944.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1945.     }
  1946.     /**
  1947.      * Gets the private 'monolog.handler.console' shared service.
  1948.      *
  1949.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1950.      */
  1951.     protected function getMonolog_Handler_ConsoleService()
  1952.     {
  1953.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1954.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1955.         return $instance;
  1956.     }
  1957.     /**
  1958.      * Gets the private 'monolog.handler.main' shared service.
  1959.      *
  1960.      * @return \Monolog\Handler\StreamHandler
  1961.      */
  1962.     protected function getMonolog_Handler_MainService()
  1963.     {
  1964.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/dev.log'), 100trueNULLfalse);
  1965.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1966.         return $instance;
  1967.     }
  1968.     /**
  1969.      * Gets the private 'monolog.logger.cache' shared service.
  1970.      *
  1971.      * @return \Symfony\Bridge\Monolog\Logger
  1972.      */
  1973.     protected function getMonolog_Logger_CacheService()
  1974.     {
  1975.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1976.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1977.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1978.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1979.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1980.         return $instance;
  1981.     }
  1982.     /**
  1983.      * Gets the private 'monolog.logger.doctrine' shared service.
  1984.      *
  1985.      * @return \Symfony\Bridge\Monolog\Logger
  1986.      */
  1987.     protected function getMonolog_Logger_DoctrineService()
  1988.     {
  1989.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1990.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1991.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1992.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1993.         return $instance;
  1994.     }
  1995.     /**
  1996.      * Gets the private 'monolog.logger.request' shared service.
  1997.      *
  1998.      * @return \Symfony\Bridge\Monolog\Logger
  1999.      */
  2000.     protected function getMonolog_Logger_RequestService()
  2001.     {
  2002.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2003.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2004.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2005.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2006.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the private 'nzo.annotation_resolver' shared service.
  2011.      *
  2012.      * @return \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver
  2013.      */
  2014.     protected function getNzo_AnnotationResolverService()
  2015.     {
  2016.         $a = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''aes-256-ctr'truetruetrue);
  2017.         $a->setSecretIv('1298767');
  2018.         $b = new \Doctrine\Common\Annotations\AnnotationReader();
  2019.         $b->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  2020.         return $this->privates['nzo.annotation_resolver'] = new \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver($a$b);
  2021.     }
  2022.     /**
  2023.      * Gets the private 'profiler_listener' shared service.
  2024.      *
  2025.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2026.      */
  2027.     protected function getProfilerListenerService()
  2028.     {
  2029.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2030.         if (isset($this->privates['profiler_listener'])) {
  2031.             return $this->privates['profiler_listener'];
  2032.         }
  2033.         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);
  2034.     }
  2035.     /**
  2036.      * Gets the private 'property_info' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2039.      */
  2040.     protected function getPropertyInfoService()
  2041.     {
  2042.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2043.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2044.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2045.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2046.             yield => ($this->privates['doctrine.orm.company_group_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyGroupEntityManager_PropertyInfoExtractorService'));
  2047.         }, 4), new RewindableGenerator(function () {
  2048.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2049.             yield => ($this->privates['doctrine.orm.company_group_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyGroupEntityManager_PropertyInfoExtractorService'));
  2050.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2051.         }, 3), new RewindableGenerator(function () {
  2052.             return new \EmptyIterator();
  2053.         }, 0), new RewindableGenerator(function () {
  2054.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2055.             yield => ($this->privates['doctrine.orm.company_group_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyGroupEntityManager_PropertyInfoExtractorService'));
  2056.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2057.         }, 3), new RewindableGenerator(function () {
  2058.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2059.         }, 1));
  2060.     }
  2061.     /**
  2062.      * Gets the private 'router.request_context' shared service.
  2063.      *
  2064.      * @return \Symfony\Component\Routing\RequestContext
  2065.      */
  2066.     protected function getRouter_RequestContextService()
  2067.     {
  2068.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2069.     }
  2070.     /**
  2071.      * Gets the private 'router_listener' shared service.
  2072.      *
  2073.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2074.      */
  2075.     protected function getRouterListenerService()
  2076.     {
  2077.         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);
  2078.     }
  2079.     /**
  2080.      * Gets the private 'security.firewall.map' shared service.
  2081.      *
  2082.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2083.      */
  2084.     protected function getSecurity_Firewall_MapService()
  2085.     {
  2086.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2087.         if (isset($this->privates['security.firewall.map'])) {
  2088.             return $this->privates['security.firewall.map'];
  2089.         }
  2090.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2091.             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)/')));
  2092.             yield 'security.firewall.map.context.main' => NULL;
  2093.         }, 2));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'security.logout_url_generator' shared service.
  2097.      *
  2098.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2099.      */
  2100.     protected function getSecurity_LogoutUrlGeneratorService()
  2101.     {
  2102.         return $this->privates['security.logout_url_generator'] = 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()));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'session.factory' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2108.      */
  2109.     protected function getSession_FactoryService()
  2110.     {
  2111.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2112.         if (isset($this->privates['session.factory'])) {
  2113.             return $this->privates['session.factory'];
  2114.         }
  2115.         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'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), false), [=> $a=> 'onSessionUsage']);
  2116.     }
  2117.     /**
  2118.      * Gets the private 'session_listener' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2121.      */
  2122.     protected function getSessionListenerService()
  2123.     {
  2124.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2125.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2126.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  2127.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2128.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2129.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2130.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2131.         ], [
  2132.             'initialized_session' => '?',
  2133.             'logger' => '?',
  2134.             'request_stack' => '?',
  2135.             'session' => '?',
  2136.             'session_collector' => '?',
  2137.             'session_factory' => '?',
  2138.         ]), true$this->parameters['session.storage.options']);
  2139.     }
  2140.     /**
  2141.      * Gets the private 'validator.builder' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2144.      */
  2145.     protected function getValidator_BuilderService()
  2146.     {
  2147.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2148.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2149.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2150.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2151.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2152.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2153.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2154.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2155.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2156.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2157.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2158.         ], [
  2159.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2160.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2161.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2162.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2163.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2164.             'doctrine.orm.validator.unique' => '?',
  2165.             'security.validator.user_password' => '?',
  2166.             'validator.expression' => '?',
  2167.         ])));
  2168.         $instance->setTranslationDomain('validators');
  2169.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2170.         $instance->enableAnnotationMapping(true);
  2171.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2172.         $instance->addMethodMapping('loadValidatorMetadata');
  2173.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2174.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2175.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2176.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), NULL));
  2177.         return $instance;
  2178.     }
  2179.     /**
  2180.      * Gets the private 'web_profiler.csp.handler' shared service.
  2181.      *
  2182.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2183.      */
  2184.     protected function getWebProfiler_Csp_HandlerService()
  2185.     {
  2186.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2187.     }
  2188.     /**
  2189.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2190.      *
  2191.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2192.      */
  2193.     protected function getWebProfiler_DebugToolbarService()
  2194.     {
  2195.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2196.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2197.             return $this->privates['web_profiler.debug_toolbar'];
  2198.         }
  2199.         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()), NULL);
  2200.     }
  2201.     /**
  2202.      * Gets the public 'cache_clearer' alias.
  2203.      *
  2204.      * @return object The ".container.private.cache_clearer" service.
  2205.      */
  2206.     protected function getCacheClearerService()
  2207.     {
  2208.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2209.         return $this->get('.container.private.cache_clearer');
  2210.     }
  2211.     /**
  2212.      * Gets the public 'filesystem' alias.
  2213.      *
  2214.      * @return object The ".container.private.filesystem" service.
  2215.      */
  2216.     protected function getFilesystemService()
  2217.     {
  2218.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2219.         return $this->get('.container.private.filesystem');
  2220.     }
  2221.     /**
  2222.      * Gets the public 'serializer' alias.
  2223.      *
  2224.      * @return object The ".container.private.serializer" service.
  2225.      */
  2226.     protected function getSerializerService()
  2227.     {
  2228.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2229.         return $this->get('.container.private.serializer');
  2230.     }
  2231.     /**
  2232.      * Gets the public 'security.csrf.token_manager' alias.
  2233.      *
  2234.      * @return object The ".container.private.security.csrf.token_manager" service.
  2235.      */
  2236.     protected function getSecurity_Csrf_TokenManagerService()
  2237.     {
  2238.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2239.         return $this->get('.container.private.security.csrf.token_manager');
  2240.     }
  2241.     /**
  2242.      * Gets the public 'form.factory' alias.
  2243.      *
  2244.      * @return object The ".container.private.form.factory" service.
  2245.      */
  2246.     protected function getForm_FactoryService()
  2247.     {
  2248.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2249.         return $this->get('.container.private.form.factory');
  2250.     }
  2251.     /**
  2252.      * Gets the public 'form.type.file' alias.
  2253.      *
  2254.      * @return object The ".container.private.form.type.file" service.
  2255.      */
  2256.     protected function getForm_Type_FileService()
  2257.     {
  2258.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2259.         return $this->get('.container.private.form.type.file');
  2260.     }
  2261.     /**
  2262.      * Gets the public 'profiler' alias.
  2263.      *
  2264.      * @return object The ".container.private.profiler" service.
  2265.      */
  2266.     protected function getProfilerService()
  2267.     {
  2268.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2269.         return $this->get('.container.private.profiler');
  2270.     }
  2271.     /**
  2272.      * Gets the public 'security.authorization_checker' alias.
  2273.      *
  2274.      * @return object The ".container.private.security.authorization_checker" service.
  2275.      */
  2276.     protected function getSecurity_AuthorizationCheckerService()
  2277.     {
  2278.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2279.         return $this->get('.container.private.security.authorization_checker');
  2280.     }
  2281.     /**
  2282.      * Gets the public 'security.token_storage' alias.
  2283.      *
  2284.      * @return object The ".container.private.security.token_storage" service.
  2285.      */
  2286.     protected function getSecurity_TokenStorageService()
  2287.     {
  2288.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2289.         return $this->get('.container.private.security.token_storage');
  2290.     }
  2291.     /**
  2292.      * Gets the public 'twig' alias.
  2293.      *
  2294.      * @return object The ".container.private.twig" service.
  2295.      */
  2296.     protected function getTwigService()
  2297.     {
  2298.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2299.         return $this->get('.container.private.twig');
  2300.     }
  2301.     /**
  2302.      * Gets the public 'security.password_encoder' alias.
  2303.      *
  2304.      * @return object The ".container.private.security.password_encoder" service.
  2305.      */
  2306.     protected function getSecurity_PasswordEncoderService()
  2307.     {
  2308.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2309.         return $this->get('.container.private.security.password_encoder');
  2310.     }
  2311.     /**
  2312.      * Gets the public 'session' alias.
  2313.      *
  2314.      * @return object The ".container.private.session" service.
  2315.      */
  2316.     protected function getSessionService()
  2317.     {
  2318.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2319.         return $this->get('.container.private.session');
  2320.     }
  2321.     /**
  2322.      * Gets the public 'validator' alias.
  2323.      *
  2324.      * @return object The ".container.private.validator" service.
  2325.      */
  2326.     protected function getValidatorService()
  2327.     {
  2328.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2329.         return $this->get('.container.private.validator');
  2330.     }
  2331.     /**
  2332.      * @return array|bool|float|int|string|\UnitEnum|null
  2333.      */
  2334.     public function getParameter(string $name)
  2335.     {
  2336.         if (isset($this->buildParameters[$name])) {
  2337.             return $this->buildParameters[$name];
  2338.         }
  2339.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2340.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2341.         }
  2342.         if (isset($this->loadedDynamicParameters[$name])) {
  2343.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2344.         }
  2345.         return $this->parameters[$name];
  2346.     }
  2347.     public function hasParameter(string $name): bool
  2348.     {
  2349.         if (isset($this->buildParameters[$name])) {
  2350.             return true;
  2351.         }
  2352.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2353.     }
  2354.     public function setParameter(string $name$value): void
  2355.     {
  2356.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2357.     }
  2358.     public function getParameterBag(): ParameterBagInterface
  2359.     {
  2360.         if (null === $this->parameterBag) {
  2361.             $parameters $this->parameters;
  2362.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2363.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2364.             }
  2365.             foreach ($this->buildParameters as $name => $value) {
  2366.                 $parameters[$name] = $value;
  2367.             }
  2368.             $this->parameterBag = new FrozenParameterBag($parameters);
  2369.         }
  2370.         return $this->parameterBag;
  2371.     }
  2372.     private $loadedDynamicParameters = [
  2373.         'kernel.runtime_environment' => false,
  2374.         'kernel.build_dir' => false,
  2375.         'kernel.cache_dir' => false,
  2376.         'debug.container.dump' => false,
  2377.         'serializer.mapping.cache.file' => false,
  2378.         'validator.mapping.cache.file' => false,
  2379.         'profiler.storage.dsn' => false,
  2380.         'doctrine.orm.proxy_dir' => false,
  2381.     ];
  2382.     private $dynamicParameters = [];
  2383.     private function getDynamicParameter(string $name)
  2384.     {
  2385.         switch ($name) {
  2386.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2387.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2388.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2389.             case 'debug.container.dump'$value = ($this->targetDir.''.'/AppKernelDevDebugContainer.xml'); break;
  2390.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2391.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2392.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2393.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2394.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2395.         }
  2396.         $this->loadedDynamicParameters[$name] = true;
  2397.         return $this->dynamicParameters[$name] = $value;
  2398.     }
  2399.     protected function getDefaultParameters(): array
  2400.     {
  2401.         return [
  2402.             'kernel.project_dir' => \dirname(__DIR__4),
  2403.             'kernel.environment' => 'dev',
  2404.             'kernel.debug' => true,
  2405.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  2406.             'kernel.bundles' => [
  2407.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2408.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2409.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2410.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2411.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2412.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2413.                 'NzoUrlEncryptorBundle' => 'Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle',
  2414.                 'ApplicationBundle' => 'ApplicationBundle\\ApplicationBundle',
  2415.                 'CompanyGroupBundle' => 'CompanyGroupBundle\\CompanyGroupBundle',
  2416.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2417.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  2418.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2419.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2420.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2421.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2422.             ],
  2423.             'kernel.bundles_metadata' => [
  2424.                 'FrameworkBundle' => [
  2425.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2426.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2427.                 ],
  2428.                 'SecurityBundle' => [
  2429.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2430.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2431.                 ],
  2432.                 'TwigBundle' => [
  2433.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2434.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2435.                 ],
  2436.                 'MonologBundle' => [
  2437.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2438.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2439.                 ],
  2440.                 'SwiftmailerBundle' => [
  2441.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2442.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2443.                 ],
  2444.                 'DoctrineBundle' => [
  2445.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2446.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2447.                 ],
  2448.                 'NzoUrlEncryptorBundle' => [
  2449.                     'path' => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle'),
  2450.                     'namespace' => 'Nzo\\UrlEncryptorBundle',
  2451.                 ],
  2452.                 'ApplicationBundle' => [
  2453.                     'path' => (\dirname(__DIR__4).'/src/ApplicationBundle'),
  2454.                     'namespace' => 'ApplicationBundle',
  2455.                 ],
  2456.                 'CompanyGroupBundle' => [
  2457.                     'path' => (\dirname(__DIR__4).'/src/CompanyGroupBundle'),
  2458.                     'namespace' => 'CompanyGroupBundle',
  2459.                 ],
  2460.                 'KnpSnappyBundle' => [
  2461.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2462.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2463.                 ],
  2464.                 'EndroidQrCodeBundle' => [
  2465.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  2466.                     'namespace' => 'Endroid\\QrCodeBundle',
  2467.                 ],
  2468.                 'TwigExtraBundle' => [
  2469.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2470.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2471.                 ],
  2472.                 'WebProfilerBundle' => [
  2473.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2474.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2475.                 ],
  2476.                 'DoctrineFixturesBundle' => [
  2477.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2478.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2479.                 ],
  2480.                 'MakerBundle' => [
  2481.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2482.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2483.                 ],
  2484.             ],
  2485.             'kernel.charset' => 'UTF-8',
  2486.             'kernel.container_class' => 'AppKernelDevDebugContainer',
  2487.             'database_host' => 'localhost',
  2488.             'database_port' => NULL,
  2489.             'database_name' => 'u405565514_honeybee_iot',
  2490.             'database_user' => 'u405565514_honeybee_iot',
  2491.             'database_password' => 'Honeybee@0112',
  2492.             'mailer_transport' => 'smtp',
  2493.             'mailer_host' => 'smtp.hostinger.com',
  2494.             'mailer_port' => 465,
  2495.             'mailer_user' => 'contact@ourhoneybee.eu',
  2496.             'mailer_password' => 'Honeybee@0112',
  2497.             'secret' => '756630af84937eefcb2843b19ef56c1e128b40d7',
  2498.             'child_database_driver' => 'pdo_mysql',
  2499.             'child_database_host' => 'localhost',
  2500.             'child_database_port' => NULL,
  2501.             'child_database_name' => 'u405565514_entity_group',
  2502.             'child_database_user' => 'u405565514_entity_group',
  2503.             'child_database_password' => 'Honeybee@0112',
  2504.             'knp_snappy_binary_address' => 'C:\\wkhtmltopdf\\bin\\wkhtmltopdf.exe',
  2505.             'entity_group_enabled' => 1,
  2506.             'email_enabled' => 1,
  2507.             'datev_client_id' => '51b09bdcf577c5b998cddce7fe7d5c92',
  2508.             'datev_client_secret' => '9b1c4e72a966e9f231584393ff1d3469',
  2509.             'datev_sandbox' => true,
  2510.             'datev_redirect_uri' => 'https://ourhoneybee.eu/datev/callback',
  2511.             'notification_enabled' => 1,
  2512.             'system_type' => '_CENTRAL_',
  2513.             'notification_server' => 'https://ourhoneybee.xyz',
  2514.             'quotes_mailer_transport' => 'smtp',
  2515.             'quotes_mailer_host' => 'smtp.hostinger.com',
  2516.             'quotes_mailer_port' => 465,
  2517.             'quotes_mailer_user' => 'contact@ourhoneybee.eu',
  2518.             'quotes_mailer_password' => 'Honeybee@0112',
  2519.             'quotes_mailer_encryption' => 'ssl',
  2520.             'libreoffice_bin' => 'soffice',
  2521.             'imagemagick_bin' => 'convert',
  2522.             'ghostscript_bin' => 'gs',
  2523.             'command_center_realtime_server' => 'http://127.0.0.1:5055',
  2524.             'honeybee_ai_api_key' => 'NXK65YpoCKkZl6hxXQC7kQeqi9AAB1YHF7m5QD7',
  2525.             'honeybee_ai_base_url' => 'https://dev.ourhoneybee.xyz/honeybee_ai',
  2526.             'demo_admin_emails' => 'emrul.hasan@ourhoneybee.eu,mozibul.yasser@ourhoneybee.eu',
  2527.             'central_server_url' => 'https://ourhoneybee.eu',
  2528.             'ai_realtime_url' => 'http://127.0.0.1:5055',
  2529.             'ai_realtime_ws_url' => 'https://ourhoneybee.xyz/ai-realtime',
  2530.             'ai_realtime_secret' => 'your-strong-secret',
  2531.             'aie_relay_secret' => 'change_me_to_another_long_random_secret',
  2532.             'socket_shared_secret' => 'change_me_to_another_long_random_secret',
  2533.             'central_sync_secret' => 'super_awesome_central_secret',
  2534.             'eb_signing_secret' => '59c622e55fe0b87d92d75e23f861a2fe',
  2535.             'whatsapp_phone_number_id' => '1263750830148029',
  2536.             'whatsapp_access_token' => 'EAAVzZBDICIRIBRyQ9ZAkPaSCnvB733Nqxm49oszOKPN05xmAtnELr835QEIAPW5vWJ5vuEzrinFC5jo0s16WyirKCn1W38V6OHqcUvbWWX7M6IUmiZAkR1YYaQZC4TvWQEBsD68peZCElZAuyEc9wQIxVRDhmNg1jci6bKPtMcaNl3BzOrPtEsaaYqMfpJ5QZDZD',
  2537.             'whatsapp_verify_token' => 'PIKAMASTER!@#$%',
  2538.             'whatsapp_app_secret' => '9ebdd38ab44c3fe7f13d9b4eb529f0e3',
  2539.             'leadgen_outreach_enabled' => '1',
  2540.             'leadgen_sender_domain' => 'ourhoneybee.site',
  2541.             'leadgen_sender_address' => 'collaboration@ourhoneybee.site',
  2542.             'leadgen_sender_name' => 'HoneyBee Agentic Ecosystem',
  2543.             'leadgen_dkim_selector' => 'hostingermail-a',
  2544.             'leadgen_smtp_host' => 'smtp.hostinger.com',
  2545.             'leadgen_smtp_port' => 465,
  2546.             'leadgen_smtp_encryption' => 'ssl',
  2547.             'leadgen_smtp_username' => 'collaboration@ourhoneybee.site',
  2548.             'leadgen_smtp_password' => 'Honeybee@0112',
  2549.             'leadgen_unsubscribe_secret' => 'eb2fa8d0cd741fd598e297baa40ec516d4e59612afd4f9e2a59a325adb78d545',
  2550.             'leadgen_public_base_url' => 'https://ourhoneybee.eu',
  2551.             'leadgen_warmup_start' => '2026-07-10',
  2552.             'leadgen_daily_cap' => 20,
  2553.             'leadgen_domain_daily_cap' => 2,
  2554.             'leadgen_enrich_daily_cap' => 200,
  2555.             'leadgen_raach_sender_domain' => 'raachsolar.com',
  2556.             'leadgen_raach_sender_address' => 'outreach@raachsolar.com',
  2557.             'leadgen_raach_sender_name' => 'Raach Solar',
  2558.             'leadgen_raach_smtp_host' => 'smtp.hostinger.com',
  2559.             'leadgen_raach_smtp_port' => 587,
  2560.             'leadgen_raach_smtp_encryption' => 'tls',
  2561.             'leadgen_raach_smtp_username' => 'outreach@raachsolar.com',
  2562.             'leadgen_raach_smtp_password' => 'CHANGE_ME_raach_mailbox_password',
  2563.             'server_access_list' => [
  2564.                 => [
  2565.                     'id' => 1,
  2566.                     'dbUser' => 'root',
  2567.                     'dbPass' => 'Y41dh8g0112',
  2568.                 ],
  2569.                 => [
  2570.                     'id' => 2,
  2571.                     'dbUser' => 'root',
  2572.                     'dbPass' => 'Y41dh8g0112',
  2573.                 ],
  2574.                 => [
  2575.                     'id' => 3,
  2576.                     'dbUser' => 'root',
  2577.                     'dbPass' => 'Y41dh8g0112',
  2578.                 ],
  2579.                 => [
  2580.                     'id' => 4,
  2581.                     'dbUser' => 'root',
  2582.                     'dbPass' => 'Y41dh8g0112',
  2583.                 ],
  2584.                 => [
  2585.                     'id' => 5,
  2586.                     'dbUser' => 'root',
  2587.                     'dbPass' => 'Y41dh8g0112',
  2588.                 ],
  2589.             ],
  2590.             'upload_dir' => '../var/uploads',
  2591.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  2592.             'locale' => 'en',
  2593.             'stripe_public_key' => 'pk_test_51IxYTAJXs21fVb0QMvdSGdQURXLHmHPEGzkDHaJIv5ynV40XTT2h9RQf7tVJytYxQ1r0lAe3NHj3Q9HnneSFydqT008AvyZrEH',
  2594.             'stripe_public_key_live' => 'pk_live_51SUsUNAxpgyXr9HS8JRH1qJ7HIvJcd4HbPpdnQNGTo5DNzCISBJg9aIOWRceu1vhkFfdj5leWrkbTfUEQH8pGPWC00kciTWQeZ',
  2595.             'stripe_secret_key' => 'sk_test_51IxYTAJXs21fVb0QMop2Nb0E7u9Da4LwGrym1nGHUHqaSNtT3p9HBgHd7YyDsTKHscgPPECPQniTy79Ab8Sgxfbm00JF2AndUz',
  2596.             'stripe_secret_key_live' => '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',
  2597.             'honeybee_ai_timeout' => 60,
  2598.             'event_dispatcher.event_aliases' => [
  2599.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2600.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2601.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2602.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2603.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2604.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2605.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2606.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2607.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2608.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2609.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2610.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2611.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2612.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2613.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2614.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2615.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2616.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2617.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2618.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2619.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2620.             ],
  2621.             'fragment.renderer.hinclude.global_template' => NULL,
  2622.             'fragment.path' => '/_fragment',
  2623.             'kernel.secret' => '756630af84937eefcb2843b19ef56c1e128b40d7',
  2624.             'kernel.http_method_override' => true,
  2625.             'kernel.trusted_hosts' => [
  2626.             ],
  2627.             'kernel.default_locale' => 'en',
  2628.             'kernel.enabled_locales' => [
  2629.             ],
  2630.             'kernel.error_controller' => 'error_controller',
  2631.             'debug.file_link_format' => NULL,
  2632.             'asset.request_context.base_path' => NULL,
  2633.             'asset.request_context.secure' => NULL,
  2634.             'debug.error_handler.throw_at' => -1,
  2635.             'router.request_context.host' => 'localhost',
  2636.             'router.request_context.scheme' => 'http',
  2637.             'router.request_context.base_url' => '',
  2638.             'router.resource' => (\dirname(__DIR__4).'/app/config/routing_dev.yml'),
  2639.             'request_listener.http_port' => 80,
  2640.             'request_listener.https_port' => 443,
  2641.             'session.metadata.storage_key' => '_sf2_meta',
  2642.             'session.storage.options' => [
  2643.                 'cache_limiter' => '0',
  2644.                 'cookie_httponly' => true,
  2645.                 'gc_probability' => 1,
  2646.             ],
  2647.             'session.save_path' => NULL,
  2648.             'session.metadata.update_threshold' => 0,
  2649.             'form.type_extension.csrf.enabled' => true,
  2650.             'form.type_extension.csrf.field_name' => '_token',
  2651.             'validator.translation_domain' => 'validators',
  2652.             'profiler_listener.only_exceptions' => false,
  2653.             'profiler_listener.only_main_requests' => false,
  2654.             'security.role_hierarchy.roles' => [
  2655.             ],
  2656.             'security.access.denied_url' => NULL,
  2657.             'security.authentication.manager.erase_credentials' => true,
  2658.             'security.authentication.session_strategy.strategy' => 'migrate',
  2659.             'security.access.always_authenticate_before_granting' => false,
  2660.             'security.authentication.hide_user_not_found' => true,
  2661.             'security.firewalls' => [
  2662.                 => 'dev',
  2663.                 => 'main',
  2664.             ],
  2665.             'security.main._indexed_authenticators' => [
  2666.             ],
  2667.             'twig.form.resources' => [
  2668.                 => 'form_div_layout.html.twig',
  2669.             ],
  2670.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2671.             'monolog.use_microseconds' => true,
  2672.             'monolog.swift_mailer.handlers' => [
  2673.             ],
  2674.             'monolog.handlers_to_channels' => [
  2675.                 'monolog.handler.console' => [
  2676.                     'type' => 'exclusive',
  2677.                     'elements' => [
  2678.                         => 'event',
  2679.                         => 'doctrine',
  2680.                     ],
  2681.                 ],
  2682.                 'monolog.handler.main' => [
  2683.                     'type' => 'exclusive',
  2684.                     'elements' => [
  2685.                         => 'event',
  2686.                     ],
  2687.                 ],
  2688.             ],
  2689.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  2690.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  2691.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  2692.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.hostinger.com',
  2693.             'swiftmailer.mailer.default.transport.smtp.username' => 'contact@ourhoneybee.eu',
  2694.             'swiftmailer.mailer.default.transport.smtp.password' => 'Honeybee@0112',
  2695.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  2696.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  2697.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  2698.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  2699.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  2700.             ],
  2701.             'swiftmailer.mailer.default.spool.enabled' => false,
  2702.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2703.             'swiftmailer.mailer.default.single_address' => NULL,
  2704.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2705.             'swiftmailer.spool.enabled' => false,
  2706.             'swiftmailer.delivery.enabled' => true,
  2707.             'swiftmailer.single_address' => NULL,
  2708.             'swiftmailer.mailer.quotes.transport.name' => 'smtp',
  2709.             'swiftmailer.mailer.quotes.transport.smtp.encryption' => 'ssl',
  2710.             'swiftmailer.mailer.quotes.transport.smtp.port' => 465,
  2711.             'swiftmailer.mailer.quotes.transport.smtp.host' => 'smtp.hostinger.com',
  2712.             'swiftmailer.mailer.quotes.transport.smtp.username' => 'contact@ourhoneybee.eu',
  2713.             'swiftmailer.mailer.quotes.transport.smtp.password' => 'Honeybee@0112',
  2714.             'swiftmailer.mailer.quotes.transport.smtp.auth_mode' => NULL,
  2715.             'swiftmailer.mailer.quotes.transport.smtp.timeout' => 30,
  2716.             'swiftmailer.mailer.quotes.transport.smtp.source_ip' => NULL,
  2717.             'swiftmailer.mailer.quotes.transport.smtp.local_domain' => NULL,
  2718.             'swiftmailer.mailer.quotes.transport.smtp.stream_options' => [
  2719.             ],
  2720.             'swiftmailer.mailer.quotes.spool.enabled' => false,
  2721.             'swiftmailer.mailer.quotes.plugin.impersonate' => NULL,
  2722.             'swiftmailer.mailer.quotes.single_address' => NULL,
  2723.             'swiftmailer.mailer.quotes.delivery.enabled' => true,
  2724.             'swiftmailer.mailers' => [
  2725.                 'default' => 'swiftmailer.mailer.default',
  2726.                 'quotes' => 'swiftmailer.mailer.quotes',
  2727.             ],
  2728.             'swiftmailer.default_mailer' => 'default',
  2729.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2730.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2731.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2732.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2733.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2734.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2735.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2736.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2737.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2738.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2739.             'doctrine.entity_managers' => [
  2740.                 'default' => 'doctrine.orm.default_entity_manager',
  2741.                 'company_group' => 'doctrine.orm.company_group_entity_manager',
  2742.             ],
  2743.             'doctrine.default_entity_manager' => 'default',
  2744.             'doctrine.dbal.connection_factory.types' => [
  2745.             ],
  2746.             'doctrine.connections' => [
  2747.                 'default' => 'doctrine.dbal.default_connection',
  2748.                 'company_group' => 'doctrine.dbal.company_group_connection',
  2749.             ],
  2750.             'doctrine.default_connection' => 'default',
  2751.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2752.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2753.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2754.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2755.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2756.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2757.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2758.             'doctrine.orm.cache.memcache_port' => 11211,
  2759.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2760.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2761.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2762.             'doctrine.orm.cache.memcached_port' => 11211,
  2763.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2764.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2765.             'doctrine.orm.cache.redis_host' => 'localhost',
  2766.             'doctrine.orm.cache.redis_port' => 6379,
  2767.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2768.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2769.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2770.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2771.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2772.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2773.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2774.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2775.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2776.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2777.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2778.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2779.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2780.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2781.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2782.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2783.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2784.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2785.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2786.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2787.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2788.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2789.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2790.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2791.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2792.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2793.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2794.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2795.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2796.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2797.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2798.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2799.             'nzo_encryptor.secret_key' => '9980fe5327425b3ba36ce27c4c6999b02572cf41',
  2800.             'nzo_encryptor.secret_iv' => '1298767',
  2801.             'nzo_encryptor.cipher_algorithm' => 'aes-256-ctr',
  2802.             'nzo_encryptor.base64_encode' => true,
  2803.             'nzo_encryptor.format_base64_output' => true,
  2804.             'nzo_encryptor.random_pseudo_bytes' => true,
  2805.             'knp_snappy.pdf.binary' => 'C:\\wkhtmltopdf\\bin\\wkhtmltopdf.exe',
  2806.             'knp_snappy.pdf.options' => [
  2807.             ],
  2808.             'knp_snappy.pdf.env' => [
  2809.             ],
  2810.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  2811.             'knp_snappy.image.options' => [
  2812.             ],
  2813.             'knp_snappy.image.env' => [
  2814.             ],
  2815.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2816.             'web_profiler.debug_toolbar.mode' => 2,
  2817.             'maker.compatible_check.doctrine.supports_attributes' => true,
  2818.             'data_collector.templates' => [
  2819.                 'data_collector.request' => [
  2820.                     => 'request',
  2821.                     => '@WebProfiler/Collector/request.html.twig',
  2822.                 ],
  2823.                 'data_collector.time' => [
  2824.                     => 'time',
  2825.                     => '@WebProfiler/Collector/time.html.twig',
  2826.                 ],
  2827.                 'data_collector.memory' => [
  2828.                     => 'memory',
  2829.                     => '@WebProfiler/Collector/memory.html.twig',
  2830.                 ],
  2831.                 'data_collector.validator' => [
  2832.                     => 'validator',
  2833.                     => '@WebProfiler/Collector/validator.html.twig',
  2834.                 ],
  2835.                 'data_collector.ajax' => [
  2836.                     => 'ajax',
  2837.                     => '@WebProfiler/Collector/ajax.html.twig',
  2838.                 ],
  2839.                 'data_collector.form' => [
  2840.                     => 'form',
  2841.                     => '@WebProfiler/Collector/form.html.twig',
  2842.                 ],
  2843.                 'data_collector.exception' => [
  2844.                     => 'exception',
  2845.                     => '@WebProfiler/Collector/exception.html.twig',
  2846.                 ],
  2847.                 'data_collector.logger' => [
  2848.                     => 'logger',
  2849.                     => '@WebProfiler/Collector/logger.html.twig',
  2850.                 ],
  2851.                 'data_collector.events' => [
  2852.                     => 'events',
  2853.                     => '@WebProfiler/Collector/events.html.twig',
  2854.                 ],
  2855.                 'data_collector.router' => [
  2856.                     => 'router',
  2857.                     => '@WebProfiler/Collector/router.html.twig',
  2858.                 ],
  2859.                 'data_collector.cache' => [
  2860.                     => 'cache',
  2861.                     => '@WebProfiler/Collector/cache.html.twig',
  2862.                 ],
  2863.                 'data_collector.security' => [
  2864.                     => 'security',
  2865.                     => '@Security/Collector/security.html.twig',
  2866.                 ],
  2867.                 'data_collector.twig' => [
  2868.                     => 'twig',
  2869.                     => '@WebProfiler/Collector/twig.html.twig',
  2870.                 ],
  2871.                 'data_collector.doctrine' => [
  2872.                     => 'db',
  2873.                     => '@Doctrine/Collector/db.html.twig',
  2874.                 ],
  2875.                 'swiftmailer.data_collector' => [
  2876.                     => 'swiftmailer',
  2877.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2878.                 ],
  2879.                 'data_collector.config' => [
  2880.                     => 'config',
  2881.                     => '@WebProfiler/Collector/config.html.twig',
  2882.                 ],
  2883.             ],
  2884.             'console.command.ids' => [
  2885.                 => 'app.command.scheduled-big-row-entry',
  2886.                 => 'app.command.scheduled-notification',
  2887.                 => 'app.command.buddybee-schedule-missing-check',
  2888.                 => 'app.command.daily-user-report-buddybee',
  2889.                 => 'app.command.fixed-asset-scheduler',
  2890.                 => 'app.command.aspire-sync',
  2891.                 => 'app.command.payroll-auto-generate',
  2892.                 => 'app.command.leave-cycle-automation',
  2893.                 => 'app.command.attendance-reconciliation',
  2894.                 => 'app.command.fx-rate-backfill',
  2895.                 10 => 'app.command.ledger-dual-amount-backfill',
  2896.                 11 => 'app.command.sync-products-to-central',
  2897.                 12 => 'app.command.sync-health',
  2898.                 13 => 'app.command.central-remap-resync',
  2899.                 14 => 'app.command.seed-central-catalog-modules',
  2900.                 15 => 'app.command.seed-finance-tools-modules',
  2901.                 16 => 'app.command.aspire-wallet-sync',
  2902.                 17 => 'app.command.billing-schedule-check',
  2903.                 18 => 'app.command.ledger-integrity-check',
  2904.                 19 => 'app.command.head-pathtree-repair',
  2905.                 20 => 'app.command.ledger-rebuild',
  2906.                 21 => 'app.command.inventory-rebuild',
  2907.                 22 => 'app.command.tenant-reset',
  2908.                 23 => 'app.command.ledger-audit-chain',
  2909.                 24 => 'app.command.for-each-tenant',
  2910.                 25 => 'app.command.tax-return-build',
  2911.                 26 => 'app.command.bd-vat-return',
  2912.                 27 => 'app.command.bd-mushak-register',
  2913.                 28 => 'app.command.bd-seed-tax-config',
  2914.                 29 => 'app.command.bd-withholding-ledger',
  2915.                 30 => 'app.command.bd-mushak-6-6',
  2916.                 31 => 'app.command.de-ustva',
  2917.                 32 => 'app.command.de-seed-tax-config',
  2918.                 33 => 'app.command.sg-gst-f5',
  2919.                 34 => 'app.command.sg-form-cs',
  2920.                 35 => 'app.command.sg-seed-tax-config',
  2921.                 36 => 'app.command.epc-cockpit',
  2922.                 37 => 'app.command.de-einvoice-import',
  2923.                 38 => 'app.command.de-ec-sales-list',
  2924.                 39 => 'app.command.de-skr-map',
  2925.                 40 => 'app.command.cleanup-attendance-junk',
  2926.                 41 => 'app.command.tax-return-export',
  2927.                 42 => 'app.command.starter-pack-export',
  2928.                 43 => 'app.command.starter-pack-apply',
  2929.                 44 => 'app.command.opening-balances-import',
  2930.                 45 => 'app.command.solar-size',
  2931.                 46 => 'app.command.payroll-statutory',
  2932.                 47 => 'app.command.ensure-standard-heads',
  2933.                 48 => 'app.command.fx-accounts-setup',
  2934.                 49 => 'app.command.fx-settlement-selftest',
  2935.                 50 => 'app.command.fx-stamp-invoice',
  2936.                 51 => 'app.command.express-purchase-selftest',
  2937.                 52 => 'app.command.pv-fx-selftest',
  2938.                 53 => 'app.command.aspire-fx-selftest',
  2939.                 54 => 'app.command.payment-tag-selftest',
  2940.                 55 => 'app.command.fx-legacy-amount-repair',
  2941.                 56 => 'app.command.fx-rate-pull',
  2942.                 57 => 'app.command.fx-voucher-inspect',
  2943.                 58 => 'app.command.po-amount-foreign-backfill',
  2944.                 59 => 'app.command.cpshell-landing-seed',
  2945.                 60 => 'app.command.menu-audit',
  2946.                 61 => 'app.command.menu-seed-missing',
  2947.                 62 => 'app.command.menu-audit-selftest',
  2948.                 63 => 'app.command.project-costing-diagnose',
  2949.                 64 => 'app.command.pi-service-cost-selftest',
  2950.                 65 => 'app.command.pi-service-cost-diagnose',
  2951.                 66 => 'app.command.fa-conversion-selftest',
  2952.                 67 => 'app.command.ledger-reconciliation-selftest',
  2953.                 68 => 'app.command.aspire-conversion-selftest',
  2954.                 69 => 'app.command.financial-ingest-selftest',
  2955.                 70 => 'app.command.financial-sync',
  2956.                 71 => 'app.command.financial-connector-selftest',
  2957.                 72 => 'app.command.eb-alarm-selftest',
  2958.                 73 => 'app.command.wise-adapter-selftest',
  2959.                 74 => 'app.command.bank-feed-landing-selftest',
  2960.                 75 => 'app.command.bank-feed-review-selftest',
  2961.                 76 => 'app.command.ocbc-adapter-selftest',
  2962.                 77 => 'app.command.eb-kpi-invoice-selftest',
  2963.                 78 => 'app.command.srm-price-selftest',
  2964.                 79 => 'app.command.srm-portal-selftest',
  2965.                 80 => 'app.command.spc-commission-selftest',
  2966.                 81 => 'app.command.spc-commission-gl-selftest',
  2967.                 82 => 'app.command.spc-settlement-selftest',
  2968.                 83 => 'app.command.spc-commission-accounts-setup',
  2969.                 84 => 'app.command.simpleops-opening-stock-selftest',
  2970.                 85 => 'app.command.simpleops-selftest',
  2971.                 86 => 'app.command.simpleops-buy-receive-selftest',
  2972.                 87 => 'app.command.cw-foundation-selftest',
  2973.                 88 => 'app.command.cw-storage-accounts-setup',
  2974.                 89 => 'app.command.cw-storage-cost-selftest',
  2975.                 90 => 'app.command.cw-dropship-accounts-setup',
  2976.                 91 => 'app.command.cw-dropship-selftest',
  2977.                 92 => 'app.command.cw-consolidation-selftest',
  2978.                 93 => 'app.command.cw-bonded-accounts-setup',
  2979.                 94 => 'app.command.cw-bonded-selftest',
  2980.                 95 => 'app.command.voucher-balance-selftest',
  2981.                 96 => 'app.command.cw-reporting-selftest',
  2982.                 97 => 'app.command.cw-seed-modules',
  2983.                 98 => 'app.command.simpleops-product-selftest',
  2984.                 99 => 'app.command.doc-di0-selftest',
  2985.                 100 => 'app.command.doc-di1-selftest',
  2986.                 101 => 'app.command.doc-di2-selftest',
  2987.                 102 => 'app.command.doc-di4-selftest',
  2988.                 103 => 'app.command.doc-di3-selftest',
  2989.                 104 => 'app.command.doc-di5-selftest',
  2990.                 105 => 'app.command.simpleops-seed-modules',
  2991.                 106 => 'app.command.customer-readiness-selftest',
  2992.                 107 => 'app.command.provisioning-tls-audit',
  2993.                 108 => 'app.command.customer-readiness-metrics',
  2994.                 109 => 'app.command.commercial-journey-backfill',
  2995.                 110 => 'app.command.customer-handoff-sync',
  2996.                 111 => 'app.command.customer-handoff-escalate',
  2997.                 112 => 'app.command.provisioning-reconcile',
  2998.                 113 => 'app.command.provisioning-queue',
  2999.                 114 => 'app.command.agentos-emit-daily-review',
  3000.                 115 => 'app.command.agent-finance-selftest',
  3001.                 116 => 'app.command.agent-procurement-selftest',
  3002.                 117 => 'app.command.agent-proposal-selftest',
  3003.                 118 => 'app.command.agent-energy-selftest',
  3004.                 119 => 'app.command.ai-quota-selftest',
  3005.                 120 => 'app.command.agent-projectcontrol-selftest',
  3006.                 121 => 'app.command.agent-inventory-selftest',
  3007.                 122 => 'app.command.agent-compliance-selftest',
  3008.                 123 => 'app.command.agent-settings-selftest',
  3009.                 124 => 'app.command.agent-crm-selftest',
  3010.                 125 => 'app.command.agent-siteexec-selftest',
  3011.                 126 => 'app.command.agent-handover-selftest',
  3012.                 127 => 'app.command.agent-orchestration-relay-selftest',
  3013.                 128 => 'app.command.agent-journey-selftest',
  3014.                 129 => 'app.command.agent-pipeline-selftest',
  3015.                 130 => 'app.command.agent-relay-guard-selftest',
  3016.                 131 => 'app.command.agent-confidence-selftest',
  3017.                 132 => 'app.command.ara-selftest',
  3018.                 133 => 'app.command.ara-validate',
  3019.                 134 => 'app.command.ara-case-selftest',
  3020.                 135 => 'app.command.ara-statements-selftest',
  3021.                 136 => 'app.command.ara-statements',
  3022.                 137 => 'app.command.ara-governance-selftest',
  3023.                 138 => 'app.command.ara-pack',
  3024.                 139 => 'app.command.ara-xbrl-selftest',
  3025.                 140 => 'app.command.agent-framework-selftest',
  3026.                 141 => 'app.command.agent-orchestration-selftest',
  3027.                 142 => 'app.command.agent-opex-selftest',
  3028.                 143 => 'app.command.audit-ready-selftest',
  3029.                 144 => 'app.command.audit-ready-scan',
  3030.                 145 => 'app.command.central-product-control-selftest',
  3031.                 146 => 'app.command.notice-selftest',
  3032.                 147 => 'app.command.gst-f5-selftest',
  3033.                 148 => 'app.command.sg-payroll-selftest',
  3034.                 149 => 'app.command.sg-ir8a',
  3035.                 150 => 'app.command.invoicenow-selftest',
  3036.                 151 => 'app.command.sg-einvoice',
  3037.                 152 => 'app.command.sg-einvoice-send',
  3038.                 153 => 'app.command.peppol-transmit-selftest',
  3039.                 154 => 'app.command.einvoice-inbound-selftest',
  3040.                 155 => 'app.command.paynow-qr-selftest',
  3041.                 156 => 'app.command.peppol-ack-poll',
  3042.                 157 => 'app.command.peppol-ack-poll-selftest',
  3043.                 158 => 'app.command.sg-ais-export',
  3044.                 159 => 'app.command.sg-ais-selftest',
  3045.                 160 => 'app.command.peppol-lookup',
  3046.                 161 => 'app.command.peppol-lookup-selftest',
  3047.                 162 => 'app.command.sg-payslip-selftest',
  3048.                 163 => 'app.command.sg-ir21',
  3049.                 164 => 'app.command.sg-ir21-selftest',
  3050.                 165 => 'app.command.period-lock-selftest',
  3051.                 166 => 'app.command.ledger-edit-log-selftest',
  3052.                 167 => 'app.command.voucher-number-selftest',
  3053.                 168 => 'app.command.activity-log-prune',
  3054.                 169 => 'app.command.activity-log-prune-selftest',
  3055.                 170 => 'app.command.grn-reversal-selftest',
  3056.                 171 => 'app.command.marker-audit',
  3057.                 172 => 'app.command.marker-audit-selftest',
  3058.                 173 => 'app.command.api-token-issue',
  3059.                 174 => 'app.command.api-token-selftest',
  3060.                 175 => 'app.command.period-close-check',
  3061.                 176 => 'app.command.period-close-check-selftest',
  3062.                 177 => 'app.command.tenant-resolution-selftest',
  3063.                 178 => 'app.command.sg-gst-f5-compute-selftest',
  3064.                 179 => 'app.command.sg-iaf-export',
  3065.                 180 => 'app.command.sg-gst-f7-iaf-selftest',
  3066.                 181 => 'app.command.sg-gst-x5-selftest',
  3067.                 182 => 'app.command.sg-cpf-x6x8-selftest',
  3068.                 183 => 'app.command.sg-ir8a-x9-x11-selftest',
  3069.                 184 => 'app.command.mailer-config-selftest',
  3070.                 185 => 'app.command.for-each-tenant-selftest',
  3071.                 186 => 'app.command.scheduler-lock-selftest',
  3072.                 187 => 'app.command.fleet-migrate-selftest',
  3073.                 188 => 'app.command.fleet-migrate',
  3074.                 189 => 'app.command.fleet-health-selftest',
  3075.                 190 => 'app.command.fleet-health-collect',
  3076.                 191 => 'app.command.hard-suspension-selftest',
  3077.                 192 => 'app.command.route-smoke',
  3078.                 193 => 'app.command.route-smoke-selftest',
  3079.                 194 => 'app.command.energy-site-link',
  3080.                 195 => 'app.command.eb-consumer-selftest',
  3081.                 196 => 'app.command.aut-registry-seed',
  3082.                 197 => 'app.command.aut-registry-selftest',
  3083.                 198 => 'app.command.aut-registry-normalize',
  3084.                 199 => 'app.command.aut-gate-selftest',
  3085.                 200 => 'app.command.aut-registry-check',
  3086.                 201 => 'app.command.ai-gateway-selftest',
  3087.                 202 => 'app.command.aicoo-selftest',
  3088.                 203 => 'app.command.aicoo-ask',
  3089.                 204 => 'app.command.aicoo-memory-selftest',
  3090.                 205 => 'app.command.aicoo-attention-selftest',
  3091.                 206 => 'app.command.applicant-email-selftest',
  3092.                 207 => 'app.command.applicant-email-tag',
  3093.                 208 => 'app.command.applicant-email-audit',
  3094.                 209 => 'app.command.leadgen-selftest',
  3095.                 210 => 'app.command.leadgen-enrich-selftest',
  3096.                 211 => 'app.command.leadgen-fit-selftest',
  3097.                 212 => 'app.command.leadgen-send-selftest',
  3098.                 213 => 'app.command.cc-1-selftest',
  3099.                 214 => 'app.command.cc-2-selftest',
  3100.                 215 => 'app.command.cc-seed-modules',
  3101.                 216 => 'app.command.fe-alert-selftest',
  3102.                 217 => 'app.command.cc-6-selftest',
  3103.                 218 => 'app.command.cc-3-selftest',
  3104.                 219 => 'app.command.cc-45-selftest',
  3105.                 220 => 'app.command.cc-7-selftest',
  3106.                 221 => 'app.command.cc-8-selftest',
  3107.                 222 => 'app.command.m2e-core-selftest',
  3108.                 223 => 'app.command.m2e-geo-selftest',
  3109.                 224 => 'app.command.m2e-seed-modules',
  3110.                 225 => 'app.command.m2e-gates-selftest',
  3111.                 226 => 'app.command.m2e-offer-selftest',
  3112.                 227 => 'app.command.m2e-survey-selftest',
  3113.                 228 => 'app.command.m2e-commissioning-selftest',
  3114.                 229 => 'app.command.sentinel-sweep',
  3115.                 230 => 'app.command.sentinel-selftest',
  3116.                 231 => 'app.command.sentinel-diagnose',
  3117.                 232 => 'app.command.sentinel-diagnose-selftest',
  3118.                 233 => 'app.command.sentinel-patch-selftest',
  3119.                 234 => 'app.command.sentinel-hub-selftest',
  3120.                 235 => 'app.command.sentinel-seed-modules',
  3121.                 236 => 'app.command.aut-governance-selftest',
  3122.                 237 => 'app.command.aut-governance-seed',
  3123.                 238 => 'app.command.aie-roster-selftest',
  3124.                 239 => 'app.command.aie-bill-selftest',
  3125.                 240 => 'app.command.aie-evidence-selftest',
  3126.                 241 => 'app.command.aie-email-selftest',
  3127.                 242 => 'app.command.aie-context-selftest',
  3128.                 243 => 'app.command.aie-mouth-selftest',
  3129.                 244 => 'app.command.aie-action-selftest',
  3130.                 245 => 'app.command.aie-whatsapp-selftest',
  3131.                 246 => 'app.command.aie-conversations-selftest',
  3132.                 247 => 'app.command.aie-shadow-report',
  3133.                 248 => 'app.command.aie-shadow-metrics-selftest',
  3134.                 249 => 'app.command.aie-gateway-relay-selftest',
  3135.                 250 => 'app.command.aie-gateway-provenance-selftest',
  3136.                 251 => 'app.command.aie-envelope-relay',
  3137.                 252 => 'app.command.aie-capability-seed',
  3138.                 253 => 'app.command.aie-envelope-relay-selftest',
  3139.                 254 => 'app.command.aie-autosend-selftest',
  3140.                 255 => 'app.command.aie-relay-selftest',
  3141.                 256 => 'app.command.aie-email-account',
  3142.                 257 => 'app.command.aie-comm-replay',
  3143.                 258 => 'app.command.leadgen-convert-selftest',
  3144.                 259 => 'app.command.growth-brand-selftest',
  3145.                 260 => 'app.command.growth-viral-selftest',
  3146.                 261 => 'app.command.srm-po-notify-selftest',
  3147.                 262 => 'app.command.leadgen-geo-sweep',
  3148.                 263 => 'app.command.leadgen-geo-selftest',
  3149.                 264 => 'app.command.leadgen-resolve-selftest',
  3150.                 265 => 'app.command.leadgen-geomap-selftest',
  3151.                 266 => 'app.command.leadgen-b2-selftest',
  3152.                 267 => 'app.command.leadgen-acra-selftest',
  3153.                 268 => 'app.command.leadgen-jurisdiction-gate-selftest',
  3154.                 269 => 'app.command.hb360-selftest',
  3155.                 270 => 'app.command.hb360-convert',
  3156.                 271 => 'app.command.epc-catalog-refine',
  3157.                 272 => 'app.command.hb360-amigo-seed',
  3158.                 273 => 'app.command.opex-savings',
  3159.                 274 => 'app.command.applicant-merge',
  3160.                 275 => 'app.command.boq-billing-schedule-selftest',
  3161.                 276 => 'app.command.tm-billing-run',
  3162.                 277 => 'app.command.tm-billing-selftest',
  3163.                 278 => 'app.command.recurring-billing-run',
  3164.                 279 => 'app.command.recurring-billing-selftest',
  3165.                 280 => 'app.command.cashflow-forecast-selftest',
  3166.                 281 => 'app.command.unexplained-payment-selftest',
  3167.                 282 => 'app.command.cost-sheet-selftest',
  3168.                 283 => 'app.command.direct-sales-selftest',
  3169.                 284 => 'app.command.inventory-recon',
  3170.                 285 => 'app.command.cogs-basis-audit',
  3171.                 286 => 'app.command.deferred-binding-selftest',
  3172.                 287 => 'app.command.deferred-items',
  3173.                 288 => 'app.command.pos-selftest',
  3174.                 289 => 'app.command.product-categorization-selftest',
  3175.                 290 => 'app.command.progress-selftest',
  3176.                 291 => 'app.command.config-readiness',
  3177.                 292 => 'app.command.seed-uncategorized',
  3178.                 293 => 'app.command.product-suggest-selftest',
  3179.                 294 => 'app.command.lc-accounts-setup',
  3180.                 295 => 'app.command.lc-gl-selftest',
  3181.                 296 => 'app.command.lc-landed-selftest',
  3182.                 297 => 'app.command.lc-gl2-selftest',
  3183.                 298 => 'app.command.stamp-invoice-tax',
  3184.                 299 => 'app.command.approval-demo',
  3185.                 300 => 'app.command.epc-seed-datasheets',
  3186.                 301 => 'app.command.om-contract-run',
  3187.                 302 => 'app.command.retention-payable',
  3188.                 303 => 'app.command.subcontract',
  3189.                 304 => 'app.command_center_aggregate_command',
  3190.                 305 => 'app.command.reminders-payments',
  3191.                 306 => 'app.command.reminders-deliveries',
  3192.                 307 => 'app.command.reminders-stock-expiry',
  3193.                 308 => 'app.command.reconciliation-audit',
  3194.                 309 => 'app.command.fdm-audit',
  3195.                 310 => 'app.command.reminders-statutory',
  3196.                 311 => 'app.command.reminders-receipts',
  3197.                 312 => 'app.command_center_cleanup_logs_command',
  3198.                 313 => 'app.command.bid-spine-selftest',
  3199.                 314 => 'app.command.bid-seed-modules',
  3200.                 315 => 'app.command.auth-posture-selftest',
  3201.             ],
  3202.         ];
  3203.     }
  3204. }