var/cache/dev/Container18H3Zx6/AppKernelDevDebugContainer.php line 2282

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