var/cache/dev/ContainerAwZFrAA/AppKernelDevDebugContainer.php line 712

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