var/cache/dev/ContainerDOtZQ3B/AppKernelDevDebugContainer.php line 2262

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