var/cache/dev/Container2pfqqRU/AppKernelDevDebugContainer.php line 2422

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