var/cache/dev/ContainerNUYk6S2/App_KernelDevDebugContainer.php line 2563

  1. <?php
  2. namespace ContainerNUYk6S2;
  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\LogicException;
  7. use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
  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 App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected \Closure $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService $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.             'app.id.encoder.default' => 'getApp_Id_Encoder_DefaultService',
  35.             'cache.app' => 'getCache_AppService',
  36.             'cache.security_is_granted_attribute_expression_language' => 'getCache_SecurityIsGrantedAttributeExpressionLanguageService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  39.             'data_collector.dump' => 'getDataCollector_DumpService',
  40.             'doctrine' => 'getDoctrineService',
  41.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  42.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'http_kernel' => 'getHttpKernelService',
  45.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  46.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  47.             'request_stack' => 'getRequestStackService',
  48.             'router' => 'getRouterService',
  49.             'translator' => 'getTranslatorService',
  50.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  51.             'profiler' => 'getProfilerService',
  52.         ];
  53.         $this->fileMap = [
  54.             'App\\Account\\Action\\Http\\Company\\ProfileEditAction' => 'getProfileEditActionService',
  55.             'App\\Account\\Action\\Http\\Person\\ProfileEditAction' => 'getProfileEditAction2Service',
  56.             'App\\Car\\Action\\Ajax\\CarExport\\NewAction' => 'getNewActionService',
  57.             'App\\Car\\Action\\Ajax\\Car\\CreateAction' => 'getCreateActionService',
  58.             'App\\Car\\Action\\Ajax\\Car\\DeleteAction' => 'getDeleteActionService',
  59.             'App\\Car\\Action\\Ajax\\Car\\InvoiceCreateAction' => 'getInvoiceCreateActionService',
  60.             'App\\Car\\Action\\Ajax\\Car\\InvoiceNewAction' => 'getInvoiceNewActionService',
  61.             'App\\Car\\Action\\Ajax\\Car\\ListAction' => 'getListActionService',
  62.             'App\\Car\\Action\\Ajax\\Car\\NewAction' => 'getNewAction2Service',
  63.             'App\\Car\\Action\\Ajax\\Car\\RemoveAction' => 'getRemoveActionService',
  64.             'App\\Car\\Action\\Http\\Car\\ListAction' => 'getListAction2Service',
  65.             'App\\Car\\Action\\Http\\Car\\ViewAction' => 'getViewActionService',
  66.             'App\\Contact\\Action\\Ajax\\ContactAccessAccessorListAction' => 'getContactAccessAccessorListActionService',
  67.             'App\\Contact\\Action\\Ajax\\ContactAccessCreateAction' => 'getContactAccessCreateActionService',
  68.             'App\\Contact\\Action\\Ajax\\ContactAccessDeleteAction' => 'getContactAccessDeleteActionService',
  69.             'App\\Contact\\Action\\Ajax\\ContactAccessEditAction' => 'getContactAccessEditActionService',
  70.             'App\\Contact\\Action\\Ajax\\ContactAccessListAction' => 'getContactAccessListActionService',
  71.             'App\\Contact\\Action\\Ajax\\ContactAccessNewAction' => 'getContactAccessNewActionService',
  72.             'App\\Contact\\Action\\Ajax\\ContactAccessRemoveAction' => 'getContactAccessRemoveActionService',
  73.             'App\\Contact\\Action\\Ajax\\ContactAccessUpdateAction' => 'getContactAccessUpdateActionService',
  74.             'App\\Contact\\Action\\Ajax\\ContactCreateAction' => 'getContactCreateActionService',
  75.             'App\\Contact\\Action\\Ajax\\ContactCreateQuickAction' => 'getContactCreateQuickActionService',
  76.             'App\\Contact\\Action\\Ajax\\ContactGetAction' => 'getContactGetActionService',
  77.             'App\\Contact\\Action\\Ajax\\ContactGroupToggleAction' => 'getContactGroupToggleActionService',
  78.             'App\\Contact\\Action\\Ajax\\ContactListAction' => 'getContactListActionService',
  79.             'App\\Contact\\Action\\Ajax\\ContactNewQuickAction' => 'getContactNewQuickActionService',
  80.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonCandidateListAction' => 'getContactRelationshipContactPersonCandidateListActionService',
  81.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonCreateAction' => 'getContactRelationshipContactPersonCreateActionService',
  82.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonDeleteAction' => 'getContactRelationshipContactPersonDeleteActionService',
  83.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonEditAction' => 'getContactRelationshipContactPersonEditActionService',
  84.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonListAction' => 'getContactRelationshipContactPersonListActionService',
  85.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonNewAction' => 'getContactRelationshipContactPersonNewActionService',
  86.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonRemoveAction' => 'getContactRelationshipContactPersonRemoveActionService',
  87.             'App\\Contact\\Action\\Ajax\\ContactRelationshipContactPersonUpdateAction' => 'getContactRelationshipContactPersonUpdateActionService',
  88.             'App\\Contact\\Action\\Ajax\\ContactSearchAction' => 'getContactSearchActionService',
  89.             'App\\Contact\\Action\\Ajax\\DocumentTemplateListAction' => 'getDocumentTemplateListActionService',
  90.             'App\\Contact\\Action\\Ajax\\GroupCreateAction' => 'getGroupCreateActionService',
  91.             'App\\Contact\\Action\\Ajax\\GroupDeleteAction' => 'getGroupDeleteActionService',
  92.             'App\\Contact\\Action\\Ajax\\GroupEditAction' => 'getGroupEditActionService',
  93.             'App\\Contact\\Action\\Ajax\\GroupNewAction' => 'getGroupNewActionService',
  94.             'App\\Contact\\Action\\Ajax\\GroupRemoveAction' => 'getGroupRemoveActionService',
  95.             'App\\Contact\\Action\\Ajax\\GroupUpdateAction' => 'getGroupUpdateActionService',
  96.             'App\\Contact\\Action\\Ajax\\Note\\CreateAction' => 'getCreateAction2Service',
  97.             'App\\Contact\\Action\\Ajax\\Note\\DeleteAction' => 'getDeleteAction2Service',
  98.             'App\\Contact\\Action\\Ajax\\Note\\EditAction' => 'getEditActionService',
  99.             'App\\Contact\\Action\\Ajax\\Note\\ListAction' => 'getListAction3Service',
  100.             'App\\Contact\\Action\\Ajax\\Note\\NewAction' => 'getNewAction3Service',
  101.             'App\\Contact\\Action\\Ajax\\Note\\RemoveAction' => 'getRemoveAction2Service',
  102.             'App\\Contact\\Action\\Ajax\\Note\\UpdateAction' => 'getUpdateActionService',
  103.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeCandidateListAction' => 'getEmployeeCandidateListActionService',
  104.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeCreateAction' => 'getEmployeeCreateActionService',
  105.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeDeleteAction' => 'getEmployeeDeleteActionService',
  106.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeEditAction' => 'getEmployeeEditActionService',
  107.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeListAction' => 'getEmployeeListActionService',
  108.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeNewAction' => 'getEmployeeNewActionService',
  109.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeRemoveAction' => 'getEmployeeRemoveActionService',
  110.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployeeUpdateAction' => 'getEmployeeUpdateActionService',
  111.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerCandidateListAction' => 'getEmployerCandidateListActionService',
  112.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerCreateAction' => 'getEmployerCreateActionService',
  113.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerDeleteAction' => 'getEmployerDeleteActionService',
  114.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerEditAction' => 'getEmployerEditActionService',
  115.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerListAction' => 'getEmployerListActionService',
  116.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerNewAction' => 'getEmployerNewActionService',
  117.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerRemoveAction' => 'getEmployerRemoveActionService',
  118.             'App\\Contact\\Action\\Ajax\\Relationship\\Employment\\EmployerUpdateAction' => 'getEmployerUpdateActionService',
  119.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\CreateAction' => 'getCreateAction3Service',
  120.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\DeleteAction' => 'getDeleteAction3Service',
  121.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\EditAction' => 'getEditAction2Service',
  122.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\ListAction' => 'getListAction4Service',
  123.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\NewAction' => 'getNewAction4Service',
  124.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\RemoveAction' => 'getRemoveAction3Service',
  125.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\SharesAction' => 'getSharesActionService',
  126.             'App\\Contact\\Action\\Ajax\\Relationship\\Ownership\\UpdateAction' => 'getUpdateAction2Service',
  127.             'App\\Contact\\Action\\Api\\CompanyForSaleGetAction' => 'getCompanyForSaleGetActionService',
  128.             'App\\Contact\\Action\\Api\\CompanyForSaleListAction' => 'getCompanyForSaleListActionService',
  129.             'App\\Contact\\Action\\Api\\Company\\Sale\\ExportProspectGetAction' => 'getExportProspectGetActionService',
  130.             'App\\Contact\\Action\\Api\\ContactGetAction' => 'getContactGetAction2Service',
  131.             'App\\Contact\\Action\\ContactDeleteAction' => 'getContactDeleteActionService',
  132.             'App\\Contact\\Action\\ContactDocumentTemplateExportAction' => 'getContactDocumentTemplateExportActionService',
  133.             'App\\Contact\\Action\\Http\\ContactListAction' => 'getContactListAction2Service',
  134.             'App\\Contact\\Action\\Http\\ContactViewAction' => 'getContactViewActionService',
  135.             'App\\Core\\Action\\Ajax\\GetZipRegisterAction' => 'getGetZipRegisterActionService',
  136.             'App\\Core\\Action\\Http\\ForgottenPasswordAction' => 'getForgottenPasswordActionService',
  137.             'App\\Core\\Action\\Http\\ForgottenPasswordChangedAction' => 'getForgottenPasswordChangedActionService',
  138.             'App\\Core\\Action\\Http\\ForgottenPasswordEmailSentAction' => 'getForgottenPasswordEmailSentActionService',
  139.             'App\\Core\\Action\\Http\\ForgottenPasswordResetAction' => 'getForgottenPasswordResetActionService',
  140.             'App\\Core\\Action\\Http\\ForgottenPasswordTokenExpiredAction' => 'getForgottenPasswordTokenExpiredActionService',
  141.             'App\\Core\\Action\\Http\\HomepageAction' => 'getHomepageActionService',
  142.             'App\\Core\\Action\\Http\\LoginAction' => 'getLoginActionService',
  143.             'App\\Core\\Action\\Http\\RegistrationConfirmAction' => 'getRegistrationConfirmActionService',
  144.             'App\\Core\\Action\\Http\\RegistrationEmailSentAction' => 'getRegistrationEmailSentActionService',
  145.             'App\\Core\\Action\\Http\\RegistrationRegisterAction' => 'getRegistrationRegisterActionService',
  146.             'App\\Core\\Action\\Http\\RegistrationTokenExpiredAction' => 'getRegistrationTokenExpiredActionService',
  147.             'App\\Form\\Action\\Api\\FormContactCompanyForSaleCreateAction' => 'getFormContactCompanyForSaleCreateActionService',
  148.             'App\\Form\\Action\\Api\\FormContactCreateAction' => 'getFormContactCreateActionService',
  149.             'App\\Form\\Action\\Api\\FormContactEstablishCompanyCreateAction' => 'getFormContactEstablishCompanyCreateActionService',
  150.             'App\\Form\\Action\\Api\\FormContactHseCardCreateAction' => 'getFormContactHseCardCreateActionService',
  151.             'App\\Form\\Action\\Api\\FormContactInsuranceCreateAction' => 'getFormContactInsuranceCreateActionService',
  152.             'App\\Form\\Action\\Api\\FormContactSellCompanyCreateAction' => 'getFormContactSellCompanyCreateActionService',
  153.             'App\\Form\\Action\\Api\\FormContactServiceCreateAction' => 'getFormContactServiceCreateActionService',
  154.             'App\\Invoice\\Action\\Ajax\\InvoiceCreateAction' => 'getInvoiceCreateAction2Service',
  155.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftCreateCreditNoteAction' => 'getInvoiceDraftCreateCreditNoteActionService',
  156.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftCreateInvoiceAction' => 'getInvoiceDraftCreateInvoiceActionService',
  157.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftCustomerCollectionAction' => 'getInvoiceDraftCustomerCollectionActionService',
  158.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftCustomerInfoAction' => 'getInvoiceDraftCustomerInfoActionService',
  159.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftDeleteAction' => 'getInvoiceDraftDeleteActionService',
  160.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftDetailsAction' => 'getInvoiceDraftDetailsActionService',
  161.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftEmailCreateAction' => 'getInvoiceDraftEmailCreateActionService',
  162.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftEmailDraftAttachmentCreateAction' => 'getInvoiceDraftEmailDraftAttachmentCreateActionService',
  163.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftEmailDraftAttachmentDeleteAction' => 'getInvoiceDraftEmailDraftAttachmentDeleteActionService',
  164.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftEmailDraftCreateAction' => 'getInvoiceDraftEmailDraftCreateActionService',
  165.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftEmailDraftNewAction' => 'getInvoiceDraftEmailDraftNewActionService',
  166.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftEmailNewAction' => 'getInvoiceDraftEmailNewActionService',
  167.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftGetCollectionAction' => 'getInvoiceDraftGetCollectionActionService',
  168.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftRemoveAction' => 'getInvoiceDraftRemoveActionService',
  169.             'App\\Invoice\\Action\\Ajax\\InvoiceDraftUpdateAction' => 'getInvoiceDraftUpdateActionService',
  170.             'App\\Invoice\\Action\\Ajax\\InvoiceEmailCreateAction' => 'getInvoiceEmailCreateActionService',
  171.             'App\\Invoice\\Action\\Ajax\\InvoiceEmailDraftAttachmentCreateAction' => 'getInvoiceEmailDraftAttachmentCreateActionService',
  172.             'App\\Invoice\\Action\\Ajax\\InvoiceEmailDraftAttachmentDeleteAction' => 'getInvoiceEmailDraftAttachmentDeleteActionService',
  173.             'App\\Invoice\\Action\\Ajax\\InvoiceEmailDraftCreateAction' => 'getInvoiceEmailDraftCreateActionService',
  174.             'App\\Invoice\\Action\\Ajax\\InvoiceEmailDraftNewAction' => 'getInvoiceEmailDraftNewActionService',
  175.             'App\\Invoice\\Action\\Ajax\\InvoiceEmailNewAction' => 'getInvoiceEmailNewActionService',
  176.             'App\\Invoice\\Action\\Ajax\\InvoiceIncomingDetailsAction' => 'getInvoiceIncomingDetailsActionService',
  177.             'App\\Invoice\\Action\\Ajax\\InvoiceIncomingGetCollectionAction' => 'getInvoiceIncomingGetCollectionActionService',
  178.             'App\\Invoice\\Action\\Ajax\\InvoiceOutgoingDetailsAction' => 'getInvoiceOutgoingDetailsActionService',
  179.             'App\\Invoice\\Action\\Ajax\\InvoiceOutgoingGetCollectionAction' => 'getInvoiceOutgoingGetCollectionActionService',
  180.             'App\\Invoice\\Action\\Ajax\\InvoicePaymentCreateAction' => 'getInvoicePaymentCreateActionService',
  181.             'App\\Invoice\\Action\\Ajax\\InvoicePaymentNewAction' => 'getInvoicePaymentNewActionService',
  182.             'App\\Invoice\\Action\\Ajax\\InvoiceRepeatRuleCreateAction' => 'getInvoiceRepeatRuleCreateActionService',
  183.             'App\\Invoice\\Action\\Ajax\\InvoiceRepeatRuleDeleteAction' => 'getInvoiceRepeatRuleDeleteActionService',
  184.             'App\\Invoice\\Action\\Ajax\\InvoiceRepeatRuleDetailsAction' => 'getInvoiceRepeatRuleDetailsActionService',
  185.             'App\\Invoice\\Action\\Ajax\\InvoiceRepeatRuleGetCollectionAction' => 'getInvoiceRepeatRuleGetCollectionActionService',
  186.             'App\\Invoice\\Action\\Ajax\\InvoiceRepeatRuleRemoveAction' => 'getInvoiceRepeatRuleRemoveActionService',
  187.             'App\\Invoice\\Action\\Ajax\\InvoiceRepeatRuleUpdateAction' => 'getInvoiceRepeatRuleUpdateActionService',
  188.             'App\\Invoice\\Action\\Ajax\\InvoiceViewAction' => 'getInvoiceViewActionService',
  189.             'App\\Invoice\\Action\\InvoiceDraftCopyAction' => 'getInvoiceDraftCopyActionService',
  190.             'App\\Invoice\\Action\\InvoiceDraftEditAction' => 'getInvoiceDraftEditActionService',
  191.             'App\\Invoice\\Action\\InvoiceDraftEmailDraftAttachmentDownloadAction' => 'getInvoiceDraftEmailDraftAttachmentDownloadActionService',
  192.             'App\\Invoice\\Action\\InvoiceDraftExportAction' => 'getInvoiceDraftExportActionService',
  193.             'App\\Invoice\\Action\\InvoiceDraftListAction' => 'getInvoiceDraftListActionService',
  194.             'App\\Invoice\\Action\\InvoiceEmailDraftAttachmentDownloadAction' => 'getInvoiceEmailDraftAttachmentDownloadActionService',
  195.             'App\\Invoice\\Action\\InvoiceExportAction' => 'getInvoiceExportActionService',
  196.             'App\\Invoice\\Action\\InvoiceIncomingListAction' => 'getInvoiceIncomingListActionService',
  197.             'App\\Invoice\\Action\\InvoiceIncomingViewAction' => 'getInvoiceIncomingViewActionService',
  198.             'App\\Invoice\\Action\\InvoiceListAction' => 'getInvoiceListActionService',
  199.             'App\\Invoice\\Action\\InvoiceOutgoingCopyAction' => 'getInvoiceOutgoingCopyActionService',
  200.             'App\\Invoice\\Action\\InvoiceOutgoingListAction' => 'getInvoiceOutgoingListActionService',
  201.             'App\\Invoice\\Action\\InvoiceOutgoingNewAction' => 'getInvoiceOutgoingNewActionService',
  202.             'App\\Invoice\\Action\\InvoiceOutgoingNewCreditNoteAction' => 'getInvoiceOutgoingNewCreditNoteActionService',
  203.             'App\\Invoice\\Action\\InvoiceOutgoingRepeatAction' => 'getInvoiceOutgoingRepeatActionService',
  204.             'App\\Invoice\\Action\\InvoiceOutgoingViewAction' => 'getInvoiceOutgoingViewActionService',
  205.             'App\\Invoice\\Action\\InvoiceRepeatRuleEditAction' => 'getInvoiceRepeatRuleEditActionService',
  206.             'App\\Invoice\\Action\\InvoiceRepeatRuleExportAction' => 'getInvoiceRepeatRuleExportActionService',
  207.             'App\\Invoice\\Action\\InvoiceRepeatRuleListAction' => 'getInvoiceRepeatRuleListActionService',
  208.             'App\\Invoice\\Action\\InvoiceRepeatRuleNewAction' => 'getInvoiceRepeatRuleNewActionService',
  209.             'App\\Marketing\\Action\\Api\\CampaignActivityCreateAction' => 'getCampaignActivityCreateActionService',
  210.             'App\\Marketing\\Action\\Api\\CampaignGetAction' => 'getCampaignGetActionService',
  211.             'App\\Note\\Action\\Ajax\\NoteAttachmentCreateAction' => 'getNoteAttachmentCreateActionService',
  212.             'App\\Note\\Action\\Ajax\\NoteAttachmentDeleteAction' => 'getNoteAttachmentDeleteActionService',
  213.             'App\\Note\\Action\\Http\\NoteAttachmentDownloadAction' => 'getNoteAttachmentDownloadActionService',
  214.             'App\\Notification\\Action\\Ajax\\NotificationSendAction' => 'getNotificationSendActionService',
  215.             'App\\Offer\\Action\\Ajax\\OfferCreateAction' => 'getOfferCreateActionService',
  216.             'App\\Offer\\Action\\Ajax\\OfferDraftDeleteAction' => 'getOfferDraftDeleteActionService',
  217.             'App\\Offer\\Action\\Ajax\\OfferDraftEmailCreateAction' => 'getOfferDraftEmailCreateActionService',
  218.             'App\\Offer\\Action\\Ajax\\OfferDraftEmailDraftAttachmentCreateAction' => 'getOfferDraftEmailDraftAttachmentCreateActionService',
  219.             'App\\Offer\\Action\\Ajax\\OfferDraftEmailDraftAttachmentDeleteAction' => 'getOfferDraftEmailDraftAttachmentDeleteActionService',
  220.             'App\\Offer\\Action\\Ajax\\OfferDraftEmailDraftCreateAction' => 'getOfferDraftEmailDraftCreateActionService',
  221.             'App\\Offer\\Action\\Ajax\\OfferDraftEmailDraftNewAction' => 'getOfferDraftEmailDraftNewActionService',
  222.             'App\\Offer\\Action\\Ajax\\OfferDraftGetCollectionAction' => 'getOfferDraftGetCollectionActionService',
  223.             'App\\Offer\\Action\\Ajax\\OfferDraftRemoveAction' => 'getOfferDraftRemoveActionService',
  224.             'App\\Offer\\Action\\Ajax\\OfferDraftUpdateAction' => 'getOfferDraftUpdateActionService',
  225.             'App\\Offer\\Action\\Ajax\\OfferEmailCreateAction' => 'getOfferEmailCreateActionService',
  226.             'App\\Offer\\Action\\Ajax\\OfferEmailDraftAttachmentCreateAction' => 'getOfferEmailDraftAttachmentCreateActionService',
  227.             'App\\Offer\\Action\\Ajax\\OfferEmailDraftAttachmentDeleteAction' => 'getOfferEmailDraftAttachmentDeleteActionService',
  228.             'App\\Offer\\Action\\Ajax\\OfferEmailDraftCreateAction' => 'getOfferEmailDraftCreateActionService',
  229.             'App\\Offer\\Action\\Ajax\\OfferEmailDraftNewAction' => 'getOfferEmailDraftNewActionService',
  230.             'App\\Offer\\Action\\Ajax\\OfferIncomingGetCollectionAction' => 'getOfferIncomingGetCollectionActionService',
  231.             'App\\Offer\\Action\\Ajax\\OfferOutgoingGetCollectionAction' => 'getOfferOutgoingGetCollectionActionService',
  232.             'App\\Offer\\Action\\Http\\OfferCopyAction' => 'getOfferCopyActionService',
  233.             'App\\Offer\\Action\\Http\\OfferCreateInvoiceAction' => 'getOfferCreateInvoiceActionService',
  234.             'App\\Offer\\Action\\Http\\OfferDraftCopyAction' => 'getOfferDraftCopyActionService',
  235.             'App\\Offer\\Action\\Http\\OfferDraftEditAction' => 'getOfferDraftEditActionService',
  236.             'App\\Offer\\Action\\Http\\OfferDraftEmailDraftAttachmentDownloadAction' => 'getOfferDraftEmailDraftAttachmentDownloadActionService',
  237.             'App\\Offer\\Action\\Http\\OfferDraftExportAction' => 'getOfferDraftExportActionService',
  238.             'App\\Offer\\Action\\Http\\OfferDraftListAction' => 'getOfferDraftListActionService',
  239.             'App\\Offer\\Action\\Http\\OfferDraftNewAction' => 'getOfferDraftNewActionService',
  240.             'App\\Offer\\Action\\Http\\OfferEmailDraftAttachmentDownloadAction' => 'getOfferEmailDraftAttachmentDownloadActionService',
  241.             'App\\Offer\\Action\\Http\\OfferExportAction' => 'getOfferExportActionService',
  242.             'App\\Offer\\Action\\Http\\OfferIncomingListAction' => 'getOfferIncomingListActionService',
  243.             'App\\Offer\\Action\\Http\\OfferListAction' => 'getOfferListActionService',
  244.             'App\\Offer\\Action\\Http\\OfferOutgoingListAction' => 'getOfferOutgoingListActionService',
  245.             'App\\Offer\\Action\\Http\\OfferViewAction' => 'getOfferViewActionService',
  246.             'App\\TeclaConnector\\Action\\SynchronizeContactAccessAction' => 'getSynchronizeContactAccessActionService',
  247.             'App\\TeclaConnector\\Action\\SynchronizeContactAction' => 'getSynchronizeContactActionService',
  248.             'App\\TeclaConnector\\Action\\SynchronizeCustomerRelationshipAction' => 'getSynchronizeCustomerRelationshipActionService',
  249.             'App\\TeclaConnector\\Action\\SynchronizeInvoicePaymentNotificationAction' => 'getSynchronizeInvoicePaymentNotificationActionService',
  250.             'App\\TeclaConnector\\Action\\SynchronizeRelationshipEmploymentAction' => 'getSynchronizeRelationshipEmploymentActionService',
  251.             'App\\TeclaConnector\\Action\\SynchronizeUserAction' => 'getSynchronizeUserActionService',
  252.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  253.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  254.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  255.             'app.id.encoder.lowercase' => 'getApp_Id_Encoder_LowercaseService',
  256.             'cache.app_clearer' => 'getCache_AppClearerService',
  257.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  258.             'cache.system_clearer' => 'getCache_SystemClearerService',
  259.             'cache_warmer' => 'getCacheWarmerService',
  260.             'console.command_loader' => 'getConsole_CommandLoaderService',
  261.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  262.             'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService',
  263.             'error_controller' => 'getErrorControllerService',
  264.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  265.             'monolog.logger.app.connector.penneo' => 'getMonolog_Logger_App_Connector_PenneoService',
  266.             'monolog.logger.app.connector.power_office' => 'getMonolog_Logger_App_Connector_PowerOfficeService',
  267.             'monolog.logger.app.connector.visma_accounting' => 'getMonolog_Logger_App_Connector_VismaAccountingService',
  268.             'monolog.logger.app.notification' => 'getMonolog_Logger_App_NotificationService',
  269.             'monolog.logger.tripletex_client' => 'getMonolog_Logger_TripletexClientService',
  270.             'routing.loader' => 'getRouting_LoaderService',
  271.             'services_resetter' => 'getServicesResetterService',
  272.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  273.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  274.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  275.         ];
  276.         $this->aliases = [
  277.             'App\\Kernel' => 'kernel',
  278.             'database_connection' => 'doctrine.dbal.default_connection',
  279.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  280.         ];
  281.         $this->privates['service_container'] = function () {
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  288.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  289.             include_once \dirname(__DIR__4).'/src/Contact/Query/ContactAccess/FindOneByContactAndAccessorQueryInterface.php';
  290.             include_once \dirname(__DIR__4).'/src/Contact/Query/ContactAccess/FindOneByContactAndAccessorQuery.php';
  291.             include_once \dirname(__DIR__4).'/src/Contact/Repository/ContactRepositoryInterface.php';
  292.             include_once \dirname(__DIR__4).'/src/Contact/Repository/ContactRepository.php';
  293.             include_once \dirname(__DIR__4).'/src/Contact/Security/ContactContextInterface.php';
  294.             include_once \dirname(__DIR__4).'/src/Contact/Security/ContactContext.php';
  295.             include_once \dirname(__DIR__4).'/src/Contact/Query/Contact/FindAllAccessibleQueryInterface.php';
  296.             include_once \dirname(__DIR__4).'/src/Contact/Query/Contact/DoctrineFindAllAccessibleQuery.php';
  297.             include_once \dirname(__DIR__4).'/src/Contact/Query/Contact/FindAllLastAccessedAccessibleQueryInterface.php';
  298.             include_once \dirname(__DIR__4).'/src/Contact/Query/Contact/DoctrineFindAllLastAccessedAccessibleQuery.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security.php';
  302.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  306.             include_once \dirname(__DIR__4).'/src/Core/Service/AbstractService.php';
  307.             include_once \dirname(__DIR__4).'/src/Contact/Service/ContactAccessTrackingServiceInterface.php';
  308.             include_once \dirname(__DIR__4).'/src/Contact/Service/ContactAccessTrackingService.php';
  309.             include_once \dirname(__DIR__4).'/src/Contact/Repository/ContactAccessTrackingRepositoryInterface.php';
  310.             include_once \dirname(__DIR__4).'/src/Contact/Repository/DoctrineContactAccessTrackingRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Contact/Model/Factory/ContactAccessTrackingFactoryInterface.php';
  312.             include_once \dirname(__DIR__4).'/src/Contact/Model/Factory/ContactAccessTrackingFactory.php';
  313.             include_once \dirname(__DIR__4).'/src/Contact/Query/ContactAccessTracking/FindOneByContactAndAccessorQueryInterface.php';
  314.             include_once \dirname(__DIR__4).'/src/Contact/Query/ContactAccessTracking/DoctrineFindOneByContactAndAccessorQuery.php';
  315.             include_once \dirname(__DIR__4).'/src/Contact/Dto/Factory/ContactAccessTrackingDtoFactoryInterface.php';
  316.             include_once \dirname(__DIR__4).'/src/Contact/Dto/Factory/ContactAccessTrackingDtoFactory.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  318.             include_once \dirname(__DIR__4).'/src/Core/EventSubscriber/AuthorizationHeaderSubscriber.php';
  319.             include_once \dirname(__DIR__4).'/src/Core/EventSubscriber/ContactContextSubscriber.php';
  320.             include_once \dirname(__DIR__4).'/src/Core/EventSubscriber/LocaleSubscriber.php';
  321.             include_once \dirname(__DIR__4).'/src/Core/EventSubscriber/RedirectLoggedUserSubscriber.php';
  322.             include_once \dirname(__DIR__4).'/src/Core/EventSubscriber/RouteHistorySubscriber.php';
  323.             include_once \dirname(__DIR__4).'/src/Core/Service/RouteHistoryInterface.php';
  324.             include_once \dirname(__DIR__4).'/src/Core/Service/RouteHistory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  326.             include_once \dirname(__DIR__4).'/src/Core/Factory/PhoneNumberUtilFactoryInterface.php';
  327.             include_once \dirname(__DIR__4).'/src/Core/Factory/PhoneNumberUtilFactory.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  362.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/DataCollector/SerializerDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  474.             include_once \dirname(__DIR__4).'/src/Car/Twig/CarExportTypeExtension.php';
  475.             include_once \dirname(__DIR__4).'/src/Contact/Twig/ContactContextExtension.php';
  476.             include_once \dirname(__DIR__4).'/src/Contact/Twig/ContactExtension.php';
  477.             include_once \dirname(__DIR__4).'/src/Contact/Twig/GroupAjaxContextExtension.php';
  478.             include_once \dirname(__DIR__4).'/src/Core/Twig/CountryExtension.php';
  479.             include_once \dirname(__DIR__4).'/src/Core/Twig/DecimalNumberExtension.php';
  480.             include_once \dirname(__DIR__4).'/src/Core/Twig/IdentityExtension.php';
  481.             include_once \dirname(__DIR__4).'/src/Core/Twig/SecurityExtension.php';
  482.             include_once \dirname(__DIR__4).'/src/Core/Twig/StringExtension.php';
  483.             include_once \dirname(__DIR__4).'/src/Core/Twig/UrlExtension.php';
  484.             include_once \dirname(__DIR__4).'/src/Invoice/Twig/InvoiceAjaxContextExtension.php';
  485.             include_once \dirname(__DIR__4).'/src/Invoice/Twig/InvoiceDraftAjaxContextExtension.php';
  486.             include_once \dirname(__DIR__4).'/src/Invoice/Twig/InvoiceExtension.php';
  487.             include_once \dirname(__DIR__4).'/src/Invoice/Twig/InvoiceRepeatRuleAjaxContextExtension.php';
  488.             include_once \dirname(__DIR__4).'/src/Invoice/Twig/InvoiceStatusExtension.php';
  489.             include_once \dirname(__DIR__4).'/src/Invoice/Twig/InvoiceTypeExtension.php';
  490.             include_once \dirname(__DIR__4).'/src/Note/Twig/NoteAttachmentExtension.php';
  491.             include_once \dirname(__DIR__4).'/src/Note/Twig/NoteExtension.php';
  492.             include_once \dirname(__DIR__4).'/src/Offer/Twig/OfferExtension.php';
  493.             include_once \dirname(__DIR__4).'/src/Offer/Twig/OfferStatusExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  503.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  505.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  507.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  508.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  515.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  519.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/IsGrantedAttributeListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  580.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  582.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  589.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  590.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  603.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  606.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  608.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  615.             include_once \dirname(__DIR__4).'/src/Component/Identity/Encoder/IdEncoderInterface.php';
  616.             include_once \dirname(__DIR__4).'/src/Component/Identity/Encoder/Base58IdEncoder.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  623.             include_once \dirname(__DIR__4).'/src/Core/Router/Router.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  633.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  656.         };
  657.     }
  658.     public function compile(): void
  659.     {
  660.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  661.     }
  662.     public function isCompiled(): bool
  663.     {
  664.         return true;
  665.     }
  666.     public function getRemovedIds(): array
  667.     {
  668.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  669.     }
  670.     protected function load($file$lazyLoad true)
  671.     {
  672.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  673.             return $class::do($this$lazyLoad);
  674.         }
  675.         if ('.' === $file[-4]) {
  676.             $class substr($class0, -4);
  677.         } else {
  678.             $file .= '.php';
  679.         }
  680.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  681.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  682.     }
  683.     protected function createProxy($class\Closure $factory)
  684.     {
  685.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  686.         return $factory();
  687.     }
  688.     /**
  689.      * Gets the public '.container.private.profiler' shared service.
  690.      *
  691.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  692.      */
  693.     protected function get_Container_Private_ProfilerService()
  694.     {
  695.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  696.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  697.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  698.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  699.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  700.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  701.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  702.         $c = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  703.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  704.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  705.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  706.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  707.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  708.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  709.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  710.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  711.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  712.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  713.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  714.         $d->addInstance('cache.security_is_granted_attribute_expression_language', ($this->services['cache.security_is_granted_attribute_expression_language'] ?? $this->getCache_SecurityIsGrantedAttributeExpressionLanguageService()));
  715.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  716.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  717.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  718.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  719.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  720.         if ($this->has('kernel')) {
  721.             $f->setKernel($b);
  722.         }
  723.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  724.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))));
  725.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  726.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  727.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  728.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  729.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  730.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  731.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  732.         $instance->add(($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  733.         $instance->add($d);
  734.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  735.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($this->privates['security.role_hierarchy'] ??= 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())));
  736.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($this->privates['twig'] ?? $this->getTwigService())));
  737.         $instance->add($e);
  738.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));
  739.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  740.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  741.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  742.         $instance->add(($this->privates['serializer.data_collector'] ??= new \Symfony\Component\Serializer\DataCollector\SerializerDataCollector()));
  743.         $instance->add($f);
  744.         return $instance;
  745.     }
  746.     /**
  747.      * Gets the public 'app.id.encoder.default' shared autowired service.
  748.      *
  749.      * @return \App\Component\Identity\Encoder\Base58IdEncoder
  750.      */
  751.     protected function getApp_Id_Encoder_DefaultService()
  752.     {
  753.         return $this->services['app.id.encoder.default'] = new \App\Component\Identity\Encoder\Base58IdEncoder();
  754.     }
  755.     /**
  756.      * Gets the public 'cache.app' shared service.
  757.      *
  758.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  759.      */
  760.     protected function getCache_AppService()
  761.     {
  762.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('f-xZnP+4cx'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  763.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  764.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  765.     }
  766.     /**
  767.      * Gets the public 'cache.security_is_granted_attribute_expression_language' shared service.
  768.      *
  769.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  770.      */
  771.     protected function getCache_SecurityIsGrantedAttributeExpressionLanguageService()
  772.     {
  773.         return $this->services['cache.security_is_granted_attribute_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GqQBJGFhzs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  774.     }
  775.     /**
  776.      * Gets the public 'cache.system' shared service.
  777.      *
  778.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  779.      */
  780.     protected function getCache_SystemService()
  781.     {
  782.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3kBDmW7-Dc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  783.     }
  784.     /**
  785.      * Gets the public 'cache.validator_expression_language' shared service.
  786.      *
  787.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  788.      */
  789.     protected function getCache_ValidatorExpressionLanguageService()
  790.     {
  791.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CRmfLnXBQ3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  792.     }
  793.     /**
  794.      * Gets the public 'data_collector.dump' shared service.
  795.      *
  796.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  797.      */
  798.     protected function getDataCollector_DumpService()
  799.     {
  800.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  801.     }
  802.     /**
  803.      * Gets the public 'doctrine' shared service.
  804.      *
  805.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  806.      */
  807.     protected function getDoctrineService()
  808.     {
  809.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  810.     }
  811.     /**
  812.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  813.      *
  814.      * @return \Doctrine\DBAL\Connection
  815.      */
  816.     protected function getDoctrine_Dbal_DefaultConnectionService()
  817.     {
  818.         $a = new \Doctrine\DBAL\Configuration();
  819.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  820.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  821.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  822.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  823.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  824.         $c->setConnectionName('default');
  825.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  826.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  827.             'App\\Contact\\EventListener\\ContactCompanyCountryUpdaterListener' => ['privates''App\\Contact\\EventListener\\ContactCompanyCountryUpdaterListener''getContactCompanyCountryUpdaterListenerService'true],
  828.             'App\\Contact\\EventListener\\ContactPersonEmailUpdaterListener' => ['privates''App\\Contact\\EventListener\\ContactPersonEmailUpdaterListener''getContactPersonEmailUpdaterListenerService'true],
  829.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  830.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  831.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  832.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  833.         ], [
  834.             'App\\Contact\\EventListener\\ContactCompanyCountryUpdaterListener' => '?',
  835.             'App\\Contact\\EventListener\\ContactPersonEmailUpdaterListener' => '?',
  836.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  837.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  838.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  839.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  840.         ]), [=> 'doctrine.orm.listeners.resolve_target_entity'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'onFlush'], => 'App\\Contact\\EventListener\\ContactCompanyCountryUpdaterListener'], => [=> [=> 'onFlush'], => 'App\\Contact\\EventListener\\ContactPersonEmailUpdaterListener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  841.     }
  842.     /**
  843.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  844.      *
  845.      * @return \Doctrine\ORM\EntityManager
  846.      */
  847.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  848.     {
  849.         if (true === $lazyLoad) {
  850.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManagerGhost51e8656', fn () => \EntityManagerGhost51e8656::createLazyGhost($this->getDoctrine_Orm_DefaultEntityManagerService(...)));
  851.         }
  852.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  853.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  854.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  855.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  858.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  859.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  860.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  861.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  865.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  866.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  867.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  869.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  871.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  872.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  875.         $a = new \Doctrine\ORM\Configuration();
  876.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  877.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/config/mapping/orm/car') => 'App\\Car\\Model', (\dirname(__DIR__4).'/config/mapping/orm/connector/penneo') => 'App\\Connector\\Penneo\\Model', (\dirname(__DIR__4).'/config/mapping/orm/connector/power_office') => 'App\\Connector\\PowerOffice\\Model', (\dirname(__DIR__4).'/config/mapping/orm/connector/visma_accounting') => 'App\\Connector\\VismaAccounting\\Model', (\dirname(__DIR__4).'/config/mapping/orm/contact') => 'App\\Contact\\Model', (\dirname(__DIR__4).'/config/mapping/orm/core') => 'App\\Core\\Model', (\dirname(__DIR__4).'/config/mapping/orm/document_template') => 'App\\DocumentTemplate\\Model', (\dirname(__DIR__4).'/config/mapping/orm/form') => 'App\\Form\\Model', (\dirname(__DIR__4).'/config/mapping/orm/invoice') => 'App\\Invoice\\Model', (\dirname(__DIR__4).'/config/mapping/orm/note') => 'App\\Note\\Model', (\dirname(__DIR__4).'/config/mapping/orm/notification') => 'App\\Notification\\Model', (\dirname(__DIR__4).'/config/mapping/orm/marketing') => 'App\\Marketing\\Model', (\dirname(__DIR__4).'/config/mapping/orm/offer') => 'App\\Offer\\Model', (\dirname(__DIR__4).'/config/mapping/orm/tecla_connector') => 'App\\TeclaConnector\\Model']);
  878.         $c->setGlobalBasename('mapping');
  879.         $b->addDriver($c'App\\Car\\Model');
  880.         $b->addDriver($c'App\\Connector\\Penneo\\Model');
  881.         $b->addDriver($c'App\\Connector\\PowerOffice\\Model');
  882.         $b->addDriver($c'App\\Connector\\VismaAccounting\\Model');
  883.         $b->addDriver($c'App\\Contact\\Model');
  884.         $b->addDriver($c'App\\Core\\Model');
  885.         $b->addDriver($c'App\\DocumentTemplate\\Model');
  886.         $b->addDriver($c'App\\Form\\Model');
  887.         $b->addDriver($c'App\\Invoice\\Model');
  888.         $b->addDriver($c'App\\Note\\Model');
  889.         $b->addDriver($c'App\\Notification\\Model');
  890.         $b->addDriver($c'App\\Marketing\\Model');
  891.         $b->addDriver($c'App\\Offer\\Model');
  892.         $b->addDriver($c'App\\TeclaConnector\\Model');
  893.         $a->setEntityNamespaces(['App\\Car\\Model' => 'App\\Car\\Model''App\\Connector\\Penneo\\Model' => 'App\\Connector\\Penneo\\Model''App\\Connector\\PowerOffice\\Model' => 'App\\Connector\\PowerOffice\\Model''App\\Connector\\VismaAccounting\\Model' => 'App\\Connector\\VismaAccounting\\Model''App\\Contact\\Model' => 'App\\Contact\\Model''App\\Core\\Model' => 'App\\Core\\Model''App\\DocumentTemplate\\Model' => 'App\\DocumentTemplate\\Model''App\\Form\\Model' => 'App\\Form\\Model''App\\Invoice\\Model' => 'App\\Invoice\\Model''App\\Note\\Model' => 'App\\Note\\Model''App\\Notification\\Model' => 'App\\Notification\\Model''App\\Marketing\\Model' => 'App\\Marketing\\Model''App\\Offer\\Model' => 'App\\Offer\\Model''App\\TeclaConnector\\Model' => 'App\\TeclaConnector\\Model']);
  894.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  895.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  896.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  897.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  898.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  899.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  900.         ], [
  901.             'doctrine.ulid_generator' => '?',
  902.             'doctrine.uuid_generator' => '?',
  903.         ])));
  904.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  905.         $a->setProxyNamespace('Proxies');
  906.         $a->setAutoGenerateProxyClasses(true);
  907.         $a->setSchemaIgnoreClasses([]);
  908.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  909.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  910.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  911.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  912.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  913.         $a->setLazyGhostObjectEnabled(true);
  914.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  915.             'App\\Contact\\Repository\\ContactPermissionRepository' => ['privates''App\\Contact\\Repository\\ContactPermissionRepository''getContactPermissionRepositoryService'true],
  916.             'App\\Contact\\Repository\\DoctrineContactAccessRepository' => ['privates''App\\Contact\\Repository\\DoctrineContactAccessRepository''getDoctrineContactAccessRepositoryService'true],
  917.             'App\\Contact\\Repository\\DoctrineContactRepository' => ['privates''App\\Contact\\Repository\\DoctrineContactRepository''getDoctrineContactRepositoryService'true],
  918.         ], [
  919.             'App\\Contact\\Repository\\ContactPermissionRepository' => '?',
  920.             'App\\Contact\\Repository\\DoctrineContactAccessRepository' => '?',
  921.             'App\\Contact\\Repository\\DoctrineContactRepository' => '?',
  922.         ])));
  923.         $instance = ($lazyLoad->__construct(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a) && false ?: $lazyLoad);
  924.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  925.         return $instance;
  926.     }
  927.     /**
  928.      * Gets the public 'event_dispatcher' shared service.
  929.      *
  930.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  931.      */
  932.     protected function getEventDispatcherService()
  933.     {
  934.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  935.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  936.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  937.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  938.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), $a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  939.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] function () {
  940.             return ($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector());
  941.         }, => 'onKernelController'], 0);
  942.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  943.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  944.         }, => 'checkPassport'], 1024);
  945.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  946.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  947.         }, => 'onKernelResponse'], 0);
  948.         $instance->addListener('kernel.request', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  949.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  950.         }, => 'onKernelRequest'], 250);
  951.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  952.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  953.         }, => 'onKernelResponse'], 0);
  954.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] function () {
  955.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener());
  956.         }, => 'onResponse'], -10);
  957.         $instance->addListener('kernel.exception', [=> #[\Closure(name'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] function () {
  958.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  959.         }, => 'onKernelException'], 0);
  960.         $instance->addListener('App\\Contact\\Event\\ContactAccess\\CreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\AddCompanyContactPersonSubscriber')] function () {
  961.             return ($this->privates['App\\Contact\\EventSubscriber\\AddCompanyContactPersonSubscriber'] ?? $this->load('getAddCompanyContactPersonSubscriberService'));
  962.         }, => 'onContactAccessCreated'], 0);
  963.         $instance->addListener('App\\Contact\\Event\\Relationship\\Ownership\\CreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\AddCompanyContactPersonSubscriber')] function () {
  964.             return ($this->privates['App\\Contact\\EventSubscriber\\AddCompanyContactPersonSubscriber'] ?? $this->load('getAddCompanyContactPersonSubscriberService'));
  965.         }, => 'onOwnershipCreated'], 0);
  966.         $instance->addListener('App\\Contact\\Event\\ContactDeletedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\DeleteContactFromGroupsSubscriber')] function () {
  967.             return ($this->privates['App\\Contact\\EventSubscriber\\DeleteContactFromGroupsSubscriber'] ?? $this->load('getDeleteContactFromGroupsSubscriberService'));
  968.         }, => 'onContactDeletedEvent'], 0);
  969.         $instance->addListener('App\\Contact\\Event\\ContactCreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber')] function () {
  970.             return ($this->privates['App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber'] ?? $this->load('getGrantContactPermissionsSubscriberService'));
  971.         }, => 'onContactCreated'], 0);
  972.         $instance->addListener('App\\Contact\\Event\\ContactAccess\\CreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber')] function () {
  973.             return ($this->privates['App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber'] ?? $this->load('getGrantContactPermissionsSubscriberService'));
  974.         }, => 'onAccessCreated'], 0);
  975.         $instance->addListener('App\\Contact\\Event\\ContactRelationshipCompanyContactPerson\\CreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber')] function () {
  976.             return ($this->privates['App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber'] ?? $this->load('getGrantContactPermissionsSubscriberService'));
  977.         }, => 'onContactPersonCreated'], 0);
  978.         $instance->addListener('App\\Contact\\Event\\Relationship\\Employment\\CreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber')] function () {
  979.             return ($this->privates['App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber'] ?? $this->load('getGrantContactPermissionsSubscriberService'));
  980.         }, => 'onEmploymentCreated'], 0);
  981.         $instance->addListener('App\\Contact\\Event\\Relationship\\Ownership\\CreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber')] function () {
  982.             return ($this->privates['App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber'] ?? $this->load('getGrantContactPermissionsSubscriberService'));
  983.         }, => 'onOwnershipCreated'], 0);
  984.         $instance->addListener('App\\Contact\\Event\\Relationship\\Ownership\\UpdatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber')] function () {
  985.             return ($this->privates['App\\Contact\\EventSubscriber\\GrantContactPermissionsSubscriber'] ?? $this->load('getGrantContactPermissionsSubscriberService'));
  986.         }, => 'onOwnershipUpdated'], 0);
  987.         $instance->addListener('App\\Contact\\Event\\ContactCreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\GrantInitialContactAccessSubscriber')] function () {
  988.             return ($this->privates['App\\Contact\\EventSubscriber\\GrantInitialContactAccessSubscriber'] ?? $this->load('getGrantInitialContactAccessSubscriberService'));
  989.         }, => 'onContactCreated'], 0);
  990.         $instance->addListener('App\\Contact\\Event\\ContactDeletedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\RevokeContactPermissionsSubscriber')] function () {
  991.             return ($this->privates['App\\Contact\\EventSubscriber\\RevokeContactPermissionsSubscriber'] ?? $this->load('getRevokeContactPermissionsSubscriberService'));
  992.         }, => 'onContactDeleted'], 0);
  993.         $instance->addListener('App\\Contact\\Event\\ContactAccess\\CreatedEvent', [=> #[\Closure(name'App\\Contact\\EventSubscriber\\SetInitialAccessTrackingSubscriber')] function () {
  994.             return ($this->privates['App\\Contact\\EventSubscriber\\SetInitialAccessTrackingSubscriber'] ?? $this->load('getSetInitialAccessTrackingSubscriberService'));
  995.         }, => 'onContactAccessCreated'], 0);
  996.         $instance->addListener('kernel.exception', [=> #[\Closure(name'App\\Core\\EventListener\\AccessDeniedListener')] function () {
  997.             return ($this->privates['App\\Core\\EventListener\\AccessDeniedListener'] ?? $this->load('getAccessDeniedListenerService'));
  998.         }, => 'onKernelException'], 2);
  999.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Core\\EventSubscriber\\AuthorizationHeaderSubscriber')] function () {
  1000.             return ($this->privates['App\\Core\\EventSubscriber\\AuthorizationHeaderSubscriber'] ?? $this->getAuthorizationHeaderSubscriberService());
  1001.         }, => 'onKernelRequest'], 5);
  1002.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Core\\EventSubscriber\\ContactContextSubscriber')] function () {
  1003.             return ($this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'] ?? $this->getContactContextSubscriberService());
  1004.         }, => 'onKernelRequest'], 5);
  1005.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Core\\EventSubscriber\\LocaleSubscriber')] function () {
  1006.             return ($this->privates['App\\Core\\EventSubscriber\\LocaleSubscriber'] ??= new \App\Core\EventSubscriber\LocaleSubscriber('en_GB'));
  1007.         }, => 'onKernelRequest'], 20);
  1008.         $instance->addListener('App\\Core\\Event\\UserPasswordResetRequestEvent', [=> #[\Closure(name'App\\Core\\EventSubscriber\\PasswordResetRequestSubscriber')] function () {
  1009.             return ($this->privates['App\\Core\\EventSubscriber\\PasswordResetRequestSubscriber'] ?? $this->load('getPasswordResetRequestSubscriberService'));
  1010.         }, => 'onPasswordResetRequest'], 0);
  1011.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Core\\EventSubscriber\\RedirectLoggedUserSubscriber')] function () {
  1012.             return ($this->privates['App\\Core\\EventSubscriber\\RedirectLoggedUserSubscriber'] ?? $this->getRedirectLoggedUserSubscriberService());
  1013.         }, => 'onKernelRequest'], 0);
  1014.         $instance->addListener('App\\Core\\Event\\UserRegistrationSuccessEvent', [=> #[\Closure(name'App\\Core\\EventSubscriber\\RegistrationEmailConfirmationSubscriber')] function () {
  1015.             return ($this->privates['App\\Core\\EventSubscriber\\RegistrationEmailConfirmationSubscriber'] ?? $this->load('getRegistrationEmailConfirmationSubscriberService'));
  1016.         }, => 'onRegistrationSuccess'], 0);
  1017.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Core\\EventSubscriber\\RouteHistorySubscriber')] function () {
  1018.             return ($this->privates['App\\Core\\EventSubscriber\\RouteHistorySubscriber'] ?? $this->getRouteHistorySubscriberService());
  1019.         }, => 'onKernelRequest'], 0);
  1020.         $instance->addListener('security.interactive_login', [=> #[\Closure(name'App\\Core\\EventSubscriber\\UserLocaleSubscriber')] function () {
  1021.             return ($this->privates['App\\Core\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  1022.         }, => 'onInteractiveLogin'], 0);
  1023.         $instance->addListener('form.post_submit', [=> #[\Closure(name'App\\Core\\Form\\EventSubscriber\\ReCaptchaValidationSubscriber')] function () {
  1024.             return ($this->privates['App\\Core\\Form\\EventSubscriber\\ReCaptchaValidationSubscriber'] ?? $this->load('getReCaptchaValidationSubscriberService'));
  1025.         }, => 'onPostSubmit'], 0);
  1026.         $instance->addListener('App\\Form\\Event\\FormContact\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber')] function () {
  1027.             return ($this->privates['App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber'] ?? $this->load('getLogCampaignActivitySubscriberService'));
  1028.         }, => 'onFormContactCreatedEvent'], 0);
  1029.         $instance->addListener('App\\Form\\Event\\FormContactCompanyForSale\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber')] function () {
  1030.             return ($this->privates['App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber'] ?? $this->load('getLogCampaignActivitySubscriberService'));
  1031.         }, => 'onFormContactCompanyForSaleCreatedEvent'], 0);
  1032.         $instance->addListener('App\\Form\\Event\\FormContactEstablishCompany\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber')] function () {
  1033.             return ($this->privates['App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber'] ?? $this->load('getLogCampaignActivitySubscriberService'));
  1034.         }, => 'onFormContactEstablishCompanyCreatedEvent'], 0);
  1035.         $instance->addListener('App\\Form\\Event\\FormContactHseCard\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber')] function () {
  1036.             return ($this->privates['App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber'] ?? $this->load('getLogCampaignActivitySubscriberService'));
  1037.         }, => 'onFormContactHseCardCreatedEvent'], 0);
  1038.         $instance->addListener('App\\Form\\Event\\FormContactSellCompany\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber')] function () {
  1039.             return ($this->privates['App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber'] ?? $this->load('getLogCampaignActivitySubscriberService'));
  1040.         }, => 'onFormContactSellCompanyCreatedEvent'], 0);
  1041.         $instance->addListener('App\\Form\\Event\\FormContactService\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber')] function () {
  1042.             return ($this->privates['App\\Form\\EventSubscriber\\LogCampaignActivitySubscriber'] ?? $this->load('getLogCampaignActivitySubscriberService'));
  1043.         }, => 'onFormContactServiceCreatedEvent'], 0);
  1044.         $instance->addListener('App\\Form\\Event\\FormContactCompanyForSale\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\SendFormContactCompanyForSaleEmailSubscriber')] function () {
  1045.             return ($this->privates['App\\Form\\EventSubscriber\\SendFormContactCompanyForSaleEmailSubscriber'] ?? $this->load('getSendFormContactCompanyForSaleEmailSubscriberService'));
  1046.         }, => 'onCreatedEvent'], 0);
  1047.         $instance->addListener('App\\Form\\Event\\FormContact\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\SendFormContactEmailSubscriber')] function () {
  1048.             return ($this->privates['App\\Form\\EventSubscriber\\SendFormContactEmailSubscriber'] ?? $this->load('getSendFormContactEmailSubscriberService'));
  1049.         }, => 'onCreatedEvent'], 0);
  1050.         $instance->addListener('App\\Form\\Event\\FormContactEstablishCompany\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\SendFormContactEstablishCompanyEmailSubscriber')] function () {
  1051.             return ($this->privates['App\\Form\\EventSubscriber\\SendFormContactEstablishCompanyEmailSubscriber'] ?? $this->load('getSendFormContactEstablishCompanyEmailSubscriberService'));
  1052.         }, => 'onCreatedEvent'], 0);
  1053.         $instance->addListener('App\\Form\\Event\\FormContactHseCard\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\SendFormContactHseCardEmailSubscriber')] function () {
  1054.             return ($this->privates['App\\Form\\EventSubscriber\\SendFormContactHseCardEmailSubscriber'] ?? $this->load('getSendFormContactHseCardEmailSubscriberService'));
  1055.         }, => 'onCreatedEvent'], 0);
  1056.         $instance->addListener('App\\Form\\Event\\FormContactInsurance\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\SendFormContactInsuranceEmailSubscriber')] function () {
  1057.             return ($this->privates['App\\Form\\EventSubscriber\\SendFormContactInsuranceEmailSubscriber'] ?? $this->load('getSendFormContactInsuranceEmailSubscriberService'));
  1058.         }, => 'onCreatedEvent'], 0);
  1059.         $instance->addListener('App\\Form\\Event\\FormContactSellCompany\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\SendFormContactSellCompanyEmailSubscriber')] function () {
  1060.             return ($this->privates['App\\Form\\EventSubscriber\\SendFormContactSellCompanyEmailSubscriber'] ?? $this->load('getSendFormContactSellCompanyEmailSubscriberService'));
  1061.         }, => 'onCreatedEvent'], 0);
  1062.         $instance->addListener('App\\Form\\Event\\FormContactService\\CreatedEvent', [=> #[\Closure(name'App\\Form\\EventSubscriber\\SendFormContactServiceEmailSubscriber')] function () {
  1063.             return ($this->privates['App\\Form\\EventSubscriber\\SendFormContactServiceEmailSubscriber'] ?? $this->load('getSendFormContactServiceEmailSubscriberService'));
  1064.         }, => 'onCreatedEvent'], 0);
  1065.         $instance->addListener('App\\Invoice\\Event\\InvoiceDraftEmailCreatedEvent', [=> #[\Closure(name'App\\Invoice\\EventSubscriber\\SendInvoiceDraftEmailSubscriber')] function () {
  1066.             return ($this->privates['App\\Invoice\\EventSubscriber\\SendInvoiceDraftEmailSubscriber'] ?? $this->load('getSendInvoiceDraftEmailSubscriberService'));
  1067.         }, => 'onInvoiceDraftEmailCreated'], 0);
  1068.         $instance->addListener('App\\Invoice\\Event\\InvoiceEmailCreatedEvent', [=> #[\Closure(name'App\\Invoice\\EventSubscriber\\SendInvoiceEmailSubscriber')] function () {
  1069.             return ($this->privates['App\\Invoice\\EventSubscriber\\SendInvoiceEmailSubscriber'] ?? $this->load('getSendInvoiceEmailSubscriberService'));
  1070.         }, => 'onInvoiceEmailCreated'], 0);
  1071.         $instance->addListener('App\\Invoice\\Event\\InvoicePayment\\CreatedEvent', [=> #[\Closure(name'App\\Invoice\\EventSubscriber\\SendPaymentNotificationSubscriber')] function () {
  1072.             return ($this->privates['App\\Invoice\\EventSubscriber\\SendPaymentNotificationSubscriber'] ?? $this->load('getSendPaymentNotificationSubscriberService'));
  1073.         }, => 'onCreated'], 0);
  1074.         $instance->addListener('App\\Invoice\\Event\\InvoiceCreatedEvent', [=> #[\Closure(name'App\\Invoice\\EventSubscriber\\SetCustomerSupplierRelationshipSubscriber')] function () {
  1075.             return ($this->privates['App\\Invoice\\EventSubscriber\\SetCustomerSupplierRelationshipSubscriber'] ?? $this->load('getSetCustomerSupplierRelationshipSubscriberService'));
  1076.         }, => 'onInvoiceCreated'], 0);
  1077.         $instance->addListener('App\\Invoice\\Event\\InvoiceCreateEvent', [=> #[\Closure(name'App\\Invoice\\EventSubscriber\\SetInvoiceBankAccountByCurrencyForTCGSubscriber')] function () {
  1078.             return ($this->privates['App\\Invoice\\EventSubscriber\\SetInvoiceBankAccountByCurrencyForTCGSubscriber'] ??= new \App\Invoice\EventSubscriber\SetInvoiceBankAccountByCurrencyForTCGSubscriber());
  1079.         }, => 'onInvoiceCreate'], 0);
  1080.         $instance->addListener('App\\Invoice\\Event\\InvoiceEmailSentEvent', [=> #[\Closure(name'App\\Invoice\\EventSubscriber\\UpdateInvoiceStatusEventSubscriber')] function () {
  1081.             return ($this->privates['App\\Invoice\\EventSubscriber\\UpdateInvoiceStatusEventSubscriber'] ?? $this->load('getUpdateInvoiceStatusEventSubscriberService'));
  1082.         }, => 'onInvoiceEmailSentEvent'], 0);
  1083.         $instance->addListener('App\\Note\\Event\\Note\\CreatedEvent', [=> #[\Closure(name'App\\Note\\EventSubscriber\\GrantPermissionSubscriber')] function () {
  1084.             return ($this->privates['App\\Note\\EventSubscriber\\GrantPermissionSubscriber'] ?? $this->load('getGrantPermissionSubscriberService'));
  1085.         }, => 'onCreatedEvent'], 0);
  1086.         $instance->addListener('App\\Note\\Event\\Note\\DeleteEvent', [=> #[\Closure(name'App\\Note\\EventSubscriber\\RevokePermissionSubscriber')] function () {
  1087.             return ($this->privates['App\\Note\\EventSubscriber\\RevokePermissionSubscriber'] ?? $this->load('getRevokePermissionSubscriberService'));
  1088.         }, => 'onDeleteEvent'], 0);
  1089.         $instance->addListener('App\\Notification\\Event\\Notification\\SentEvent', [=> #[\Closure(name'App\\Notification\\EventSubscriber\\LogSentNotificationSubscriber')] function () {
  1090.             return ($this->privates['App\\Notification\\EventSubscriber\\LogSentNotificationSubscriber'] ?? $this->load('getLogSentNotificationSubscriberService'));
  1091.         }, => 'onSent'], 0);
  1092.         $instance->addListener('App\\Notification\\Event\\Notification\\CreatedEvent', [=> #[\Closure(name'App\\Notification\\EventSubscriber\\SendCreatedNotificationSubscriber')] function () {
  1093.             return ($this->privates['App\\Notification\\EventSubscriber\\SendCreatedNotificationSubscriber'] ?? $this->load('getSendCreatedNotificationSubscriberService'));
  1094.         }, => 'onCreated'], 0);
  1095.         $instance->addListener('App\\Offer\\Event\\OfferDraftEmail\\CreatedEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SendOfferDraftEmailSubscriber')] function () {
  1096.             return ($this->privates['App\\Offer\\EventSubscriber\\SendOfferDraftEmailSubscriber'] ?? $this->load('getSendOfferDraftEmailSubscriberService'));
  1097.         }, => 'onCreated'], 0);
  1098.         $instance->addListener('App\\Offer\\Event\\OfferEmail\\CreatedEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SendOfferEmailSubscriber')] function () {
  1099.             return ($this->privates['App\\Offer\\EventSubscriber\\SendOfferEmailSubscriber'] ?? $this->load('getSendOfferEmailSubscriberService'));
  1100.         }, => 'onCreated'], 0);
  1101.         $instance->addListener('App\\Offer\\Event\\OfferDraftEmailDraftAttachment\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferDraftEmailDraftAttachmentMetaSubscriber')] function () {
  1102.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferDraftEmailDraftAttachmentMetaSubscriber'] ?? $this->load('getSetOfferDraftEmailDraftAttachmentMetaSubscriberService'));
  1103.         }, => 'onCreate'], -1024);
  1104.         $instance->addListener('App\\Offer\\Event\\OfferDraftEmailDraft\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferDraftEmailDraftMetaSubscriber')] function () {
  1105.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferDraftEmailDraftMetaSubscriber'] ?? $this->load('getSetOfferDraftEmailDraftMetaSubscriberService'));
  1106.         }, => 'onCreate'], -1024);
  1107.         $instance->addListener('App\\Offer\\Event\\OfferDraftEmailDraft\\UpdateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferDraftEmailDraftMetaSubscriber')] function () {
  1108.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferDraftEmailDraftMetaSubscriber'] ?? $this->load('getSetOfferDraftEmailDraftMetaSubscriberService'));
  1109.         }, => 'onUpdate'], -1024);
  1110.         $instance->addListener('App\\Offer\\Event\\OfferDraftEmail\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferDraftEmailMetaSubscriber')] function () {
  1111.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferDraftEmailMetaSubscriber'] ?? $this->load('getSetOfferDraftEmailMetaSubscriberService'));
  1112.         }, => 'onCreate'], -1024);
  1113.         $instance->addListener('App\\Offer\\Event\\OfferDraft\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferDraftMetaSubscriber')] function () {
  1114.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferDraftMetaSubscriber'] ?? $this->load('getSetOfferDraftMetaSubscriberService'));
  1115.         }, => 'onCreate'], -1024);
  1116.         $instance->addListener('App\\Offer\\Event\\OfferDraft\\UpdateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferDraftMetaSubscriber')] function () {
  1117.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferDraftMetaSubscriber'] ?? $this->load('getSetOfferDraftMetaSubscriberService'));
  1118.         }, => 'onUpdate'], -1024);
  1119.         $instance->addListener('App\\Offer\\Event\\OfferDraft\\DeleteEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferDraftMetaSubscriber')] function () {
  1120.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferDraftMetaSubscriber'] ?? $this->load('getSetOfferDraftMetaSubscriberService'));
  1121.         }, => 'onDelete'], -1024);
  1122.         $instance->addListener('App\\Offer\\Event\\OfferEmailDraftAttachment\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferEmailDraftAttachmentMetaSubscriber')] function () {
  1123.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferEmailDraftAttachmentMetaSubscriber'] ?? $this->load('getSetOfferEmailDraftAttachmentMetaSubscriberService'));
  1124.         }, => 'onCreate'], -1024);
  1125.         $instance->addListener('App\\Offer\\Event\\OfferEmailDraft\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferEmailDraftMetaSubscriber')] function () {
  1126.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferEmailDraftMetaSubscriber'] ?? $this->load('getSetOfferEmailDraftMetaSubscriberService'));
  1127.         }, => 'onCreate'], -1024);
  1128.         $instance->addListener('App\\Offer\\Event\\OfferEmailDraft\\UpdateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferEmailDraftMetaSubscriber')] function () {
  1129.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferEmailDraftMetaSubscriber'] ?? $this->load('getSetOfferEmailDraftMetaSubscriberService'));
  1130.         }, => 'onUpdate'], -1024);
  1131.         $instance->addListener('App\\Offer\\Event\\OfferEmail\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferEmailMetaSubscriber')] function () {
  1132.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferEmailMetaSubscriber'] ?? $this->load('getSetOfferEmailMetaSubscriberService'));
  1133.         }, => 'onCreate'], -1024);
  1134.         $instance->addListener('App\\Offer\\Event\\Offer\\CreateEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\SetOfferMetaSubscriber')] function () {
  1135.             return ($this->privates['App\\Offer\\EventSubscriber\\SetOfferMetaSubscriber'] ?? $this->load('getSetOfferMetaSubscriberService'));
  1136.         }, => 'onCreate'], -1024);
  1137.         $instance->addListener('App\\Offer\\Event\\OfferEmail\\SentEvent', [=> #[\Closure(name'App\\Offer\\EventSubscriber\\UpdateOfferStatusSubscriber')] function () {
  1138.             return ($this->privates['App\\Offer\\EventSubscriber\\UpdateOfferStatusSubscriber'] ?? $this->load('getUpdateOfferStatusSubscriberService'));
  1139.         }, => 'onSent'], 0);
  1140.         $instance->addListener('App\\Contact\\Event\\ContactAccess\\CreatedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedContactAccessSubscriber')] function () {
  1141.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedContactAccessSubscriber'] ?? $this->load('getSynchronizeCreatedContactAccessSubscriberService'));
  1142.         }, => 'onCreated'], 0);
  1143.         $instance->addListener('App\\Contact\\Event\\ContactCreatedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedContactSubscriber')] function () {
  1144.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedContactSubscriber'] ?? $this->load('getSynchronizeCreatedContactSubscriberService'));
  1145.         }, => 'onContactCreated'], 10);
  1146.         $instance->addListener('App\\Contact\\Event\\CustomerRelationshipCreatedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedCustomerRelationshipSubscriber')] function () {
  1147.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedCustomerRelationshipSubscriber'] ?? $this->load('getSynchronizeCreatedCustomerRelationshipSubscriberService'));
  1148.         }, => 'onCreated'], 0);
  1149.         $instance->addListener('App\\Contact\\Event\\Relationship\\Employment\\CreatedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedRelationshipEmploymentSubscriber')] function () {
  1150.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedRelationshipEmploymentSubscriber'] ?? $this->load('getSynchronizeCreatedRelationshipEmploymentSubscriberService'));
  1151.         }, => 'onCreated'], 0);
  1152.         $instance->addListener('App\\Core\\Event\\UserRegistrationSuccessEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedUserSubscriber')] function () {
  1153.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedUserSubscriber'] ?? $this->load('getSynchronizeCreatedUserSubscriberService'));
  1154.         }, => 'onUserRegistrationSuccess'], 0);
  1155.         $instance->addListener('App\\Core\\Event\\UserRegistrationConfirmedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedUserSubscriber')] function () {
  1156.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeCreatedUserSubscriber'] ?? $this->load('getSynchronizeCreatedUserSubscriberService'));
  1157.         }, => 'onUserRegistrationConfirmedEvent'], 0);
  1158.         $instance->addListener('App\\Contact\\Event\\ContactAccess\\DeletedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedContactAccessSubscriber')] function () {
  1159.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedContactAccessSubscriber'] ?? $this->load('getSynchronizeDeletedContactAccessSubscriberService'));
  1160.         }, => 'onDeleted'], 0);
  1161.         $instance->addListener('App\\Contact\\Event\\CustomerRelationshipDeletedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedCustomerRelationshipSubscriber')] function () {
  1162.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedCustomerRelationshipSubscriber'] ?? $this->load('getSynchronizeDeletedCustomerRelationshipSubscriberService'));
  1163.         }, => 'onDeleted'], 0);
  1164.         $instance->addListener('App\\Contact\\Event\\Relationship\\Employment\\DeletedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedRelationshipEmploymentSubscriber')] function () {
  1165.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedRelationshipEmploymentSubscriber'] ?? $this->load('getSynchronizeDeletedRelationshipEmploymentSubscriberService'));
  1166.         }, => 'onDeleted'], 0);
  1167.         $instance->addListener('App\\Core\\Event\\UserDeletedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedUserSubscriber')] function () {
  1168.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeDeletedUserSubscriber'] ?? $this->load('getSynchronizeDeletedUserSubscriberService'));
  1169.         }, => 'onUserDeletedEvent'], 0);
  1170.         $instance->addListener('App\\Contact\\Event\\ContactUpdatedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeUpdatedContactSubscriber')] function () {
  1171.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeUpdatedContactSubscriber'] ?? $this->load('getSynchronizeUpdatedContactSubscriberService'));
  1172.         }, => 'onContactUpdated'], 0);
  1173.         $instance->addListener('App\\Contact\\Event\\Relationship\\Employment\\UpdatedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeUpdatedRelationshipEmploymentSubscriber')] function () {
  1174.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeUpdatedRelationshipEmploymentSubscriber'] ?? $this->load('getSynchronizeUpdatedRelationshipEmploymentSubscriberService'));
  1175.         }, => 'onUpdated'], 0);
  1176.         $instance->addListener('App\\Core\\Event\\UserUpdatedEvent', [=> #[\Closure(name'App\\TeclaConnector\\EventSubscriber\\SynchronizeUpdatedUserSubscriber')] function () {
  1177.             return ($this->privates['App\\TeclaConnector\\EventSubscriber\\SynchronizeUpdatedUserSubscriber'] ?? $this->load('getSynchronizeUpdatedUserSubscriberService'));
  1178.         }, => 'onUserUpdatedEvent'], 0);
  1179.         $instance->addListener('kernel.response', [=> #[\Closure(name'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] function () {
  1180.             return ($this->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false));
  1181.         }, => 'onKernelResponse'], 0);
  1182.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1183.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1184.         }, => 'setDefaultLocale'], 100);
  1185.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1186.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1187.         }, => 'onKernelRequest'], 16);
  1188.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1189.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1190.         }, => 'onKernelFinishRequest'], 0);
  1191.         $instance->addListener('kernel.request', [=> #[\Closure(name'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] function () {
  1192.             return ($this->privates['validate_request_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener());
  1193.         }, => 'onKernelRequest'], 256);
  1194.         $instance->addListener('kernel.response', [=> #[\Closure(name'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] function () {
  1195.             return ($this->privates['disallow_search_engine_index_response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener());
  1196.         }, => 'onResponse'], -255);
  1197.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1198.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1199.         }, => 'onControllerArguments'], 0);
  1200.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1201.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1202.         }, => 'logKernelException'], 0);
  1203.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1204.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1205.         }, => 'onKernelException'], -128);
  1206.         $instance->addListener('kernel.response', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1207.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1208.         }, => 'removeCspHeader'], -128);
  1209.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  1210.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  1211.         }, => 'onKernelControllerArguments'], 10);
  1212.         $instance->addListener('kernel.response', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  1213.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  1214.         }, => 'onKernelResponse'], -10);
  1215.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  1216.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1217.         }, => 'onKernelRequest'], 15);
  1218.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  1219.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1220.         }, => 'onKernelFinishRequest'], -15);
  1221.         $instance->addListener('console.error', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  1222.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1223.         }, => 'onConsoleError'], -128);
  1224.         $instance->addListener('console.terminate', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  1225.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1226.         }, => 'onConsoleTerminate'], -128);
  1227.         $instance->addListener('console.error', [=> #[\Closure(name'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] function () {
  1228.             return ($this->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber());
  1229.         }, => 'onConsoleError'], 0);
  1230.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] function () {
  1231.             return ($this->privates['mailer.envelope_listener'] ??= new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL));
  1232.         }, => 'onMessage'], -255);
  1233.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] function () {
  1234.             return ($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener());
  1235.         }, => 'onMessage'], -255);
  1236.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.messenger_transport_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessengerTransportListener')] function () {
  1237.             return ($this->privates['mailer.messenger_transport_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessengerTransportListener());
  1238.         }, => 'onMessage'], 0);
  1239.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  1240.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1241.         }, => 'configure'], 2048);
  1242.         $instance->addListener('console.command', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  1243.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1244.         }, => 'configure'], 2048);
  1245.         $instance->addListener('kernel.request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1246.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1247.         }, => 'onKernelRequest'], 32);
  1248.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1249.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1250.         }, => 'onKernelFinishRequest'], 0);
  1251.         $instance->addListener('kernel.exception', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1252.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1253.         }, => 'onKernelException'], -64);
  1254.         $instance->addListener('kernel.request', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  1255.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1256.         }, => 'onKernelRequest'], 128);
  1257.         $instance->addListener('kernel.response', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  1258.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1259.         }, => 'onKernelResponse'], -1000);
  1260.         $instance->addListener('kernel.response', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1261.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1262.         }, => 'onKernelResponse'], -100);
  1263.         $instance->addListener('kernel.exception', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1264.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1265.         }, => 'onKernelException'], 0);
  1266.         $instance->addListener('kernel.terminate', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1267.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1268.         }, => 'onKernelTerminate'], -1024);
  1269.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  1270.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1271.         }, => 'onKernelController'], 0);
  1272.         $instance->addListener('kernel.response', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  1273.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1274.         }, => 'onKernelResponse'], 0);
  1275.         $instance->addListener('kernel.view', [=> #[\Closure(name'controller.template_attribute_listener', class: 'Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener')] function () {
  1276.             return ($this->privates['controller.template_attribute_listener'] ?? $this->load('getController_TemplateAttributeListenerService'));
  1277.         }, => 'onKernelView'], -128);
  1278.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] function () {
  1279.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1280.         }, => 'onMessage'], 0);
  1281.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_profiler.debug_toolbar', class: 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener')] function () {
  1282.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1283.         }, => 'onKernelResponse'], -128);
  1284.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.is_granted_attribute_listener', class: 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener')] function () {
  1285.             return ($this->privates['controller.is_granted_attribute_listener'] ?? $this->getController_IsGrantedAttributeListenerService());
  1286.         }, => 'onKernelControllerArguments'], 20);
  1287.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  1288.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1289.         }, => 'checkPassport'], 0);
  1290.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  1291.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1292.         }, => 'onLoginSuccess'], 0);
  1293.         $instance->addListener('debug.security.authorization.vote', [=> #[\Closure(name'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] function () {
  1294.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1295.         }, => 'onVoterVote'], 0);
  1296.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1297.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1298.         }, => 'configureLogoutUrlGenerator'], 8);
  1299.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1300.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1301.         }, => 'onKernelRequest'], 8);
  1302.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1303.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1304.         }, => 'onKernelFinishRequest'], 0);
  1305.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.rememberme.response_listener', class: 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener')] function () {
  1306.             return ($this->privates['security.rememberme.response_listener'] ??= new \Symfony\Component\Security\Http\RememberMe\ResponseListener());
  1307.         }, => 'onKernelResponse'], 0);
  1308.         $instance->addListener('console.command', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  1309.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1310.         }, => 'onCommand'], 255);
  1311.         $instance->addListener('console.terminate', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  1312.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1313.         }, => 'onTerminate'], -255);
  1314.         $instance->addListener('console.command', [=> #[\Closure(name'debug.dump_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener')] function () {
  1315.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1316.         }, => 'configure'], 1024);
  1317.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener')] function () {
  1318.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1319.         }, => 'resetAssets'], 0);
  1320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  1321.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1322.         }, => 'checkPassport'], 512);
  1323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  1324.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1325.         }, => 'onLogout'], 0);
  1326.         return $instance;
  1327.     }
  1328.     /**
  1329.      * Gets the public 'http_kernel' shared service.
  1330.      *
  1331.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1332.      */
  1333.     protected function getHttpKernelService()
  1334.     {
  1335.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1336.         if (isset($this->services['http_kernel'])) {
  1337.             return $this->services['http_kernel'];
  1338.         }
  1339.         $b = ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true));
  1340.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1341.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1342.             yield => ($this->privates['debug.doctrine.orm.entity_value_resolver'] ?? $this->load('getDebug_Doctrine_Orm_EntityValueResolverService'));
  1343.             yield => ($this->privates['debug.argument_resolver.backed_enum_resolver'] ?? $this->load('getDebug_ArgumentResolver_BackedEnumResolverService'));
  1344.             yield => ($this->privates['debug.argument_resolver.uid'] ?? $this->load('getDebug_ArgumentResolver_UidService'));
  1345.             yield => ($this->privates['debug.argument_resolver.datetime'] ?? $this->load('getDebug_ArgumentResolver_DatetimeService'));
  1346.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1347.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1348.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1349.             yield => ($this->privates['debug.App\\Car\\ArgumentResolver\\CarAttachmentValueResolver'] ?? $this->load('getCarAttachmentValueResolverService'));
  1350.             yield => ($this->privates['debug.App\\Car\\ArgumentResolver\\CarExportTypeValueResolver'] ?? $this->load('getCarExportTypeValueResolverService'));
  1351.             yield 10 => ($this->privates['debug.App\\Car\\ArgumentResolver\\CarInvoiceValueResolver'] ?? $this->load('getCarInvoiceValueResolverService'));
  1352.             yield 11 => ($this->privates['debug.App\\Car\\ArgumentResolver\\CarValueResolver'] ?? $this->load('getCarValueResolverService'));
  1353.             yield 12 => ($this->privates['debug.App\\Contact\\ArgumentResolver\\ContactAccessValueResolver'] ?? $this->load('getContactAccessValueResolverService'));
  1354.             yield 13 => ($this->privates['debug.App\\Contact\\ArgumentResolver\\ContactRelationshipCompanyContactPersonValueResolver'] ?? $this->load('getContactRelationshipCompanyContactPersonValueResolverService'));
  1355.             yield 14 => ($this->privates['debug.App\\Contact\\ArgumentResolver\\ContactValueResolver'] ?? $this->load('getContactValueResolverService'));
  1356.             yield 15 => ($this->privates['debug.App\\Contact\\ArgumentResolver\\GroupAjaxContextValueResolver'] ?? $this->load('getGroupAjaxContextValueResolverService'));
  1357.             yield 16 => ($this->privates['debug.App\\Contact\\ArgumentResolver\\GroupValueResolver'] ?? $this->load('getGroupValueResolverService'));
  1358.             yield 17 => ($this->privates['debug.App\\Contact\\ArgumentResolver\\Relationship\\EmploymentValueResolver'] ?? $this->load('getEmploymentValueResolverService'));
  1359.             yield 18 => ($this->privates['debug.App\\Contact\\ArgumentResolver\\Relationship\\OwnershipValueResolver'] ?? $this->load('getOwnershipValueResolverService'));
  1360.             yield 19 => ($this->privates['debug.App\\DocumentTemplate\\ArgumentResolver\\DocumentTemplateValueResolver'] ?? $this->load('getDocumentTemplateValueResolverService'));
  1361.             yield 20 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceAjaxContextValueResolver'] ?? $this->load('getInvoiceAjaxContextValueResolverService'));
  1362.             yield 21 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceDraftAjaxContextValueResolver'] ?? $this->load('getInvoiceDraftAjaxContextValueResolverService'));
  1363.             yield 22 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceDraftEmailDraftAttachmentValueResolver'] ?? $this->load('getInvoiceDraftEmailDraftAttachmentValueResolverService'));
  1364.             yield 23 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceDraftEmailDraftValueResolver'] ?? $this->load('getInvoiceDraftEmailDraftValueResolverService'));
  1365.             yield 24 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceDraftValueResolver'] ?? $this->load('getInvoiceDraftValueResolverService'));
  1366.             yield 25 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceEmailDraftAttachmentValueResolver'] ?? $this->load('getInvoiceEmailDraftAttachmentValueResolverService'));
  1367.             yield 26 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceEmailDraftValueResolver'] ?? $this->load('getInvoiceEmailDraftValueResolverService'));
  1368.             yield 27 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceRepeatRuleAjaxContextValueResolver'] ?? $this->load('getInvoiceRepeatRuleAjaxContextValueResolverService'));
  1369.             yield 28 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceRepeatRuleValueResolver'] ?? $this->load('getInvoiceRepeatRuleValueResolverService'));
  1370.             yield 29 => ($this->privates['debug.App\\Invoice\\ArgumentResolver\\InvoiceValueResolver'] ?? $this->load('getInvoiceValueResolverService'));
  1371.             yield 30 => ($this->privates['debug.App\\Marketing\\ArgumentResolver\\CampaignValueResolver'] ?? $this->load('getCampaignValueResolverService'));
  1372.             yield 31 => ($this->privates['debug.App\\Note\\ArgumentResolver\\NoteAttachmentValueResolver'] ?? $this->load('getNoteAttachmentValueResolverService'));
  1373.             yield 32 => ($this->privates['debug.App\\Note\\ArgumentResolver\\NoteValueResolver'] ?? $this->load('getNoteValueResolverService'));
  1374.             yield 33 => ($this->privates['debug.App\\Notification\\ArgumentResolver\\NotificationValueResolver'] ?? $this->load('getNotificationValueResolverService'));
  1375.             yield 34 => ($this->privates['debug.App\\Offer\\ArgumentResolver\\OfferDraftEmailDraftAttachmentValueResolver'] ?? $this->load('getOfferDraftEmailDraftAttachmentValueResolverService'));
  1376.             yield 35 => ($this->privates['debug.App\\Offer\\ArgumentResolver\\OfferDraftEmailDraftValueResolver'] ?? $this->load('getOfferDraftEmailDraftValueResolverService'));
  1377.             yield 36 => ($this->privates['debug.App\\Offer\\ArgumentResolver\\OfferDraftValueResolver'] ?? $this->load('getOfferDraftValueResolverService'));
  1378.             yield 37 => ($this->privates['debug.App\\Offer\\ArgumentResolver\\OfferEmailDraftAttachmentValueResolver'] ?? $this->load('getOfferEmailDraftAttachmentValueResolverService'));
  1379.             yield 38 => ($this->privates['debug.App\\Offer\\ArgumentResolver\\OfferEmailDraftValueResolver'] ?? $this->load('getOfferEmailDraftValueResolverService'));
  1380.             yield 39 => ($this->privates['debug.App\\Offer\\ArgumentResolver\\OfferValueResolver'] ?? $this->load('getOfferValueResolverService'));
  1381.             yield 40 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1382.             yield 41 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1383.             yield 42 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1384.             yield 43 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1385.         }, 44)), $b), true);
  1386.     }
  1387.     /**
  1388.      * Gets the public 'knp_menu.matcher' shared service.
  1389.      *
  1390.      * @return \Knp\Menu\Matcher\Matcher
  1391.      */
  1392.     protected function getKnpMenu_MatcherService()
  1393.     {
  1394.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1395.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1396.         }, 1));
  1397.     }
  1398.     /**
  1399.      * Gets the public 'monolog.logger.deprecation' shared service.
  1400.      *
  1401.      * @return \Symfony\Bridge\Monolog\Logger
  1402.      */
  1403.     protected function getMonolog_Logger_DeprecationService()
  1404.     {
  1405.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1406.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1407.         $instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
  1408.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1409.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1410.         return $instance;
  1411.     }
  1412.     /**
  1413.      * Gets the public 'request_stack' shared service.
  1414.      *
  1415.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1416.      */
  1417.     protected function getRequestStackService()
  1418.     {
  1419.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1420.     }
  1421.     /**
  1422.      * Gets the public 'router' shared autowired service.
  1423.      *
  1424.      * @return \App\Core\Router\Router
  1425.      */
  1426.     protected function getRouterService()
  1427.     {
  1428.         $a = ($this->privates['App\\Contact\\Security\\ContactContext'] ?? $this->getContactContextService());
  1429.         if (isset($this->services['router'])) {
  1430.             return $this->services['router'];
  1431.         }
  1432.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  1433.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1434.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1435.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1437.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1438.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1439.         ], [
  1440.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1441.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['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'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $b'en_GB');
  1442.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1443.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1444.         return $this->services['router'] = new \App\Core\Router\Router($c, ($this->services['app.id.encoder.default'] ??= new \App\Component\Identity\Encoder\Base58IdEncoder()), $a);
  1445.     }
  1446.     /**
  1447.      * Gets the public 'translator' shared service.
  1448.      *
  1449.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1450.      */
  1451.     protected function getTranslatorService()
  1452.     {
  1453.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1454.     }
  1455.     /**
  1456.      * Gets the public 'var_dumper.cloner' shared service.
  1457.      *
  1458.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1459.      */
  1460.     protected function getVarDumper_ClonerService()
  1461.     {
  1462.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1463.         $instance->setMaxItems(2500);
  1464.         $instance->setMinDepth(1);
  1465.         $instance->setMaxString(-1);
  1466.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1467.         return $instance;
  1468.     }
  1469.     /**
  1470.      * Gets the private '.debug.http_client' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1473.      */
  1474.     protected function get_Debug_HttpClientService()
  1475.     {
  1476.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1477.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1478.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1479.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1480.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1481.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1482.         $a->setLogger($b);
  1483.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1484.     }
  1485.     /**
  1486.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1487.      *
  1488.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1489.      */
  1490.     protected function get_ServiceLocator_ZJyh7qSService()
  1491.     {
  1492.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1493.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1494.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1495.         ], [
  1496.             'security.firewall.map.context.dev' => '?',
  1497.             'security.firewall.map.context.main' => '?',
  1498.         ]);
  1499.     }
  1500.     /**
  1501.      * Gets the private 'App\Contact\Query\ContactAccess\FindOneByContactAndAccessorQuery' shared autowired service.
  1502.      *
  1503.      * @return \App\Contact\Query\ContactAccess\FindOneByContactAndAccessorQuery
  1504.      */
  1505.     protected function getFindOneByContactAndAccessorQueryService()
  1506.     {
  1507.         return $this->privates['App\\Contact\\Query\\ContactAccess\\FindOneByContactAndAccessorQuery'] = new \App\Contact\Query\ContactAccess\FindOneByContactAndAccessorQuery(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1508.     }
  1509.     /**
  1510.      * Gets the private 'App\Contact\Repository\ContactRepository' shared autowired service.
  1511.      *
  1512.      * @return \App\Contact\Repository\ContactRepository
  1513.      */
  1514.     protected function getContactRepositoryService()
  1515.     {
  1516.         return $this->privates['App\\Contact\\Repository\\ContactRepository'] = new \App\Contact\Repository\ContactRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1517.     }
  1518.     /**
  1519.      * Gets the private 'App\Contact\Security\ContactContext' shared autowired service.
  1520.      *
  1521.      * @return \App\Contact\Security\ContactContext
  1522.      */
  1523.     protected function getContactContextService()
  1524.     {
  1525.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1526.         return $this->privates['App\\Contact\\Security\\ContactContext'] = new \App\Contact\Security\ContactContext(new \App\Contact\Query\Contact\DoctrineFindAllAccessibleQuery($a), new \App\Contact\Query\Contact\DoctrineFindAllLastAccessedAccessibleQuery($a), ($this->privates['App\\Contact\\Query\\ContactAccess\\FindOneByContactAndAccessorQuery'] ?? $this->getFindOneByContactAndAccessorQueryService()), new \Symfony\Bundle\SecurityBundle\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1527.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1528.             'security.authenticator.managers_locator' => ['privates''security.authenticator.managers_locator''getSecurity_Authenticator_ManagersLocatorService'true],
  1529.             'security.authorization_checker' => ['privates''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1530.             'security.csrf.token_manager' => ['privates''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'true],
  1531.             'security.firewall.event_dispatcher_locator' => ['privates''security.firewall.event_dispatcher_locator''getSecurity_Firewall_EventDispatcherLocatorService'true],
  1532.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  1533.             'security.token_storage' => ['privates''security.token_storage''getSecurity_TokenStorageService'false],
  1534.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'true],
  1535.         ], [
  1536.             'request_stack' => '?',
  1537.             'security.authenticator.managers_locator' => '?',
  1538.             'security.authorization_checker' => '?',
  1539.             'security.csrf.token_manager' => '?',
  1540.             'security.firewall.event_dispatcher_locator' => '?',
  1541.             'security.firewall.map' => '?',
  1542.             'security.token_storage' => '?',
  1543.             'security.user_checker' => '?',
  1544.         ]), ['dev' => NULL'main' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1545.             'App\\Core\\Security\\LoginFormAuthenticator' => ['privates''App\\Core\\Security\\LoginFormAuthenticator''getLoginFormAuthenticatorService'true],
  1546.             'security.authenticator.remember_me.main' => ['privates''security.authenticator.remember_me.main''getSecurity_Authenticator_RememberMe_MainService'true],
  1547.         ], [
  1548.             'App\\Core\\Security\\LoginFormAuthenticator' => '?',
  1549.             'security.authenticator.remember_me.main' => '?',
  1550.         ])]));
  1551.     }
  1552.     /**
  1553.      * Gets the private 'App\Contact\Service\ContactAccessTrackingService' shared autowired service.
  1554.      *
  1555.      * @return \App\Contact\Service\ContactAccessTrackingService
  1556.      */
  1557.     protected function getContactAccessTrackingServiceService()
  1558.     {
  1559.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1560.         if (isset($this->privates['App\\Contact\\Service\\ContactAccessTrackingService'])) {
  1561.             return $this->privates['App\\Contact\\Service\\ContactAccessTrackingService'];
  1562.         }
  1563.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1564.         return $this->privates['App\\Contact\\Service\\ContactAccessTrackingService'] = new \App\Contact\Service\ContactAccessTrackingService(new \App\Contact\Repository\DoctrineContactAccessTrackingRepository($b), new \App\Contact\Model\Factory\ContactAccessTrackingFactory(($this->privates['App\\Contact\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService())), new \App\Contact\Query\ContactAccessTracking\DoctrineFindOneByContactAndAccessorQuery($b), new \App\Contact\Dto\Factory\ContactAccessTrackingDtoFactory(), $b$a);
  1565.     }
  1566.     /**
  1567.      * Gets the private 'App\Core\EventSubscriber\AuthorizationHeaderSubscriber' shared autowired service.
  1568.      *
  1569.      * @return \App\Core\EventSubscriber\AuthorizationHeaderSubscriber
  1570.      */
  1571.     protected function getAuthorizationHeaderSubscriberService()
  1572.     {
  1573.         $a = ($this->privates['App\\Contact\\Security\\ContactContext'] ?? $this->getContactContextService());
  1574.         if (isset($this->privates['App\\Core\\EventSubscriber\\AuthorizationHeaderSubscriber'])) {
  1575.             return $this->privates['App\\Core\\EventSubscriber\\AuthorizationHeaderSubscriber'];
  1576.         }
  1577.         return $this->privates['App\\Core\\EventSubscriber\\AuthorizationHeaderSubscriber'] = new \App\Core\EventSubscriber\AuthorizationHeaderSubscriber(($this->privates['App\\Contact\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), $a);
  1578.     }
  1579.     /**
  1580.      * Gets the private 'App\Core\EventSubscriber\ContactContextSubscriber' shared autowired service.
  1581.      *
  1582.      * @return \App\Core\EventSubscriber\ContactContextSubscriber
  1583.      */
  1584.     protected function getContactContextSubscriberService()
  1585.     {
  1586.         $a = ($this->services['router'] ?? $this->getRouterService());
  1587.         if (isset($this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'])) {
  1588.             return $this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'];
  1589.         }
  1590.         $b = ($this->privates['App\\Contact\\Security\\ContactContext'] ?? $this->getContactContextService());
  1591.         if (isset($this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'])) {
  1592.             return $this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'];
  1593.         }
  1594.         $c = ($this->privates['App\\Contact\\Service\\ContactAccessTrackingService'] ?? $this->getContactAccessTrackingServiceService());
  1595.         if (isset($this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'])) {
  1596.             return $this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'];
  1597.         }
  1598.         return $this->privates['App\\Core\\EventSubscriber\\ContactContextSubscriber'] = new \App\Core\EventSubscriber\ContactContextSubscriber($a$b, ($this->privates['App\\Contact\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), $c);
  1599.     }
  1600.     /**
  1601.      * Gets the private 'App\Core\EventSubscriber\RedirectLoggedUserSubscriber' shared autowired service.
  1602.      *
  1603.      * @return \App\Core\EventSubscriber\RedirectLoggedUserSubscriber
  1604.      */
  1605.     protected function getRedirectLoggedUserSubscriberService()
  1606.     {
  1607.         $a = ($this->services['router'] ?? $this->getRouterService());
  1608.         if (isset($this->privates['App\\Core\\EventSubscriber\\RedirectLoggedUserSubscriber'])) {
  1609.             return $this->privates['App\\Core\\EventSubscriber\\RedirectLoggedUserSubscriber'];
  1610.         }
  1611.         return $this->privates['App\\Core\\EventSubscriber\\RedirectLoggedUserSubscriber'] = new \App\Core\EventSubscriber\RedirectLoggedUserSubscriber(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a);
  1612.     }
  1613.     /**
  1614.      * Gets the private 'App\Core\EventSubscriber\RouteHistorySubscriber' shared autowired service.
  1615.      *
  1616.      * @return \App\Core\EventSubscriber\RouteHistorySubscriber
  1617.      */
  1618.     protected function getRouteHistorySubscriberService()
  1619.     {
  1620.         return $this->privates['App\\Core\\EventSubscriber\\RouteHistorySubscriber'] = new \App\Core\EventSubscriber\RouteHistorySubscriber(new \App\Core\Service\RouteHistory(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())));
  1621.     }
  1622.     /**
  1623.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1624.      *
  1625.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1626.      */
  1627.     protected function getResetAssetsEventListenerService()
  1628.     {
  1629.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1630.     }
  1631.     /**
  1632.      * Gets the private 'assets.packages' shared service.
  1633.      *
  1634.      * @return \Symfony\Component\Asset\Packages
  1635.      */
  1636.     protected function getAssets_PackagesService()
  1637.     {
  1638.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1639.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1640.             return new \EmptyIterator();
  1641.         }, 0));
  1642.     }
  1643.     /**
  1644.      * Gets the private 'cache.annotations' shared service.
  1645.      *
  1646.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1647.      */
  1648.     protected function getCache_AnnotationsService()
  1649.     {
  1650.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2O+Ro29AJl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1651.     }
  1652.     /**
  1653.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1654.      *
  1655.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1656.      */
  1657.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1658.     {
  1659.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1660.     }
  1661.     /**
  1662.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1663.      *
  1664.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1665.      */
  1666.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1667.     {
  1668.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1669.     }
  1670.     /**
  1671.      * Gets the private 'cache.property_info' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1674.      */
  1675.     protected function getCache_PropertyInfoService()
  1676.     {
  1677.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ztxwL5H5pY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1678.     }
  1679.     /**
  1680.      * Gets the private 'cache.security_expression_language' shared service.
  1681.      *
  1682.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1683.      */
  1684.     protected function getCache_SecurityExpressionLanguageService()
  1685.     {
  1686.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iFSNzpHBIE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1687.     }
  1688.     /**
  1689.      * Gets the private 'cache.security_token_verifier' shared service.
  1690.      *
  1691.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1692.      */
  1693.     protected function getCache_SecurityTokenVerifierService()
  1694.     {
  1695.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DbzxH6DnqZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1696.     }
  1697.     /**
  1698.      * Gets the private 'cache.serializer' shared service.
  1699.      *
  1700.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1701.      */
  1702.     protected function getCache_SerializerService()
  1703.     {
  1704.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w7qxmkTDoU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1705.     }
  1706.     /**
  1707.      * Gets the private 'cache.validator' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1710.      */
  1711.     protected function getCache_ValidatorService()
  1712.     {
  1713.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7UMq9yx+jW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1714.     }
  1715.     /**
  1716.      * Gets the private 'cache.webpack_encore' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1719.      */
  1720.     protected function getCache_WebpackEncoreService()
  1721.     {
  1722.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HVj3zaMRAM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1723.     }
  1724.     /**
  1725.      * Gets the private 'config_cache_factory' shared service.
  1726.      *
  1727.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1728.      */
  1729.     protected function getConfigCacheFactoryService()
  1730.     {
  1731.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1732.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ??= new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this));
  1733.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ??= new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker());
  1734.         }, 2));
  1735.     }
  1736.     /**
  1737.      * Gets the private 'controller.is_granted_attribute_listener' shared service.
  1738.      *
  1739.      * @return \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener
  1740.      */
  1741.     protected function getController_IsGrantedAttributeListenerService()
  1742.     {
  1743.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  1744.         if (isset($this->privates['controller.is_granted_attribute_listener'])) {
  1745.             return $this->privates['controller.is_granted_attribute_listener'];
  1746.         }
  1747.         return $this->privates['controller.is_granted_attribute_listener'] = new \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener($a, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.security_is_granted_attribute_expression_language'] ?? $this->getCache_SecurityIsGrantedAttributeExpressionLanguageService())));
  1748.     }
  1749.     /**
  1750.      * Gets the private 'data_collector.form' shared service.
  1751.      *
  1752.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1753.      */
  1754.     protected function getDataCollector_FormService()
  1755.     {
  1756.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1757.     }
  1758.     /**
  1759.      * Gets the private 'data_collector.request' shared service.
  1760.      *
  1761.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1762.      */
  1763.     protected function getDataCollector_RequestService()
  1764.     {
  1765.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  1766.     }
  1767.     /**
  1768.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1771.      */
  1772.     protected function getDebug_DebugHandlersListenerService()
  1773.     {
  1774.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1775.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1776.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1777.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1778.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1779.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1780.     }
  1781.     /**
  1782.      * Gets the private 'debug.file_link_formatter' shared service.
  1783.      *
  1784.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1785.      */
  1786.     protected function getDebug_FileLinkFormatterService()
  1787.     {
  1788.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($this->getEnv('default::SYMFONY_IDE'), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), \dirname(__DIR__4), #[\Closure(name'debug.file_link_formatter.url_format', class: 'string')] function () {
  1789.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1790.         });
  1791.     }
  1792.     /**
  1793.      * Gets the private 'debug.log_processor' shared service.
  1794.      *
  1795.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1796.      */
  1797.     protected function getDebug_LogProcessorService()
  1798.     {
  1799.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  1800.     }
  1801.     /**
  1802.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1805.      */
  1806.     protected function getDebug_Security_Access_DecisionManagerService()
  1807.     {
  1808.         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 () {
  1809.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1810.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1811.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1812.             yield => ($this->privates['debug.security.voter.App\\Account\\Security\\Company\\Voter'] ?? $this->load('getVoterService'));
  1813.             yield => ($this->privates['debug.security.voter.App\\Car\\Security\\Car\\Voter'] ?? $this->load('getVoter2Service'));
  1814.             yield => ($this->privates['debug.security.voter.App\\Contact\\Security\\Contact\\Voter'] ?? $this->load('getVoter3Service'));
  1815.             yield => ($this->privates['debug.security.voter.App\\Contact\\Security\\ContactAccess\\Voter'] ?? $this->load('getVoter4Service'));
  1816.             yield => ($this->privates['debug.security.voter.App\\Contact\\Security\\ContactNew\\Voter'] ?? $this->load('getVoter5Service'));
  1817.             yield => ($this->privates['debug.security.voter.App\\Contact\\Security\\ContactRelationshipCompanyContactPerson\\Voter'] ?? $this->load('getVoter6Service'));
  1818.             yield => ($this->privates['debug.security.voter.App\\Contact\\Security\\Group\\Voter'] ?? $this->load('getVoter7Service'));
  1819.             yield 10 => ($this->privates['debug.security.voter.App\\Contact\\Security\\Relationship\\Employment\\Voter'] ?? $this->load('getVoter8Service'));
  1820.             yield 11 => ($this->privates['debug.security.voter.App\\Contact\\Security\\Relationship\\Ownership\\Voter'] ?? $this->load('getVoter9Service'));
  1821.             yield 12 => ($this->privates['debug.security.voter.App\\DocumentTemplate\\Security\\DocumentTemplate\\Voter'] ?? $this->load('getVoter10Service'));
  1822.             yield 13 => ($this->privates['debug.security.voter.App\\Invoice\\Security\\InvoiceDraftVoter'] ?? $this->load('getInvoiceDraftVoterService'));
  1823.             yield 14 => ($this->privates['debug.security.voter.App\\Invoice\\Security\\InvoicePaymentNotification\\Voter'] ?? $this->load('getVoter11Service'));
  1824.             yield 15 => ($this->privates['debug.security.voter.App\\Invoice\\Security\\InvoiceRepeatRule\\InvoiceRepeatRuleVoter'] ?? $this->load('getInvoiceRepeatRuleVoterService'));
  1825.             yield 16 => ($this->privates['debug.security.voter.App\\Invoice\\Security\\InvoiceVoter'] ?? $this->load('getInvoiceVoterService'));
  1826.             yield 17 => ($this->privates['debug.security.voter.App\\Note\\Security\\Note\\Voter'] ?? $this->load('getVoter12Service'));
  1827.             yield 18 => ($this->privates['debug.security.voter.App\\Notification\\Security\\Notification\\Voter'] ?? $this->load('getVoter13Service'));
  1828.             yield 19 => ($this->privates['debug.security.voter.App\\Offer\\Security\\Offer\\Voter'] ?? $this->load('getVoter14Service'));
  1829.             yield 20 => ($this->privates['debug.security.voter.App\\Offer\\Security\\OfferDraft\\Voter'] ?? $this->load('getVoter15Service'));
  1830.             yield 21 => ($this->privates['debug.security.voter.App\\Offer\\Security\\OfferDraftEmailDraft\\Voter'] ?? $this->load('getVoter16Service'));
  1831.             yield 22 => ($this->privates['debug.security.voter.App\\Offer\\Security\\OfferDraftEmailDraftAttachment\\Voter'] ?? $this->load('getVoter17Service'));
  1832.             yield 23 => ($this->privates['debug.security.voter.App\\Offer\\Security\\OfferEmailDraft\\Voter'] ?? $this->load('getVoter18Service'));
  1833.             yield 24 => ($this->privates['debug.security.voter.App\\Offer\\Security\\OfferEmailDraftAttachment\\Voter'] ?? $this->load('getVoter19Service'));
  1834.         }, 25), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1835.     }
  1836.     /**
  1837.      * Gets the private 'debug.security.firewall' shared service.
  1838.      *
  1839.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1840.      */
  1841.     protected function getDebug_Security_FirewallService()
  1842.     {
  1843.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1844.         if (isset($this->privates['debug.security.firewall'])) {
  1845.             return $this->privates['debug.security.firewall'];
  1846.         }
  1847.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1848.         if (isset($this->privates['debug.security.firewall'])) {
  1849.             return $this->privates['debug.security.firewall'];
  1850.         }
  1851.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1852.     }
  1853.     /**
  1854.      * Gets the private 'debug.validator' shared service.
  1855.      *
  1856.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1857.      */
  1858.     protected function getDebug_ValidatorService()
  1859.     {
  1860.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1861.     }
  1862.     /**
  1863.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1864.      *
  1865.      * @return \Doctrine\Migrations\DependencyFactory
  1866.      */
  1867.     protected function getDoctrine_Migrations_DependencyFactoryService()
  1868.     {
  1869.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  1870.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  1871.         $b->setTableName('_migrations');
  1872.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  1873.         $a->setMigrationOrganization('year_and_month');
  1874.         $a->setAllOrNothing(false);
  1875.         $a->setCheckDatabasePlatform(true);
  1876.         $a->setTransactional(true);
  1877.         $a->setMetadataStorageConfiguration($b);
  1878.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1879.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', #[\Closure(name'doctrine.migrations.container_aware_migrations_factory', class: 'Doctrine\\Bundle\\MigrationsBundle\\MigrationsFactory\\ContainerAwareMigrationFactory')] function () {
  1880.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1881.         });
  1882.         return $instance;
  1883.     }
  1884.     /**
  1885.      * Gets the private 'exception_listener' shared service.
  1886.      *
  1887.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1888.      */
  1889.     protected function getExceptionListenerService()
  1890.     {
  1891.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1892.     }
  1893.     /**
  1894.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared autowired service.
  1895.      *
  1896.      * @return \libphonenumber\PhoneNumberUtil
  1897.      */
  1898.     protected function getPhoneNumberUtilService()
  1899.     {
  1900.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = (new \App\Core\Factory\PhoneNumberUtilFactory())->create();
  1901.     }
  1902.     /**
  1903.      * Gets the private 'locale_aware_listener' shared service.
  1904.      *
  1905.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1906.      */
  1907.     protected function getLocaleAwareListenerService()
  1908.     {
  1909.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1910.             yield => ($this->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('en_GB'));
  1911.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1912.             yield => ($this->privates['translation.locale_switcher'] ?? $this->load('getTranslation_LocaleSwitcherService'));
  1913.         }, 3), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  1914.     }
  1915.     /**
  1916.      * Gets the private 'locale_listener' shared service.
  1917.      *
  1918.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1919.      */
  1920.     protected function getLocaleListenerService()
  1921.     {
  1922.         $a = ($this->services['router'] ?? $this->getRouterService());
  1923.         if (isset($this->privates['locale_listener'])) {
  1924.             return $this->privates['locale_listener'];
  1925.         }
  1926.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), 'en_GB'$afalse, []);
  1927.     }
  1928.     /**
  1929.      * Gets the private 'monolog.handler.console' shared service.
  1930.      *
  1931.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1932.      */
  1933.     protected function getMonolog_Handler_ConsoleService()
  1934.     {
  1935.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], ['format' => '%datetime% %start_tag%%level_name%%end_tag% %message%'."\n".'']);
  1936.     }
  1937.     /**
  1938.      * Gets the private 'monolog.handler.deprecation' shared service.
  1939.      *
  1940.      * @return \Monolog\Handler\StreamHandler
  1941.      */
  1942.     protected function getMonolog_Handler_DeprecationService()
  1943.     {
  1944.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.deprecations.log'), 100trueNULLfalse);
  1945.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ??= new \Monolog\Processor\PsrLogMessageProcessor()));
  1946.         return $instance;
  1947.     }
  1948.     /**
  1949.      * Gets the private 'monolog.handler.main' shared service.
  1950.      *
  1951.      * @return \Monolog\Handler\StreamHandler
  1952.      */
  1953.     protected function getMonolog_Handler_MainService()
  1954.     {
  1955.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1956.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ??= new \Monolog\Processor\PsrLogMessageProcessor()));
  1957.         return $instance;
  1958.     }
  1959.     /**
  1960.      * Gets the private 'monolog.logger' shared service.
  1961.      *
  1962.      * @return \Symfony\Bridge\Monolog\Logger
  1963.      */
  1964.     protected function getMonolog_LoggerService()
  1965.     {
  1966.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1967.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1968.         $instance->useMicrosecondTimestamps(true);
  1969.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1970.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1971.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1972.         return $instance;
  1973.     }
  1974.     /**
  1975.      * Gets the private 'monolog.logger.cache' shared service.
  1976.      *
  1977.      * @return \Symfony\Bridge\Monolog\Logger
  1978.      */
  1979.     protected function getMonolog_Logger_CacheService()
  1980.     {
  1981.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1982.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1983.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1984.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1985.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1986.         return $instance;
  1987.     }
  1988.     /**
  1989.      * Gets the private 'monolog.logger.request' shared service.
  1990.      *
  1991.      * @return \Symfony\Bridge\Monolog\Logger
  1992.      */
  1993.     protected function getMonolog_Logger_RequestService()
  1994.     {
  1995.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1996.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1997.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1998.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1999.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2000.         return $instance;
  2001.     }
  2002.     /**
  2003.      * Gets the private 'monolog.logger.security' shared service.
  2004.      *
  2005.      * @return \Symfony\Bridge\Monolog\Logger
  2006.      */
  2007.     protected function getMonolog_Logger_SecurityService()
  2008.     {
  2009.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2010.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2011.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2012.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2013.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2014.         return $instance;
  2015.     }
  2016.     /**
  2017.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2018.      *
  2019.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2020.      */
  2021.     protected function getNelmioCors_CorsListenerService()
  2022.     {
  2023.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  2024.     }
  2025.     /**
  2026.      * Gets the private 'profiler_listener' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2029.      */
  2030.     protected function getProfilerListenerService()
  2031.     {
  2032.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2033.         if (isset($this->privates['profiler_listener'])) {
  2034.             return $this->privates['profiler_listener'];
  2035.         }
  2036.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), NULLfalsefalseNULL);
  2037.     }
  2038.     /**
  2039.      * Gets the private 'property_info' shared service.
  2040.      *
  2041.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2042.      */
  2043.     protected function getPropertyInfoService()
  2044.     {
  2045.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2046.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2047.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  2048.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2049.         }, 3), new RewindableGenerator(function () {
  2050.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2051.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  2052.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  2053.         }, 3), new RewindableGenerator(function () {
  2054.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  2055.         }, 1), new RewindableGenerator(function () {
  2056.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2057.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  2058.         }, 2), new RewindableGenerator(function () {
  2059.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  2060.         }, 1));
  2061.     }
  2062.     /**
  2063.      * Gets the private 'router.expression_language_provider' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2066.      */
  2067.     protected function getRouter_ExpressionLanguageProviderService()
  2068.     {
  2069.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2070.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2071.             'service' => ['services''container.get_routing_condition_service''getContainer_GetRoutingConditionServiceService'true],
  2072.         ], [
  2073.             'env' => 'Closure',
  2074.             'service' => 'Closure',
  2075.         ]));
  2076.     }
  2077.     /**
  2078.      * Gets the private 'router.request_context' shared service.
  2079.      *
  2080.      * @return \Symfony\Component\Routing\RequestContext
  2081.      */
  2082.     protected function getRouter_RequestContextService()
  2083.     {
  2084.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('APP_DEFAULT_URI'), 'localhost''http'80443);
  2085.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2086.         return $instance;
  2087.     }
  2088.     /**
  2089.      * Gets the private 'router_listener' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2092.      */
  2093.     protected function getRouterListenerService()
  2094.     {
  2095.         $a = ($this->services['router'] ?? $this->getRouterService());
  2096.         if (isset($this->privates['router_listener'])) {
  2097.             return $this->privates['router_listener'];
  2098.         }
  2099.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  2100.     }
  2101.     /**
  2102.      * Gets the private 'security.authorization_checker' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2105.      */
  2106.     protected function getSecurity_AuthorizationCheckerService()
  2107.     {
  2108.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  2109.         if (isset($this->privates['security.authorization_checker'])) {
  2110.             return $this->privates['security.authorization_checker'];
  2111.         }
  2112.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  2113.     }
  2114.     /**
  2115.      * Gets the private 'security.context_listener.0' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2118.      */
  2119.     protected function getSecurity_ContextListener_0Service()
  2120.     {
  2121.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2122.         if (isset($this->privates['security.context_listener.0'])) {
  2123.             return $this->privates['security.context_listener.0'];
  2124.         }
  2125.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new RewindableGenerator(function () {
  2126.             yield => ($this->privates['App\\Core\\Security\\UserProvider'] ?? $this->load('getUserProviderService'));
  2127.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), [=> ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  2128.     }
  2129.     /**
  2130.      * Gets the private 'security.event_dispatcher.main' shared service.
  2131.      *
  2132.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2133.      */
  2134.     protected function getSecurity_EventDispatcher_MainService()
  2135.     {
  2136.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2137.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2138.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2139.         }, => 'checkPassport'], 2048);
  2140.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  2141.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2142.         }, => 'onSuccessfulLogin'], 0);
  2143.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.default.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener')] function () {
  2144.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2145.         }, => 'onLogout'], 64);
  2146.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener')] function () {
  2147.             return ($this->privates['security.logout.listener.session.main'] ??= new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener());
  2148.         }, => 'onLogout'], 0);
  2149.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.check_remember_me_conditions.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckRememberMeConditionsListener')] function () {
  2150.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2151.         }, => 'onSuccessfulLogin'], -32);
  2152.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2153.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2154.         }, => 'onSuccessfulLogin'], -64);
  2155.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2156.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2157.         }, => 'clearCookie'], 0);
  2158.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2159.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2160.         }, => 'clearCookie'], 0);
  2161.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2162.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2163.         }, => 'clearCookie'], 0);
  2164.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2165.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2166.         }, => 'preCheckCredentials'], 256);
  2167.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2168.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2169.         }, => 'postCheckCredentials'], 256);
  2170.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2171.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2172.         }, => 'checkPassport'], 1024);
  2173.         $instance->addListener('security.interactive_login', [=> #[\Closure(name'App\\Core\\EventSubscriber\\UserLocaleSubscriber')] function () {
  2174.             return ($this->privates['App\\Core\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2175.         }, => 'onInteractiveLogin'], 0);
  2176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  2177.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2178.         }, => 'checkPassport'], 0);
  2179.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  2180.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2181.         }, => 'onLoginSuccess'], 0);
  2182.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  2183.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2184.         }, => 'checkPassport'], 512);
  2185.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  2186.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2187.         }, => 'onLogout'], 0);
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the private 'security.firewall.map' shared service.
  2192.      *
  2193.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2194.      */
  2195.     protected function getSecurity_Firewall_MapService()
  2196.     {
  2197.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2198.         if (isset($this->privates['security.firewall.map'])) {
  2199.             return $this->privates['security.firewall.map'];
  2200.         }
  2201.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2202.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.kLbKLHa'] ?? $this->load('get_Security_RequestMatcher_KLbKLHaService'));
  2203.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.yy_ZK6T'] ?? $this->load('get_Security_RequestMatcher_YyZK6TService'));
  2204.         }, 2));
  2205.     }
  2206.     /**
  2207.      * Gets the private 'security.logout_url_generator' shared service.
  2208.      *
  2209.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2210.      */
  2211.     protected function getSecurity_LogoutUrlGeneratorService()
  2212.     {
  2213.         $a = ($this->services['router'] ?? $this->getRouterService());
  2214.         if (isset($this->privates['security.logout_url_generator'])) {
  2215.             return $this->privates['security.logout_url_generator'];
  2216.         }
  2217.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2218.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2219.         return $instance;
  2220.     }
  2221.     /**
  2222.      * Gets the private 'security.token_storage' shared service.
  2223.      *
  2224.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2225.      */
  2226.     protected function getSecurity_TokenStorageService()
  2227.     {
  2228.         return $this->privates['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2229.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2230.         ], [
  2231.             'request_stack' => '?',
  2232.         ]));
  2233.     }
  2234.     /**
  2235.      * Gets the private 'session_listener' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2238.      */
  2239.     protected function getSessionListenerService()
  2240.     {
  2241.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2242.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2243.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2244.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2245.         ], [
  2246.             'logger' => '?',
  2247.             'session_collector' => '?',
  2248.             'session_factory' => '?',
  2249.         ]), true$this->parameters['session.storage.options']);
  2250.     }
  2251.     /**
  2252.      * Gets the private 'translator.default' shared service.
  2253.      *
  2254.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2255.      */
  2256.     protected function getTranslator_DefaultService()
  2257.     {
  2258.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2259.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2260.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2261.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2262.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2263.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2264.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2265.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2266.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2267.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2268.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2269.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2270.         ], [
  2271.             'translation.loader.csv' => '?',
  2272.             'translation.loader.dat' => '?',
  2273.             'translation.loader.ini' => '?',
  2274.             'translation.loader.json' => '?',
  2275.             'translation.loader.mo' => '?',
  2276.             'translation.loader.php' => '?',
  2277.             'translation.loader.po' => '?',
  2278.             'translation.loader.qt' => '?',
  2279.             'translation.loader.res' => '?',
  2280.             'translation.loader.xliff' => '?',
  2281.             'translation.loader.yml' => '?',
  2282.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en_GB', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/hard-coded@messages+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/account/account@messages+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/car/car@messages+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/contact/contact@messages+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/core/core@messages+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/form/form@messages+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/invoice/invoice@forms+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/invoice/invoice@messages+intl-icu.en_GB.xlf'), => (\dirname(__DIR__4).'/translations/packages/marketing/marketing@messages+intl-icu.en_GB.xlf'), 10 => (\dirname(__DIR__4).'/translations/packages/note/note@messages+intl-icu.en_GB.xlf'), 11 => (\dirname(__DIR__4).'/translations/packages/notification/notification@messages+intl-icu.en_GB.xlf'), 12 => (\dirname(__DIR__4).'/translations/packages/offer/offer@messages+intl-icu.en_GB.xlf'), 13 => (\dirname(__DIR__4).'/translations/validators+intl-icu.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')], 'pl_PL' => [=> (\dirname(__DIR__4).'/translations/hard-coded@messages+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/packages/account/account@messages+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/packages/contact/contact@messages+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/packages/core/core@messages+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/packages/invoice/invoice@forms+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/packages/invoice/invoice@messages+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/packages/notification/notification@messages+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/packages/offer/offer@messages+intl-icu.pl_PL.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.pl_PL.xlf')], 'nb_NO' => [=> (\dirname(__DIR__4).'/translations/packages/contact/contact@messages+intl-icu.nb_NO.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/odolbeau/phone-number-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/knplabs/knp-menu-bundle/src/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/twig/extra-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/nelmio/cors-bundle/translations'16 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  2283.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2284.         $instance->setFallbackLocales([=> 'en_GB']);
  2285.         return $instance;
  2286.     }
  2287.     /**
  2288.      * Gets the private 'twig' shared service.
  2289.      *
  2290.      * @return \Twig\Environment
  2291.      */
  2292.     protected function getTwigService()
  2293.     {
  2294.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  2295.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  2296.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2297.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2298.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2299.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2300.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2301.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2302.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2303.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2304.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  2305.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  2306.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2307.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2308.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  2309.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  2310.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2311.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2312.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2313.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2314.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  2315.         $b = ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true));
  2316.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2317.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2318.         $e = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  2319.         $f = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2320.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2321.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  2322.         $h = new \Knp\Menu\Util\MenuManipulator();
  2323.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  2324.         $j = new \Symfony\Bridge\Twig\AppVariable();
  2325.         $j->setEnvironment('dev');
  2326.         $j->setDebug(true);
  2327.         $j->setTokenStorage($f);
  2328.         if ($this->has('request_stack')) {
  2329.             $j->setRequestStack($e);
  2330.         }
  2331.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2332.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2333.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), $b));
  2334.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  2335.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2336.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  2337.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2338.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2339.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2340.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2341.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2342.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2343.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2344.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  2345.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2346.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  2347.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2348.         $instance->addExtension(new \App\Car\Twig\CarExportTypeExtension());
  2349.         $instance->addExtension(new \App\Contact\Twig\ContactContextExtension());
  2350.         $instance->addExtension(new \App\Contact\Twig\ContactExtension());
  2351.         $instance->addExtension(new \App\Contact\Twig\GroupAjaxContextExtension());
  2352.         $instance->addExtension(new \App\Core\Twig\CountryExtension());
  2353.         $instance->addExtension(new \App\Core\Twig\DecimalNumberExtension());
  2354.         $instance->addExtension(new \App\Core\Twig\IdentityExtension());
  2355.         $instance->addExtension(new \App\Core\Twig\SecurityExtension());
  2356.         $instance->addExtension(new \App\Core\Twig\StringExtension());
  2357.         $instance->addExtension(new \App\Core\Twig\UrlExtension());
  2358.         $instance->addExtension(new \App\Invoice\Twig\InvoiceAjaxContextExtension());
  2359.         $instance->addExtension(new \App\Invoice\Twig\InvoiceDraftAjaxContextExtension());
  2360.         $instance->addExtension(new \App\Invoice\Twig\InvoiceExtension());
  2361.         $instance->addExtension(new \App\Invoice\Twig\InvoiceRepeatRuleAjaxContextExtension());
  2362.         $instance->addExtension(new \App\Invoice\Twig\InvoiceStatusExtension());
  2363.         $instance->addExtension(new \App\Invoice\Twig\InvoiceTypeExtension());
  2364.         $instance->addExtension(new \App\Note\Twig\NoteAttachmentExtension());
  2365.         $instance->addExtension(new \App\Note\Twig\NoteExtension());
  2366.         $instance->addExtension(new \App\Offer\Twig\OfferExtension());
  2367.         $instance->addExtension(new \App\Offer\Twig\OfferStatusExtension());
  2368.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  2369.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2370.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2371.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  2372.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  2373.         ], [
  2374.             'list' => '?',
  2375.             'twig' => '?',
  2376.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2377.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  2378.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  2379.         }, 2)), $h$i), $i$h));
  2380.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2381.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  2382.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2383.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  2384.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  2385.         ], [
  2386.             'webpack_encore.entrypoint_lookup_collection' => '?',
  2387.             'webpack_encore.tag_renderer' => '?',
  2388.         ])));
  2389.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  2390.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  2391.         $instance->addGlobal('app'$j);
  2392.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2393.             'App\\Car\\Twig\\CarExportTypeRuntime' => ['privates''App\\Car\\Twig\\CarExportTypeRuntime''getCarExportTypeRuntimeService'true],
  2394.             'App\\Contact\\Twig\\ContactContextRuntime' => ['privates''App\\Contact\\Twig\\ContactContextRuntime''getContactContextRuntimeService'true],
  2395.             'App\\Contact\\Twig\\ContactRuntime' => ['privates''App\\Contact\\Twig\\ContactRuntime''getContactRuntimeService'true],
  2396.             'App\\Contact\\Twig\\GroupAjaxContextRuntime' => ['privates''App\\Contact\\Twig\\GroupAjaxContextRuntime''getGroupAjaxContextRuntimeService'true],
  2397.             'App\\Core\\Twig\\CountryRuntime' => ['privates''App\\Core\\Twig\\CountryRuntime''getCountryRuntimeService'true],
  2398.             'App\\Core\\Twig\\DecimalNumberRuntime' => ['privates''App\\Core\\Twig\\DecimalNumberRuntime''getDecimalNumberRuntimeService'true],
  2399.             'App\\Core\\Twig\\IdentityRuntime' => ['privates''App\\Core\\Twig\\IdentityRuntime''getIdentityRuntimeService'true],
  2400.             'App\\Core\\Twig\\SecurityRuntime' => ['privates''App\\Core\\Twig\\SecurityRuntime''getSecurityRuntimeService'true],
  2401.             'App\\Core\\Twig\\StringRuntime' => ['privates''App\\Core\\Twig\\StringRuntime''getStringRuntimeService'true],
  2402.             'App\\Core\\Twig\\UrlRuntime' => ['privates''App\\Core\\Twig\\UrlRuntime''getUrlRuntimeService'true],
  2403.             'App\\Invoice\\Twig\\InvoiceAjaxContextRuntime' => ['privates''App\\Invoice\\Twig\\InvoiceAjaxContextRuntime''getInvoiceAjaxContextRuntimeService'true],
  2404.             'App\\Invoice\\Twig\\InvoiceDraftAjaxContextRuntime' => ['privates''App\\Invoice\\Twig\\InvoiceDraftAjaxContextRuntime''getInvoiceDraftAjaxContextRuntimeService'true],
  2405.             'App\\Invoice\\Twig\\InvoiceRepeatRuleAjaxContextRuntime' => ['privates''App\\Invoice\\Twig\\InvoiceRepeatRuleAjaxContextRuntime''getInvoiceRepeatRuleAjaxContextRuntimeService'true],
  2406.             'App\\Invoice\\Twig\\InvoiceRuntime' => ['privates''App\\Invoice\\Twig\\InvoiceRuntime''getInvoiceRuntimeService'true],
  2407.             'App\\Invoice\\Twig\\InvoiceStatusRuntime' => ['privates''App\\Invoice\\Twig\\InvoiceStatusRuntime''getInvoiceStatusRuntimeService'true],
  2408.             'App\\Invoice\\Twig\\InvoiceTypeRuntime' => ['privates''App\\Invoice\\Twig\\InvoiceTypeRuntime''getInvoiceTypeRuntimeService'true],
  2409.             'App\\Note\\Twig\\NoteAttachmentRuntime' => ['privates''App\\Note\\Twig\\NoteAttachmentRuntime''getNoteAttachmentRuntimeService'true],
  2410.             'App\\Note\\Twig\\NoteRuntime' => ['privates''App\\Note\\Twig\\NoteRuntime''getNoteRuntimeService'true],
  2411.             'App\\Offer\\Twig\\OfferRuntime' => ['privates''App\\Offer\\Twig\\OfferRuntime''getOfferRuntimeService'true],
  2412.             'App\\Offer\\Twig\\OfferStatusRuntime' => ['privates''App\\Offer\\Twig\\OfferStatusRuntime''getOfferStatusRuntimeService'true],
  2413.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  2414.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  2415.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  2416.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  2417.         ], [
  2418.             'App\\Car\\Twig\\CarExportTypeRuntime' => '?',
  2419.             'App\\Contact\\Twig\\ContactContextRuntime' => '?',
  2420.             'App\\Contact\\Twig\\ContactRuntime' => '?',
  2421.             'App\\Contact\\Twig\\GroupAjaxContextRuntime' => '?',
  2422.             'App\\Core\\Twig\\CountryRuntime' => '?',
  2423.             'App\\Core\\Twig\\DecimalNumberRuntime' => '?',
  2424.             'App\\Core\\Twig\\IdentityRuntime' => '?',
  2425.             'App\\Core\\Twig\\SecurityRuntime' => '?',
  2426.             'App\\Core\\Twig\\StringRuntime' => '?',
  2427.             'App\\Core\\Twig\\UrlRuntime' => '?',
  2428.             'App\\Invoice\\Twig\\InvoiceAjaxContextRuntime' => '?',
  2429.             'App\\Invoice\\Twig\\InvoiceDraftAjaxContextRuntime' => '?',
  2430.             'App\\Invoice\\Twig\\InvoiceRepeatRuleAjaxContextRuntime' => '?',
  2431.             'App\\Invoice\\Twig\\InvoiceRuntime' => '?',
  2432.             'App\\Invoice\\Twig\\InvoiceStatusRuntime' => '?',
  2433.             'App\\Invoice\\Twig\\InvoiceTypeRuntime' => '?',
  2434.             'App\\Note\\Twig\\NoteAttachmentRuntime' => '?',
  2435.             'App\\Note\\Twig\\NoteRuntime' => '?',
  2436.             'App\\Offer\\Twig\\OfferRuntime' => '?',
  2437.             'App\\Offer\\Twig\\OfferStatusRuntime' => '?',
  2438.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2439.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2440.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2441.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2442.         ])));
  2443.         $instance->addGlobal('app_name''TECLA | cloud');
  2444.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  2445.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  2446.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  2447.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days''Europe/Oslo'0'.'','))->configure($instance);
  2448.         return $instance;
  2449.     }
  2450.     /**
  2451.      * Gets the private 'validator.builder' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2454.      */
  2455.     protected function getValidator_BuilderService()
  2456.     {
  2457.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2458.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2459.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2460.             'App\\Car\\Validator\\Constraints\\CarExistsValidator' => ['privates''App\\Car\\Validator\\Constraints\\CarExistsValidator''getCarExistsValidatorService'true],
  2461.             'App\\Car\\Validator\\Constraints\\InvoiceNotExistsValidator' => ['privates''App\\Car\\Validator\\Constraints\\InvoiceNotExistsValidator''getInvoiceNotExistsValidatorService'true],
  2462.             'App\\Car\\Validator\\Constraints\\LicensePlateExistsValidator' => ['privates''App\\Car\\Validator\\Constraints\\LicensePlateExistsValidator''getLicensePlateExistsValidatorService'true],
  2463.             'App\\Car\\Validator\\Constraints\\LicensePlateUniqueValidator' => ['privates''App\\Car\\Validator\\Constraints\\LicensePlateUniqueValidator''getLicensePlateUniqueValidatorService'true],
  2464.             'App\\Connector\\Penneo\\Validator\\Constraints\\PenneoUniqueValidator' => ['privates''App\\Connector\\Penneo\\Validator\\Constraints\\PenneoUniqueValidator''getPenneoUniqueValidatorService'true],
  2465.             'App\\Connector\\PowerOffice\\Validator\\Constraints\\PowerOfficeUniqueValidator' => ['privates''App\\Connector\\PowerOffice\\Validator\\Constraints\\PowerOfficeUniqueValidator''getPowerOfficeUniqueValidatorService'true],
  2466.             'App\\Connector\\VismaAccounting\\Validator\\Constraints\\VismaAccountingApiTokenUniqueValidator' => ['privates''App\\Connector\\VismaAccounting\\Validator\\Constraints\\VismaAccountingApiTokenUniqueValidator''getVismaAccountingApiTokenUniqueValidatorService'true],
  2467.             'App\\Connector\\VismaAccounting\\Validator\\Constraints\\VismaAccountingUniqueValidator' => ['privates''App\\Connector\\VismaAccounting\\Validator\\Constraints\\VismaAccountingUniqueValidator''getVismaAccountingUniqueValidatorService'true],
  2468.             'App\\Contact\\Validator\\Constraints\\ContactAccessUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\ContactAccessUniqueValidator''getContactAccessUniqueValidatorService'true],
  2469.             'App\\Contact\\Validator\\Constraints\\ContactCompanyRegistrationNumberUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\ContactCompanyRegistrationNumberUniqueValidator''getContactCompanyRegistrationNumberUniqueValidatorService'true],
  2470.             'App\\Contact\\Validator\\Constraints\\ContactExistsValidator' => ['privates''App\\Contact\\Validator\\Constraints\\ContactExistsValidator''getContactExistsValidatorService'true],
  2471.             'App\\Contact\\Validator\\Constraints\\ContactPersonEmailUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\ContactPersonEmailUniqueValidator''getContactPersonEmailUniqueValidatorService'true],
  2472.             'App\\Contact\\Validator\\Constraints\\ContactRelationshipCompanyContactPersonUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\ContactRelationshipCompanyContactPersonUniqueValidator''getContactRelationshipCompanyContactPersonUniqueValidatorService'true],
  2473.             'App\\Contact\\Validator\\Constraints\\ContactTypeCompanyValidator' => ['privates''App\\Contact\\Validator\\Constraints\\ContactTypeCompanyValidator''getContactTypeCompanyValidatorService'true],
  2474.             'App\\Contact\\Validator\\Constraints\\ContactTypePersonValidator' => ['privates''App\\Contact\\Validator\\Constraints\\ContactTypePersonValidator''getContactTypePersonValidatorService'true],
  2475.             'App\\Contact\\Validator\\Constraints\\GroupExistsValidator' => ['privates''App\\Contact\\Validator\\Constraints\\GroupExistsValidator''getGroupExistsValidatorService'true],
  2476.             'App\\Contact\\Validator\\Constraints\\GroupItemUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\GroupItemUniqueValidator''getGroupItemUniqueValidatorService'true],
  2477.             'App\\Contact\\Validator\\Constraints\\GroupNameUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\GroupNameUniqueValidator''getGroupNameUniqueValidatorService'true],
  2478.             'App\\Contact\\Validator\\Constraints\\Relationship\\Employment\\EmployeeUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\Relationship\\Employment\\EmployeeUniqueValidator''getEmployeeUniqueValidatorService'true],
  2479.             'App\\Contact\\Validator\\Constraints\\Relationship\\Employment\\EmployerUniqueValidator' => ['privates''App\\Contact\\Validator\\Constraints\\Relationship\\Employment\\EmployerUniqueValidator''getEmployerUniqueValidatorService'true],
  2480.             'App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\SharesLimitExceededValidator' => ['privates''App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\SharesLimitExceededValidator''getSharesLimitExceededValidatorService'true],
  2481.             'App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\UniqueCompanyValidator' => ['privates''App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\UniqueCompanyValidator''getUniqueCompanyValidatorService'true],
  2482.             'App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\UniqueOwnerValidator' => ['privates''App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\UniqueOwnerValidator''getUniqueOwnerValidatorService'true],
  2483.             'App\\Core\\Validator\\Constraints\\CompanyRegistrationNumberValidator' => ['privates''App\\Core\\Validator\\Constraints\\CompanyRegistrationNumberValidator''getCompanyRegistrationNumberValidatorService'true],
  2484.             'App\\Core\\Validator\\Constraints\\NationalityValidator' => ['privates''App\\Core\\Validator\\Constraints\\NationalityValidator''getNationalityValidatorService'true],
  2485.             'App\\Core\\Validator\\Constraints\\NorwegianNationalIdNumberValidator' => ['privates''App\\Core\\Validator\\Constraints\\NorwegianNationalIdNumberValidator''getNorwegianNationalIdNumberValidatorService'true],
  2486.             'App\\Core\\Validator\\Constraints\\ValidValidator' => ['privates''App\\Core\\Validator\\Constraints\\ValidValidator''getValidValidatorService'true],
  2487.             'App\\Form\\Validator\\Constraints\\PhoneAndEmailNotBlankValidator' => ['privates''App\\Form\\Validator\\Constraints\\PhoneAndEmailNotBlankValidator''getPhoneAndEmailNotBlankValidatorService'true],
  2488.             'App\\Invoice\\Validator\\Constraints\\InvoiceExistsValidator' => ['privates''App\\Invoice\\Validator\\Constraints\\InvoiceExistsValidator''getInvoiceExistsValidatorService'true],
  2489.             'App\\Invoice\\Validator\\Constraints\\InvoiceGrossTotalValidator' => ['privates''App\\Invoice\\Validator\\Constraints\\InvoiceGrossTotalValidator''getInvoiceGrossTotalValidatorService'true],
  2490.             'App\\Invoice\\Validator\\Constraints\\InvoicePaymentNotificationUniqueValidator' => ['privates''App\\Invoice\\Validator\\Constraints\\InvoicePaymentNotificationUniqueValidator''getInvoicePaymentNotificationUniqueValidatorService'true],
  2491.             'App\\Invoice\\Validator\\Constraints\\InvoiceTypeInvoiceValidator' => ['privates''App\\Invoice\\Validator\\Constraints\\InvoiceTypeInvoiceValidator''getInvoiceTypeInvoiceValidatorService'true],
  2492.             'App\\Invoice\\Validator\\Constraints\\SupplierAndCustomerNotBlankValidator' => ['privates''App\\Invoice\\Validator\\Constraints\\SupplierAndCustomerNotBlankValidator''getSupplierAndCustomerNotBlankValidatorService'true],
  2493.             'App\\Marketing\\Validator\\Constraints\\CampaignExistsValidator' => ['privates''App\\Marketing\\Validator\\Constraints\\CampaignExistsValidator''getCampaignExistsValidatorService'true],
  2494.             'App\\Marketing\\Validator\\Constraints\\CampaignUniqueValidator' => ['privates''App\\Marketing\\Validator\\Constraints\\CampaignUniqueValidator''getCampaignUniqueValidatorService'true],
  2495.             'App\\Offer\\Validator\\Constraints\\OfferDraftEmailDraftExistsValidator' => ['privates''App\\Offer\\Validator\\Constraints\\OfferDraftEmailDraftExistsValidator''getOfferDraftEmailDraftExistsValidatorService'true],
  2496.             'App\\Offer\\Validator\\Constraints\\OfferDraftExistsValidator' => ['privates''App\\Offer\\Validator\\Constraints\\OfferDraftExistsValidator''getOfferDraftExistsValidatorService'true],
  2497.             'App\\Offer\\Validator\\Constraints\\OfferEmailDraftExistsValidator' => ['privates''App\\Offer\\Validator\\Constraints\\OfferEmailDraftExistsValidator''getOfferEmailDraftExistsValidatorService'true],
  2498.             'App\\Offer\\Validator\\Constraints\\OfferExistsValidator' => ['privates''App\\Offer\\Validator\\Constraints\\OfferExistsValidator''getOfferExistsValidatorService'true],
  2499.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  2500.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2501.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2502.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2503.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2504.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2505.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => ['privates''validator.when''getValidator_WhenService'true],
  2506.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2507.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2508.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2509.         ], [
  2510.             'App\\Car\\Validator\\Constraints\\CarExistsValidator' => '?',
  2511.             'App\\Car\\Validator\\Constraints\\InvoiceNotExistsValidator' => '?',
  2512.             'App\\Car\\Validator\\Constraints\\LicensePlateExistsValidator' => '?',
  2513.             'App\\Car\\Validator\\Constraints\\LicensePlateUniqueValidator' => '?',
  2514.             'App\\Connector\\Penneo\\Validator\\Constraints\\PenneoUniqueValidator' => '?',
  2515.             'App\\Connector\\PowerOffice\\Validator\\Constraints\\PowerOfficeUniqueValidator' => '?',
  2516.             'App\\Connector\\VismaAccounting\\Validator\\Constraints\\VismaAccountingApiTokenUniqueValidator' => '?',
  2517.             'App\\Connector\\VismaAccounting\\Validator\\Constraints\\VismaAccountingUniqueValidator' => '?',
  2518.             'App\\Contact\\Validator\\Constraints\\ContactAccessUniqueValidator' => '?',
  2519.             'App\\Contact\\Validator\\Constraints\\ContactCompanyRegistrationNumberUniqueValidator' => '?',
  2520.             'App\\Contact\\Validator\\Constraints\\ContactExistsValidator' => '?',
  2521.             'App\\Contact\\Validator\\Constraints\\ContactPersonEmailUniqueValidator' => '?',
  2522.             'App\\Contact\\Validator\\Constraints\\ContactRelationshipCompanyContactPersonUniqueValidator' => '?',
  2523.             'App\\Contact\\Validator\\Constraints\\ContactTypeCompanyValidator' => '?',
  2524.             'App\\Contact\\Validator\\Constraints\\ContactTypePersonValidator' => '?',
  2525.             'App\\Contact\\Validator\\Constraints\\GroupExistsValidator' => '?',
  2526.             'App\\Contact\\Validator\\Constraints\\GroupItemUniqueValidator' => '?',
  2527.             'App\\Contact\\Validator\\Constraints\\GroupNameUniqueValidator' => '?',
  2528.             'App\\Contact\\Validator\\Constraints\\Relationship\\Employment\\EmployeeUniqueValidator' => '?',
  2529.             'App\\Contact\\Validator\\Constraints\\Relationship\\Employment\\EmployerUniqueValidator' => '?',
  2530.             'App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\SharesLimitExceededValidator' => '?',
  2531.             'App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\UniqueCompanyValidator' => '?',
  2532.             'App\\Contact\\Validator\\Constraints\\Relationship\\Ownership\\UniqueOwnerValidator' => '?',
  2533.             'App\\Core\\Validator\\Constraints\\CompanyRegistrationNumberValidator' => '?',
  2534.             'App\\Core\\Validator\\Constraints\\NationalityValidator' => '?',
  2535.             'App\\Core\\Validator\\Constraints\\NorwegianNationalIdNumberValidator' => '?',
  2536.             'App\\Core\\Validator\\Constraints\\ValidValidator' => '?',
  2537.             'App\\Form\\Validator\\Constraints\\PhoneAndEmailNotBlankValidator' => '?',
  2538.             'App\\Invoice\\Validator\\Constraints\\InvoiceExistsValidator' => '?',
  2539.             'App\\Invoice\\Validator\\Constraints\\InvoiceGrossTotalValidator' => '?',
  2540.             'App\\Invoice\\Validator\\Constraints\\InvoicePaymentNotificationUniqueValidator' => '?',
  2541.             'App\\Invoice\\Validator\\Constraints\\InvoiceTypeInvoiceValidator' => '?',
  2542.             'App\\Invoice\\Validator\\Constraints\\SupplierAndCustomerNotBlankValidator' => '?',
  2543.             'App\\Marketing\\Validator\\Constraints\\CampaignExistsValidator' => '?',
  2544.             'App\\Marketing\\Validator\\Constraints\\CampaignUniqueValidator' => '?',
  2545.             'App\\Offer\\Validator\\Constraints\\OfferDraftEmailDraftExistsValidator' => '?',
  2546.             'App\\Offer\\Validator\\Constraints\\OfferDraftExistsValidator' => '?',
  2547.             'App\\Offer\\Validator\\Constraints\\OfferEmailDraftExistsValidator' => '?',
  2548.             'App\\Offer\\Validator\\Constraints\\OfferExistsValidator' => '?',
  2549.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  2550.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2551.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2552.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2553.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2554.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2555.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => '?',
  2556.             'doctrine.orm.validator.unique' => '?',
  2557.             'security.validator.user_password' => '?',
  2558.             'validator.expression' => '?',
  2559.         ])));
  2560.         if ($this->has('translator')) {
  2561.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2562.         }
  2563.         $instance->setTranslationDomain('validators');
  2564.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/config/validator/account/dto/CompanyProfileDto.xml'), => (\dirname(__DIR__4).'/config/validator/account/dto/PersonProfileDto.xml'), => (\dirname(__DIR__4).'/config/validator/car/dto/CarDto.xml'), => (\dirname(__DIR__4).'/config/validator/car/dto/CarInvoiceDto.xml'), => (\dirname(__DIR__4).'/config/validator/connector/penneo/dto/PenneoDto.xml'), => (\dirname(__DIR__4).'/config/validator/connector/power_office/dto/PowerOfficeDto.xml'), => (\dirname(__DIR__4).'/config/validator/connector/visma_accounting/dto/VismaAccountingApiTokenDto.xml'), => (\dirname(__DIR__4).'/config/validator/connector/visma_accounting/dto/VismaAccountingDto.xml'), => (\dirname(__DIR__4).'/config/validator/contact/dto/ContactAccessDto.xml'), 10 => (\dirname(__DIR__4).'/config/validator/contact/dto/ContactAddressDto.xml'), 11 => (\dirname(__DIR__4).'/config/validator/contact/dto/ContactDto.xml'), 12 => (\dirname(__DIR__4).'/config/validator/contact/dto/ContactEmailDto.xml'), 13 => (\dirname(__DIR__4).'/config/validator/contact/dto/GroupDto.xml'), 14 => (\dirname(__DIR__4).'/config/validator/contact/dto/GroupItemDto.xml'), 15 => (\dirname(__DIR__4).'/config/validator/contact/dto/relationship/EmploymentDto.xml'), 16 => (\dirname(__DIR__4).'/config/validator/contact/dto/relationship/OwnershipDto.xml'), 17 => (\dirname(__DIR__4).'/config/validator/contact/form/ContactRelationshipCompanyContactPersonCreateDto.xml'), 18 => (\dirname(__DIR__4).'/config/validator/contact/form/ContactRelationshipCompanyContactPersonUpdateDto.xml'), 19 => (\dirname(__DIR__4).'/config/validator/form/dto/FormContactCompanyForSaleDto.xml'), 20 => (\dirname(__DIR__4).'/config/validator/form/dto/FormContactDto.xml'), 21 => (\dirname(__DIR__4).'/config/validator/form/dto/FormContactEstablishCompanyDto.xml'), 22 => (\dirname(__DIR__4).'/config/validator/form/dto/FormContactHseCardDto.xml'), 23 => (\dirname(__DIR__4).'/config/validator/form/dto/FormContactInsuranceDto.xml'), 24 => (\dirname(__DIR__4).'/config/validator/form/dto/FormContactSellCompanyDto.xml'), 25 => (\dirname(__DIR__4).'/config/validator/form/dto/FormContactServiceDto.xml'), 26 => (\dirname(__DIR__4).'/config/validator/invoice/dto/InvoicePaymentNotificationDto.xml'), 27 => (\dirname(__DIR__4).'/config/validator/invoice/form/InvoiceCreateFormDto.xml'), 28 => (\dirname(__DIR__4).'/config/validator/marketing/dto/CampaignActivityDto.xml'), 29 => (\dirname(__DIR__4).'/config/validator/marketing/dto/CampaignDto.xml'), 30 => (\dirname(__DIR__4).'/config/validator/note/dto/NoteDto.xml'), 31 => (\dirname(__DIR__4).'/config/validator/notification/form/NotificationSchedulerCreateFormDto.xml'), 32 => (\dirname(__DIR__4).'/config/validator/offer/form/EmailRecipientFormDto.xml'), 33 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferCreateFormDto.xml'), 34 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferDraftEmailCreateFormDto.xml'), 35 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferDraftEmailDraftCreateFormDto.xml'), 36 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferDraftItemFormDto.xml'), 37 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferDraftUpdateFormDto.xml'), 38 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferEmailCreateFormDto.xml'), 39 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferEmailDraftCreateFormDto.xml'), 40 => (\dirname(__DIR__4).'/config/validator/offer/form/OfferItemFormDto.xml')]);
  2565.         $instance->enableAnnotationMapping(true);
  2566.         $instance->addMethodMapping('loadValidatorMetadata');
  2567.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2568.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2569.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2570.         return $instance;
  2571.     }
  2572.     /**
  2573.      * Gets the private 'var_dumper.html_dumper' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2576.      */
  2577.     protected function getVarDumper_HtmlDumperService()
  2578.     {
  2579.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2580.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2581.         return $instance;
  2582.     }
  2583.     /**
  2584.      * Gets the private 'var_dumper.server_connection' shared service.
  2585.      *
  2586.      * @return \Symfony\Component\VarDumper\Server\Connection
  2587.      */
  2588.     protected function getVarDumper_ServerConnectionService()
  2589.     {
  2590.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack())), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2591.     }
  2592.     /**
  2593.      * Gets the private 'web_profiler.csp.handler' shared service.
  2594.      *
  2595.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2596.      */
  2597.     protected function getWebProfiler_Csp_HandlerService()
  2598.     {
  2599.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2600.     }
  2601.     /**
  2602.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2603.      *
  2604.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2605.      */
  2606.     protected function getWebProfiler_DebugToolbarService()
  2607.     {
  2608.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  2609.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2610.             return $this->privates['web_profiler.debug_toolbar'];
  2611.         }
  2612.         $b = ($this->services['router'] ?? $this->getRouterService());
  2613.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2614.             return $this->privates['web_profiler.debug_toolbar'];
  2615.         }
  2616.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2620.      *
  2621.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2622.      */
  2623.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2624.     {
  2625.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2626.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2627.         ], [
  2628.             '_default' => '?',
  2629.         ]), '_default');
  2630.     }
  2631.     /**
  2632.      * Gets the public 'profiler' alias.
  2633.      *
  2634.      * @return object The ".container.private.profiler" service.
  2635.      */
  2636.     protected function getProfilerService()
  2637.     {
  2638.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2639.         return $this->get('.container.private.profiler');
  2640.     }
  2641.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  2642.     {
  2643.         if (isset($this->buildParameters[$name])) {
  2644.             return $this->buildParameters[$name];
  2645.         }
  2646.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2647.             throw new ParameterNotFoundException($name);
  2648.         }
  2649.         if (isset($this->loadedDynamicParameters[$name])) {
  2650.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2651.         }
  2652.         return $this->parameters[$name];
  2653.     }
  2654.     public function hasParameter(string $name): bool
  2655.     {
  2656.         if (isset($this->buildParameters[$name])) {
  2657.             return true;
  2658.         }
  2659.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2660.     }
  2661.     public function setParameter(string $name$value): void
  2662.     {
  2663.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2664.     }
  2665.     public function getParameterBag(): ParameterBagInterface
  2666.     {
  2667.         if (null === $this->parameterBag) {
  2668.             $parameters $this->parameters;
  2669.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2670.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2671.             }
  2672.             foreach ($this->buildParameters as $name => $value) {
  2673.                 $parameters[$name] = $value;
  2674.             }
  2675.             $this->parameterBag = new FrozenParameterBag($parameters);
  2676.         }
  2677.         return $this->parameterBag;
  2678.     }
  2679.     private $loadedDynamicParameters = [
  2680.         'kernel.runtime_environment' => false,
  2681.         'kernel.build_dir' => false,
  2682.         'kernel.cache_dir' => false,
  2683.         'app.google.recaptcha.site_key' => false,
  2684.         'kernel.secret' => false,
  2685.         'debug.file_link_format' => false,
  2686.         'debug.container.dump' => false,
  2687.         'router.cache_dir' => false,
  2688.         'serializer.mapping.cache.file' => false,
  2689.         'validator.mapping.cache.file' => false,
  2690.         'profiler.storage.dsn' => false,
  2691.         'doctrine.orm.proxy_dir' => false,
  2692.     ];
  2693.     private $dynamicParameters = [];
  2694.     private function getDynamicParameter(string $name)
  2695.     {
  2696.         $value = match ($name) {
  2697.             'kernel.runtime_environment' => $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'),
  2698.             'kernel.build_dir' => $this->targetDir.'',
  2699.             'kernel.cache_dir' => $this->targetDir.'',
  2700.             'app.google.recaptcha.site_key' => $this->getEnv('resolve:GOOGLE_RECAPTCHA_SITE_KEY'),
  2701.             'kernel.secret' => $this->getEnv('APP_SECRET'),
  2702.             'debug.file_link_format' => $this->getEnv('default::SYMFONY_IDE'),
  2703.             'debug.container.dump' => ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'),
  2704.             'router.cache_dir' => $this->targetDir.'',
  2705.             'serializer.mapping.cache.file' => ($this->targetDir.''.'/serialization.php'),
  2706.             'validator.mapping.cache.file' => ($this->targetDir.''.'/validation.php'),
  2707.             'profiler.storage.dsn' => ('file:'.$this->targetDir.''.'/profiler'),
  2708.             'doctrine.orm.proxy_dir' => ($this->targetDir.''.'/doctrine/orm/Proxies'),
  2709.             default => throw new ParameterNotFoundException($name),
  2710.         };
  2711.         $this->loadedDynamicParameters[$name] = true;
  2712.         return $this->dynamicParameters[$name] = $value;
  2713.     }
  2714.     protected function getDefaultParameters(): array
  2715.     {
  2716.         return [
  2717.             'kernel.project_dir' => \dirname(__DIR__4),
  2718.             'kernel.environment' => 'dev',
  2719.             'kernel.debug' => true,
  2720.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2721.             'kernel.bundles' => [
  2722.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2723.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2724.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2725.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2726.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2727.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2728.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2729.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2730.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2731.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2732.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2733.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2734.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  2735.             ],
  2736.             'kernel.bundles_metadata' => [
  2737.                 'FrameworkBundle' => [
  2738.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2739.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2740.                 ],
  2741.                 'TwigBundle' => [
  2742.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2743.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2744.                 ],
  2745.                 'WebProfilerBundle' => [
  2746.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2747.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2748.                 ],
  2749.                 'DoctrineBundle' => [
  2750.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2751.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2752.                 ],
  2753.                 'DoctrineMigrationsBundle' => [
  2754.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2755.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2756.                 ],
  2757.                 'SecurityBundle' => [
  2758.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2759.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2760.                 ],
  2761.                 'KnpMenuBundle' => [
  2762.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2763.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2764.                 ],
  2765.                 'MonologBundle' => [
  2766.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2767.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2768.                 ],
  2769.                 'TwigExtraBundle' => [
  2770.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2771.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2772.                 ],
  2773.                 'DebugBundle' => [
  2774.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2775.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2776.                 ],
  2777.                 'NelmioCorsBundle' => [
  2778.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2779.                     'namespace' => 'Nelmio\\CorsBundle',
  2780.                 ],
  2781.                 'WebpackEncoreBundle' => [
  2782.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2783.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2784.                 ],
  2785.                 'MisdPhoneNumberBundle' => [
  2786.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  2787.                     'namespace' => 'Misd\\PhoneNumberBundle',
  2788.                 ],
  2789.             ],
  2790.             'kernel.charset' => 'UTF-8',
  2791.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2792.             'app.name' => 'TECLA | cloud',
  2793.             'app.locale' => 'en_GB',
  2794.             'app.locales' => [
  2795.                 => 'en_GB',
  2796.                 => 'pl_PL',
  2797.             ],
  2798.             'app.translations_path' => (\dirname(__DIR__4).'/translations'),
  2799.             'app.unverified_users_lifetime_days' => 7,
  2800.             'app.forgotten_password_token_lifetime_hours' => 1,
  2801.             'app.tmp_dir.name' => 'tmp',
  2802.             'app.car.car_attachment.root_dir.path' => (\dirname(__DIR__3).'/files/dev/car'),
  2803.             'app.note.note_attachment.root_dir.path' => (\dirname(__DIR__3).'/files/dev/note'),
  2804.             'app.invoice_email_attachment_directory' => (\dirname(__DIR__3).'/files/invoice-email'),
  2805.             'app.invoice_email_draft_attachment_directory' => (\dirname(__DIR__3).'/files/invoice-email-draft'),
  2806.             'app.invoice_draft_email_attachment_directory' => (\dirname(__DIR__3).'/files/invoice-draft-email'),
  2807.             'app.invoice_draft_email_draft_attachment_directory' => (\dirname(__DIR__3).'/files/invoice-draft-email-draft'),
  2808.             'app.invoice_draft_lifetime_days' => 7,
  2809.             'app.offer.offer_email_attachment.root_dir' => (\dirname(__DIR__3).'/files/dev/offer/email'),
  2810.             'app.offer.offer_email_draft_attachment.root_dir' => (\dirname(__DIR__3).'/files/dev/offer/email-draft'),
  2811.             'app.offer.offer_draft_email_attachment.root_dir' => (\dirname(__DIR__3).'/files/dev/offer-draft/email'),
  2812.             'app.offer.offer_draft_email_draft_attachment.root_dir' => (\dirname(__DIR__3).'/files/dev/offer-draft/email-draft'),
  2813.             'app.routing.id_pattern' => '[[:alnum:]]{22}',
  2814.             'app.directory.public.data' => 'public/data',
  2815.             'app.directory.public.data.contacts' => 'public/data/contacts',
  2816.             'app.docx.server_path' => (\dirname(__DIR__4).'/config/docx'),
  2817.             'app.document_template.templates.path' => (\dirname(__DIR__4).'/templates/packages/document_template/template'),
  2818.             'app.import.dir' => (\dirname(__DIR__3).'/import'),
  2819.             'app.contact.import.dir' => (\dirname(__DIR__3).'/import/contact'),
  2820.             'event_dispatcher.event_aliases' => [
  2821.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2822.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2823.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2824.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2825.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2826.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2827.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2828.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2829.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2830.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2831.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2832.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2833.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2834.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2835.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2836.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2837.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2838.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2839.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2840.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2841.             ],
  2842.             'fragment.renderer.hinclude.global_template' => NULL,
  2843.             'fragment.path' => '/_fragment',
  2844.             'kernel.http_method_override' => false,
  2845.             'kernel.trust_x_sendfile_type_header' => false,
  2846.             'kernel.trusted_hosts' => [
  2847.             ],
  2848.             'kernel.default_locale' => 'en_GB',
  2849.             'kernel.enabled_locales' => [
  2850.             ],
  2851.             'kernel.error_controller' => 'error_controller',
  2852.             'asset.request_context.base_path' => NULL,
  2853.             'asset.request_context.secure' => NULL,
  2854.             'translator.logging' => false,
  2855.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2856.             'debug.error_handler.throw_at' => -1,
  2857.             'router.request_context.host' => 'localhost',
  2858.             'router.request_context.scheme' => 'http',
  2859.             'router.request_context.base_url' => '',
  2860.             'router.resource' => 'kernel::loadRoutes',
  2861.             'request_listener.http_port' => 80,
  2862.             'request_listener.https_port' => 443,
  2863.             'session.metadata.storage_key' => '_sf2_meta',
  2864.             'session.storage.options' => [
  2865.                 'cache_limiter' => '0',
  2866.                 'cookie_secure' => 'auto',
  2867.                 'cookie_httponly' => true,
  2868.                 'cookie_samesite' => 'lax',
  2869.                 'gc_probability' => 1,
  2870.                 'gc_divisor' => 1,
  2871.             ],
  2872.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  2873.             'session.metadata.update_threshold' => 0,
  2874.             'form.type_extension.csrf.enabled' => true,
  2875.             'form.type_extension.csrf.field_name' => '_token',
  2876.             'validator.translation_domain' => 'validators',
  2877.             'profiler_listener.only_exceptions' => false,
  2878.             'profiler_listener.only_main_requests' => false,
  2879.             'twig.form.resources' => [
  2880.                 => 'form_div_layout.html.twig',
  2881.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  2882.                 => 'packages/core/form/bootstrap_4_layout.html.twig',
  2883.             ],
  2884.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2885.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2886.             'web_profiler.debug_toolbar.mode' => 2,
  2887.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2888.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2889.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2890.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2891.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2892.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2893.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2894.             'doctrine.entity_managers' => [
  2895.                 'default' => 'doctrine.orm.default_entity_manager',
  2896.             ],
  2897.             'doctrine.default_entity_manager' => 'default',
  2898.             'doctrine.dbal.connection_factory.types' => [
  2899.                 'car_id' => [
  2900.                     'class' => 'App\\Car\\Doctrine\\DBAL\\Types\\CarIdType',
  2901.                 ],
  2902.                 'car_attachment_id' => [
  2903.                     'class' => 'App\\Car\\Doctrine\\DBAL\\Types\\CarAttachmentIdType',
  2904.                 ],
  2905.                 'car_invoice_id' => [
  2906.                     'class' => 'App\\Car\\Doctrine\\DBAL\\Types\\CarInvoiceIdType',
  2907.                 ],
  2908.                 'car_status' => [
  2909.                     'class' => 'App\\Car\\Doctrine\\DBAL\\Types\\StatusType',
  2910.                 ],
  2911.                 'car_transport' => [
  2912.                     'class' => 'App\\Car\\Doctrine\\DBAL\\Types\\TransportType',
  2913.                 ],
  2914.                 'company_type' => [
  2915.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\CompanyTypeType',
  2916.                 ],
  2917.                 'connector_penneo_id' => [
  2918.                     'class' => 'App\\Connector\\Penneo\\Doctrine\\DBAL\\Types\\PenneoIdType',
  2919.                 ],
  2920.                 'connector_penneo_contact_id' => [
  2921.                     'class' => 'App\\Connector\\Penneo\\Doctrine\\DBAL\\Types\\PenneoContactIdType',
  2922.                 ],
  2923.                 'connector_power_office_id' => [
  2924.                     'class' => 'App\\Connector\\PowerOffice\\Doctrine\\DBAL\\Types\\PowerOfficeIdType',
  2925.                 ],
  2926.                 'connector_power_office_customer_id' => [
  2927.                     'class' => 'App\\Connector\\PowerOffice\\Doctrine\\DBAL\\Types\\PowerOfficeCustomerIdType',
  2928.                 ],
  2929.                 'connector_power_office_outgoing_invoice_id' => [
  2930.                     'class' => 'App\\Connector\\PowerOffice\\Doctrine\\DBAL\\Types\\PowerOfficeOutgoingInvoiceIdType',
  2931.                 ],
  2932.                 'connector_visma_accounting_id' => [
  2933.                     'class' => 'App\\Connector\\VismaAccounting\\Doctrine\\DBAL\\Types\\VismaAccountingIdType',
  2934.                 ],
  2935.                 'connector_visma_accounting_api_token_id' => [
  2936.                     'class' => 'App\\Connector\\VismaAccounting\\Doctrine\\DBAL\\Types\\VismaAccountingApiTokenIdType',
  2937.                 ],
  2938.                 'connector_visma_accounting_customer_id' => [
  2939.                     'class' => 'App\\Connector\\VismaAccounting\\Doctrine\\DBAL\\Types\\VismaAccountingCustomerIdType',
  2940.                 ],
  2941.                 'connector_visma_accounting_customer_invoice_id' => [
  2942.                     'class' => 'App\\Connector\\VismaAccounting\\Doctrine\\DBAL\\Types\\VismaAccountingCustomerInvoiceIdType',
  2943.                 ],
  2944.                 'connector_visma_accounting_voucher_id' => [
  2945.                     'class' => 'App\\Connector\\VismaAccounting\\Doctrine\\DBAL\\Types\\VismaAccountingVoucherIdType',
  2946.                 ],
  2947.                 'contact_id' => [
  2948.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactIdType',
  2949.                 ],
  2950.                 'contact_access_id' => [
  2951.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactAccessIdType',
  2952.                 ],
  2953.                 'contact_access_role' => [
  2954.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactAccessRoleType',
  2955.                 ],
  2956.                 'contact_access_tracking_id' => [
  2957.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactAccessTrackingIdType',
  2958.                 ],
  2959.                 'contact_address_id' => [
  2960.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactAddressIdType',
  2961.                 ],
  2962.                 'contact_email_id' => [
  2963.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactEmailIdType',
  2964.                 ],
  2965.                 'contact_group_id' => [
  2966.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\GroupIdType',
  2967.                 ],
  2968.                 'contact_group_item_id' => [
  2969.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\GroupItemIdType',
  2970.                 ],
  2971.                 'contact_permission_id' => [
  2972.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactPermissionIdType',
  2973.                 ],
  2974.                 'contact_relationship_accountant_id' => [
  2975.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\Relationship\\AccountantIdType',
  2976.                 ],
  2977.                 'contact_relationship_authorized_accountant_id' => [
  2978.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\Relationship\\AuthorizedAccountantIdType',
  2979.                 ],
  2980.                 'contact_relationship_company_contact_person_id' => [
  2981.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactRelationshipCompanyContactPersonIdType',
  2982.                 ],
  2983.                 'contact_relationship_customer_supplier_id' => [
  2984.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\ContactRelationshipCustomerSupplierIdType',
  2985.                 ],
  2986.                 'contact_relationship_employment_id' => [
  2987.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\Relationship\\EmploymentIdType',
  2988.                 ],
  2989.                 'contact_relationship_managing_director_id' => [
  2990.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\Relationship\\ManagingDirectorIdType',
  2991.                 ],
  2992.                 'contact_relationship_ownership_id' => [
  2993.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\Relationship\\OwnershipIdType',
  2994.                 ],
  2995.                 'document_template_id' => [
  2996.                     'class' => 'App\\DocumentTemplate\\Doctrine\\DBAL\\Types\\DocumentTemplateIdType',
  2997.                 ],
  2998.                 'document_template_permission_id' => [
  2999.                     'class' => 'App\\DocumentTemplate\\Doctrine\\DBAL\\Types\\DocumentTemplatePermissionIdType',
  3000.                 ],
  3001.                 'failed_legacy_synchronizer_id' => [
  3002.                     'class' => 'App\\TeclaConnector\\Doctrine\\DBAL\\Types\\FailedLegacySynchronizerIdType',
  3003.                 ],
  3004.                 'form_contact_id' => [
  3005.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\FormContactIdType',
  3006.                 ],
  3007.                 'form_contact_establish_company_id' => [
  3008.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\FormContactEstablishCompanyIdType',
  3009.                 ],
  3010.                 'form_contact_hse_card_id' => [
  3011.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\FormContactHseCardIdType',
  3012.                 ],
  3013.                 'form_contact_insurance_id' => [
  3014.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\FormContactInsuranceIdType',
  3015.                 ],
  3016.                 'form_contact_company_for_sale_id' => [
  3017.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\FormContactCompanyForSaleIdType',
  3018.                 ],
  3019.                 'form_contact_sell_company_id' => [
  3020.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\FormContactSellCompanyIdType',
  3021.                 ],
  3022.                 'form_contact_service_id' => [
  3023.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\FormContactServiceIdType',
  3024.                 ],
  3025.                 'gender' => [
  3026.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\GenderType',
  3027.                 ],
  3028.                 'hse_card_type' => [
  3029.                     'class' => 'App\\Form\\Doctrine\\DBAL\\Types\\HseCardTypeType',
  3030.                 ],
  3031.                 'industry_sector' => [
  3032.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\IndustrySectorType',
  3033.                 ],
  3034.                 'invoice_id' => [
  3035.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceIdType',
  3036.                 ],
  3037.                 'invoice_item_id' => [
  3038.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceItemIdType',
  3039.                 ],
  3040.                 'invoice_draft_id' => [
  3041.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceDraftIdType',
  3042.                 ],
  3043.                 'invoice_draft_item_id' => [
  3044.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceDraftItemIdType',
  3045.                 ],
  3046.                 'invoice_draft_email_id' => [
  3047.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceDraftEmailIdType',
  3048.                 ],
  3049.                 'invoice_draft_email_attachment_id' => [
  3050.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceDraftEmailAttachmentIdType',
  3051.                 ],
  3052.                 'invoice_draft_email_draft_id' => [
  3053.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceDraftEmailDraftIdType',
  3054.                 ],
  3055.                 'invoice_draft_email_draft_attachment_id' => [
  3056.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceDraftEmailDraftAttachmentIdType',
  3057.                 ],
  3058.                 'invoice_email_id' => [
  3059.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceEmailIdType',
  3060.                 ],
  3061.                 'invoice_email_attachment_id' => [
  3062.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceEmailAttachmentIdType',
  3063.                 ],
  3064.                 'invoice_email_draft_id' => [
  3065.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceEmailDraftIdType',
  3066.                 ],
  3067.                 'invoice_email_draft_attachment_id' => [
  3068.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceEmailDraftAttachmentIdType',
  3069.                 ],
  3070.                 'invoice_payment_id' => [
  3071.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoicePaymentIdType',
  3072.                 ],
  3073.                 'invoice_payment_notification_id' => [
  3074.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoicePaymentNotificationIdType',
  3075.                 ],
  3076.                 'invoice_repeat_rule_id' => [
  3077.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceRepeatRuleIdType',
  3078.                 ],
  3079.                 'invoice_repeat_rule_item_id' => [
  3080.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceRepeatRuleItemIdType',
  3081.                 ],
  3082.                 'invoice_status' => [
  3083.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceStatusType',
  3084.                 ],
  3085.                 'invoice_repeat_interval' => [
  3086.                     'class' => 'App\\Invoice\\Doctrine\\DBAL\\Types\\InvoiceRepeatIntervalType',
  3087.                 ],
  3088.                 'marital_status' => [
  3089.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\MaritalStatusType',
  3090.                 ],
  3091.                 'marketing_campaign_id' => [
  3092.                     'class' => 'App\\Marketing\\Doctrine\\DBAL\\Types\\CampaignIdType',
  3093.                 ],
  3094.                 'marketing_campaign_activity_id' => [
  3095.                     'class' => 'App\\Marketing\\Doctrine\\DBAL\\Types\\CampaignActivityIdType',
  3096.                 ],
  3097.                 'marketing_campaign_activity_type' => [
  3098.                     'class' => 'App\\Marketing\\Doctrine\\DBAL\\Types\\CampaignActivityTypeType',
  3099.                 ],
  3100.                 'note_id' => [
  3101.                     'class' => 'App\\Note\\Doctrine\\DBAL\\Types\\NoteIdType',
  3102.                 ],
  3103.                 'note_attachment_id' => [
  3104.                     'class' => 'App\\Note\\Doctrine\\DBAL\\Types\\NoteAttachmentIdType',
  3105.                 ],
  3106.                 'note_permission_id' => [
  3107.                     'class' => 'App\\Note\\Doctrine\\DBAL\\Types\\NotePermissionIdType',
  3108.                 ],
  3109.                 'notification_id' => [
  3110.                     'class' => 'App\\Notification\\Doctrine\\DBAL\\Types\\NotificationIdType',
  3111.                 ],
  3112.                 'notification_log_id' => [
  3113.                     'class' => 'App\\Notification\\Doctrine\\DBAL\\Types\\NotificationLogIdType',
  3114.                 ],
  3115.                 'notification_scheduler_id' => [
  3116.                     'class' => 'App\\Notification\\Doctrine\\DBAL\\Types\\NotificationSchedulerIdType',
  3117.                 ],
  3118.                 'offer_id' => [
  3119.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferIdType',
  3120.                 ],
  3121.                 'offer_item_id' => [
  3122.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferItemIdType',
  3123.                 ],
  3124.                 'offer_email_id' => [
  3125.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferEmailIdType',
  3126.                 ],
  3127.                 'offer_email_attachment_id' => [
  3128.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferEmailAttachmentIdType',
  3129.                 ],
  3130.                 'offer_email_draft_id' => [
  3131.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferEmailDraftIdType',
  3132.                 ],
  3133.                 'offer_email_draft_attachment_id' => [
  3134.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferEmailDraftAttachmentIdType',
  3135.                 ],
  3136.                 'offer_draft_id' => [
  3137.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferDraftIdType',
  3138.                 ],
  3139.                 'offer_draft_item_id' => [
  3140.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferDraftItemIdType',
  3141.                 ],
  3142.                 'offer_draft_email_id' => [
  3143.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferDraftEmailIdType',
  3144.                 ],
  3145.                 'offer_draft_email_attachment_id' => [
  3146.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferDraftEmailAttachmentIdType',
  3147.                 ],
  3148.                 'offer_draft_email_draft_id' => [
  3149.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferDraftEmailDraftIdType',
  3150.                 ],
  3151.                 'offer_draft_email_draft_attachment_id' => [
  3152.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferDraftEmailDraftAttachmentIdType',
  3153.                 ],
  3154.                 'offer_status' => [
  3155.                     'class' => 'App\\Offer\\Doctrine\\DBAL\\Types\\OfferStatusType',
  3156.                 ],
  3157.                 'user_id' => [
  3158.                     'class' => 'App\\Core\\Doctrine\\DBAL\\Types\\UserIdType',
  3159.                 ],
  3160.                 'work_occupation' => [
  3161.                     'class' => 'App\\Contact\\Doctrine\\DBAL\\Types\\WorkOccupationType',
  3162.                 ],
  3163.                 'phone_number' => [
  3164.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  3165.                 ],
  3166.                 'uuid' => [
  3167.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3168.                 ],
  3169.                 'ulid' => [
  3170.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3171.                 ],
  3172.             ],
  3173.             'doctrine.connections' => [
  3174.                 'default' => 'doctrine.dbal.default_connection',
  3175.             ],
  3176.             'doctrine.default_connection' => 'default',
  3177.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3178.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3179.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3180.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3181.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3182.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3183.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3184.             'doctrine.orm.cache.memcache_port' => 11211,
  3185.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3186.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3187.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3188.             'doctrine.orm.cache.memcached_port' => 11211,
  3189.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3190.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3191.             'doctrine.orm.cache.redis_host' => 'localhost',
  3192.             'doctrine.orm.cache.redis_port' => 6379,
  3193.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3194.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3195.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3196.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3197.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3198.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3199.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3200.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3201.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3202.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3203.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3204.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3205.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3206.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3207.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3208.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3209.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3210.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3211.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3212.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3213.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3214.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3215.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3216.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3217.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3218.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3219.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3220.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3221.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3222.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3223.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3224.             'doctrine.orm.enable_lazy_ghost_objects' => true,
  3225.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3226.             'doctrine.migrations.preferred_em' => NULL,
  3227.             'doctrine.migrations.preferred_connection' => NULL,
  3228.             'security.role_hierarchy.roles' => [
  3229.             ],
  3230.             'security.access.denied_url' => NULL,
  3231.             'security.authentication.manager.erase_credentials' => true,
  3232.             'security.authentication.session_strategy.strategy' => 'migrate',
  3233.             'security.authentication.hide_user_not_found' => true,
  3234.             'security.firewalls' => [
  3235.                 => 'dev',
  3236.                 => 'main',
  3237.             ],
  3238.             'knp_menu.renderer.list.options' => [
  3239.             ],
  3240.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3241.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3242.             'knp_menu.renderer.twig.options' => [
  3243.             ],
  3244.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3245.             'knp_menu.default_renderer' => 'twig',
  3246.             'monolog.use_microseconds' => true,
  3247.             'monolog.swift_mailer.handlers' => [
  3248.             ],
  3249.             'monolog.handlers_to_channels' => [
  3250.                 'monolog.handler.deprecation' => [
  3251.                     'type' => 'inclusive',
  3252.                     'elements' => [
  3253.                         => 'deprecation',
  3254.                     ],
  3255.                 ],
  3256.                 'monolog.handler.console' => [
  3257.                     'type' => 'exclusive',
  3258.                     'elements' => [
  3259.                         => 'event',
  3260.                         => 'doctrine',
  3261.                         => 'console',
  3262.                     ],
  3263.                 ],
  3264.                 'monolog.handler.main' => [
  3265.                     'type' => 'exclusive',
  3266.                     'elements' => [
  3267.                         => 'deprecation',
  3268.                         => 'event',
  3269.                     ],
  3270.                 ],
  3271.             ],
  3272.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3273.             'nelmio_cors.map' => [
  3274.                 '^/' => [
  3275.                     'skip_same_as_origin' => true,
  3276.                 ],
  3277.             ],
  3278.             'nelmio_cors.defaults' => [
  3279.                 'allow_origin' => true,
  3280.                 'allow_credentials' => false,
  3281.                 'allow_headers' => [
  3282.                     => 'content-type',
  3283.                     => 'authorization',
  3284.                 ],
  3285.                 'expose_headers' => [
  3286.                     => 'Link',
  3287.                 ],
  3288.                 'allow_methods' => [
  3289.                     => 'GET',
  3290.                     => 'OPTIONS',
  3291.                     => 'POST',
  3292.                     => 'PUT',
  3293.                     => 'PATCH',
  3294.                     => 'DELETE',
  3295.                 ],
  3296.                 'max_age' => 3600,
  3297.                 'hosts' => [
  3298.                 ],
  3299.                 'origin_regex' => false,
  3300.                 'forced_allow_origin_value' => NULL,
  3301.                 'skip_same_as_origin' => true,
  3302.             ],
  3303.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3304.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3305.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3306.             'misd_phone_number.serializer.default_region' => 'ZZ',
  3307.             'misd_phone_number.serializer.format' => 0,
  3308.             'misd_phone_number.validator.default_region' => 'ZZ',
  3309.             'misd_phone_number.validator.format' => 1,
  3310.             'data_collector.templates' => [
  3311.                 'data_collector.request' => [
  3312.                     => 'request',
  3313.                     => '@WebProfiler/Collector/request.html.twig',
  3314.                 ],
  3315.                 'data_collector.time' => [
  3316.                     => 'time',
  3317.                     => '@WebProfiler/Collector/time.html.twig',
  3318.                 ],
  3319.                 'data_collector.memory' => [
  3320.                     => 'memory',
  3321.                     => '@WebProfiler/Collector/memory.html.twig',
  3322.                 ],
  3323.                 'data_collector.validator' => [
  3324.                     => 'validator',
  3325.                     => '@WebProfiler/Collector/validator.html.twig',
  3326.                 ],
  3327.                 'data_collector.ajax' => [
  3328.                     => 'ajax',
  3329.                     => '@WebProfiler/Collector/ajax.html.twig',
  3330.                 ],
  3331.                 'data_collector.form' => [
  3332.                     => 'form',
  3333.                     => '@WebProfiler/Collector/form.html.twig',
  3334.                 ],
  3335.                 'data_collector.exception' => [
  3336.                     => 'exception',
  3337.                     => '@WebProfiler/Collector/exception.html.twig',
  3338.                 ],
  3339.                 'data_collector.logger' => [
  3340.                     => 'logger',
  3341.                     => '@WebProfiler/Collector/logger.html.twig',
  3342.                 ],
  3343.                 'data_collector.events' => [
  3344.                     => 'events',
  3345.                     => '@WebProfiler/Collector/events.html.twig',
  3346.                 ],
  3347.                 'data_collector.router' => [
  3348.                     => 'router',
  3349.                     => '@WebProfiler/Collector/router.html.twig',
  3350.                 ],
  3351.                 'data_collector.cache' => [
  3352.                     => 'cache',
  3353.                     => '@WebProfiler/Collector/cache.html.twig',
  3354.                 ],
  3355.                 'data_collector.translation' => [
  3356.                     => 'translation',
  3357.                     => '@WebProfiler/Collector/translation.html.twig',
  3358.                 ],
  3359.                 'data_collector.security' => [
  3360.                     => 'security',
  3361.                     => '@Security/Collector/security.html.twig',
  3362.                 ],
  3363.                 'data_collector.twig' => [
  3364.                     => 'twig',
  3365.                     => '@WebProfiler/Collector/twig.html.twig',
  3366.                 ],
  3367.                 'data_collector.http_client' => [
  3368.                     => 'http_client',
  3369.                     => '@WebProfiler/Collector/http_client.html.twig',
  3370.                 ],
  3371.                 'data_collector.doctrine' => [
  3372.                     => 'db',
  3373.                     => '@Doctrine/Collector/db.html.twig',
  3374.                 ],
  3375.                 'doctrine_migrations.migrations_collector' => [
  3376.                     => 'doctrine_migrations',
  3377.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3378.                 ],
  3379.                 'data_collector.dump' => [
  3380.                     => 'dump',
  3381.                     => '@Debug/Profiler/dump.html.twig',
  3382.                 ],
  3383.                 'mailer.data_collector' => [
  3384.                     => 'mailer',
  3385.                     => '@WebProfiler/Collector/mailer.html.twig',
  3386.                 ],
  3387.                 'serializer.data_collector' => [
  3388.                     => 'serializer',
  3389.                     => '@WebProfiler/Collector/serializer.html.twig',
  3390.                 ],
  3391.                 'data_collector.config' => [
  3392.                     => 'config',
  3393.                     => '@WebProfiler/Collector/config.html.twig',
  3394.                 ],
  3395.             ],
  3396.             'console.command.ids' => [
  3397.             ],
  3398.         ];
  3399.     }
  3400. }