var/cache/dev/ContainerMtCBSOV/AppKernelDevDebugContainer.php line 780

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