var/cache/dev/ContainerZ3xACxp/App_KernelDevDebugContainer.php line 1353

Open in your IDE?
  1. <?php
  2. namespace ContainerZ3xACxp;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.state_machine.booking_workflow' => 'get_Container_Private_StateMachine_BookingWorkflowService',
  40.             '.container.private.state_machine.cabin_workflow' => 'get_Container_Private_StateMachine_CabinWorkflowService',
  41.             '.container.private.state_machine.contract_workflow' => 'get_Container_Private_StateMachine_ContractWorkflowService',
  42.             '.container.private.state_machine.credit_workflow' => 'get_Container_Private_StateMachine_CreditWorkflowService',
  43.             '.container.private.state_machine.invoiceLine_workflow' => 'get_Container_Private_StateMachine_InvoiceLineWorkflowService',
  44.             '.container.private.state_machine.payment_workflow' => 'get_Container_Private_StateMachine_PaymentWorkflowService',
  45.             '.container.private.state_machine.phone_call_workflow' => 'get_Container_Private_StateMachine_PhoneCallWorkflowService',
  46.             '.container.private.state_machine.quote_web_workflow' => 'get_Container_Private_StateMachine_QuoteWebWorkflowService',
  47.             '.container.private.twig' => 'get_Container_Private_TwigService',
  48.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  49.             'Croisiland\\Bundle\\SearchBundle\\Api\\ApiClientInterface' => 'getApiClientInterfaceService',
  50.             'Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface' => 'getUrlProviderInterfaceService',
  51.             'cache.app' => 'getCache_AppService',
  52.             'cache.system' => 'getCache_SystemService',
  53.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  54.             'data_collector.dump' => 'getDataCollector_DumpService',
  55.             'doctrine' => 'getDoctrineService',
  56.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  57.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  58.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  59.             'event_dispatcher' => 'getEventDispatcherService',
  60.             'http_kernel' => 'getHttpKernelService',
  61.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  62.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  63.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  64.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  65.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  66.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  67.             'monolog.logger.notification' => 'getMonolog_Logger_NotificationService',
  68.             'request_stack' => 'getRequestStackService',
  69.             'router' => 'getRouterService',
  70.             'translator' => 'getTranslatorService',
  71.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  72.             'cache_clearer' => 'getCacheClearerService',
  73.             'filesystem' => 'getFilesystemService',
  74.             'state_machine.payment_workflow' => 'getStateMachine_PaymentWorkflowService',
  75.             'state_machine.invoiceLine_workflow' => 'getStateMachine_InvoiceLineWorkflowService',
  76.             'state_machine.credit_workflow' => 'getStateMachine_CreditWorkflowService',
  77.             'state_machine.cabin_workflow' => 'getStateMachine_CabinWorkflowService',
  78.             'state_machine.contract_workflow' => 'getStateMachine_ContractWorkflowService',
  79.             'state_machine.booking_workflow' => 'getStateMachine_BookingWorkflowService',
  80.             'state_machine.quote_web_workflow' => 'getStateMachine_QuoteWebWorkflowService',
  81.             'state_machine.phone_call_workflow' => 'getStateMachine_PhoneCallWorkflowService',
  82.             'serializer' => 'getSerializerService',
  83.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  84.             'form.factory' => 'getForm_FactoryService',
  85.             'form.type.file' => 'getForm_Type_FileService',
  86.             'profiler' => 'getProfilerService',
  87.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  88.             'security.token_storage' => 'getSecurity_TokenStorageService',
  89.             'twig' => 'getTwigService',
  90.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  91.             'session' => 'getSessionService',
  92.             'validator' => 'getValidatorService',
  93.         ];
  94.         $this->fileMap = [
  95.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  96.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  97.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  98.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  99.             '.container.private.session' => 'get_Container_Private_SessionService',
  100.             'App\\Controller\\Account\\BookingController' => 'getBookingControllerService',
  101.             'App\\Controller\\Account\\HomeController' => 'getHomeControllerService',
  102.             'App\\Controller\\Account\\PhoneCallController' => 'getPhoneCallControllerService',
  103.             'App\\Controller\\Accounting\\AccountController' => 'getAccountControllerService',
  104.             'App\\Controller\\Accounting\\ApplicationFeeController' => 'getApplicationFeeControllerService',
  105.             'App\\Controller\\Accounting\\BalanceBeforeDepartureController' => 'getBalanceBeforeDepartureControllerService',
  106.             'App\\Controller\\Accounting\\CancelFeeController' => 'getCancelFeeControllerService',
  107.             'App\\Controller\\Accounting\\InvoiceController' => 'getInvoiceControllerService',
  108.             'App\\Controller\\Accounting\\InvoiceLineController' => 'getInvoiceLineControllerService',
  109.             'App\\Controller\\Accounting\\PortTaxController' => 'getPortTaxControllerService',
  110.             'App\\Controller\\Accounting\\SupplierPaymentForCompaniesController' => 'getSupplierPaymentForCompaniesControllerService',
  111.             'App\\Controller\\Accounting\\TurnoverObjectiveController' => 'getTurnoverObjectiveControllerService',
  112.             'App\\Controller\\AdditionalServices\\TurnoverAdditionalServicesController' => 'getTurnoverAdditionalServicesControllerService',
  113.             'App\\Controller\\Administration\\NotificationGroupController' => 'getNotificationGroupControllerService',
  114.             'App\\Controller\\Administration\\NotificationRuleController' => 'getNotificationRuleControllerService',
  115.             'App\\Controller\\Api\\CabinTypeController' => 'getCabinTypeControllerService',
  116.             'App\\Controller\\Api\\LoginController' => 'getLoginControllerService',
  117.             'App\\Controller\\ApplicationFilterController' => 'getApplicationFilterControllerService',
  118.             'App\\Controller\\Booking\\AdvBookingChangeCategoryController' => 'getAdvBookingChangeCategoryControllerService',
  119.             'App\\Controller\\Booking\\AdvBookingChangeController' => 'getAdvBookingChangeControllerService',
  120.             'App\\Controller\\Booking\\AdvBookingChangeEmailController' => 'getAdvBookingChangeEmailControllerService',
  121.             'App\\Controller\\Booking\\AdvBookingChangeStateController' => 'getAdvBookingChangeStateControllerService',
  122.             'App\\Controller\\Booking\\AdvBookingController' => 'getAdvBookingControllerService',
  123.             'App\\Controller\\Booking\\AdvRequestAssignmentController' => 'getAdvRequestAssignmentControllerService',
  124.             'App\\Controller\\Booking\\AdvRequestController' => 'getAdvRequestControllerService',
  125.             'App\\Controller\\Booking\\AdvRequestStateController' => 'getAdvRequestStateControllerService',
  126.             'App\\Controller\\Booking\\AdvRequestTypeController' => 'getAdvRequestTypeControllerService',
  127.             'App\\Controller\\Booking\\AmendmentController' => 'getAmendmentControllerService',
  128.             'App\\Controller\\Booking\\BookingCancelController' => 'getBookingCancelControllerService',
  129.             'App\\Controller\\Booking\\BookingController' => 'getBookingController2Service',
  130.             'App\\Controller\\Booking\\CabinController' => 'getCabinControllerService',
  131.             'App\\Controller\\Booking\\CabinOptionDurationController' => 'getCabinOptionDurationControllerService',
  132.             'App\\Controller\\Booking\\CabinSpecificityController' => 'getCabinSpecificityControllerService',
  133.             'App\\Controller\\Booking\\ContractController' => 'getContractControllerService',
  134.             'App\\Controller\\Booking\\FullWebManagementController' => 'getFullWebManagementControllerService',
  135.             'App\\Controller\\Booking\\GroupQuoteController' => 'getGroupQuoteControllerService',
  136.             'App\\Controller\\Booking\\PassengerFormalityController' => 'getPassengerFormalityControllerService',
  137.             'App\\Controller\\Booking\\PassengerInformationController' => 'getPassengerInformationControllerService',
  138.             'App\\Controller\\Booking\\PassengerInformationFormController' => 'getPassengerInformationFormControllerService',
  139.             'App\\Controller\\Booking\\QuoteAnalysisController' => 'getQuoteAnalysisControllerService',
  140.             'App\\Controller\\Booking\\QuoteForcedOptionController' => 'getQuoteForcedOptionControllerService',
  141.             'App\\Controller\\Booking\\QuoteOptionController' => 'getQuoteOptionControllerService',
  142.             'App\\Controller\\Booking\\QuoteOptionsManagementController' => 'getQuoteOptionsManagementControllerService',
  143.             'App\\Controller\\Booking\\QuoteProcess\\AlternativeSearchEngineController' => 'getAlternativeSearchEngineControllerService',
  144.             'App\\Controller\\Booking\\QuoteProcess\\QuoteProcessBToBController' => 'getQuoteProcessBToBControllerService',
  145.             'App\\Controller\\Booking\\QuoteProcess\\QuoteProcessController' => 'getQuoteProcessControllerService',
  146.             'App\\Controller\\Booking\\QuoteProcess\\SearchEngineController' => 'getSearchEngineControllerService',
  147.             'App\\Controller\\Booking\\SellerProspectRequestController' => 'getSellerProspectRequestControllerService',
  148.             'App\\Controller\\Booking\\SpecialRequestController' => 'getSpecialRequestControllerService',
  149.             'App\\Controller\\Booking\\SpecialRequestDocumentController' => 'getSpecialRequestDocumentControllerService',
  150.             'App\\Controller\\Booking\\SpecialRequestStateController' => 'getSpecialRequestStateControllerService',
  151.             'App\\Controller\\Booking\\SpecialRequestTypeController' => 'getSpecialRequestTypeControllerService',
  152.             'App\\Controller\\Confirmation\\BookingConfirmationAssignmentController' => 'getBookingConfirmationAssignmentControllerService',
  153.             'App\\Controller\\Confirmation\\BookingConfirmationController' => 'getBookingConfirmationControllerService',
  154.             'App\\Controller\\Confirmation\\ConfirmationDelayController' => 'getConfirmationDelayControllerService',
  155.             'App\\Controller\\Confirmation\\ConfirmationResponsibleController' => 'getConfirmationResponsibleControllerService',
  156.             'App\\Controller\\Confirmation\\ConfirmationTypeController' => 'getConfirmationTypeControllerService',
  157.             'App\\Controller\\ConnectionInterface\\ConnectionInterfaceController' => 'getConnectionInterfaceControllerService',
  158.             'App\\Controller\\Contact\\BookletDownloadController' => 'getBookletDownloadControllerService',
  159.             'App\\Controller\\Contact\\ClubCardController' => 'getClubCardControllerService',
  160.             'App\\Controller\\Contact\\ClubCardHistoryController' => 'getClubCardHistoryControllerService',
  161.             'App\\Controller\\Contact\\CommentController' => 'getCommentControllerService',
  162.             'App\\Controller\\Contact\\ComplaintController' => 'getComplaintControllerService',
  163.             'App\\Controller\\Contact\\ComplaintStateController' => 'getComplaintStateControllerService',
  164.             'App\\Controller\\Contact\\ContactUsController' => 'getContactUsControllerService',
  165.             'App\\Controller\\Contact\\PhoneController' => 'getPhoneControllerService',
  166.             'App\\Controller\\Cruise\\Company\\CabinCategoryHistoryB2BController' => 'getCabinCategoryHistoryB2BControllerService',
  167.             'App\\Controller\\Cruise\\Formality\\FormalityController' => 'getFormalityControllerService',
  168.             'App\\Controller\\Cruise\\Formality\\FormalityTypeController' => 'getFormalityTypeControllerService',
  169.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  170.             'App\\Controller\\Discount\\CompanyDiscountController' => 'getCompanyDiscountControllerService',
  171.             'App\\Controller\\Discount\\CompanyOfferController' => 'getCompanyOfferControllerService',
  172.             'App\\Controller\\Discount\\CroisilandDiscountController' => 'getCroisilandDiscountControllerService',
  173.             'App\\Controller\\Discount\\CroisilandOfferController' => 'getCroisilandOfferControllerService',
  174.             'App\\Controller\\Discount\\MigrationDiscountController' => 'getMigrationDiscountControllerService',
  175.             'App\\Controller\\Document\\SaleTermController' => 'getSaleTermControllerService',
  176.             'App\\Controller\\Email\\EmailContentController' => 'getEmailContentControllerService',
  177.             'App\\Controller\\Email\\EmailSentController' => 'getEmailSentControllerService',
  178.             'App\\Controller\\Email\\EmailTemplateController' => 'getEmailTemplateControllerService',
  179.             'App\\Controller\\Email\\EmailUnreadController' => 'getEmailUnreadControllerService',
  180.             'App\\Controller\\Marketing\\SegmentController' => 'getSegmentControllerService',
  181.             'App\\Controller\\MediaController' => 'getMediaControllerService',
  182.             'App\\Controller\\Migration\\MigrationController' => 'getMigrationControllerService',
  183.             'App\\Controller\\NavigationController' => 'getNavigationControllerService',
  184.             'App\\Controller\\Notification\\AlertController' => 'getAlertControllerService',
  185.             'App\\Controller\\Notification\\NotificationController' => 'getNotificationControllerService',
  186.             'App\\Controller\\Notification\\ReminderController' => 'getReminderControllerService',
  187.             'App\\Controller\\Partner\\ContactPartnerController' => 'getContactPartnerControllerService',
  188.             'App\\Controller\\Partner\\ContactPartnerHistoryController' => 'getContactPartnerHistoryControllerService',
  189.             'App\\Controller\\Partner\\PartnerFollowUpController' => 'getPartnerFollowUpControllerService',
  190.             'App\\Controller\\Partner\\SyncPartnerCompanyDiscountController' => 'getSyncPartnerCompanyDiscountControllerService',
  191.             'App\\Controller\\PaymentMode\\FloaController' => 'getFloaControllerService',
  192.             'App\\Controller\\PaymentMode\\OgoneController' => 'getOgoneControllerService',
  193.             'App\\Controller\\PaymentMode\\PaymentModeController' => 'getPaymentModeControllerService',
  194.             'App\\Controller\\Product\\AutoProductVariantController' => 'getAutoProductVariantControllerService',
  195.             'App\\Controller\\Product\\BtobServicesController' => 'getBtobServicesControllerService',
  196.             'App\\Controller\\Product\\MarginCabinController' => 'getMarginCabinControllerService',
  197.             'App\\Controller\\Product\\MarginProductController' => 'getMarginProductControllerService',
  198.             'App\\Controller\\Product\\ProductCategoryController' => 'getProductCategoryControllerService',
  199.             'App\\Controller\\Product\\ProductController' => 'getProductControllerService',
  200.             'App\\Controller\\Recap\\SellerBonusesRecapController' => 'getSellerBonusesRecapControllerService',
  201.             'App\\Controller\\Schedule\\CustomerServiceScheduleController' => 'getCustomerServiceScheduleControllerService',
  202.             'App\\Controller\\Schedule\\LeaveController' => 'getLeaveControllerService',
  203.             'App\\Controller\\Schedule\\ScheduleCommentController' => 'getScheduleCommentControllerService',
  204.             'App\\Controller\\Schedule\\ScheduleEventController' => 'getScheduleEventControllerService',
  205.             'App\\Controller\\Schedule\\SellerScheduleController' => 'getSellerScheduleControllerService',
  206.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  207.             'App\\Controller\\Selling\\SellingSegmentController' => 'getSellingSegmentControllerService',
  208.             'App\\Controller\\SimpleGridController' => 'getSimpleGridControllerService',
  209.             'App\\Controller\\StoringSessionSelectedPreferencesGridController' => 'getStoringSessionSelectedPreferencesGridControllerService',
  210.             'App\\Controller\\Todo\\TodoController' => 'getTodoControllerService',
  211.             'App\\Controller\\Todo\\TodoTypeController' => 'getTodoTypeControllerService',
  212.             'App\\Controller\\UserCms\\UserCMSController' => 'getUserCMSControllerService',
  213.             'App\\Controller\\WebService\\CnasController' => 'getCnasControllerService',
  214.             'App\\Controller\\WebService\\CostaController' => 'getCostaControllerService',
  215.             'App\\Controller\\WebService\\DirectAssuranceController' => 'getDirectAssuranceControllerService',
  216.             'App\\Controller\\WebService\\FnacDartyController' => 'getFnacDartyControllerService',
  217.             'App\\Controller\\WebService\\MacifController' => 'getMacifControllerService',
  218.             'App\\Controller\\WebService\\MscController' => 'getMscControllerService',
  219.             'App\\Controller\\WebService\\SofincoController' => 'getSofincoControllerService',
  220.             'App\\Controller\\WebService\\UneoController' => 'getUneoControllerService',
  221.             'App\\Controller\\WebService\\WebServiceController' => 'getWebServiceControllerService',
  222.             'App\\Controller\\__ADV\\AdvPlanningController' => 'getAdvPlanningControllerService',
  223.             'App\\Controller\\__Accounting\\BalanceClientReminderController' => 'getBalanceClientReminderControllerService',
  224.             'App\\Controller\\__Accounting\\BookingController' => 'getBookingController3Service',
  225.             'App\\Controller\\__Accounting\\CreditController' => 'getCreditControllerService',
  226.             'App\\Controller\\__Accounting\\DepartureController' => 'getDepartureControllerService',
  227.             'App\\Controller\\__Accounting\\Insurance\\InsuranceController' => 'getInsuranceControllerService',
  228.             'App\\Controller\\__Accounting\\Insurance\\InsurancePriceController' => 'getInsurancePriceControllerService',
  229.             'App\\Controller\\__Accounting\\InvoiceController' => 'getInvoiceController2Service',
  230.             'App\\Controller\\__Accounting\\Partner\\PartnerController' => 'getPartnerControllerService',
  231.             'App\\Controller\\__Accounting\\Partner\\PartnerTemplateContentController' => 'getPartnerTemplateContentControllerService',
  232.             'App\\Controller\\__Accounting\\Partner\\PartnerTemplateController' => 'getPartnerTemplateControllerService',
  233.             'App\\Controller\\__Accounting\\Payment\\PaymentBackupController' => 'getPaymentBackupControllerService',
  234.             'App\\Controller\\__Accounting\\Payment\\PaymentController' => 'getPaymentControllerService',
  235.             'App\\Controller\\__Accounting\\RefundController' => 'getRefundControllerService',
  236.             'App\\Controller\\__Accounting\\SellingRecap\\CabinTypeDetailSellingRecapsController' => 'getCabinTypeDetailSellingRecapsControllerService',
  237.             'App\\Controller\\__Accounting\\SellingRecap\\CompanyDetailSellingRecapsController' => 'getCompanyDetailSellingRecapsControllerService',
  238.             'App\\Controller\\__Accounting\\SellingRecap\\PartnerDetailSellingRecapsController' => 'getPartnerDetailSellingRecapsControllerService',
  239.             'App\\Controller\\__Accounting\\SellingRecap\\SellerDetailSellingRecapsController' => 'getSellerDetailSellingRecapsControllerService',
  240.             'App\\Controller\\__Accounting\\SellingRecap\\SellingRecapController' => 'getSellingRecapControllerService',
  241.             'App\\Controller\\__Accounting\\SupplierController' => 'getSupplierControllerService',
  242.             'App\\Controller\\__Accounting\\TurnoverController' => 'getTurnoverControllerService',
  243.             'App\\Controller\\__Booking\\BookingController' => 'getBookingController4Service',
  244.             'App\\Controller\\__Booking\\ContractController' => 'getContractController2Service',
  245.             'App\\Controller\\__Contact\\ContactController' => 'getContactControllerService',
  246.             'App\\Controller\\__Contact\\cms_api\\NewsletterSubscriberController' => 'getNewsletterSubscriberControllerService',
  247.             'App\\Controller\\__Contact\\cms_api\\PersonalSpaceController' => 'getPersonalSpaceControllerService',
  248.             'App\\Controller\\__Contact\\cms_api\\ProcessController' => 'getProcessControllerService',
  249.             'App\\Controller\\__Contact\\cms_api\\ProspectRequestController' => 'getProspectRequestControllerService',
  250.             'App\\Controller\\__Contact\\cms_api\\UserCMSController' => 'getUserCMSController2Service',
  251.             'App\\Controller\\__Marketing\\DepartureController' => 'getDepartureController2Service',
  252.             'App\\Controller\\__Marketing\\NewsletterController' => 'getNewsletterControllerService',
  253.             'App\\Controller\\__Partner\\PartnerCompanyDiscountController' => 'getPartnerCompanyDiscountControllerService',
  254.             'App\\Controller\\__Partner\\PartnerController' => 'getPartnerController2Service',
  255.             'App\\Controller\\__Quote\\QuoteController' => 'getQuoteControllerService',
  256.             'App\\Controller\\__Sale\\LegalTextController' => 'getLegalTextControllerService',
  257.             'App\\Controller\\__Sale\\ProspectRequestAssignmentController' => 'getProspectRequestAssignmentControllerService',
  258.             'App\\Controller\\__Sale\\ProspectRequestController' => 'getProspectRequestController2Service',
  259.             'App\\Controller\\__Sale\\SellerPlanningController' => 'getSellerPlanningControllerService',
  260.             'App\\Mailjet\\Controller\\MailjetCampaignController' => 'getMailjetCampaignControllerService',
  261.             'App\\Mailjet\\Controller\\MailjetCampaignTypeController' => 'getMailjetCampaignTypeControllerService',
  262.             'App\\Mailjet\\Controller\\MailjetOperationController' => 'getMailjetOperationControllerService',
  263.             'App\\VichExtensions\\FileNamer' => 'getFileNamerService',
  264.             'App\\VichExtensions\\FileNamer.documents' => 'getFileNamer_DocumentsService',
  265.             'App\\VichExtensions\\PropertiesDirectoryNamer' => 'getPropertiesDirectoryNamerService',
  266.             'Cafffeine\\TablesSyncBundle\\Controller\\SynchronizationController' => 'getSynchronizationControllerService',
  267.             'Crea\\DatatableBundle\\Controller\\DatatableController' => 'getDatatableControllerService',
  268.             'Crea\\DocumentationBundle\\Controller\\ArticleController' => 'getArticleControllerService',
  269.             'Crea\\DocumentationBundle\\Controller\\ChapterController' => 'getChapterControllerService',
  270.             'Crea\\DocumentationBundle\\Controller\\DocumentationController' => 'getDocumentationControllerService',
  271.             'Crea\\EventBundle\\Controller\\EventCategoryController' => 'getEventCategoryControllerService',
  272.             'Crea\\EventBundle\\Controller\\EventLogController' => 'getEventLogControllerService',
  273.             'Crea\\EventBundle\\Controller\\EventModelController' => 'getEventModelControllerService',
  274.             'Crea\\EventBundle\\Controller\\EventTypeController' => 'getEventTypeControllerService',
  275.             'Crea\\HRBundle\\Controller\\PlanningCommentController' => 'getPlanningCommentControllerService',
  276.             'Crea\\HRBundle\\Controller\\PlanningController' => 'getPlanningControllerService',
  277.             'Crea\\HRBundle\\Controller\\PlanningEventController' => 'getPlanningEventControllerService',
  278.             'Crea\\HRBundle\\Controller\\PlanningLeaveController' => 'getPlanningLeaveControllerService',
  279.             'Crea\\ParameterBundle\\Controller\\GroupAndTypeController' => 'getGroupAndTypeControllerService',
  280.             'Crea\\ParameterBundle\\Controller\\ParameterController' => 'getParameterControllerService',
  281.             'Crea\\ParameterBundle\\Controller\\ParameterGroupController' => 'getParameterGroupControllerService',
  282.             'Crea\\ParameterBundle\\Controller\\ParameterTypeController' => 'getParameterTypeControllerService',
  283.             'Crea\\SecurityBundle\\Controller\\IndexController' => 'getIndexControllerService',
  284.             'Crea\\SecurityBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  285.             'Crea\\SecurityBundle\\Controller\\RightController' => 'getRightControllerService',
  286.             'Crea\\SecurityBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
  287.             'Crea\\SecurityBundle\\Controller\\UserController' => 'getUserControllerService',
  288.             'Crea\\SecurityBundle\\Controller\\UserGroupController' => 'getUserGroupControllerService',
  289.             'Crea\\ToolsBundle\\Controller\\Geographic\\GeographicController' => 'getGeographicControllerService',
  290.             'Crea\\ToolsBundle\\Controller\\StatefulController' => 'getStatefulControllerService',
  291.             'Croisiland\\Bundle\\SearchBundle\\Api\\Repository\\CruiseRepository' => 'getCruiseRepositoryService',
  292.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  293.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  294.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  295.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  296.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  297.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  298.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  299.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  300.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  301.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  302.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  303.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  304.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  305.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  306.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  307.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  308.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  309.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  310.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  311.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  312.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  313.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  314.             'cache.app_clearer' => 'getCache_AppClearerService',
  315.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  316.             'cache.system_clearer' => 'getCache_SystemClearerService',
  317.             'cache_warmer' => 'getCacheWarmerService',
  318.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  319.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  320.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  321.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  322.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  323.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  324.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  325.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  326.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  327.             'console.command_loader' => 'getConsole_CommandLoaderService',
  328.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  329.             'crea.controller.datatable' => 'getCrea_Controller_DatatableService',
  330.             'cron.executor' => 'getCron_ExecutorService',
  331.             'cron.manager' => 'getCron_ManagerService',
  332.             'cron.resolver' => 'getCron_ResolverService',
  333.             'cron.validator' => 'getCron_ValidatorService',
  334.             'error_controller' => 'getErrorControllerService',
  335.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  336.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  337.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  338.             'jms_serializer' => 'getJmsSerializerService',
  339.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  340.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  341.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  342.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  343.             'knp_paginator' => 'getKnpPaginatorService',
  344.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  345.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  346.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  347.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  348.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  349.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  350.             'liip_imagine.binary.loader.chainer' => 'getLiipImagine_Binary_Loader_ChainerService',
  351.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  352.             'liip_imagine.binary.loader.remote_images' => 'getLiipImagine_Binary_Loader_RemoteImagesService',
  353.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  354.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  355.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  356.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  357.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  358.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  359.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  360.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  361.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  362.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  363.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  364.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  365.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  366.             'oneup_flysystem.documents_filesystem' => 'getOneupFlysystem_DocumentsFilesystemService',
  367.             'oneup_flysystem.images_filesystem' => 'getOneupFlysystem_ImagesFilesystemService',
  368.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  369.             'routing.loader' => 'getRouting_LoaderService',
  370.             'services_resetter' => 'getServicesResetterService',
  371.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  372.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  373.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  374.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  375.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  376.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  377.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  378.         ];
  379.         $this->aliases = [
  380.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  381.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  382.             'App\\Kernel' => 'kernel',
  383.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  384.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  385.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  386.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  387.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  388.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  389.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  390.             'database_connection' => 'doctrine.dbal.default_connection',
  391.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  392.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  393.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  394.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  395.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  396.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  397.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  398.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  399.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  400.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  401.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  402.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  403.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  404.         ];
  405.         $this->privates['service_container'] = function () {
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  412.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  413.             include_once \dirname(__DIR__4).'/src/Assurever/AssureverTrait.php';
  414.             include_once \dirname(__DIR__4).'/src/Assurever/AssureverRepository.php';
  415.             include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessHelper/AccountHelper.php';
  416.             include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessHelper/ApplicationFeeHelper.php';
  417.             include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessHelper/BalanceBeforeDepartureHelper.php';
  418.             include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessHelper/Company/Option/OptionHelperProvider.php';
  419.             include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessHelper/MultiPaymentHelper.php';
  420.             include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessHelper/PaymentHelper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  422.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelControllerSubscriber.php';
  423.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelRequestSubscriber.php';
  424.             include_once \dirname(__DIR__4).'/src/GridExtensions/Filter/ContactSegmentFilter/ContactSegmentFilterHelper.php';
  425.             include_once \dirname(__DIR__4).'/src/GridExtensions/Filter/ContactSegmentFilter/ContactSegmentFiltersProvider.php';
  426.             include_once \dirname(__DIR__4).'/src/Handler/HttpRefererHandler.php';
  427.             include_once \dirname(__DIR__4).'/src/Helper/AttributedDiscountHelper.php';
  428.             include_once \dirname(__DIR__4).'/src/Helper/AttributedInsuranceHelper.php';
  429.             include_once \dirname(__DIR__4).'/src/Helper/CabinCategoryHistoryHelper.php';
  430.             include_once \dirname(__DIR__4).'/src/Helper/CabinHelper.php';
  431.             include_once \dirname(__DIR__4).'/src/Helper/ContactHelper.php';
  432.             include_once \dirname(__DIR__4).'/src/Helper/CruiseHistoryChangeHelper.php';
  433.             include_once \dirname(__DIR__4).'/src/Helper/DiscountHelper.php';
  434.             include_once \dirname(__DIR__4).'/src/Helper/EmailContentHelper.php';
  435.             include_once \dirname(__DIR__4).'/src/Helper/EmailSenderHelper.php';
  436.             include_once \dirname(__DIR__4).'/src/Helper/InvoiceHelper.php';
  437.             include_once \dirname(__DIR__4).'/src/Helper/ItinerarySegmentHistoryHelper.php';
  438.             include_once \dirname(__DIR__4).'/src/Helper/MarginProductHelper.php';
  439.             include_once \dirname(__DIR__4).'/src/Helper/NationalityHelper.php';
  440.             include_once \dirname(__DIR__4).'/src/Helper/ParticipantHelper.php';
  441.             include_once \dirname(__DIR__4).'/src/Helper/PartnerCompanyDiscountHelper.php';
  442.             include_once \dirname(__DIR__4).'/src/Helper/PartnerHelper.php';
  443.             include_once \dirname(__DIR__4).'/src/Helper/ProductCategoryHelper.php';
  444.             include_once \dirname(__DIR__4).'/src/Helper/ProductVariantHelper.php';
  445.             include_once \dirname(__DIR__4).'/src/Helper/SupplierPaymentHelper.php';
  446.             include_once \dirname(__DIR__4).'/src/Helper/TodoTypeProvider.php';
  447.             include_once \dirname(__DIR__4).'/src/Helper/TotalsCalculator.php';
  448.             include_once \dirname(__DIR__4).'/src/Helper/__Accounting/SupplierHelper.php';
  449.             include_once \dirname(__DIR__4).'/src/Logger/LoggerInterface.php';
  450.             include_once \dirname(__DIR__4).'/src/Logger/FileLogger/FileLoggerInterface.php';
  451.             include_once \dirname(__DIR__4).'/src/Logger/FileLogger/AbstractFileLogger.php';
  452.             include_once \dirname(__DIR__4).'/src/Logger/FileLogger/TotalsCalculator/TotalsCalculatorFileLogger.php';
  453.             include_once \dirname(__DIR__4).'/src/Helper/__Accounting/InsuranceHelper.php';
  454.             include_once \dirname(__DIR__4).'/src/Helper/__Accounting/PartnerHelper.php';
  455.             include_once \dirname(__DIR__4).'/src/Model/__Accounting/PartnerTemplateContent/PartnerTemplateContentModelProviderInterface.php';
  456.             include_once \dirname(__DIR__4).'/src/Model/__Accounting/PartnerTemplateContent/PartnerTemplateContentModelProvider.php';
  457.             include_once \dirname(__DIR__4).'/src/Helper/__Booking/BookingDetailsPageConfigurationHelper.php';
  458.             include_once \dirname(__DIR__4).'/src/Helper/__Booking/BookingHelper.php';
  459.             include_once \dirname(__DIR__4).'/src/Helper/__Marketing/DepartureHelper.php';
  460.             include_once \dirname(__DIR__4).'/src/Helper/__Sale/LegalTextHelper.php';
  461.             include_once \dirname(__DIR__4).'/src/Helper/__Sale/ProspectRequestHelper.php';
  462.             include_once \dirname(__DIR__4).'/src/Helper/__Sale/QuoteHelper.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  467.             include_once \dirname(__DIR__4).'/src/Mailjet/Normalizer/MailjetNormalizerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  469.             include_once \dirname(__DIR__4).'/src/Mailjet/Normalizer/AbstractMailjetNormalizer.php';
  470.             include_once \dirname(__DIR__4).'/src/Mailjet/Normalizer/MailjetCampaignNormalizer.php';
  471.             include_once \dirname(__DIR__4).'/src/Mailjet/Normalizer/MailjetContactListNormalizer.php';
  472.             include_once \dirname(__DIR__4).'/src/Mailjet/Normalizer/MailjetContactNormalizer.php';
  473.             include_once \dirname(__DIR__4).'/src/Mailjet/Normalizer/MailjetStatisticNormalizer.php';
  474.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Manager/Level_1/ManagerTools/ManagerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Manager/Level_1/ManagerTools/AbstractManager.php';
  476.             include_once \dirname(__DIR__4).'/src/Manager/Level_1/AttributedManagerTrait.php';
  477.             include_once \dirname(__DIR__4).'/src/Manager/Level_1/AttributedDiscountManager.php';
  478.             include_once \dirname(__DIR__4).'/src/Manager/Level_1/FormalityHistoryManager.php';
  479.             include_once \dirname(__DIR__4).'/src/Manager/Notification/NotificationManager.php';
  480.             include_once \dirname(__DIR__4).'/src/Manager/Notification/Sms/SmsManager.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/NotifierInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Notifier.php';
  483.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Channel/ChannelPolicyInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Channel/ChannelPolicy.php';
  489.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvContentNormalizerInterface.php';
  490.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/AbstractCsvContentNormalizer.php';
  491.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvBookingAmountNormalizer.php';
  492.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvBookingCabinCategoryHistoryNormalizer.php';
  493.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvBookingCruiseHistoryNormalizer.php';
  494.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvBookingNormalizer.php';
  495.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvBookingPassengerNormalizer.php';
  496.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvContractNormalizer.php';
  497.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvInvoiceLineCabinNormalizer.php';
  498.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvInvoiceLineDiscountNormalizer.php';
  499.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvInvoiceLineInsuranceNormalizer.php';
  500.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvInvoiceLineServiceNormalizer.php';
  501.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvInvoiceNormalizer.php';
  502.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuoteCabinCategoryHistoryNormalizer.php';
  503.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuoteCruiseHistoryNormalizer.php';
  504.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuoteLineCabinNormalizer.php';
  505.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuoteLineDiscountNormalizer.php';
  506.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuoteLineInsuranceNormalizer.php';
  507.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuoteLineServiceNormalizer.php';
  508.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuoteNormalizer.php';
  509.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CsvQuotePassengerNormalizer.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  515.             include_once \dirname(__DIR__4).'/src/Migration/Repository/LoadCorrBookingRepository.php';
  516.             include_once \dirname(__DIR__4).'/src/Normalizer/ItinerarySegmentHistoryNormalizer.php';
  517.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/AccountRepository.php';
  518.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/ApplicationFeeRepository.php';
  519.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/AttributedInsuranceRepository.php';
  520.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/AttributedProductVariantRepository.php';
  521.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/BalanceBeforeDepartureRepository.php';
  522.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/InvoiceLineRepository.php';
  523.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/InvoiceRepository.php';
  524.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/PaymentRepository.php';
  525.             include_once \dirname(__DIR__4).'/src/Repository/Accounting/QuoteLineRepository.php';
  526.             include_once \dirname(__DIR__4).'/src/Repository/ApplicationFilterLimitationRepository.php';
  527.             include_once \dirname(__DIR__4).'/src/Repository/ApplicationFilterRepository.php';
  528.             include_once \dirname(__DIR__4).'/src/Recap/RecapHelperTrait.php';
  529.             include_once \dirname(__DIR__4).'/src/Repository/Booking/BookingRepository.php';
  530.             include_once \dirname(__DIR__4).'/src/Repository/Booking/CabinOptionDurationRepository.php';
  531.             include_once \dirname(__DIR__4).'/src/Repository/Booking/ProspectRequestRepository.php';
  532.             include_once \dirname(__DIR__4).'/src/Repository/Booking/QuoteRepository.php';
  533.             include_once \dirname(__DIR__4).'/src/Repository/Cruise/Company/AdvantageRepository.php';
  534.             include_once \dirname(__DIR__4).'/src/Repository/Cruise/Cruise/CruiseHistoryRepository.php';
  535.             include_once \dirname(__DIR__4).'/src/Repository/Cruise/Itinerary/DestinationRepository.php';
  536.             include_once \dirname(__DIR__4).'/src/Repository/Discount/AttributedDiscountRepository.php';
  537.             include_once \dirname(__DIR__4).'/src/Repository/Discount/DiscountRepository.php';
  538.             include_once \dirname(__DIR__4).'/src/Repository/Email/EmailContentRepository.php';
  539.             include_once \dirname(__DIR__4).'/src/Repository/Notification/NotificationRuleRepository.php';
  540.             include_once \dirname(__DIR__4).'/src/Repository/Notification/ReminderRepository.php';
  541.             include_once \dirname(__DIR__4).'/src/Repository/Partner/PartnerByContactHistoryRepository.php';
  542.             include_once \dirname(__DIR__4).'/src/Repository/Partner/PartnerByContactRepository.php';
  543.             include_once \dirname(__DIR__4).'/src/Repository/Partner/PartnerCompanyDiscountRepository.php';
  544.             include_once \dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Repository/AbstractPartnerRepository.php';
  545.             include_once \dirname(__DIR__4).'/src/Repository/Partner/PartnerRepository.php';
  546.             include_once \dirname(__DIR__4).'/src/Repository/Product/MarginCabinRepository.php';
  547.             include_once \dirname(__DIR__4).'/src/Repository/Product/MarginProductRepository.php';
  548.             include_once \dirname(__DIR__4).'/src/Repository/Product/ProductRepository.php';
  549.             include_once \dirname(__DIR__4).'/src/Repository/Product/ProductVariantRepository.php';
  550.             include_once \dirname(__DIR__4).'/src/Repository/Selling/SellingSegmentCabinTypePointRepository.php';
  551.             include_once \dirname(__DIR__4).'/src/Repository/Selling/SellingSegmentRepository.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  553.             include_once \dirname(__DIR__4).'/src/Repository/User/UserCmsRepository.php';
  554.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/Repository/UserRepository.php';
  555.             include_once \dirname(__DIR__4).'/src/Repository/User/UserRepository.php';
  556.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/Partner/PartnerRepositoryInterface.php';
  557.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/Partner/AbstractPartnerRepository.php';
  558.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/PartnerAllowance/AllowanceRepository.php';
  559.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/PartnerAllowance/PartnerAllowanceRepository.php';
  560.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/PartnerParticipation/ParticipationRepository.php';
  561.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/PartnerParticipation/PartnerParticipationRepository.php';
  562.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/PartnerTemplate/PartnerTemplateContentRepository.php';
  563.             include_once \dirname(__DIR__4).'/src/Repository/__Accounting/SupplierRepository.php';
  564.             include_once \dirname(__DIR__4).'/src/Repository/__Sale/LegalTextRepository.php';
  565.             include_once \dirname(__DIR__4).'/src/RepositoryView/__Accounting/InsuranceViewRepository.php';
  566.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Manager/Level_0/ManagerTools/ManagerProviderInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Manager/Level_0/ManagerTools/ManagerProvider.php';
  568.             include_once \dirname(__DIR__4).'/src/Assurever/SoapClient/AssureverClientInterface.php';
  569.             include_once \dirname(__DIR__4).'/src/Assurever/SoapClient/AssureverClient.php';
  570.             include_once \dirname(__DIR__4).'/src/Model/__Booking/BookingDetailsSection/BookingDetailsSectionProviderInterface.php';
  571.             include_once \dirname(__DIR__4).'/src/Model/__Booking/BookingDetailsSection/BookingDetailsSectionProvider.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  608.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  644.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  722.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  724.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  725.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  728.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  729.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/ParamConverter/ProfileParamConverter.php';
  730.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/ParamConverter/UserParamConverter.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  737.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  738.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  739.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  741.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  742.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  744.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  745.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  746.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  748.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  749.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  750.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  751.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  753.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  754.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  756.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  757.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  758.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  759.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  760.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  761.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  762.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  766.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  789.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  796.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  800.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  802.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  804.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  805.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  808.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  809.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  810.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  811.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ExpressionLanguage.php';
  831.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Expression/ExpressionLanguage.php';
  832.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/FilterTypeRegistryInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/FilterTypeRegistry.php';
  834.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/FilterTypeInterface.php';
  835.             include_once \dirname(__DIR__4).'/src/GridExtensions/Filter/ContactSegmentFilterType.php';
  836.             include_once \dirname(__DIR__4).'/src/GridExtensions/Filter/DaysBeforeDateFilter.php';
  837.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Options/OptionsInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Options/FilterOptions.php';
  839.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/BooleanFilterType.php';
  840.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/DateFilterType.php';
  841.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/EntityFilterType.php';
  842.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/ExistsFilterType.php';
  843.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/NumberFilterType.php';
  844.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/SelectFilterType.php';
  845.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Filter/StringFilterType.php';
  846.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Options/EntityFilterOptions.php';
  847.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Options/StringFilterOptions.php';
  848.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Renderer/GridRendererInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Renderer/GridRenderer.php';
  850.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Action/ActionTypeRegistryInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Action/ActionTypeRegistry.php';
  852.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Action/ActionTypeInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Action/BulkActionType.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/DataAwareInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/UrlGenerator.php';
  858.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Options/RouteOptions.php';
  859.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/FieldTypeRegistryInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/FieldTypeRegistry.php';
  861.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/FieldTypeInterface.php';
  862.             include_once \dirname(__DIR__4).'/src/GridExtensions/Field/BtnType.php';
  863.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/ActionFieldType.php';
  864.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/DateFieldType.php';
  865.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/DeleteActionFieldType.php';
  866.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/StringFieldType.php';
  867.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Field/TwigFieldType.php';
  868.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/Security/TokenStorageInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/Security/FilesystemTokenStorage.php';
  870.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/Security/TokenGeneratorInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/Security/TokenGenerator.php';
  872.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  873.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  874.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  876.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  878.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  881.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  886.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  888.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  896.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  898.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  899.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/DashPathSegmentNameGenerator.php';
  901.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  902.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  903.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  904.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  905.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  906.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  907.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  908.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  909.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  910.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  911.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  913.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  914.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  915.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  916.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  918.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  919.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  920.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  922.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  923.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  924.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  925.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  926.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  927.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  928.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  929.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  930.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  931.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  933.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  934.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  935.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  936.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  937.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  938.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  939.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  940.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  941.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  942.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  944.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  946.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  947.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  948.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  949.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  950.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  951.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  962.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  963.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  964.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  965.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  966.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  967.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  968.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  971.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  973.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  974.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  975.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  977.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  978.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  979.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  980.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  981.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  982.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  983.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  986.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  987.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  988.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  989.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  990.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  991.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  993.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  994.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  995.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  997.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  998.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  999.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Client.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Client/MailjetClient.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Helper/CmsErpApiHelper.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Helper/PartnerHelper.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Partner/WebService/PartnerWebServiceProviderInterface.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Partner/WebService/PartnerWebServiceProvider.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Helper/DateTimeHelper.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Helper/EntityManagerHelper.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Adapter/Doctrine/ORM/QueryBuilderProcessorInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Adapter/Doctrine/ORM/SearchCriteriaProvider.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Handler/DatatableSelectionHandler.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Security/DatatableSecurity.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/EventListener/HasAccessListener.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/Helper/AccessHelper.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/Repository/RightRepository.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Helper/DocumentationAccessHelper.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Helper/DocumentationChapterHelper.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Helper/DocumentationSearchHelper.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Provider/DocumentationRightCodeProvider.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Repository/ArticleRepository.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Repository/ChapterRepository.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Provider/ProcessConfigurationProviderInterface.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/ProcessConfiguration/ProcessConfigurationSpecificValuesTrait.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Provider/ProcessConfigurationProvider.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/ProcessConfiguration/ProcessConfigurationLocatorInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/ProcessConfiguration/ProcessConfigurationLocator.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Validator/ProcessConfigurationValidatorInterface.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Validator/ProcessConfigurationValidator.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Provider/ProcessStepProviderInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Provider/ProcessStepProvider.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Validator/ProcessStepValidatorInterface.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Validator/ProcessStepValidator.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/ProcessStep/ProcessStepExtractorInterface.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/ProcessStep/ProcessStepExtractor.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Twig/ProcessRendererInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Twig/ProcessRenderer.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Helper/ParameterAccessHelper.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Helper/ParameterHelper.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Provider/ParameterRightCodeProvider.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Repository/ParameterRepository.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Repository/ParameterTypeRepository.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Helper/EventAccessHelper.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Helper/EventCategoryHelper.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Helper/EventSearchHelper.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Provider/EventRightCodeProvider.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Repository/EventCategoryRepository.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Repository/EventLogRepository.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Repository/EventModelRepository.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Repository/EventTypeRepository.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Helper/PlanningHelper.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Normalizer/PlanningCommentNormalizer.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Normalizer/PlanningEventNormalizer.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Normalizer/PlanningLeaveNormalizer.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/UrlProviderInterface.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/UrlProvider.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/ApiClientInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/ApiClient.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/EntryPointInterface.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/EntryPoint.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Api/EntryPoint/LoginEntryPoint.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1116.             include_once \dirname(__DIR__4).'/src/Assurever/Normalizer/AssureverDateTimeNormalizer.php';
  1117.             include_once \dirname(__DIR__4).'/src/Assurever/Normalizer/TarifExtensionNormalizer.php';
  1118.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CorrAtmosphereNormalizer.php';
  1119.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/CorrCabinCategoryNormalizer.php';
  1120.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/HistoryResultsNormalizer.php';
  1121.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/ImportResultsNormalizer.php';
  1122.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/LoadResultsNormalizer.php';
  1123.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/MappingResultsNormalizer.php';
  1124.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/MappingRulesResultsNormalizer.php';
  1125.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/MigrationDatatableFiltersNormalizer.php';
  1126.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/MigrationResultNormalizer.php';
  1127.             include_once \dirname(__DIR__4).'/src/Migration/Normalizer/MigrationStatisticNormalizer.php';
  1128.             include_once \dirname(__DIR__4).'/src/Normalizer/AtmosphereNormalizer.php';
  1129.             include_once \dirname(__DIR__4).'/src/Normalizer/BookingParticipantNormalizer.php';
  1130.             include_once \dirname(__DIR__4).'/src/Normalizer/CabinCategoryNormalizer.php';
  1131.             include_once \dirname(__DIR__4).'/src/Normalizer/CabinCategoryServiceNormalizer.php';
  1132.             include_once \dirname(__DIR__4).'/src/Normalizer/CabinCategoryTypeNormalizer.php';
  1133.             include_once \dirname(__DIR__4).'/src/Normalizer/CompanyNormalizer.php';
  1134.             include_once \dirname(__DIR__4).'/src/Normalizer/ContactNormalizer.php';
  1135.             include_once \dirname(__DIR__4).'/src/Normalizer/CruiseIncludedGroupNormalizer.php';
  1136.             include_once \dirname(__DIR__4).'/src/Normalizer/CruiseTagCategoryNormalizer.php';
  1137.             include_once \dirname(__DIR__4).'/src/Normalizer/CruiseTagNormalizer.php';
  1138.             include_once \dirname(__DIR__4).'/src/Normalizer/DestinationNormalizer.php';
  1139.             include_once \dirname(__DIR__4).'/src/Normalizer/IncludedAssociationNormalizer.php';
  1140.             include_once \dirname(__DIR__4).'/src/Normalizer/ItineraryIncludedGroupNormalizer.php';
  1141.             include_once \dirname(__DIR__4).'/src/Normalizer/PartnerCompanyDiscountNormalizer.php';
  1142.             include_once \dirname(__DIR__4).'/src/Normalizer/PassengerInformationNormalizer.php';
  1143.             include_once \dirname(__DIR__4).'/src/Normalizer/ServiceNormalizer.php';
  1144.             include_once \dirname(__DIR__4).'/src/Normalizer/ShipNormalizer.php';
  1145.             include_once \dirname(__DIR__4).'/src/Normalizer/SpecialOfferCompanyNormalizer.php';
  1146.             include_once \dirname(__DIR__4).'/src/Normalizer/SpecialOfferNormalizer.php';
  1147.             include_once \dirname(__DIR__4).'/src/Normalizer/__Accounting/InsuranceFiltersNormalizer.php';
  1148.             include_once \dirname(__DIR__4).'/src/Normalizer/__Accounting/InsuranceTurnoverFiltersNormalizer.php';
  1149.             include_once \dirname(__DIR__4).'/src/Normalizer/__Booking/BookingDetailsPageConfigurationNormalizer.php';
  1150.             include_once \dirname(__DIR__4).'/src/Normalizer/__Booking/CabinTypeFilterNormalizer.php';
  1151.             include_once \dirname(__DIR__4).'/src/Normalizer/__Booking/CompanyFilterNormalizer.php';
  1152.             include_once \dirname(__DIR__4).'/src/Normalizer/__Booking/ShipFilterNormalizer.php';
  1153.             include_once \dirname(__DIR__4).'/src/Normalizer/__Contact/cms_api/CmsContactNormalizer.php';
  1154.             include_once \dirname(__DIR__4).'/src/Normalizer/__Contact/cms_api/CmsContactPreferencesNormalizer.php';
  1155.             include_once \dirname(__DIR__4).'/src/Normalizer/__Contact/contact/ContactListFiltersNormalizer.php';
  1156.             include_once \dirname(__DIR__4).'/src/Normalizer/__Partner/PartnerFilterNormalizer.php';
  1157.             include_once \dirname(__DIR__4).'/src/Normalizer/__Partner/PartnerListFiltersNormalizer.php';
  1158.             include_once \dirname(__DIR__4).'/src/Normalizer/__Quote/QuoteListFiltersNormalizer.php';
  1159.             include_once \dirname(__DIR__4).'/src/Normalizer/__Sale/LegalTextNormalizer.php';
  1160.             include_once \dirname(__DIR__4).'/src/Normalizer/__Sale/ProspectRequestListFiltersNormalizer.php';
  1161.             include_once \dirname(__DIR__4).'/src/Normalizer/__Sale/SellerFilterNormalizer.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Normalizer/AjaxGridViewNormalizer.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Normalizer/DataTableGridViewNormalizer.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/crea/floa-bundle/src/Normalizer/FloaEligibilityGroupNormalizer.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/crea/floa-bundle/src/Normalizer/FloaExceptionNormalizer.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/crea/floa-bundle/src/Normalizer/FloaPreEligibilityGroupNormalizer.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Normalizer/PartnerDiscountNormalizer.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Normalizer/PartnerNormalizer.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Normalizer/ConfirmationMessageNormalizer.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/ActionNormalizer.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/ColvisGroupNormalizer.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/DataTableStateNormalizer.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/FormActionNormalizer.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/FormDateActionNormalizer.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/FormDateRangeActionNormalizer.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/FormSelect2ActionNormalizer.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/OperatorNormalizer.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Normalizer/SelectionActionNormalizer.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Normalizer/SearchNormalizer.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Normalizer/ProcessStateNormalizer.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Normalizer/ProcessStepValidationNormalizer.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Normalizer/SearchNormalizer.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Normalizer/SearchNormalizer.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/DataCollector/MailjetDataCollector.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1292.             include_once \dirname(__DIR__4).'/src/Mailjet/Twig/MailjetOperationTwigExtension.php';
  1293.             include_once \dirname(__DIR__4).'/src/Mailjet/Helper/MailjetOperationHelper.php';
  1294.             include_once \dirname(__DIR__4).'/src/Migration/Twig/ProductTwigExtension.php';
  1295.             include_once \dirname(__DIR__4).'/src/Twig/ApplicationFilterTwigExtension.php';
  1296.             include_once \dirname(__DIR__4).'/src/Twig/BookingProcessTwigExtension.php';
  1297.             include_once \dirname(__DIR__4).'/src/Twig/CabinCategoryHistoryTwigExtension.php';
  1298.             include_once \dirname(__DIR__4).'/src/Twig/CabinTwigExtension.php';
  1299.             include_once \dirname(__DIR__4).'/src/Twig/ContactSegmentGridFilterExtension.php';
  1300.             include_once \dirname(__DIR__4).'/src/Twig/ContactTwigExtension.php';
  1301.             include_once \dirname(__DIR__4).'/src/Twig/CountryTwigExtension.php';
  1302.             include_once \dirname(__DIR__4).'/src/Twig/CruiseHistoryChangeTwigExtension.php';
  1303.             include_once \dirname(__DIR__4).'/src/Twig/EmailTwigExtension.php';
  1304.             include_once \dirname(__DIR__4).'/src/Twig/FormalityHistoryTwigExtension.php';
  1305.             include_once \dirname(__DIR__4).'/src/Twig/FormatFiltersTwigExtension.php';
  1306.             include_once \dirname(__DIR__4).'/src/Twig/MarginExtension.php';
  1307.             include_once \dirname(__DIR__4).'/src/Twig/NewsletterSubscriberTwigExtension.php';
  1308.             include_once \dirname(__DIR__4).'/src/Helper/NewsletterSubscriberHelper.php';
  1309.             include_once \dirname(__DIR__4).'/src/Twig/ParticipantTwigExtension.php';
  1310.             include_once \dirname(__DIR__4).'/src/Twig/ProductCategoryTwigExtension.php';
  1311.             include_once \dirname(__DIR__4).'/src/Twig/ProductVariantTwigExtension.php';
  1312.             include_once \dirname(__DIR__4).'/src/Twig/ProspectProjectExtension.php';
  1313.             include_once \dirname(__DIR__4).'/src/Twig/QuoteTwigExtension.php';
  1314.             include_once \dirname(__DIR__4).'/src/Factory/Recap/SellerBonusesRecapFactoryTrait.php';
  1315.             include_once \dirname(__DIR__4).'/src/Twig/RecapTwigExtension.php';
  1316.             include_once \dirname(__DIR__4).'/src/Twig/ReturnUrlExtension.php';
  1317.             include_once \dirname(__DIR__4).'/src/Twig/StringFiltersTwigExtension.php';
  1318.             include_once \dirname(__DIR__4).'/src/Twig/__Accounting/InsuranceTwigExtension.php';
  1319.             include_once \dirname(__DIR__4).'/src/Twig/__Accounting/InvoiceTwigExtension.php';
  1320.             include_once \dirname(__DIR__4).'/src/Twig/__Accounting/PartnerTwigExtension.php';
  1321.             include_once \dirname(__DIR__4).'/src/Twig/__Accounting/SupplierPaymentTwigExtension.php';
  1322.             include_once \dirname(__DIR__4).'/src/Twig/__Booking/BookingTwigExtension.php';
  1323.             include_once \dirname(__DIR__4).'/src/Twig/__Marketing/CruiseHistoryTwigExtension.php';
  1324.             include_once \dirname(__DIR__4).'/src/Twig/__Marketing/DepartureTwigExtension.php';
  1325.             include_once \dirname(__DIR__4).'/src/Twig/__Marketing/IncludedHistoryTwigExtension.php';
  1326.             include_once \dirname(__DIR__4).'/src/Twig/__Marketing/ItineraryHistoryTwigExtension.php';
  1327.             include_once \dirname(__DIR__4).'/src/Twig/__Partner/PartnerTwigExtension.php';
  1328.             include_once \dirname(__DIR__4).'/src/Twig/__Sale/LegalTextTwigExtension.php';
  1329.             include_once \dirname(__DIR__4).'/src/Twig/__Sale/ProspectRequestTwigExtension.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/crea/grid-bundle/Grid/Twig/GridRendererExtension.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/croisiland/search-bundle/Twig/Extension/PimApiExtension.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Twig/ToolsTwigExtension.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Twig/DataTablesExtension.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/Twig/SecurityTwigExtension.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/crea/admin-bundle/src/Twig/AdminTwigExtension.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/crea/admin-bundle/src/Provider/MenuProviderInterface.php';
  1359.             include_once \dirname(__DIR__4).'/src/Menu/MenuProvider.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/Twig/SecurityMenuProvider.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Twig/ParameterMenuProvider.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Twig/EventMenuProvider.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Twig/DocumentationTwigExtension.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Twig/ProcessTwigExtension.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Twig/ParameterTwigExtension.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/crea/event-bundle/src/Twig/EventTwigExtension.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Twig/PlanningTwigExtension.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1376.         };
  1377.     }
  1378.     public function compile(): void
  1379.     {
  1380.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1381.     }
  1382.     public function isCompiled(): bool
  1383.     {
  1384.         return true;
  1385.     }
  1386.     public function getRemovedIds(): array
  1387.     {
  1388.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1389.     }
  1390.     protected function load($file$lazyLoad true)
  1391.     {
  1392.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1393.             return $class::do($this$lazyLoad);
  1394.         }
  1395.         if ('.' === $file[-4]) {
  1396.             $class substr($class0, -4);
  1397.         } else {
  1398.             $file .= '.php';
  1399.         }
  1400.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1401.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1402.     }
  1403.     protected function createProxy($class, \Closure $factory)
  1404.     {
  1405.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1406.         return $factory();
  1407.     }
  1408.     /**
  1409.      * Gets the public '.container.private.filesystem' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Filesystem\Filesystem
  1412.      */
  1413.     protected function get_Container_Private_FilesystemService()
  1414.     {
  1415.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1416.     }
  1417.     /**
  1418.      * Gets the public '.container.private.form.factory' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\Form\FormFactory
  1421.      */
  1422.     protected function get_Container_Private_Form_FactoryService()
  1423.     {
  1424.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1425.         if (isset($this->services['.container.private.form.factory'])) {
  1426.             return $this->services['.container.private.form.factory'];
  1427.         }
  1428.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1429.     }
  1430.     /**
  1431.      * Gets the public '.container.private.profiler' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1434.      */
  1435.     protected function get_Container_Private_ProfilerService()
  1436.     {
  1437.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1438.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1439.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1440.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1441.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1442.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1443.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1444.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1445.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1446.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1447.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1448.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1449.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1450.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1451.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1452.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1453.         $d->addInstance('assurever.cache', ($this->privates['assurever.cache'] ?? $this->getAssurever_CacheService()));
  1454.         $d->addInstance('costa.cache', ($this->privates['costa.cache'] ?? $this->getCosta_CacheService()));
  1455.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1456.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1457.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1458.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1459.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1460.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1461.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1462.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1463.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1464.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1465.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1466.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1467.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1468.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1469.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1470.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1471.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1472.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1473.         if ($this->has('kernel')) {
  1474.             $h->setKernel($b);
  1475.         }
  1476.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1477.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1478.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1479.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1480.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1481.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1482.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1483.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1484.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1485.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1486.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1487.         $instance->add($d);
  1488.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1489.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($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()), true));
  1490.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1491.         $instance->add($e);
  1492.         $instance->add($f);
  1493.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1494.         $instance->add($g);
  1495.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1496.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1497.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1498.         $instance->add(new \Mailjet\MailjetBundle\DataCollector\MailjetDataCollector(($this->privates['mailjet.client'] ?? $this->getMailjet_ClientService()), new \Mailjet\MailjetBundle\Client\MailjetClient($this->getEnv('MAILJET_APIKEY_PUBLIC'), $this->getEnv('MAILJET_APIKEY_PRIVATE'), true, [])));
  1499.         $instance->add($h);
  1500.         return $instance;
  1501.     }
  1502.     /**
  1503.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1506.      */
  1507.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1508.     {
  1509.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1510.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1511.             return $this->services['.container.private.security.authorization_checker'];
  1512.         }
  1513.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  1514.     }
  1515.     /**
  1516.      * Gets the public '.container.private.security.token_storage' shared service.
  1517.      *
  1518.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1519.      */
  1520.     protected function get_Container_Private_Security_TokenStorageService()
  1521.     {
  1522.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1523.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1524.         ], [
  1525.             'request_stack' => '?',
  1526.         ]));
  1527.     }
  1528.     /**
  1529.      * Gets the public '.container.private.serializer' shared service.
  1530.      *
  1531.      * @return \Symfony\Component\Serializer\Serializer
  1532.      */
  1533.     protected function get_Container_Private_SerializerService()
  1534.     {
  1535.         $a = ($this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'] ?? $this->getMailjetCampaignNormalizerService());
  1536.         if (isset($this->services['.container.private.serializer'])) {
  1537.             return $this->services['.container.private.serializer'];
  1538.         }
  1539.         $b = ($this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'] ?? $this->getMailjetContactListNormalizerService());
  1540.         if (isset($this->services['.container.private.serializer'])) {
  1541.             return $this->services['.container.private.serializer'];
  1542.         }
  1543.         $c = ($this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'] ?? $this->getMailjetContactNormalizerService());
  1544.         if (isset($this->services['.container.private.serializer'])) {
  1545.             return $this->services['.container.private.serializer'];
  1546.         }
  1547.         $d = ($this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'] ?? $this->getMailjetStatisticNormalizerService());
  1548.         if (isset($this->services['.container.private.serializer'])) {
  1549.             return $this->services['.container.private.serializer'];
  1550.         }
  1551.         $e = ($this->privates['App\\Helper\\NationalityHelper'] ?? $this->getNationalityHelperService());
  1552.         if (isset($this->services['.container.private.serializer'])) {
  1553.             return $this->services['.container.private.serializer'];
  1554.         }
  1555.         $f = ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'] ?? $this->getGridRendererService());
  1556.         if (isset($this->services['.container.private.serializer'])) {
  1557.             return $this->services['.container.private.serializer'];
  1558.         }
  1559.         $g = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'] ?? $this->getPlanningCommentNormalizerService());
  1560.         if (isset($this->services['.container.private.serializer'])) {
  1561.             return $this->services['.container.private.serializer'];
  1562.         }
  1563.         $h = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'] ?? $this->getPlanningEventNormalizerService());
  1564.         if (isset($this->services['.container.private.serializer'])) {
  1565.             return $this->services['.container.private.serializer'];
  1566.         }
  1567.         $i = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'] ?? $this->getPlanningLeaveNormalizerService());
  1568.         if (isset($this->services['.container.private.serializer'])) {
  1569.             return $this->services['.container.private.serializer'];
  1570.         }
  1571.         $j = ($this->privates['.1_Serializer~fkSxS5G'] ?? $this->get_1SerializerfkSxS5GService());
  1572.         if (isset($this->services['.container.private.serializer'])) {
  1573.             return $this->services['.container.private.serializer'];
  1574.         }
  1575.         $k = ($this->privates['api_platform.swagger.normalizer.api_gateway'] ?? $this->getApiPlatform_Swagger_Normalizer_ApiGatewayService());
  1576.         if (isset($this->services['.container.private.serializer'])) {
  1577.             return $this->services['.container.private.serializer'];
  1578.         }
  1579.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1580.         if (isset($this->services['.container.private.serializer'])) {
  1581.             return $this->services['.container.private.serializer'];
  1582.         }
  1583.         $m = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1584.         if (isset($this->services['.container.private.serializer'])) {
  1585.             return $this->services['.container.private.serializer'];
  1586.         }
  1587.         $n = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1588.         if (isset($this->services['.container.private.serializer'])) {
  1589.             return $this->services['.container.private.serializer'];
  1590.         }
  1591.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1592.         if (isset($this->services['.container.private.serializer'])) {
  1593.             return $this->services['.container.private.serializer'];
  1594.         }
  1595.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1596.         if (isset($this->services['.container.private.serializer'])) {
  1597.             return $this->services['.container.private.serializer'];
  1598.         }
  1599.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1600.         if (isset($this->services['.container.private.serializer'])) {
  1601.             return $this->services['.container.private.serializer'];
  1602.         }
  1603.         $r = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1604.         if (isset($this->services['.container.private.serializer'])) {
  1605.             return $this->services['.container.private.serializer'];
  1606.         }
  1607.         $s = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1608.         if (isset($this->services['.container.private.serializer'])) {
  1609.             return $this->services['.container.private.serializer'];
  1610.         }
  1611.         $t = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1612.         $u = ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService());
  1613.         $v = ($this->services['translator'] ?? $this->getTranslatorService());
  1614.         $w = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1615.         $x = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer($j));
  1616.         $y = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1617.         $z = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1618.         $aa = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1619.         $ba = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1620.         $ca = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($ba);
  1621.         $da = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($ba$y$t$s$caNULL, [], $s);
  1622.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($t), => new \App\Assurever\Normalizer\AssureverDateTimeNormalizer(), => new \App\Assurever\Normalizer\TarifExtensionNormalizer(), => $a=> $b=> $c=> $d=> new \App\Migration\Normalizer\CorrAtmosphereNormalizer(), => new \App\Migration\Normalizer\CorrCabinCategoryNormalizer(), => ($this->privates['App\\Migration\\Normalizer\\CsvBookingAmountNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingAmountNormalizer'] = new \App\Migration\Normalizer\CsvBookingAmountNormalizer())), 10 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingCabinCategoryHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingCabinCategoryHistoryNormalizer'] = new \App\Migration\Normalizer\CsvBookingCabinCategoryHistoryNormalizer())), 11 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingCruiseHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingCruiseHistoryNormalizer'] = new \App\Migration\Normalizer\CsvBookingCruiseHistoryNormalizer())), 12 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingNormalizer'] = new \App\Migration\Normalizer\CsvBookingNormalizer())), 13 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingPassengerNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingPassengerNormalizer'] = new \App\Migration\Normalizer\CsvBookingPassengerNormalizer())), 14 => ($this->privates['App\\Migration\\Normalizer\\CsvContractNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvContractNormalizer'] = new \App\Migration\Normalizer\CsvContractNormalizer())), 15 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineCabinNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineCabinNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineCabinNormalizer())), 16 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineDiscountNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineDiscountNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineDiscountNormalizer())), 17 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineInsuranceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineInsuranceNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineInsuranceNormalizer())), 18 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineServiceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineServiceNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineServiceNormalizer())), 19 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceNormalizer())), 20 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCabinCategoryHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCabinCategoryHistoryNormalizer'] = new \App\Migration\Normalizer\CsvQuoteCabinCategoryHistoryNormalizer())), 21 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCruiseHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCruiseHistoryNormalizer'] = new \App\Migration\Normalizer\CsvQuoteCruiseHistoryNormalizer())), 22 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineCabinNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineCabinNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineCabinNormalizer())), 23 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineDiscountNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineDiscountNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineDiscountNormalizer())), 24 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineInsuranceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineInsuranceNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineInsuranceNormalizer())), 25 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineServiceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineServiceNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineServiceNormalizer())), 26 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteNormalizer'] = new \App\Migration\Normalizer\CsvQuoteNormalizer())), 27 => ($this->privates['App\\Migration\\Normalizer\\CsvQuotePassengerNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuotePassengerNormalizer'] = new \App\Migration\Normalizer\CsvQuotePassengerNormalizer())), 28 => new \App\Migration\Normalizer\HistoryResultsNormalizer(), 29 => new \App\Migration\Normalizer\ImportResultsNormalizer(), 30 => new \App\Migration\Normalizer\LoadResultsNormalizer(), 31 => new \App\Migration\Normalizer\MappingResultsNormalizer(), 32 => new \App\Migration\Normalizer\MappingRulesResultsNormalizer(), 33 => new \App\Migration\Normalizer\MigrationDatatableFiltersNormalizer(), 34 => new \App\Migration\Normalizer\MigrationResultNormalizer(), 35 => new \App\Migration\Normalizer\MigrationStatisticNormalizer(), 36 => new \App\Normalizer\AtmosphereNormalizer(), 37 => new \App\Normalizer\BookingParticipantNormalizer(), 38 => new \App\Normalizer\CabinCategoryNormalizer(), 39 => new \App\Normalizer\CabinCategoryServiceNormalizer(), 40 => new \App\Normalizer\CabinCategoryTypeNormalizer(), 41 => new \App\Normalizer\CompanyNormalizer(), 42 => new \App\Normalizer\ContactNormalizer($e), 43 => new \App\Normalizer\CruiseIncludedGroupNormalizer(), 44 => new \App\Normalizer\CruiseTagCategoryNormalizer(), 45 => new \App\Normalizer\CruiseTagNormalizer(), 46 => new \App\Normalizer\DestinationNormalizer(), 47 => new \App\Normalizer\IncludedAssociationNormalizer(), 48 => new \App\Normalizer\ItineraryIncludedGroupNormalizer(), 49 => ($this->privates['App\\Normalizer\\ItinerarySegmentHistoryNormalizer'] ?? ($this->privates['App\\Normalizer\\ItinerarySegmentHistoryNormalizer'] = new \App\Normalizer\ItinerarySegmentHistoryNormalizer())), 50 => new \App\Normalizer\PartnerCompanyDiscountNormalizer(), 51 => new \App\Normalizer\PassengerInformationNormalizer(), 52 => new \App\Normalizer\ServiceNormalizer(), 53 => new \App\Normalizer\ShipNormalizer(), 54 => new \App\Normalizer\SpecialOfferCompanyNormalizer(), 55 => new \App\Normalizer\SpecialOfferNormalizer(), 56 => new \App\Normalizer\__Accounting\InsuranceFiltersNormalizer($u), 57 => new \App\Normalizer\__Accounting\InsuranceTurnoverFiltersNormalizer($u), 58 => new \App\Normalizer\__Booking\BookingDetailsPageConfigurationNormalizer(), 59 => new \App\Normalizer\__Booking\CabinTypeFilterNormalizer(), 60 => new \App\Normalizer\__Booking\CompanyFilterNormalizer(), 61 => new \App\Normalizer\__Booking\ShipFilterNormalizer(), 62 => new \App\Normalizer\__Contact\cms_api\CmsContactNormalizer(), 63 => new \App\Normalizer\__Contact\cms_api\CmsContactPreferencesNormalizer(), 64 => new \App\Normalizer\__Contact\contact\ContactListFiltersNormalizer(), 65 => new \App\Normalizer\__Partner\PartnerFilterNormalizer(), 66 => new \App\Normalizer\__Partner\PartnerListFiltersNormalizer(), 67 => new \App\Normalizer\__Quote\QuoteListFiltersNormalizer(), 68 => new \App\Normalizer\__Sale\LegalTextNormalizer(), 69 => new \App\Normalizer\__Sale\ProspectRequestListFiltersNormalizer(), 70 => new \App\Normalizer\__Sale\SellerFilterNormalizer(), 71 => new \Crea\Bundle\GridBundle\Grid\Normalizer\AjaxGridViewNormalizer($f), 72 => new \Crea\Bundle\GridBundle\Grid\Normalizer\DataTableGridViewNormalizer(), 73 => new \Crea\FloaBundle\Normalizer\FloaEligibilityGroupNormalizer(), 74 => new \Crea\FloaBundle\Normalizer\FloaExceptionNormalizer(), 75 => new \Crea\FloaBundle\Normalizer\FloaPreEligibilityGroupNormalizer(), 76 => new \Croisiland\CommonBundle\Normalizer\PartnerDiscountNormalizer(), 77 => new \Croisiland\CommonBundle\Normalizer\PartnerNormalizer(), 78 => new \Crea\ToolsBundle\Normalizer\ConfirmationMessageNormalizer($v), 79 => new \Crea\DatatableBundle\Normalizer\ActionNormalizer($v), 80 => new \Crea\DatatableBundle\Normalizer\ColvisGroupNormalizer(), 81 => new \Crea\DatatableBundle\Normalizer\DataTableStateNormalizer(), 82 => new \Crea\DatatableBundle\Normalizer\FormActionNormalizer($v), 83 => new \Crea\DatatableBundle\Normalizer\FormDateActionNormalizer($v$w), 84 => new \Crea\DatatableBundle\Normalizer\FormDateRangeActionNormalizer($v$w), 85 => new \Crea\DatatableBundle\Normalizer\FormSelect2ActionNormalizer($v), 86 => new \Crea\DatatableBundle\Normalizer\OperatorNormalizer($v$w), 87 => new \Crea\DatatableBundle\Normalizer\SelectionActionNormalizer($v), 88 => new \Crea\DocumentationBundle\Normalizer\SearchNormalizer(), 89 => new \Crea\ProcessBundle\Normalizer\ProcessStateNormalizer(), 90 => new \Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer(), 91 => new \Crea\ParameterBundle\Normalizer\SearchNormalizer(($this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] ?? $this->getParameterTypeRepositoryService())), 92 => new \Crea\EventBundle\Normalizer\SearchNormalizer(), 93 => $g94 => $h95 => $i96 => $x97 => $k98 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $y), 99 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $y), 100 => $k101 => $x102 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($z$m$n$aaNULL$lNULL$y), 103 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($z$o$l), 104 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ltrue), 105 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 106 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 107 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 108 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 109 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($z$m$n$o$aa$p$t$y$ba, [], new RewindableGenerator(function () {
  1623.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1624.         }, 1), $q), 110 => new \ApiPlatform\Serializer\ItemNormalizer($m$n$o$aa$t$y$ba$rfalseNULL, new RewindableGenerator(function () {
  1625.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1626.         }, 1), $z$q), 111 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 112 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $y), 113 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ba$y$s$caNULL, [])), 114 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 115 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 116 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 117 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 118 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 119 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$aa$oNULL), 'page''pagination'$z$t), $z$aa, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), 120 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 121 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($da$o$p), 122 => $da], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL))), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1627.     }
  1628.     /**
  1629.      * Gets the public '.container.private.state_machine.booking_workflow' shared service.
  1630.      *
  1631.      * @return \Symfony\Component\Workflow\StateMachine
  1632.      */
  1633.     protected function get_Container_Private_StateMachine_BookingWorkflowService()
  1634.     {
  1635.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1636.         if (isset($this->services['.container.private.state_machine.booking_workflow'])) {
  1637.             return $this->services['.container.private.state_machine.booking_workflow'];
  1638.         }
  1639.         return $this->services['.container.private.state_machine.booking_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'not_booked'=> 'waiting_for_payment'=> 'account_paid'=> 'fully_paid'=> 'cancelled_account_paid'=> 'cancelled_fully_paid'], [=> ($this->privates['.state_machine.booking_workflow.transition.0'] ?? ($this->privates['.state_machine.booking_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('waiting_for_payment''not_booked''waiting_for_payment'))), => ($this->privates['.state_machine.booking_workflow.transition.1'] ?? ($this->privates['.state_machine.booking_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('booking''not_booked''account_paid'))), => ($this->privates['.state_machine.booking_workflow.transition.2'] ?? ($this->privates['.state_machine.booking_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('booking''waiting_for_payment''account_paid'))), => ($this->privates['.state_machine.booking_workflow.transition.3'] ?? ($this->privates['.state_machine.booking_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('selling''account_paid''fully_paid'))), => ($this->privates['.state_machine.booking_workflow.transition.4'] ?? ($this->privates['.state_machine.booking_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('not_fully_paid''fully_paid''account_paid'))), => ($this->privates['.state_machine.booking_workflow.transition.5'] ?? ($this->privates['.state_machine.booking_workflow.transition.5'] = new \Symfony\Component\Workflow\Transition('cancelling_during_booking''account_paid''cancelled_account_paid'))), => ($this->privates['.state_machine.booking_workflow.transition.6'] ?? ($this->privates['.state_machine.booking_workflow.transition.6'] = new \Symfony\Component\Workflow\Transition('cancelling_after_booking''fully_paid''cancelled_fully_paid')))], [=> 'not_booked'], ($this->privates['state_machine.booking_workflow.metadata_store'] ?? $this->getStateMachine_BookingWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'booking_workflow'NULL);
  1640.     }
  1641.     /**
  1642.      * Gets the public '.container.private.state_machine.cabin_workflow' shared service.
  1643.      *
  1644.      * @return \Symfony\Component\Workflow\StateMachine
  1645.      */
  1646.     protected function get_Container_Private_StateMachine_CabinWorkflowService()
  1647.     {
  1648.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1649.         if (isset($this->services['.container.private.state_machine.cabin_workflow'])) {
  1650.             return $this->services['.container.private.state_machine.cabin_workflow'];
  1651.         }
  1652.         return $this->services['.container.private.state_machine.cabin_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'no_option'=> 'option'=> 'cancelled'=> 'cancelled_option'=> 'account_paid'=> 'fully_paid'], [=> ($this->privates['.state_machine.cabin_workflow.transition.0'] ?? ($this->privates['.state_machine.cabin_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('option''no_option''option'))), => ($this->privates['.state_machine.cabin_workflow.transition.1'] ?? ($this->privates['.state_machine.cabin_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('resetOption''option''no_option'))), => ($this->privates['.state_machine.cabin_workflow.transition.2'] ?? ($this->privates['.state_machine.cabin_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('cancellation''no_option''cancelled'))), => ($this->privates['.state_machine.cabin_workflow.transition.3'] ?? ($this->privates['.state_machine.cabin_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('booking''option''account_paid'))), => ($this->privates['.state_machine.cabin_workflow.transition.4'] ?? ($this->privates['.state_machine.cabin_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('option_cancellation''option''cancelled_option'))), => ($this->privates['.state_machine.cabin_workflow.transition.5'] ?? ($this->privates['.state_machine.cabin_workflow.transition.5'] = new \Symfony\Component\Workflow\Transition('fully_paid''account_paid''fully_paid')))], [=> 'no_option'], ($this->privates['state_machine.cabin_workflow.metadata_store'] ?? $this->getStateMachine_CabinWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'cabin_workflow'NULL);
  1653.     }
  1654.     /**
  1655.      * Gets the public '.container.private.state_machine.contract_workflow' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\Workflow\StateMachine
  1658.      */
  1659.     protected function get_Container_Private_StateMachine_ContractWorkflowService()
  1660.     {
  1661.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1662.         if (isset($this->services['.container.private.state_machine.contract_workflow'])) {
  1663.             return $this->services['.container.private.state_machine.contract_workflow'];
  1664.         }
  1665.         return $this->services['.container.private.state_machine.contract_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'current'=> 'cancelled'=> 'finalized'], [=> ($this->privates['.state_machine.contract_workflow.transition.0'] ?? ($this->privates['.state_machine.contract_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('finalization''current''finalized'))), => ($this->privates['.state_machine.contract_workflow.transition.1'] ?? ($this->privates['.state_machine.contract_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('cancellation''finalized''cancelled')))], [=> 'current'], ($this->privates['state_machine.contract_workflow.metadata_store'] ?? $this->getStateMachine_ContractWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'contract_workflow'NULL);
  1666.     }
  1667.     /**
  1668.      * Gets the public '.container.private.state_machine.credit_workflow' shared service.
  1669.      *
  1670.      * @return \Symfony\Component\Workflow\StateMachine
  1671.      */
  1672.     protected function get_Container_Private_StateMachine_CreditWorkflowService()
  1673.     {
  1674.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1675.         if (isset($this->services['.container.private.state_machine.credit_workflow'])) {
  1676.             return $this->services['.container.private.state_machine.credit_workflow'];
  1677.         }
  1678.         return $this->services['.container.private.state_machine.credit_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'begin'=> 'in_progress'=> 'used'=> 'due'=> 'reimbursed'], [=> ($this->privates['.state_machine.credit_workflow.transition.0'] ?? ($this->privates['.state_machine.credit_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('creation''begin''in_progress'))), => ($this->privates['.state_machine.credit_workflow.transition.1'] ?? ($this->privates['.state_machine.credit_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('expiration''in_progress''due'))), => ($this->privates['.state_machine.credit_workflow.transition.2'] ?? ($this->privates['.state_machine.credit_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('utilization''in_progress''used'))), => ($this->privates['.state_machine.credit_workflow.transition.3'] ?? ($this->privates['.state_machine.credit_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('reimbursement''due''reimbursed')))], [=> 'begin'], ($this->privates['state_machine.credit_workflow.metadata_store'] ?? $this->getStateMachine_CreditWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'credit_workflow'NULL);
  1679.     }
  1680.     /**
  1681.      * Gets the public '.container.private.state_machine.invoiceLine_workflow' shared service.
  1682.      *
  1683.      * @return \Symfony\Component\Workflow\StateMachine
  1684.      */
  1685.     protected function get_Container_Private_StateMachine_InvoiceLineWorkflowService()
  1686.     {
  1687.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1688.         if (isset($this->services['.container.private.state_machine.invoiceLine_workflow'])) {
  1689.             return $this->services['.container.private.state_machine.invoiceLine_workflow'];
  1690.         }
  1691.         return $this->services['.container.private.state_machine.invoiceLine_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'waiting'=> 'invoiced'=> 'cancelled'], [=> ($this->privates['.state_machine.invoiceLine_workflow.transition.0'] ?? ($this->privates['.state_machine.invoiceLine_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('invoication''waiting''invoiced'))), => ($this->privates['.state_machine.invoiceLine_workflow.transition.1'] ?? ($this->privates['.state_machine.invoiceLine_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('cancellation''invoiced''cancelled'))), => ($this->privates['.state_machine.invoiceLine_workflow.transition.2'] ?? ($this->privates['.state_machine.invoiceLine_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('unSelection''waiting''cancelled')))], [=> 'waiting'], ($this->privates['state_machine.invoiceLine_workflow.metadata_store'] ?? $this->getStateMachine_InvoiceLineWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'invoiceLine_workflow'NULL);
  1692.     }
  1693.     /**
  1694.      * Gets the public '.container.private.state_machine.payment_workflow' shared service.
  1695.      *
  1696.      * @return \Symfony\Component\Workflow\StateMachine
  1697.      */
  1698.     protected function get_Container_Private_StateMachine_PaymentWorkflowService()
  1699.     {
  1700.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1701.         if (isset($this->services['.container.private.state_machine.payment_workflow'])) {
  1702.             return $this->services['.container.private.state_machine.payment_workflow'];
  1703.         }
  1704.         return $this->services['.container.private.state_machine.payment_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'waiting'=> 'paid'=> 'cancelled'], [=> ($this->privates['.state_machine.payment_workflow.transition.0'] ?? ($this->privates['.state_machine.payment_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('validation''waiting''paid'))), => ($this->privates['.state_machine.payment_workflow.transition.1'] ?? ($this->privates['.state_machine.payment_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('cancellation''waiting''cancelled')))], [=> 'waiting'], ($this->privates['state_machine.payment_workflow.metadata_store'] ?? $this->getStateMachine_PaymentWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'payment_workflow'NULL);
  1705.     }
  1706.     /**
  1707.      * Gets the public '.container.private.state_machine.phone_call_workflow' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Workflow\StateMachine
  1710.      */
  1711.     protected function get_Container_Private_StateMachine_PhoneCallWorkflowService()
  1712.     {
  1713.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1714.         if (isset($this->services['.container.private.state_machine.phone_call_workflow'])) {
  1715.             return $this->services['.container.private.state_machine.phone_call_workflow'];
  1716.         }
  1717.         return $this->services['.container.private.state_machine.phone_call_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'request'=> 'assigned'=> 'confirmed'=> 'executed'=> 'cancelled'], [=> ($this->privates['.state_machine.phone_call_workflow.transition.0'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('assign''request''assigned'))), => ($this->privates['.state_machine.phone_call_workflow.transition.1'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('unAssign''assigned''request'))), => ($this->privates['.state_machine.phone_call_workflow.transition.2'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('confirm''assigned''confirmed'))), => ($this->privates['.state_machine.phone_call_workflow.transition.3'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('execute''confirmed''executed'))), => ($this->privates['.state_machine.phone_call_workflow.transition.4'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''assigned''cancelled')))], [=> 'request'], ($this->privates['state_machine.phone_call_workflow.metadata_store'] ?? $this->getStateMachine_PhoneCallWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'phone_call_workflow'NULL);
  1718.     }
  1719.     /**
  1720.      * Gets the public '.container.private.state_machine.quote_web_workflow' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\Workflow\StateMachine
  1723.      */
  1724.     protected function get_Container_Private_StateMachine_QuoteWebWorkflowService()
  1725.     {
  1726.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1727.         if (isset($this->services['.container.private.state_machine.quote_web_workflow'])) {
  1728.             return $this->services['.container.private.state_machine.quote_web_workflow'];
  1729.         }
  1730.         return $this->services['.container.private.state_machine.quote_web_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'cabin'=> 'request'=> 'passengers'=> 'insurance'=> 'option'=> 'summary'=> 'payment'=> 'confirmed'=> 'deadline_over'], [=> ($this->privates['.state_machine.quote_web_workflow.transition.0'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('cabinChosen''cabin''request'))), => ($this->privates['.state_machine.quote_web_workflow.transition.1'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('chooseCabin''request''cabin'))), => ($this->privates['.state_machine.quote_web_workflow.transition.2'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('declarePassengers''request''passengers'))), => ($this->privates['.state_machine.quote_web_workflow.transition.3'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('unDeclarePassengers''passengers''request'))), => ($this->privates['.state_machine.quote_web_workflow.transition.4'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('poseOption''passengers''option'))), => ($this->privates['.state_machine.quote_web_workflow.transition.5'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.5'] = new \Symfony\Component\Workflow\Transition('unPoseOption''option''passengers'))), => ($this->privates['.state_machine.quote_web_workflow.transition.6'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.6'] = new \Symfony\Component\Workflow\Transition('addInsurance''option''insurance'))), => ($this->privates['.state_machine.quote_web_workflow.transition.7'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.7'] = new \Symfony\Component\Workflow\Transition('unAddInsurance''insurance''option'))), => ($this->privates['.state_machine.quote_web_workflow.transition.8'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.8'] = new \Symfony\Component\Workflow\Transition('summarize''insurance''summary'))), => ($this->privates['.state_machine.quote_web_workflow.transition.9'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.9'] = new \Symfony\Component\Workflow\Transition('unSummarize''summary''insurance'))), 10 => ($this->privates['.state_machine.quote_web_workflow.transition.10'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.10'] = new \Symfony\Component\Workflow\Transition('gotoPayment''summary''payment'))), 11 => ($this->privates['.state_machine.quote_web_workflow.transition.11'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.11'] = new \Symfony\Component\Workflow\Transition('confirmOption''payment''confirmed'))), 12 => ($this->privates['.state_machine.quote_web_workflow.transition.12'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.12'] = new \Symfony\Component\Workflow\Transition('confirmBtoB''passengers''confirmed'))), 13 => ($this->privates['.state_machine.quote_web_workflow.transition.13'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.13'] = new \Symfony\Component\Workflow\Transition('confirmBtoB''summary''confirmed'))), 14 => ($this->privates['.state_machine.quote_web_workflow.transition.14'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.14'] = new \Symfony\Component\Workflow\Transition('confirmBtoB''insurance''confirmed'))), 15 => ($this->privates['.state_machine.quote_web_workflow.transition.15'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.15'] = new \Symfony\Component\Workflow\Transition('confirmBtoB''payment''confirmed'))), 16 => ($this->privates['.state_machine.quote_web_workflow.transition.16'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.16'] = new \Symfony\Component\Workflow\Transition('backToSummary''payment''summary'))), 17 => ($this->privates['.state_machine.quote_web_workflow.transition.17'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.17'] = new \Symfony\Component\Workflow\Transition('cancelOption''summary''deadline_over'))), 18 => ($this->privates['.state_machine.quote_web_workflow.transition.18'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.18'] = new \Symfony\Component\Workflow\Transition('cancelOption''insurance''deadline_over'))), 19 => ($this->privates['.state_machine.quote_web_workflow.transition.19'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.19'] = new \Symfony\Component\Workflow\Transition('cancelOption''option''deadline_over'))), 20 => ($this->privates['.state_machine.quote_web_workflow.transition.20'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.20'] = new \Symfony\Component\Workflow\Transition('cancelOption''payment''deadline_over')))], [=> 'cabin'], ($this->privates['state_machine.quote_web_workflow.metadata_store'] ?? $this->getStateMachine_QuoteWebWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'webQuoteStep'), $a'quote_web_workflow'NULL);
  1731.     }
  1732.     /**
  1733.      * Gets the public '.container.private.twig' shared service.
  1734.      *
  1735.      * @return \Twig\Environment
  1736.      */
  1737.     protected function get_Container_Private_TwigService()
  1738.     {
  1739.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1740.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1741.         $a->addPath((\dirname(__DIR__4).'/templates/mailjet'), 'CreaMailjetNewsletter');
  1742.         $a->addPath((\dirname(__DIR__4).'/public'), 'public_path');
  1743.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/security-bundle/src/DependencyInjection/../Resources/views/bundles/CreaAdminBundle'), 'CreaAdmin');
  1744.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/DependencyInjection/../Resources/views/bundles/CreaSecurityBundle'), 'CreaSecurity');
  1745.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/event-bundle/src/DependencyInjection/../Resources/views/bundles/CreaDocumentationBundle'), 'CreaDocumentation');
  1746.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1747.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1748.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1749.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1750.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1751.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1752.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1753.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1754.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1755.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1756.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1757.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1758.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/grid-bundle/Resources/views'), 'CreaGrid');
  1759.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/grid-bundle/Resources/views'), '!CreaGrid');
  1760.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1761.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1762.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1763.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1764.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1765.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1766.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1767.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1768.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1769.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1770.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1771.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1772.         $a->addPath((\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Resources/views'), 'Mailjet');
  1773.         $a->addPath((\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Resources/views'), '!Mailjet');
  1774.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Resources/views'), 'CreaTools');
  1775.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Resources/views'), '!CreaTools');
  1776.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/views'), 'CreaDatatable');
  1777.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/views'), '!CreaDatatable');
  1778.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/views'), 'CreaSecurity');
  1779.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/views'), '!CreaSecurity');
  1780.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/admin-bundle/src/Resources/views'), 'CreaAdmin');
  1781.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/admin-bundle/src/Resources/views'), '!CreaAdmin');
  1782.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Resources/views'), 'CreaDocumentation');
  1783.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Resources/views'), '!CreaDocumentation');
  1784.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/process-bundle/src/Resources/views'), 'CreaProcess');
  1785.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/process-bundle/src/Resources/views'), '!CreaProcess');
  1786.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Resources/views'), 'CreaParameter');
  1787.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Resources/views'), '!CreaParameter');
  1788.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Resources/views'), 'CreaEvent');
  1789.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Resources/views'), '!CreaEvent');
  1790.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Resources/views'), 'CreaHR');
  1791.         $a->addPath((\dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Resources/views'), '!CreaHR');
  1792.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1793.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1794.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1795.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1796.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1797.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1798.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1799.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1800.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1801.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1802.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1803.         $h = ($this->services['router'] ?? $this->getRouterService());
  1804.         $i = new \Symfony\Component\Workflow\Registry();
  1805.         $i->addWorkflow(($this->services['.container.private.state_machine.payment_workflow'] ?? $this->get_Container_Private_StateMachine_PaymentWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Accounting\\Payment'));
  1806.         $i->addWorkflow(($this->services['.container.private.state_machine.invoiceLine_workflow'] ?? $this->get_Container_Private_StateMachine_InvoiceLineWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Accounting\\InvoiceLine'));
  1807.         $i->addWorkflow(($this->services['.container.private.state_machine.credit_workflow'] ?? $this->get_Container_Private_StateMachine_CreditWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\__Accounting\\Credit'));
  1808.         $i->addWorkflow(($this->services['.container.private.state_machine.cabin_workflow'] ?? $this->get_Container_Private_StateMachine_CabinWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Cabin'));
  1809.         $i->addWorkflow(($this->services['.container.private.state_machine.contract_workflow'] ?? $this->get_Container_Private_StateMachine_ContractWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Contract'));
  1810.         $i->addWorkflow(($this->services['.container.private.state_machine.booking_workflow'] ?? $this->get_Container_Private_StateMachine_BookingWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Booking'));
  1811.         $i->addWorkflow(($this->services['.container.private.state_machine.quote_web_workflow'] ?? $this->get_Container_Private_StateMachine_QuoteWebWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Quote'));
  1812.         $i->addWorkflow(($this->services['.container.private.state_machine.phone_call_workflow'] ?? $this->get_Container_Private_StateMachine_PhoneCallWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\PhoneCall\\PhoneCall'));
  1813.         $j = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1814.         $k = ($this->privates['App\\Helper\\CabinHelper'] ?? $this->getCabinHelperService());
  1815.         $l = ($this->privates['App\\Helper\\TotalsCalculator'] ?? $this->getTotalsCalculatorService());
  1816.         $m = ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
  1817.         $n = ($this->privates['App\\Helper\\ProductVariantHelper'] ?? $this->getProductVariantHelperService());
  1818.         $o = ($this->privates['App\\Repository\\Booking\\ProspectRequestRepository'] ?? $this->getProspectRequestRepositoryService());
  1819.         $p = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1820.         $q = ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService());
  1821.         $r = ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService());
  1822.         $s = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1823.         $s->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1824.         $t = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1825.         $u = ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterAccessHelper'] ?? $this->getParameterAccessHelperService());
  1826.         $v = ($this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'] ?? $this->getEventAccessHelperService());
  1827.         $w = new \Symfony\Bridge\Twig\AppVariable();
  1828.         $w->setEnvironment('dev');
  1829.         $w->setDebug(true);
  1830.         if ($this->has('.container.private.security.token_storage')) {
  1831.             $w->setTokenStorage($c);
  1832.         }
  1833.         if ($this->has('request_stack')) {
  1834.             $w->setRequestStack($b);
  1835.         }
  1836.         $x = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1837.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1838.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1839.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1840.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1841.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1842.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1843.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  1844.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1845.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1846.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1849.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  1850.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  1852.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1853.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1854.         $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())));
  1855.         $instance->addExtension(new \App\Mailjet\Twig\MailjetOperationTwigExtension(new \App\Mailjet\Helper\MailjetOperationHelper()));
  1856.         $instance->addExtension(new \App\Migration\Twig\ProductTwigExtension($j));
  1857.         $instance->addExtension(new \App\Twig\ApplicationFilterTwigExtension(($this->privates['App\\Repository\\ApplicationFilterRepository'] ?? $this->getApplicationFilterRepositoryService()), ($this->privates['App\\Repository\\ApplicationFilterLimitationRepository'] ?? $this->getApplicationFilterLimitationRepositoryService()), ($this->privates['App\\Repository\\Cruise\\Itinerary\\DestinationRepository'] ?? $this->getDestinationRepositoryService())));
  1858.         $instance->addExtension(new \App\Twig\BookingProcessTwigExtension($k, ($this->privates['App\\Helper\\TodoTypeProvider'] ?? $this->getTodoTypeProviderService())));
  1859.         $instance->addExtension(new \App\Twig\CabinCategoryHistoryTwigExtension(($this->privates['App\\Helper\\CabinCategoryHistoryHelper'] ?? ($this->privates['App\\Helper\\CabinCategoryHistoryHelper'] = new \App\Helper\CabinCategoryHistoryHelper()))));
  1860.         $instance->addExtension(new \App\Twig\CabinTwigExtension($k));
  1861.         $instance->addExtension(new \App\Twig\ContactSegmentGridFilterExtension(($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFiltersProvider'] ?? $this->getContactSegmentFiltersProviderService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService())));
  1862.         $instance->addExtension(new \App\Twig\ContactTwigExtension(($this->privates['App\\Helper\\NationalityHelper'] ?? $this->getNationalityHelperService()), ($this->privates['App\\Helper\\ContactHelper'] ?? $this->getContactHelperService())));
  1863.         $instance->addExtension(new \App\Twig\CountryTwigExtension());
  1864.         $instance->addExtension(new \App\Twig\CruiseHistoryChangeTwigExtension(($this->privates['App\\Helper\\CruiseHistoryChangeHelper'] ?? $this->getCruiseHistoryChangeHelperService())));
  1865.         $instance->addExtension(new \App\Twig\EmailTwigExtension(($this->privates['App\\Helper\\EmailContentHelper'] ?? $this->getEmailContentHelperService())));
  1866.         $instance->addExtension(new \App\Twig\FormalityHistoryTwigExtension(($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'] ?? $this->getFormalityHistoryManagerService())));
  1867.         $instance->addExtension(new \App\Twig\FormatFiltersTwigExtension());
  1868.         $instance->addExtension(new \App\Twig\MarginExtension($l));
  1869.         $instance->addExtension(new \App\Twig\NewsletterSubscriberTwigExtension(new \App\Helper\NewsletterSubscriberHelper()));
  1870.         $instance->addExtension(new \App\Twig\ParticipantTwigExtension($m));
  1871.         $instance->addExtension(new \App\Twig\ProductCategoryTwigExtension($j, ($this->privates['App\\Helper\\ProductCategoryHelper'] ?? $this->getProductCategoryHelperService())));
  1872.         $instance->addExtension(new \App\Twig\ProductVariantTwigExtension(($this->privates['App\\Repository\\Product\\ProductRepository'] ?? $this->getProductRepositoryService()), $n, ($this->privates['App\\Repository\\Product\\ProductVariantRepository'] ?? $this->getProductVariantRepositoryService())));
  1873.         $instance->addExtension(new \App\Twig\ProspectProjectExtension($o));
  1874.         $instance->addExtension(new \App\Twig\QuoteTwigExtension($l, ($this->privates['App\\BookingProcess\\ProcessHelper\\Company\\Option\\OptionHelperProvider'] ?? $this->getOptionHelperProviderService()), ($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'] ?? $this->getMultiPaymentHelperService()), $m, ($this->privates['App\\Repository\\Booking\\QuoteRepository'] ?? $this->getQuoteRepositoryService()), ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] ?? ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] = new \App\Helper\__Sale\QuoteHelper()))));
  1875.         $instance->addExtension(new \App\Twig\RecapTwigExtension($p$q));
  1876.         $instance->addExtension(new \App\Twig\ReturnUrlExtension(($this->privates['App\\Handler\\HttpRefererHandler'] ?? $this->getHttpRefererHandlerService())));
  1877.         $instance->addExtension(new \App\Twig\StringFiltersTwigExtension());
  1878.         $instance->addExtension(new \App\Twig\__Accounting\InsuranceTwigExtension(($this->privates['App\\Helper\\__Accounting\\InsuranceHelper'] ?? $this->getInsuranceHelperService()), ($this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'] ?? $this->getInsuranceViewRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService())));
  1879.         $instance->addExtension(new \App\Twig\__Accounting\InvoiceTwigExtension(($this->privates['App\\Helper\\InvoiceHelper'] ?? $this->getInvoiceHelperService())));
  1880.         $instance->addExtension(new \App\Twig\__Accounting\PartnerTwigExtension($e$h$q$b, ($this->privates['App\\Helper\\__Accounting\\PartnerHelper'] ?? $this->getPartnerHelperService()), $r));
  1881.         $instance->addExtension(new \App\Twig\__Accounting\SupplierPaymentTwigExtension(($this->privates['App\\Helper\\SupplierPaymentHelper'] ?? $this->getSupplierPaymentHelperService())));
  1882.         $instance->addExtension(new \App\Twig\__Booking\BookingTwigExtension($l, ($this->privates['App\\Repository\\Booking\\BookingRepository'] ?? $this->getBookingRepositoryService()), ($this->privates['booking.details.section_provider'] ?? $this->getBooking_Details_SectionProviderService()), ($this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'] ?? $this->getBookingDetailsPageConfigurationHelperService()), ($this->privates['App\\Helper\\__Booking\\BookingHelper'] ?? $this->getBookingHelperService()), ($this->privates['App\\Helper\\AttributedInsuranceHelper'] ?? $this->getAttributedInsuranceHelperService())));
  1883.         $instance->addExtension(new \App\Twig\__Marketing\CruiseHistoryTwigExtension(($this->privates['App\\Repository\\Cruise\\Company\\AdvantageRepository'] ?? $this->getAdvantageRepositoryService())));
  1884.         $instance->addExtension(new \App\Twig\__Marketing\DepartureTwigExtension(($this->privates['App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository'] ?? $this->getCruiseHistoryRepositoryService()), ($this->privates['App\\Helper\\__Marketing\\DepartureHelper'] ?? $this->getDepartureHelperService())));
  1885.         $instance->addExtension(new \App\Twig\__Marketing\IncludedHistoryTwigExtension($n$m));
  1886.         $instance->addExtension(new \App\Twig\__Marketing\ItineraryHistoryTwigExtension(($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] ?? ($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] = new \App\Helper\ItinerarySegmentHistoryHelper())), $e));
  1887.         $instance->addExtension(new \App\Twig\__Partner\PartnerTwigExtension($r, ($this->privates['Croisiland\\CommonBundle\\Helper\\PartnerHelper'] ?? ($this->privates['Croisiland\\CommonBundle\\Helper\\PartnerHelper'] = new \Croisiland\CommonBundle\Helper\PartnerHelper()))));
  1888.         $instance->addExtension(new \App\Twig\__Sale\LegalTextTwigExtension(($this->privates['App\\Helper\\__Sale\\LegalTextHelper'] ?? $this->getLegalTextHelperService())));
  1889.         $instance->addExtension(new \App\Twig\__Sale\ProspectRequestTwigExtension($q$o, ($this->privates['App\\Helper\\__Sale\\ProspectRequestHelper'] ?? $this->getProspectRequestHelperService())));
  1890.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1891.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($s));
  1892.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1893.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1894.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1895.         ], [
  1896.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1897.             'webpack_encore.tag_renderer' => '?',
  1898.         ])));
  1899.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1900.         $instance->addExtension(new \Crea\Bundle\GridBundle\Grid\Twig\GridRendererExtension(($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'] ?? $this->getGridRendererService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())));
  1901.         $instance->addExtension(new \Croisiland\Bundle\SearchBundle\Twig\Extension\PimApiExtension(($this->privates['croisiland_search.pim_api_token_storage'] ?? $this->getCroisilandSearch_PimApiTokenStorageService()), ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] ?? ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] = new \Croisiland\Bundle\SearchBundle\Api\UrlProvider($this->getEnv('string:resolve:CMS_URL').'/api'$this->getEnv('string:resolve:CMS_IP').'/api')))));
  1902.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1903.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1904.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1905.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1906.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1907.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1908.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1909.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  1910.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1911.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1912.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h$f$b$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1913.         $instance->addExtension(new \Crea\ToolsBundle\Twig\ToolsTwigExtension($t, ($this->privates['Crea\\ToolsBundle\\Helper\\DateTimeHelper'] ?? ($this->privates['Crea\\ToolsBundle\\Helper\\DateTimeHelper'] = new \Crea\ToolsBundle\Helper\DateTimeHelper()))));
  1914.         $instance->addExtension(new \Crea\DatatableBundle\Twig\DataTablesExtension(($this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'] ?? $this->getDatatableSecurityService()), $h, ($this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'] ?? $this->getDatatableSelectionHandlerService()), $e$b));
  1915.         $instance->addExtension(new \Crea\SecurityBundle\Twig\SecurityTwigExtension($q$p$t));
  1916.         $instance->addExtension(new \Crea\AdminBundle\Twig\AdminTwigExtension(new \App\Menu\MenuProvider(new RewindableGenerator(function () {
  1917.             yield => ($this->privates['App\\Menu\\Section\\AccountingAdminMenuSection'] ?? $this->load('getAccountingAdminMenuSectionService'));
  1918.             yield => ($this->privates['App\\Menu\\Section\\AccountingMenuSection'] ?? $this->load('getAccountingMenuSectionService'));
  1919.             yield => ($this->privates['App\\Menu\\Section\\AdminMarketingMenuSection'] ?? $this->load('getAdminMarketingMenuSectionService'));
  1920.             yield => ($this->privates['App\\Menu\\Section\\AdminSaleBookingMenuSection'] ?? $this->load('getAdminSaleBookingMenuSectionService'));
  1921.             yield => ($this->privates['App\\Menu\\Section\\AdvAdminMenuSection'] ?? $this->load('getAdvAdminMenuSectionService'));
  1922.             yield => ($this->privates['App\\Menu\\Section\\AdvAutomationMenuSection'] ?? $this->load('getAdvAutomationMenuSectionService'));
  1923.             yield => ($this->privates['App\\Menu\\Section\\AdvMenuSection'] ?? $this->load('getAdvMenuSectionService'));
  1924.             yield => ($this->privates['App\\Menu\\Section\\BookingMenuSection'] ?? $this->load('getBookingMenuSectionService'));
  1925.             yield => ($this->privates['App\\Menu\\Section\\ContactMenuSection'] ?? $this->load('getContactMenuSectionService'));
  1926.             yield => ($this->privates['App\\Menu\\Section\\DashboardMenuSection'] ?? $this->load('getDashboardMenuSectionService'));
  1927.             yield 10 => ($this->privates['App\\Menu\\Section\\DataAdminMenuSection'] ?? $this->load('getDataAdminMenuSectionService'));
  1928.             yield 11 => ($this->privates['App\\Menu\\Section\\MarketingMenuSection'] ?? $this->load('getMarketingMenuSectionService'));
  1929.             yield 12 => ($this->privates['App\\Menu\\Section\\MigrationMenuSection'] ?? $this->load('getMigrationMenuSectionService'));
  1930.             yield 13 => ($this->privates['App\\Menu\\Section\\PartnerMenuSection'] ?? $this->load('getPartnerMenuSectionService'));
  1931.             yield 14 => ($this->privates['App\\Menu\\Section\\ProspectRequestMenuSection'] ?? $this->load('getProspectRequestMenuSectionService'));
  1932.             yield 15 => ($this->privates['App\\Menu\\Section\\QuoteMenuSection'] ?? $this->load('getQuoteMenuSectionService'));
  1933.             yield 16 => ($this->privates['App\\Menu\\Section\\SellingRecapMenuSection'] ?? $this->load('getSellingRecapMenuSectionService'));
  1934.             yield 17 => ($this->privates['App\\Menu\\Section\\TurnoverMenuSection'] ?? $this->load('getTurnoverMenuSectionService'));
  1935.             yield 18 => ($this->privates['App\\Menu\\Section\\WebServicesMenuSection'] ?? $this->load('getWebServicesMenuSectionService'));
  1936.         }, 19), new \Crea\SecurityBundle\Twig\SecurityMenuProvider($e$h$b), new \Crea\ParameterBundle\Twig\ParameterMenuProvider($e$h$b$u), new \Crea\EventBundle\Twig\EventMenuProvider($e$h$b$v)), $q, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))))));
  1937.         $instance->addExtension(new \Crea\DocumentationBundle\Twig\DocumentationTwigExtension(($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationAccessHelper'] ?? $this->getDocumentationAccessHelperService()), ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] ?? ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationChapterHelper())), ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationSearchHelper'] ?? $this->getDocumentationSearchHelperService()), $t$j));
  1938.         $instance->addExtension(new \Crea\ProcessBundle\Twig\ProcessTwigExtension(($this->privates['process.step.extractor'] ?? ($this->privates['process.step.extractor'] = new \Crea\ProcessBundle\ProcessStep\ProcessStepExtractor())), ($this->privates['process.renderer'] ?? $this->getProcess_RendererService()), ($this->privates['process.step.validator'] ?? $this->getProcess_Step_ValidatorService())));
  1939.         $instance->addExtension(new \Crea\ParameterBundle\Twig\ParameterTwigExtension($u$r));
  1940.         $instance->addExtension(new \Crea\EventBundle\Twig\EventTwigExtension($v, ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] ?? ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] = new \Crea\EventBundle\Helper\EventCategoryHelper())), ($this->privates['Crea\\EventBundle\\Helper\\EventSearchHelper'] ?? $this->getEventSearchHelperService()), $t$j, ($this->privates['Crea\\EventBundle\\Repository\\EventTypeRepository'] ?? $this->getEventTypeRepositoryService()), ($this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'] ?? $this->getEventLogRepositoryService())));
  1941.         $instance->addExtension(new \Crea\HRBundle\Twig\PlanningTwigExtension(($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'] ?? $this->getPlanningHelperService())));
  1942.         $instance->addGlobal('app'$w);
  1943.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1944.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1945.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1946.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1947.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1948.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1949.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1950.         ], [
  1951.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1952.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1953.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1954.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1955.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1956.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1957.         ])));
  1958.         $instance->addGlobal('fees_by_default''15.00');
  1959.         $instance->addGlobal('cms_url'$this->getEnv('string:CMS_URL'));
  1960.         $instance->addGlobal('cms_ip'$this->getEnv('string:CMS_IP'));
  1961.         $instance->addGlobal('MEDIA_URI'$this->getEnv('string:MEDIA_URI'));
  1962.         $instance->addGlobal('cms_quote_url'$this->getEnv('string:CMS_QUOTE_URL'));
  1963.         $instance->addGlobal('cms_booking_complete_url'$this->getEnv('string:CMS_BOOKING_COMPLETE_URL'));
  1964.         $instance->addGlobal('erp_url'$this->getEnv('string:ERP_URL'));
  1965.         $instance->registerUndefinedFilterCallback([=> $x=> 'suggestFilter']);
  1966.         $instance->registerUndefinedFunctionCallback([=> $x=> 'suggestFunction']);
  1967.         $instance->registerUndefinedTokenParserCallback([=> $x=> 'suggestTag']);
  1968.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days''Europe/Paris'2'.'' '))->configure($instance);
  1969.         return $instance;
  1970.     }
  1971.     /**
  1972.      * Gets the public '.container.private.validator' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1975.      */
  1976.     protected function get_Container_Private_ValidatorService()
  1977.     {
  1978.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1979.         if (isset($this->services['.container.private.validator'])) {
  1980.             return $this->services['.container.private.validator'];
  1981.         }
  1982.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1983.     }
  1984.     /**
  1985.      * Gets the public 'Croisiland\Bundle\SearchBundle\Api\ApiClientInterface' shared service.
  1986.      *
  1987.      * @return \Croisiland\Bundle\SearchBundle\Api\ApiClient
  1988.      */
  1989.     protected function getApiClientInterfaceService()
  1990.     {
  1991.         $this->services['Croisiland\\Bundle\\SearchBundle\\Api\\ApiClientInterface'] = $instance = new \Croisiland\Bundle\SearchBundle\Api\ApiClient(($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] ?? ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] = new \Croisiland\Bundle\SearchBundle\Api\UrlProvider($this->getEnv('string:resolve:CMS_URL').'/api'$this->getEnv('string:resolve:CMS_IP').'/api'))));
  1992.         $a = ($this->privates['croisiland_search.pim_api_token_storage'] ?? $this->getCroisilandSearch_PimApiTokenStorageService());
  1993.         $instance->addEntryPoint('cruise', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruises/{id}', ['authorization' => true], $a));
  1994.         $instance->addEntryPoint('cruise_cabin_category_types', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruises/{id}/cabin-category-types', ['authorization' => true], $a));
  1995.         $instance->addEntryPoint('cruise_included_group', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruises/{id}/included-group', ['authorization' => true], $a));
  1996.         $instance->addEntryPoint('cruise_by_oldcrmid', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruise-by-oldcrmid/{oldcrmid}', ['authorization' => true], $a));
  1997.         $instance->addEntryPoint('cruise_details', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruise/details', ['authorization' => true], $a));
  1998.         $instance->addEntryPoint('cruise_details_by_code', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruise/pimid-by-code', ['authorization' => true], $a));
  1999.         $instance->addEntryPoint('price_cruise_cabin_category', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/price/{cruiseId}/{cabinCategoryId}', ['authorization' => true], $a));
  2000.         $instance->addEntryPoint('price_fare_code_by_company', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/price/fare-code-by-company', ['authorization' => true], $a));
  2001.         $instance->addEntryPoint('atmosphere_by_company', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/atmosphere-by-company', ['authorization' => true], $a));
  2002.         $instance->addEntryPoint('formality', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/formality/{id}', ['authorization' => true], $a));
  2003.         $instance->addEntryPoint('cabinCategory', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cabin-categories/{id}', ['authorization' => true], $a));
  2004.         $instance->addEntryPoint('cabin_category_by_old_crm_id', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cabin-categories/get-one-by-old-crm-id/{id}', ['authorization' => true], $a));
  2005.         $instance->addEntryPoint('cabin_category_services', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cabin-categories/{id}/services', ['authorization' => true], $a));
  2006.         $instance->addEntryPoint('cabin_category_by_ship_and_code', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cabin-categories/get-one-by-ship-and-code', ['authorization' => true], $a));
  2007.         $instance->addEntryPoint('cabin_category_type_by_ship_and_code', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cabin-categories/get-type-by-ship-and-code', ['authorization' => true], $a));
  2008.         $instance->addEntryPoint('balance_before_departure_edit', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/balance-before-departure/edit', ['authorization' => true], $a));
  2009.         $instance->addEntryPoint('balance_before_departure_delete', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/balance-before-departure/delete', ['authorization' => true], $a));
  2010.         $instance->addEntryPoint('partner', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/partners/{id}', ['authorization' => true], $a));
  2011.         $instance->addEntryPoint('partner_edit_unique_identifier', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/partner/edit-unique-identifier', ['authorization' => true], $a));
  2012.         $instance->addEntryPoint('partner_add_webspace', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/partner/add-webspace', ['authorization' => true], $a));
  2013.         $instance->addEntryPoint('partner_diff', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/partner/diff', ['authorization' => true], $a));
  2014.         $instance->addEntryPoint('partner_company_discount_diff', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/partner-company-discount/diff', ['authorization' => true], $a));
  2015.         $instance->addEntryPoint('partner_set_webspace', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/partner/set-webspace', ['authorization' => true], $a));
  2016.         $instance->addEntryPoint('stock_is_available', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/croisiland-offers/stocks/{id}/is-available', ['authorization' => true], $a));
  2017.         $instance->addEntryPoint('stock_add_quoted_cabin', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/croisiland-offers/stocks/{id}/add-quoted-cabin', ['authorization' => true], $a));
  2018.         $instance->addEntryPoint('stock_remove_quoted_cabin', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/croisiland-offers/stocks/{id}/remove-quoted-cabin', ['authorization' => true], $a));
  2019.         $instance->addEntryPoint('stock_add_booked_cabin', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/croisiland-offers/stocks/{id}/add-booked-cabin', ['authorization' => true], $a));
  2020.         $instance->addEntryPoint('destination_get_all', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/destination/get-all', ['authorization' => true], $a));
  2021.         $instance->addEntryPoint('cabin_categories_get_all', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cabin-categories/get-all', ['authorization' => true], $a));
  2022.         $instance->addEntryPoint('itineraries_synchronization_list', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/itineraries/erp-synchronization/', ['authorization' => true], $a));
  2023.         $instance->addEntryPoint('itineraries_synchronization_item', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/itineraries/erp-synchronization/{id}', ['authorization' => true], $a));
  2024.         $instance->addEntryPoint('itineraries_synchronization_valid_sync', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/itineraries/erp-synchronization/{id}/valid-sync', ['authorization' => true], $a));
  2025.         $instance->addEntryPoint('cruises_itineraries_synchronization_list', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruises-itineraries/erp-synchronization/', ['authorization' => true], $a));
  2026.         $instance->addEntryPoint('cruises_itineraries_synchronization_item', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruises-itineraries/erp-synchronization/{id}', ['authorization' => true], $a));
  2027.         $instance->addEntryPoint('cruises_itineraries_synchronization_valid_sync', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruises-itineraries/erp-synchronization/{id}/valid-sync', ['authorization' => true], $a));
  2028.         $instance->addEntryPoint('login', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint\LoginEntryPoint($instance'/login', ['authorization' => true], $a));
  2029.         $instance->addEntryPoint('cruises', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance'/cruises', ['authorization' => true], $a));
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the public 'Croisiland\Bundle\SearchBundle\Api\UrlProviderInterface' shared service.
  2034.      *
  2035.      * @return \Croisiland\Bundle\SearchBundle\Api\UrlProvider
  2036.      */
  2037.     protected function getUrlProviderInterfaceService()
  2038.     {
  2039.         return $this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] = new \Croisiland\Bundle\SearchBundle\Api\UrlProvider($this->getEnv('string:resolve:CMS_URL').'/api'$this->getEnv('string:resolve:CMS_IP').'/api');
  2040.     }
  2041.     /**
  2042.      * Gets the public 'cache.app' shared service.
  2043.      *
  2044.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2045.      */
  2046.     protected function getCache_AppService()
  2047.     {
  2048.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Vt7LKAz9yF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2049.     }
  2050.     /**
  2051.      * Gets the public 'cache.system' shared service.
  2052.      *
  2053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2054.      */
  2055.     protected function getCache_SystemService()
  2056.     {
  2057.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kPHaJ91Kpl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2058.     }
  2059.     /**
  2060.      * Gets the public 'cache.validator_expression_language' shared service.
  2061.      *
  2062.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2063.      */
  2064.     protected function getCache_ValidatorExpressionLanguageService()
  2065.     {
  2066.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8QNWbSPo74'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2067.     }
  2068.     /**
  2069.      * Gets the public 'data_collector.dump' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2072.      */
  2073.     protected function getDataCollector_DumpService()
  2074.     {
  2075.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($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'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2076.     }
  2077.     /**
  2078.      * Gets the public 'doctrine' shared service.
  2079.      *
  2080.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2081.      */
  2082.     protected function getDoctrineService()
  2083.     {
  2084.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2085.     }
  2086.     /**
  2087.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2088.      *
  2089.      * @return \Doctrine\DBAL\Connection
  2090.      */
  2091.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2092.     {
  2093.         $a = new \Doctrine\DBAL\Configuration();
  2094.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2095.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2096.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2098.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2099.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  2100.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2101.             'App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber' => ['privates''App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber''getQuoteChangedSubscriberService'true],
  2102.             'App\\EventSubscriber\\ClubCardChangedSubscriber' => ['privates''App\\EventSubscriber\\ClubCardChangedSubscriber''getClubCardChangedSubscriberService'true],
  2103.             'App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber' => ['privates''App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber''getMigrationCsvEntityEventSubscriberService'true],
  2104.             'App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber' => ['privates''App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber''getMigrationErpEntityEventSubscriberService'true],
  2105.             'Crea\\SecurityBundle\\EventListener\\PasswordListener' => ['privates''Crea\\SecurityBundle\\EventListener\\PasswordListener''getPasswordListenerService'true],
  2106.             'Crea\\SecurityBundle\\EventListener\\ProfileListener' => ['privates''Crea\\SecurityBundle\\EventListener\\ProfileListener''getProfileListenerService'true],
  2107.             'Crea\\SecurityBundle\\EventListener\\ProfileRightListener' => ['privates''Crea\\SecurityBundle\\EventListener\\ProfileRightListener''getProfileRightListenerService'true],
  2108.             'Crea\\SecurityBundle\\EventListener\\UserGroupListener' => ['privates''Crea\\SecurityBundle\\EventListener\\UserGroupListener''getUserGroupListenerService'true],
  2109.             'Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber' => ['privates''Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber''getLifecycleSubscriberService'true],
  2110.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2111.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2112.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2113.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2114.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  2115.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2116.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'true],
  2117.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  2118.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  2119.             'vich_uploader.listener.clean.documents' => ['privates''vich_uploader.listener.clean.documents''getVichUploader_Listener_Clean_DocumentsService'true],
  2120.             'vich_uploader.listener.remove.documents' => ['privates''vich_uploader.listener.remove.documents''getVichUploader_Listener_Remove_DocumentsService'true],
  2121.             'vich_uploader.listener.upload.documents' => ['privates''vich_uploader.listener.upload.documents''getVichUploader_Listener_Upload_DocumentsService'true],
  2122.         ], [
  2123.             'App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber' => '?',
  2124.             'App\\EventSubscriber\\ClubCardChangedSubscriber' => '?',
  2125.             'App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber' => '?',
  2126.             'App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber' => '?',
  2127.             'Crea\\SecurityBundle\\EventListener\\PasswordListener' => '?',
  2128.             'Crea\\SecurityBundle\\EventListener\\ProfileListener' => '?',
  2129.             'Crea\\SecurityBundle\\EventListener\\ProfileRightListener' => '?',
  2130.             'Crea\\SecurityBundle\\EventListener\\UserGroupListener' => '?',
  2131.             'Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber' => '?',
  2132.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2133.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2134.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2135.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2136.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  2137.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2138.             'gedmo.listener.timestampable' => '?',
  2139.             'stof_doctrine_extensions.listener.sluggable' => '?',
  2140.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2141.             'vich_uploader.listener.clean.documents' => '?',
  2142.             'vich_uploader.listener.remove.documents' => '?',
  2143.             'vich_uploader.listener.upload.documents' => '?',
  2144.         ]), [=> 'vich_uploader.listener.clean.documents'=> 'App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber'=> 'App\\EventSubscriber\\ClubCardChangedSubscriber'=> 'App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber'=> 'App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber'=> 'gedmo.listener.timestampable'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.resolve_target_entity'=> 'doctrine.orm.listeners.resolve_target_entity'=> 'doctrine.orm.listeners.resolve_target_entity'10 => 'doctrine.orm.listeners.resolve_target_entity'11 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'12 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'13 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'14 => 'vich_uploader.listener.remove.documents'15 => 'vich_uploader.listener.upload.documents'16 => 'stof_doctrine_extensions.listener.sluggable'17 => 'stof_doctrine_extensions.listener.timestampable'18 => 'Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber'19 => 'Crea\\SecurityBundle\\EventListener\\PasswordListener'20 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 21 => [=> [=> 'prePersist'], => 'Crea\\SecurityBundle\\EventListener\\ProfileListener'], 22 => [=> [=> 'preUpdate'], => 'Crea\\SecurityBundle\\EventListener\\ProfileRightListener'], 23 => [=> [=> 'prePersist'], => 'Crea\\SecurityBundle\\EventListener\\UserGroupListener']]), ['enum' => 'string']);
  2145.     }
  2146.     /**
  2147.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  2148.      *
  2149.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2150.      */
  2151.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2152.     {
  2153.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2154.             'App\\EntityListener\\Cruise\\Formality\\FormalityListener' => ['privates''App\\EntityListener\\Cruise\\Formality\\FormalityListener''getFormalityListenerService'true],
  2155.             'App\\EntityListener\\__Sale\\ProspectRequestListener' => ['privates''App\\EntityListener\\__Sale\\ProspectRequestListener''getProspectRequestListenerService'true],
  2156.         ], [
  2157.             'App\\EntityListener\\Cruise\\Formality\\FormalityListener' => '?',
  2158.             'App\\EntityListener\\__Sale\\ProspectRequestListener' => '?',
  2159.         ]));
  2160.         $instance->registerService('App\\EntityListener\\Cruise\\Formality\\FormalityListener''App\\EntityListener\\Cruise\\Formality\\FormalityListener');
  2161.         $instance->registerService('App\\EntityListener\\__Sale\\ProspectRequestListener''App\\EntityListener\\__Sale\\ProspectRequestListener');
  2162.         return $instance;
  2163.     }
  2164.     /**
  2165.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2166.      *
  2167.      * @return \Doctrine\ORM\EntityManager
  2168.      */
  2169.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2170.     {
  2171.         if ($lazyLoad) {
  2172.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2173.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2174.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  2175.                     $proxy->setProxyInitializer(null);
  2176.                     return true;
  2177.                 });
  2178.             });
  2179.         }
  2180.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  2194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2196.         $a = new \Doctrine\ORM\Configuration();
  2197.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2198.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  2199.         $b->addDriver($c'App\\Entity');
  2200.         $b->addDriver($c'App\\Migration\\Entity');
  2201.         $b->addDriver($c'App\\Mailjet\\Entity');
  2202.         $b->addDriver($c'Cron\\CronBundle\\Entity');
  2203.         $b->addDriver($c'Crea\\FloaBundle\\Entity');
  2204.         $b->addDriver($c'Crea\\ToolsBundle\\Entity');
  2205.         $b->addDriver($c'Crea\\SecurityBundle\\Entity');
  2206.         $b->addDriver($c'Crea\\DocumentationBundle\\Entity');
  2207.         $b->addDriver($c'Crea\\ProcessBundle\\Entity');
  2208.         $b->addDriver($c'Crea\\ParameterBundle\\Entity');
  2209.         $b->addDriver($c'Crea\\EventBundle\\Entity');
  2210.         $b->addDriver($c'Crea\\HRBundle\\Entity');
  2211.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  2212.         $a->setEntityNamespaces(['App' => 'App\\Entity''Migration' => 'App\\Migration\\Entity''Mailjet' => 'App\\Mailjet\\Entity''CronCronBundle' => 'Cron\\CronBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''CreaFloaBundle' => 'Crea\\FloaBundle\\Entity''CreaToolsBundle' => 'Crea\\ToolsBundle\\Entity''CreaSecurityBundle' => 'Crea\\SecurityBundle\\Entity''CreaDocumentationBundle' => 'Crea\\DocumentationBundle\\Entity''CreaProcessBundle' => 'Crea\\ProcessBundle\\Entity''CreaParameterBundle' => 'Crea\\ParameterBundle\\Entity''CreaEventBundle' => 'Crea\\EventBundle\\Entity''CreaHRBundle' => 'Crea\\HRBundle\\Entity']);
  2213.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2214.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2215.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2216.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2217.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2218.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2219.         ], [
  2220.             'doctrine.ulid_generator' => '?',
  2221.             'doctrine.uuid_generator' => '?',
  2222.         ])));
  2223.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2224.         $a->setProxyNamespace('Proxies');
  2225.         $a->setAutoGenerateProxyClasses(true);
  2226.         $a->setSchemaIgnoreClasses([]);
  2227.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2228.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2229.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2230.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2231.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  2232.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2233.             'App\\Mailjet\\Repository\\MailjetCampaignRepository' => ['privates''App\\Mailjet\\Repository\\MailjetCampaignRepository''getMailjetCampaignRepositoryService'true],
  2234.             'App\\Mailjet\\Repository\\MailjetCampaignTypeRepository' => ['privates''App\\Mailjet\\Repository\\MailjetCampaignTypeRepository''getMailjetCampaignTypeRepositoryService'true],
  2235.             'App\\Mailjet\\Repository\\MailjetOperationRepository' => ['privates''App\\Mailjet\\Repository\\MailjetOperationRepository''getMailjetOperationRepositoryService'true],
  2236.             'App\\Mailjet\\Repository\\MailjetStatisticRepository' => ['privates''App\\Mailjet\\Repository\\MailjetStatisticRepository''getMailjetStatisticRepositoryService'true],
  2237.             'App\\Migration\\Repository\\CorrAtmosphereRepository' => ['privates''App\\Migration\\Repository\\CorrAtmosphereRepository''getCorrAtmosphereRepositoryService'true],
  2238.             'App\\Migration\\Repository\\CorrCabinCategoryRepository' => ['privates''App\\Migration\\Repository\\CorrCabinCategoryRepository''getCorrCabinCategoryRepositoryService'true],
  2239.             'App\\Migration\\Repository\\CsvBookingAmountRepository' => ['privates''App\\Migration\\Repository\\CsvBookingAmountRepository''getCsvBookingAmountRepositoryService'true],
  2240.             'App\\Migration\\Repository\\CsvBookingCabinCategoryHistoryRepository' => ['privates''App\\Migration\\Repository\\CsvBookingCabinCategoryHistoryRepository''getCsvBookingCabinCategoryHistoryRepositoryService'true],
  2241.             'App\\Migration\\Repository\\CsvBookingCruiseHistoryRepository' => ['privates''App\\Migration\\Repository\\CsvBookingCruiseHistoryRepository''getCsvBookingCruiseHistoryRepositoryService'true],
  2242.             'App\\Migration\\Repository\\CsvBookingPassengerRepository' => ['privates''App\\Migration\\Repository\\CsvBookingPassengerRepository''getCsvBookingPassengerRepositoryService'true],
  2243.             'App\\Migration\\Repository\\CsvBookingRepository' => ['privates''App\\Migration\\Repository\\CsvBookingRepository''getCsvBookingRepositoryService'true],
  2244.             'App\\Migration\\Repository\\CsvContactRepository' => ['privates''App\\Migration\\Repository\\CsvContactRepository''getCsvContactRepositoryService'true],
  2245.             'App\\Migration\\Repository\\CsvContractRepository' => ['privates''App\\Migration\\Repository\\CsvContractRepository''getCsvContractRepositoryService'true],
  2246.             'App\\Migration\\Repository\\CsvInvoiceLineCabinRepository' => ['privates''App\\Migration\\Repository\\CsvInvoiceLineCabinRepository''getCsvInvoiceLineCabinRepositoryService'true],
  2247.             'App\\Migration\\Repository\\CsvInvoiceLineDiscountRepository' => ['privates''App\\Migration\\Repository\\CsvInvoiceLineDiscountRepository''getCsvInvoiceLineDiscountRepositoryService'true],
  2248.             'App\\Migration\\Repository\\CsvInvoiceLineInsuranceRepository' => ['privates''App\\Migration\\Repository\\CsvInvoiceLineInsuranceRepository''getCsvInvoiceLineInsuranceRepositoryService'true],
  2249.             'App\\Migration\\Repository\\CsvInvoiceLineServiceRepository' => ['privates''App\\Migration\\Repository\\CsvInvoiceLineServiceRepository''getCsvInvoiceLineServiceRepositoryService'true],
  2250.             'App\\Migration\\Repository\\CsvInvoiceRepository' => ['privates''App\\Migration\\Repository\\CsvInvoiceRepository''getCsvInvoiceRepositoryService'true],
  2251.             'App\\Migration\\Repository\\CsvNewsletterRepository' => ['privates''App\\Migration\\Repository\\CsvNewsletterRepository''getCsvNewsletterRepositoryService'true],
  2252.             'App\\Migration\\Repository\\CsvPartnerByContactHistoryRepository' => ['privates''App\\Migration\\Repository\\CsvPartnerByContactHistoryRepository''getCsvPartnerByContactHistoryRepositoryService'true],
  2253.             'App\\Migration\\Repository\\CsvPartnerByContactRepository' => ['privates''App\\Migration\\Repository\\CsvPartnerByContactRepository''getCsvPartnerByContactRepositoryService'true],
  2254.             'App\\Migration\\Repository\\CsvPartnerFollowUpRepository' => ['privates''App\\Migration\\Repository\\CsvPartnerFollowUpRepository''getCsvPartnerFollowUpRepositoryService'true],
  2255.             'App\\Migration\\Repository\\CsvPartnerRepository' => ['privates''App\\Migration\\Repository\\CsvPartnerRepository''getCsvPartnerRepositoryService'true],
  2256.             'App\\Migration\\Repository\\CsvPaymentRepository' => ['privates''App\\Migration\\Repository\\CsvPaymentRepository''getCsvPaymentRepositoryService'true],
  2257.             'App\\Migration\\Repository\\CsvProspectRequestCabinCategoryHistoryRepository' => ['privates''App\\Migration\\Repository\\CsvProspectRequestCabinCategoryHistoryRepository''getCsvProspectRequestCabinCategoryHistoryRepositoryService'true],
  2258.             'App\\Migration\\Repository\\CsvProspectRequestCruiseHistoryRepository' => ['privates''App\\Migration\\Repository\\CsvProspectRequestCruiseHistoryRepository''getCsvProspectRequestCruiseHistoryRepositoryService'true],
  2259.             'App\\Migration\\Repository\\CsvProspectRequestRepository' => ['privates''App\\Migration\\Repository\\CsvProspectRequestRepository''getCsvProspectRequestRepositoryService'true],
  2260.             'App\\Migration\\Repository\\CsvQuoteCabinCategoryHistoryRepository' => ['privates''App\\Migration\\Repository\\CsvQuoteCabinCategoryHistoryRepository''getCsvQuoteCabinCategoryHistoryRepositoryService'true],
  2261.             'App\\Migration\\Repository\\CsvQuoteCruiseHistoryRepository' => ['privates''App\\Migration\\Repository\\CsvQuoteCruiseHistoryRepository''getCsvQuoteCruiseHistoryRepositoryService'true],
  2262.             'App\\Migration\\Repository\\CsvQuoteLineCabinRepository' => ['privates''App\\Migration\\Repository\\CsvQuoteLineCabinRepository''getCsvQuoteLineCabinRepositoryService'true],
  2263.             'App\\Migration\\Repository\\CsvQuoteLineDiscountRepository' => ['privates''App\\Migration\\Repository\\CsvQuoteLineDiscountRepository''getCsvQuoteLineDiscountRepositoryService'true],
  2264.             'App\\Migration\\Repository\\CsvQuoteLineInsuranceRepository' => ['privates''App\\Migration\\Repository\\CsvQuoteLineInsuranceRepository''getCsvQuoteLineInsuranceRepositoryService'true],
  2265.             'App\\Migration\\Repository\\CsvQuoteLineServiceRepository' => ['privates''App\\Migration\\Repository\\CsvQuoteLineServiceRepository''getCsvQuoteLineServiceRepositoryService'true],
  2266.             'App\\Migration\\Repository\\CsvQuotePassengerRepository' => ['privates''App\\Migration\\Repository\\CsvQuotePassengerRepository''getCsvQuotePassengerRepositoryService'true],
  2267.             'App\\Migration\\Repository\\CsvQuoteRepository' => ['privates''App\\Migration\\Repository\\CsvQuoteRepository''getCsvQuoteRepositoryService'true],
  2268.             'App\\Migration\\Repository\\CsvSupplierPaymentRepository' => ['privates''App\\Migration\\Repository\\CsvSupplierPaymentRepository''getCsvSupplierPaymentRepositoryService'true],
  2269.             'App\\Migration\\Repository\\CsvSupplierRepository' => ['privates''App\\Migration\\Repository\\CsvSupplierRepository''getCsvSupplierRepositoryService'true],
  2270.             'App\\Migration\\Repository\\CsvUserRepository' => ['privates''App\\Migration\\Repository\\CsvUserRepository''getCsvUserRepositoryService'true],
  2271.             'App\\Migration\\Repository\\HistoryCorrBookingCabinCategoryRepository' => ['privates''App\\Migration\\Repository\\HistoryCorrBookingCabinCategoryRepository''getHistoryCorrBookingCabinCategoryRepositoryService'true],
  2272.             'App\\Migration\\Repository\\HistoryCorrBookingCruiseRepository' => ['privates''App\\Migration\\Repository\\HistoryCorrBookingCruiseRepository''getHistoryCorrBookingCruiseRepositoryService'true],
  2273.             'App\\Migration\\Repository\\HistoryCorrProspectRequestCabinCategoryRepository' => ['privates''App\\Migration\\Repository\\HistoryCorrProspectRequestCabinCategoryRepository''getHistoryCorrProspectRequestCabinCategoryRepositoryService'true],
  2274.             'App\\Migration\\Repository\\HistoryCorrProspectRequestCruiseRepository' => ['privates''App\\Migration\\Repository\\HistoryCorrProspectRequestCruiseRepository''getHistoryCorrProspectRequestCruiseRepositoryService'true],
  2275.             'App\\Migration\\Repository\\HistoryCorrQuoteCabinCategoryRepository' => ['privates''App\\Migration\\Repository\\HistoryCorrQuoteCabinCategoryRepository''getHistoryCorrQuoteCabinCategoryRepositoryService'true],
  2276.             'App\\Migration\\Repository\\HistoryCorrQuoteCruiseRepository' => ['privates''App\\Migration\\Repository\\HistoryCorrQuoteCruiseRepository''getHistoryCorrQuoteCruiseRepositoryService'true],
  2277.             'App\\Migration\\Repository\\LoadCorrBookingPassengerRepository' => ['privates''App\\Migration\\Repository\\LoadCorrBookingPassengerRepository''getLoadCorrBookingPassengerRepositoryService'true],
  2278.             'App\\Migration\\Repository\\LoadCorrBookingRepository' => ['privates''App\\Migration\\Repository\\LoadCorrBookingRepository''getLoadCorrBookingRepositoryService'false],
  2279.             'App\\Migration\\Repository\\LoadCorrContactRepository' => ['privates''App\\Migration\\Repository\\LoadCorrContactRepository''getLoadCorrContactRepositoryService'true],
  2280.             'App\\Migration\\Repository\\LoadCorrContractRepository' => ['privates''App\\Migration\\Repository\\LoadCorrContractRepository''getLoadCorrContractRepositoryService'true],
  2281.             'App\\Migration\\Repository\\LoadCorrInvoiceLineApplicationFeeRepository' => ['privates''App\\Migration\\Repository\\LoadCorrInvoiceLineApplicationFeeRepository''getLoadCorrInvoiceLineApplicationFeeRepositoryService'true],
  2282.             'App\\Migration\\Repository\\LoadCorrInvoiceLineCabinRepository' => ['privates''App\\Migration\\Repository\\LoadCorrInvoiceLineCabinRepository''getLoadCorrInvoiceLineCabinRepositoryService'true],
  2283.             'App\\Migration\\Repository\\LoadCorrInvoiceLineDiscountRepository' => ['privates''App\\Migration\\Repository\\LoadCorrInvoiceLineDiscountRepository''getLoadCorrInvoiceLineDiscountRepositoryService'true],
  2284.             'App\\Migration\\Repository\\LoadCorrInvoiceLineInsuranceRepository' => ['privates''App\\Migration\\Repository\\LoadCorrInvoiceLineInsuranceRepository''getLoadCorrInvoiceLineInsuranceRepositoryService'true],
  2285.             'App\\Migration\\Repository\\LoadCorrInvoiceLineServiceRepository' => ['privates''App\\Migration\\Repository\\LoadCorrInvoiceLineServiceRepository''getLoadCorrInvoiceLineServiceRepositoryService'true],
  2286.             'App\\Migration\\Repository\\LoadCorrInvoiceRepository' => ['privates''App\\Migration\\Repository\\LoadCorrInvoiceRepository''getLoadCorrInvoiceRepositoryService'true],
  2287.             'App\\Migration\\Repository\\LoadCorrPartnerByContactHistoryRepository' => ['privates''App\\Migration\\Repository\\LoadCorrPartnerByContactHistoryRepository''getLoadCorrPartnerByContactHistoryRepositoryService'true],
  2288.             'App\\Migration\\Repository\\LoadCorrPartnerByContactRepository' => ['privates''App\\Migration\\Repository\\LoadCorrPartnerByContactRepository''getLoadCorrPartnerByContactRepositoryService'true],
  2289.             'App\\Migration\\Repository\\LoadCorrPartnerFollowUpRepository' => ['privates''App\\Migration\\Repository\\LoadCorrPartnerFollowUpRepository''getLoadCorrPartnerFollowUpRepositoryService'true],
  2290.             'App\\Migration\\Repository\\LoadCorrPaymentRepository' => ['privates''App\\Migration\\Repository\\LoadCorrPaymentRepository''getLoadCorrPaymentRepositoryService'true],
  2291.             'App\\Migration\\Repository\\LoadCorrProspectRequestRepository' => ['privates''App\\Migration\\Repository\\LoadCorrProspectRequestRepository''getLoadCorrProspectRequestRepositoryService'true],
  2292.             'App\\Migration\\Repository\\LoadCorrQuoteLineApplicationFeeRepository' => ['privates''App\\Migration\\Repository\\LoadCorrQuoteLineApplicationFeeRepository''getLoadCorrQuoteLineApplicationFeeRepositoryService'true],
  2293.             'App\\Migration\\Repository\\LoadCorrQuoteLineCabinRepository' => ['privates''App\\Migration\\Repository\\LoadCorrQuoteLineCabinRepository''getLoadCorrQuoteLineCabinRepositoryService'true],
  2294.             'App\\Migration\\Repository\\LoadCorrQuoteLineDiscountRepository' => ['privates''App\\Migration\\Repository\\LoadCorrQuoteLineDiscountRepository''getLoadCorrQuoteLineDiscountRepositoryService'true],
  2295.             'App\\Migration\\Repository\\LoadCorrQuoteLineInsuranceRepository' => ['privates''App\\Migration\\Repository\\LoadCorrQuoteLineInsuranceRepository''getLoadCorrQuoteLineInsuranceRepositoryService'true],
  2296.             'App\\Migration\\Repository\\LoadCorrQuoteLineServiceRepository' => ['privates''App\\Migration\\Repository\\LoadCorrQuoteLineServiceRepository''getLoadCorrQuoteLineServiceRepositoryService'true],
  2297.             'App\\Migration\\Repository\\LoadCorrQuotePassengerRepository' => ['privates''App\\Migration\\Repository\\LoadCorrQuotePassengerRepository''getLoadCorrQuotePassengerRepositoryService'true],
  2298.             'App\\Migration\\Repository\\LoadCorrQuoteRepository' => ['privates''App\\Migration\\Repository\\LoadCorrQuoteRepository''getLoadCorrQuoteRepositoryService'true],
  2299.             'App\\Migration\\Repository\\LoadCorrSupplierPaymentRepository' => ['privates''App\\Migration\\Repository\\LoadCorrSupplierPaymentRepository''getLoadCorrSupplierPaymentRepositoryService'true],
  2300.             'App\\Migration\\Repository\\LoadCorrUserRepository' => ['privates''App\\Migration\\Repository\\LoadCorrUserRepository''getLoadCorrUserRepositoryService'true],
  2301.             'App\\Migration\\Repository\\MappingCorInvoiceLineDiscountRepository' => ['privates''App\\Migration\\Repository\\MappingCorInvoiceLineDiscountRepository''getMappingCorInvoiceLineDiscountRepositoryService'true],
  2302.             'App\\Migration\\Repository\\MappingCorInvoiceLineInsuranceRepository' => ['privates''App\\Migration\\Repository\\MappingCorInvoiceLineInsuranceRepository''getMappingCorInvoiceLineInsuranceRepositoryService'true],
  2303.             'App\\Migration\\Repository\\MappingCorInvoiceLineServiceRepository' => ['privates''App\\Migration\\Repository\\MappingCorInvoiceLineServiceRepository''getMappingCorInvoiceLineServiceRepositoryService'true],
  2304.             'App\\Migration\\Repository\\MappingCorPartnerRepository' => ['privates''App\\Migration\\Repository\\MappingCorPartnerRepository''getMappingCorPartnerRepositoryService'true],
  2305.             'App\\Migration\\Repository\\MappingCorQuoteLineDiscountRepository' => ['privates''App\\Migration\\Repository\\MappingCorQuoteLineDiscountRepository''getMappingCorQuoteLineDiscountRepositoryService'true],
  2306.             'App\\Migration\\Repository\\MappingCorQuoteLineInsuranceRepository' => ['privates''App\\Migration\\Repository\\MappingCorQuoteLineInsuranceRepository''getMappingCorQuoteLineInsuranceRepositoryService'true],
  2307.             'App\\Migration\\Repository\\MappingCorQuoteLineServiceRepository' => ['privates''App\\Migration\\Repository\\MappingCorQuoteLineServiceRepository''getMappingCorQuoteLineServiceRepositoryService'true],
  2308.             'App\\Migration\\Repository\\MappingCorServiceParameterValueRepository' => ['privates''App\\Migration\\Repository\\MappingCorServiceParameterValueRepository''getMappingCorServiceParameterValueRepositoryService'true],
  2309.             'App\\Migration\\Repository\\MappingCorSupplierRepository' => ['privates''App\\Migration\\Repository\\MappingCorSupplierRepository''getMappingCorSupplierRepositoryService'true],
  2310.             'App\\Migration\\Repository\\MappingRulesDiscountRepository' => ['privates''App\\Migration\\Repository\\MappingRulesDiscountRepository''getMappingRulesDiscountRepositoryService'true],
  2311.             'App\\Migration\\Repository\\MappingRulesInsuranceRepository' => ['privates''App\\Migration\\Repository\\MappingRulesInsuranceRepository''getMappingRulesInsuranceRepositoryService'true],
  2312.             'App\\Migration\\Repository\\MappingRulesPartnerRepository' => ['privates''App\\Migration\\Repository\\MappingRulesPartnerRepository''getMappingRulesPartnerRepositoryService'true],
  2313.             'App\\Migration\\Repository\\MappingRulesServiceRepository' => ['privates''App\\Migration\\Repository\\MappingRulesServiceRepository''getMappingRulesServiceRepositoryService'true],
  2314.             'App\\Migration\\Repository\\MappingRulesSupplierRepository' => ['privates''App\\Migration\\Repository\\MappingRulesSupplierRepository''getMappingRulesSupplierRepositoryService'true],
  2315.             'App\\Migration\\Repository\\MigrationLogAmountRepository' => ['privates''App\\Migration\\Repository\\MigrationLogAmountRepository''getMigrationLogAmountRepositoryService'true],
  2316.             'App\\Migration\\Repository\\MigrationLogDeletedContentRepository' => ['privates''App\\Migration\\Repository\\MigrationLogDeletedContentRepository''getMigrationLogDeletedContentRepositoryService'true],
  2317.             'App\\Migration\\Repository\\MigrationLogRepository' => ['privates''App\\Migration\\Repository\\MigrationLogRepository''getMigrationLogRepositoryService'true],
  2318.             'App\\RepositoryView\\__Accounting\\InsurancePriceViewRepository' => ['privates''App\\RepositoryView\\__Accounting\\InsurancePriceViewRepository''getInsurancePriceViewRepositoryService'true],
  2319.             'App\\RepositoryView\\__Accounting\\InsuranceViewRepository' => ['privates''App\\RepositoryView\\__Accounting\\InsuranceViewRepository''getInsuranceViewRepositoryService'false],
  2320.             'App\\Repository\\Accounting\\AccountRepository' => ['privates''App\\Repository\\Accounting\\AccountRepository''getAccountRepositoryService'false],
  2321.             'App\\Repository\\Accounting\\ApplicationFeeRepository' => ['privates''App\\Repository\\Accounting\\ApplicationFeeRepository''getApplicationFeeRepositoryService'false],
  2322.             'App\\Repository\\Accounting\\AttributedInsuranceRepository' => ['privates''App\\Repository\\Accounting\\AttributedInsuranceRepository''getAttributedInsuranceRepositoryService'false],
  2323.             'App\\Repository\\Accounting\\AttributedProductVariantParameterValueRepository' => ['privates''App\\Repository\\Accounting\\AttributedProductVariantParameterValueRepository''getAttributedProductVariantParameterValueRepositoryService'true],
  2324.             'App\\Repository\\Accounting\\AttributedProductVariantRepository' => ['privates''App\\Repository\\Accounting\\AttributedProductVariantRepository''getAttributedProductVariantRepositoryService'false],
  2325.             'App\\Repository\\Accounting\\BalanceBeforeDepartureRepository' => ['privates''App\\Repository\\Accounting\\BalanceBeforeDepartureRepository''getBalanceBeforeDepartureRepositoryService'false],
  2326.             'App\\Repository\\Accounting\\CancelFeeRepository' => ['privates''App\\Repository\\Accounting\\CancelFeeRepository''getCancelFeeRepositoryService'true],
  2327.             'App\\Repository\\Accounting\\InvoiceLineRepository' => ['privates''App\\Repository\\Accounting\\InvoiceLineRepository''getInvoiceLineRepositoryService'false],
  2328.             'App\\Repository\\Accounting\\InvoiceRepository' => ['privates''App\\Repository\\Accounting\\InvoiceRepository''getInvoiceRepositoryService'false],
  2329.             'App\\Repository\\Accounting\\PaymentRepository' => ['privates''App\\Repository\\Accounting\\PaymentRepository''getPaymentRepositoryService'false],
  2330.             'App\\Repository\\Accounting\\PortTaxRepository' => ['privates''App\\Repository\\Accounting\\PortTaxRepository''getPortTaxRepositoryService'true],
  2331.             'App\\Repository\\Accounting\\QuoteLineRepository' => ['privates''App\\Repository\\Accounting\\QuoteLineRepository''getQuoteLineRepositoryService'false],
  2332.             'App\\Repository\\Accounting\\SupplierPaymentByBookingRepository' => ['privates''App\\Repository\\Accounting\\SupplierPaymentByBookingRepository''getSupplierPaymentByBookingRepositoryService'true],
  2333.             'App\\Repository\\Accounting\\SupplierPaymentRepository' => ['privates''App\\Repository\\Accounting\\SupplierPaymentRepository''getSupplierPaymentRepositoryService'true],
  2334.             'App\\Repository\\Accounting\\TurnoverObjectiveRepository' => ['privates''App\\Repository\\Accounting\\TurnoverObjectiveRepository''getTurnoverObjectiveRepositoryService'true],
  2335.             'App\\Repository\\ApplicationFilterLimitationRepository' => ['privates''App\\Repository\\ApplicationFilterLimitationRepository''getApplicationFilterLimitationRepositoryService'false],
  2336.             'App\\Repository\\ApplicationFilterRepository' => ['privates''App\\Repository\\ApplicationFilterRepository''getApplicationFilterRepositoryService'false],
  2337.             'App\\Repository\\Booking\\AdvBookingChangeAssociationRepository' => ['privates''App\\Repository\\Booking\\AdvBookingChangeAssociationRepository''getAdvBookingChangeAssociationRepositoryService'true],
  2338.             'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationRepository' => ['privates''App\\Repository\\Booking\\AdvBookingChangeAssociationValidationRepository''getAdvBookingChangeAssociationValidationRepositoryService'true],
  2339.             'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationStateRepository' => ['privates''App\\Repository\\Booking\\AdvBookingChangeAssociationValidationStateRepository''getAdvBookingChangeAssociationValidationStateRepositoryService'true],
  2340.             'App\\Repository\\Booking\\AdvBookingChangeCategoryRepository' => ['privates''App\\Repository\\Booking\\AdvBookingChangeCategoryRepository''getAdvBookingChangeCategoryRepositoryService'true],
  2341.             'App\\Repository\\Booking\\AdvBookingChangeRepository' => ['privates''App\\Repository\\Booking\\AdvBookingChangeRepository''getAdvBookingChangeRepositoryService'true],
  2342.             'App\\Repository\\Booking\\AdvBookingChangeStateRepository' => ['privates''App\\Repository\\Booking\\AdvBookingChangeStateRepository''getAdvBookingChangeStateRepositoryService'true],
  2343.             'App\\Repository\\Booking\\AdvRequestRepository' => ['privates''App\\Repository\\Booking\\AdvRequestRepository''getAdvRequestRepositoryService'true],
  2344.             'App\\Repository\\Booking\\AdvRequestStateRepository' => ['privates''App\\Repository\\Booking\\AdvRequestStateRepository''getAdvRequestStateRepositoryService'true],
  2345.             'App\\Repository\\Booking\\AdvRequestTypeRepository' => ['privates''App\\Repository\\Booking\\AdvRequestTypeRepository''getAdvRequestTypeRepositoryService'true],
  2346.             'App\\Repository\\Booking\\AmendmentLineRepository' => ['privates''App\\Repository\\Booking\\AmendmentLineRepository''getAmendmentLineRepositoryService'true],
  2347.             'App\\Repository\\Booking\\AmendmentRepository' => ['privates''App\\Repository\\Booking\\AmendmentRepository''getAmendmentRepositoryService'true],
  2348.             'App\\Repository\\Booking\\BookingIndividualTurnoverRepository' => ['privates''App\\Repository\\Booking\\BookingIndividualTurnoverRepository''getBookingIndividualTurnoverRepositoryService'true],
  2349.             'App\\Repository\\Booking\\BookingParticipantRepository' => ['privates''App\\Repository\\Booking\\BookingParticipantRepository''getBookingParticipantRepositoryService'true],
  2350.             'App\\Repository\\Booking\\BookingPartnerTurnoverRepository' => ['privates''App\\Repository\\Booking\\BookingPartnerTurnoverRepository''getBookingPartnerTurnoverRepositoryService'true],
  2351.             'App\\Repository\\Booking\\BookingRepository' => ['privates''App\\Repository\\Booking\\BookingRepository''getBookingRepositoryService'false],
  2352.             'App\\Repository\\Booking\\CabinOptionDurationRepository' => ['privates''App\\Repository\\Booking\\CabinOptionDurationRepository''getCabinOptionDurationRepositoryService'false],
  2353.             'App\\Repository\\Booking\\CabinRepository' => ['privates''App\\Repository\\Booking\\CabinRepository''getCabinRepositoryService'true],
  2354.             'App\\Repository\\Booking\\CabinSpecificityRepository' => ['privates''App\\Repository\\Booking\\CabinSpecificityRepository''getCabinSpecificityRepositoryService'true],
  2355.             'App\\Repository\\Booking\\ContractRepository' => ['privates''App\\Repository\\Booking\\ContractRepository''getContractRepositoryService'true],
  2356.             'App\\Repository\\Booking\\FullwebManagementRepository' => ['privates''App\\Repository\\Booking\\FullwebManagementRepository''getFullwebManagementRepositoryService'true],
  2357.             'App\\Repository\\Booking\\PassengerFormalityRepository' => ['privates''App\\Repository\\Booking\\PassengerFormalityRepository''getPassengerFormalityRepositoryService'true],
  2358.             'App\\Repository\\Booking\\PassengerFormalityRequestRepository' => ['privates''App\\Repository\\Booking\\PassengerFormalityRequestRepository''getPassengerFormalityRequestRepositoryService'true],
  2359.             'App\\Repository\\Booking\\PassengerInformationFormFieldRepository' => ['privates''App\\Repository\\Booking\\PassengerInformationFormFieldRepository''getPassengerInformationFormFieldRepositoryService'true],
  2360.             'App\\Repository\\Booking\\PassengerInformationFormRepository' => ['privates''App\\Repository\\Booking\\PassengerInformationFormRepository''getPassengerInformationFormRepositoryService'true],
  2361.             'App\\Repository\\Booking\\PassengerInformationRepository' => ['privates''App\\Repository\\Booking\\PassengerInformationRepository''getPassengerInformationRepositoryService'true],
  2362.             'App\\Repository\\Booking\\PassengerInformationRequestRepository' => ['privates''App\\Repository\\Booking\\PassengerInformationRequestRepository''getPassengerInformationRequestRepositoryService'true],
  2363.             'App\\Repository\\Booking\\PassengerRepository' => ['privates''App\\Repository\\Booking\\PassengerRepository''getPassengerRepositoryService'true],
  2364.             'App\\Repository\\Booking\\ProspectProjectRepository' => ['privates''App\\Repository\\Booking\\ProspectProjectRepository''getProspectProjectRepositoryService'true],
  2365.             'App\\Repository\\Booking\\ProspectRequestRepository' => ['privates''App\\Repository\\Booking\\ProspectRequestRepository''getProspectRequestRepositoryService'false],
  2366.             'App\\Repository\\Booking\\QuoteItemsRepository' => ['privates''App\\Repository\\Booking\\QuoteItemsRepository''getQuoteItemsRepositoryService'true],
  2367.             'App\\Repository\\Booking\\QuoteParticipantRepository' => ['privates''App\\Repository\\Booking\\QuoteParticipantRepository''getQuoteParticipantRepositoryService'true],
  2368.             'App\\Repository\\Booking\\QuotePassengerInformationRepository' => ['privates''App\\Repository\\Booking\\QuotePassengerInformationRepository''getQuotePassengerInformationRepositoryService'true],
  2369.             'App\\Repository\\Booking\\QuoteRepository' => ['privates''App\\Repository\\Booking\\QuoteRepository''getQuoteRepositoryService'false],
  2370.             'App\\Repository\\Booking\\SpecialRequestDocumentRepository' => ['privates''App\\Repository\\Booking\\SpecialRequestDocumentRepository''getSpecialRequestDocumentRepositoryService'true],
  2371.             'App\\Repository\\Booking\\SpecialRequestRepository' => ['privates''App\\Repository\\Booking\\SpecialRequestRepository''getSpecialRequestRepositoryService'true],
  2372.             'App\\Repository\\Booking\\SpecialRequestStateRepository' => ['privates''App\\Repository\\Booking\\SpecialRequestStateRepository''getSpecialRequestStateRepositoryService'true],
  2373.             'App\\Repository\\Booking\\SpecialRequestTypeRepository' => ['privates''App\\Repository\\Booking\\SpecialRequestTypeRepository''getSpecialRequestTypeRepositoryService'true],
  2374.             'App\\Repository\\CmsResetPasswordRequestRepository' => ['privates''App\\Repository\\CmsResetPasswordRequestRepository''getCmsResetPasswordRequestRepositoryService'true],
  2375.             'App\\Repository\\Confirmation\\BookingConfirmationCabinCheckRepository' => ['privates''App\\Repository\\Confirmation\\BookingConfirmationCabinCheckRepository''getBookingConfirmationCabinCheckRepositoryService'true],
  2376.             'App\\Repository\\Confirmation\\BookingConfirmationPassengerCheckRepository' => ['privates''App\\Repository\\Confirmation\\BookingConfirmationPassengerCheckRepository''getBookingConfirmationPassengerCheckRepositoryService'true],
  2377.             'App\\Repository\\Confirmation\\BookingConfirmationRepository' => ['privates''App\\Repository\\Confirmation\\BookingConfirmationRepository''getBookingConfirmationRepositoryService'true],
  2378.             'App\\Repository\\Confirmation\\ConfirmationDelayRepository' => ['privates''App\\Repository\\Confirmation\\ConfirmationDelayRepository''getConfirmationDelayRepositoryService'true],
  2379.             'App\\Repository\\Confirmation\\ConfirmationResponsibleRepository' => ['privates''App\\Repository\\Confirmation\\ConfirmationResponsibleRepository''getConfirmationResponsibleRepositoryService'true],
  2380.             'App\\Repository\\Contact\\BookletDownloadRepository' => ['privates''App\\Repository\\Contact\\BookletDownloadRepository''getBookletDownloadRepositoryService'true],
  2381.             'App\\Repository\\Contact\\ClubCardCategoryRepository' => ['privates''App\\Repository\\Contact\\ClubCardCategoryRepository''getClubCardCategoryRepositoryService'true],
  2382.             'App\\Repository\\Contact\\ClubCardHistoryRepository' => ['privates''App\\Repository\\Contact\\ClubCardHistoryRepository''getClubCardHistoryRepositoryService'true],
  2383.             'App\\Repository\\Contact\\ClubCardRepository' => ['privates''App\\Repository\\Contact\\ClubCardRepository''getClubCardRepositoryService'true],
  2384.             'App\\Repository\\Contact\\CommentRepository' => ['privates''App\\Repository\\Contact\\CommentRepository''getCommentRepositoryService'true],
  2385.             'App\\Repository\\Contact\\CommentStatusRepository' => ['privates''App\\Repository\\Contact\\CommentStatusRepository''getCommentStatusRepositoryService'true],
  2386.             'App\\Repository\\Contact\\ComplaintRepository' => ['privates''App\\Repository\\Contact\\ComplaintRepository''getComplaintRepositoryService'true],
  2387.             'App\\Repository\\Contact\\ComplaintStateRepository' => ['privates''App\\Repository\\Contact\\ComplaintStateRepository''getComplaintStateRepositoryService'true],
  2388.             'App\\Repository\\Contact\\ContactUsRepository' => ['privates''App\\Repository\\Contact\\ContactUsRepository''getContactUsRepositoryService'true],
  2389.             'App\\Repository\\Contact\\CruiseBookmarkRepository' => ['privates''App\\Repository\\Contact\\CruiseBookmarkRepository''getCruiseBookmarkRepositoryService'true],
  2390.             'App\\Repository\\Contact\\NewsletterSubscriberRepository' => ['privates''App\\Repository\\Contact\\NewsletterSubscriberRepository''getNewsletterSubscriberRepositoryService'true],
  2391.             'App\\Repository\\Contact\\PhoneRepository' => ['privates''App\\Repository\\Contact\\PhoneRepository''getPhoneRepositoryService'true],
  2392.             'App\\Repository\\Contact\\PreferenceRepository' => ['privates''App\\Repository\\Contact\\PreferenceRepository''getPreferenceRepositoryService'true],
  2393.             'App\\Repository\\Contact\\ProspectRepository' => ['privates''App\\Repository\\Contact\\ProspectRepository''getProspectRepositoryService'true],
  2394.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryHistoryRepository' => ['privates''App\\Repository\\Cruise\\CabinCategory\\CabinCategoryHistoryRepository''getCabinCategoryHistoryRepositoryService'true],
  2395.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryRepository' => ['privates''App\\Repository\\Cruise\\CabinCategory\\CabinCategoryRepository''getCabinCategoryRepositoryService'true],
  2396.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryServiceRepository' => ['privates''App\\Repository\\Cruise\\CabinCategory\\CabinCategoryServiceRepository''getCabinCategoryServiceRepositoryService'true],
  2397.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryTypeRepository' => ['privates''App\\Repository\\Cruise\\CabinCategory\\CabinCategoryTypeRepository''getCabinCategoryTypeRepositoryService'true],
  2398.             'App\\Repository\\Cruise\\CabinCategory\\CabinTypeRepository' => ['privates''App\\Repository\\Cruise\\CabinCategory\\CabinTypeRepository''getCabinTypeRepositoryService'true],
  2399.             'App\\Repository\\Cruise\\Cabin\\CabinParticularityRepository' => ['privates''App\\Repository\\Cruise\\Cabin\\CabinParticularityRepository''getCabinParticularityRepositoryService'true],
  2400.             'App\\Repository\\Cruise\\Company\\AdvantageRepository' => ['privates''App\\Repository\\Cruise\\Company\\AdvantageRepository''getAdvantageRepositoryService'false],
  2401.             'App\\Repository\\Cruise\\Company\\AtmosphereRepository' => ['privates''App\\Repository\\Cruise\\Company\\AtmosphereRepository''getAtmosphereRepositoryService'true],
  2402.             'App\\Repository\\Cruise\\Company\\CompanyRepository' => ['privates''App\\Repository\\Cruise\\Company\\CompanyRepository''getCompanyRepositoryService'true],
  2403.             'App\\Repository\\Cruise\\Company\\CostaFarecodeApiRepository' => ['privates''App\\Repository\\Cruise\\Company\\CostaFarecodeApiRepository''getCostaFarecodeApiRepositoryService'true],
  2404.             'App\\Repository\\Cruise\\Company\\FareCodeRepository' => ['privates''App\\Repository\\Cruise\\Company\\FareCodeRepository''getFareCodeRepositoryService'true],
  2405.             'App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository''getCruiseHistoryRepositoryService'false],
  2406.             'App\\Repository\\Cruise\\Cruise\\CruiseIncludedGroupRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\CruiseIncludedGroupRepository''getCruiseIncludedGroupRepositoryService'true],
  2407.             'App\\Repository\\Cruise\\Cruise\\CruiseTagAssociationHistoryRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\CruiseTagAssociationHistoryRepository''getCruiseTagAssociationHistoryRepositoryService'true],
  2408.             'App\\Repository\\Cruise\\Cruise\\CruiseTagCategoryRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\CruiseTagCategoryRepository''getCruiseTagCategoryRepositoryService'true],
  2409.             'App\\Repository\\Cruise\\Cruise\\CruiseTagRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\CruiseTagRepository''getCruiseTagRepositoryService'true],
  2410.             'App\\Repository\\Cruise\\Cruise\\SpecialOfferCompanyRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\SpecialOfferCompanyRepository''getSpecialOfferCompanyRepositoryService'true],
  2411.             'App\\Repository\\Cruise\\Cruise\\SpecialOfferHistoryRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\SpecialOfferHistoryRepository''getSpecialOfferHistoryRepositoryService'true],
  2412.             'App\\Repository\\Cruise\\Cruise\\SpecialOfferRepository' => ['privates''App\\Repository\\Cruise\\Cruise\\SpecialOfferRepository''getSpecialOfferRepositoryService'true],
  2413.             'App\\Repository\\Cruise\\Formality\\FormalityHistoryBookingRepository' => ['privates''App\\Repository\\Cruise\\Formality\\FormalityHistoryBookingRepository''getFormalityHistoryBookingRepositoryService'true],
  2414.             'App\\Repository\\Cruise\\Formality\\FormalityHistoryRepository' => ['privates''App\\Repository\\Cruise\\Formality\\FormalityHistoryRepository''getFormalityHistoryRepositoryService'true],
  2415.             'App\\Repository\\Cruise\\Formality\\FormalityRepository' => ['privates''App\\Repository\\Cruise\\Formality\\FormalityRepository''getFormalityRepositoryService'true],
  2416.             'App\\Repository\\Cruise\\Formality\\FormalityTypeRepository' => ['privates''App\\Repository\\Cruise\\Formality\\FormalityTypeRepository''getFormalityTypeRepositoryService'true],
  2417.             'App\\Repository\\Cruise\\Included\\IncludedAssociationRepository' => ['privates''App\\Repository\\Cruise\\Included\\IncludedAssociationRepository''getIncludedAssociationRepositoryService'true],
  2418.             'App\\Repository\\Cruise\\Included\\IncludedGroupRepository' => ['privates''App\\Repository\\Cruise\\Included\\IncludedGroupRepository''getIncludedGroupRepositoryService'true],
  2419.             'App\\Repository\\Cruise\\Included\\IncludedHistoryRepository' => ['privates''App\\Repository\\Cruise\\Included\\IncludedHistoryRepository''getIncludedHistoryRepositoryService'true],
  2420.             'App\\Repository\\Cruise\\Included\\IncludedRepository' => ['privates''App\\Repository\\Cruise\\Included\\IncludedRepository''getIncludedRepositoryService'true],
  2421.             'App\\Repository\\Cruise\\Included\\IncludedTagRepository' => ['privates''App\\Repository\\Cruise\\Included\\IncludedTagRepository''getIncludedTagRepositoryService'true],
  2422.             'App\\Repository\\Cruise\\Itinerary\\DestinationRepository' => ['privates''App\\Repository\\Cruise\\Itinerary\\DestinationRepository''getDestinationRepositoryService'false],
  2423.             'App\\Repository\\Cruise\\Itinerary\\ItineraryHistoryRepository' => ['privates''App\\Repository\\Cruise\\Itinerary\\ItineraryHistoryRepository''getItineraryHistoryRepositoryService'true],
  2424.             'App\\Repository\\Cruise\\Itinerary\\ItineraryIncludedGroupRepository' => ['privates''App\\Repository\\Cruise\\Itinerary\\ItineraryIncludedGroupRepository''getItineraryIncludedGroupRepositoryService'true],
  2425.             'App\\Repository\\Cruise\\Itinerary\\ItinerarySegmentHistoryRepository' => ['privates''App\\Repository\\Cruise\\Itinerary\\ItinerarySegmentHistoryRepository''getItinerarySegmentHistoryRepositoryService'true],
  2426.             'App\\Repository\\Cruise\\Service\\ServiceHistoryRepository' => ['privates''App\\Repository\\Cruise\\Service\\ServiceHistoryRepository''getServiceHistoryRepositoryService'true],
  2427.             'App\\Repository\\Cruise\\Service\\ServiceRepository' => ['privates''App\\Repository\\Cruise\\Service\\ServiceRepository''getServiceRepositoryService'true],
  2428.             'App\\Repository\\Cruise\\Service\\ServiceTypeRepository' => ['privates''App\\Repository\\Cruise\\Service\\ServiceTypeRepository''getServiceTypeRepositoryService'true],
  2429.             'App\\Repository\\Cruise\\Ship\\DeckRepository' => ['privates''App\\Repository\\Cruise\\Ship\\DeckRepository''getDeckRepositoryService'true],
  2430.             'App\\Repository\\Cruise\\Ship\\ShipRepository' => ['privates''App\\Repository\\Cruise\\Ship\\ShipRepository''getShipRepositoryService'true],
  2431.             'App\\Repository\\Cruise\\Ship\\ShipTextualDataRepository' => ['privates''App\\Repository\\Cruise\\Ship\\ShipTextualDataRepository''getShipTextualDataRepositoryService'true],
  2432.             'App\\Repository\\Cruise\\Stopover\\StopoverRepository' => ['privates''App\\Repository\\Cruise\\Stopover\\StopoverRepository''getStopoverRepositoryService'true],
  2433.             'App\\Repository\\Discount\\AttributedDiscountRepository' => ['privates''App\\Repository\\Discount\\AttributedDiscountRepository''getAttributedDiscountRepositoryService'false],
  2434.             'App\\Repository\\Discount\\DiscountActionRepository' => ['privates''App\\Repository\\Discount\\DiscountActionRepository''getDiscountActionRepositoryService'true],
  2435.             'App\\Repository\\Discount\\DiscountRepository' => ['privates''App\\Repository\\Discount\\DiscountRepository''getDiscountRepositoryService'false],
  2436.             'App\\Repository\\Document\\FirmedCheckRepository' => ['privates''App\\Repository\\Document\\FirmedCheckRepository''getFirmedCheckRepositoryService'true],
  2437.             'App\\Repository\\Document\\SaleTermRepository' => ['privates''App\\Repository\\Document\\SaleTermRepository''getSaleTermRepositoryService'true],
  2438.             'App\\Repository\\Email\\AttributedEmailRepository' => ['privates''App\\Repository\\Email\\AttributedEmailRepository''getAttributedEmailRepositoryService'true],
  2439.             'App\\Repository\\Email\\AttributedSentEmailRepository' => ['privates''App\\Repository\\Email\\AttributedSentEmailRepository''getAttributedSentEmailRepositoryService'true],
  2440.             'App\\Repository\\Email\\EmailAttachmentRepository' => ['privates''App\\Repository\\Email\\EmailAttachmentRepository''getEmailAttachmentRepositoryService'true],
  2441.             'App\\Repository\\Email\\EmailContentRepository' => ['privates''App\\Repository\\Email\\EmailContentRepository''getEmailContentRepositoryService'false],
  2442.             'App\\Repository\\Email\\EmailRepository' => ['privates''App\\Repository\\Email\\EmailRepository''getEmailRepositoryService'true],
  2443.             'App\\Repository\\Email\\EmailTemplateRepository' => ['privates''App\\Repository\\Email\\EmailTemplateRepository''getEmailTemplateRepositoryService'true],
  2444.             'App\\Repository\\Email\\EmailUnreadRepository' => ['privates''App\\Repository\\Email\\EmailUnreadRepository''getEmailUnreadRepositoryService'true],
  2445.             'App\\Repository\\Email\\SentEmailRepository' => ['privates''App\\Repository\\Email\\SentEmailRepository''getSentEmailRepositoryService'true],
  2446.             'App\\Repository\\Marketing\\SegmentRepository' => ['privates''App\\Repository\\Marketing\\SegmentRepository''getSegmentRepositoryService'true],
  2447.             'App\\Repository\\MediaRepository' => ['privates''App\\Repository\\MediaRepository''getMediaRepositoryService'true],
  2448.             'App\\Repository\\Notification\\AlertRepository' => ['privates''App\\Repository\\Notification\\AlertRepository''getAlertRepositoryService'true],
  2449.             'App\\Repository\\Notification\\NotificationGroupRepository' => ['privates''App\\Repository\\Notification\\NotificationGroupRepository''getNotificationGroupRepositoryService'true],
  2450.             'App\\Repository\\Notification\\NotificationRepository' => ['privates''App\\Repository\\Notification\\NotificationRepository''getNotificationRepositoryService'true],
  2451.             'App\\Repository\\Notification\\NotificationRuleRepository' => ['privates''App\\Repository\\Notification\\NotificationRuleRepository''getNotificationRuleRepositoryService'false],
  2452.             'App\\Repository\\Notification\\NotificationSubscriberRepository' => ['privates''App\\Repository\\Notification\\NotificationSubscriberRepository''getNotificationSubscriberRepositoryService'true],
  2453.             'App\\Repository\\Notification\\ReminderRepository' => ['privates''App\\Repository\\Notification\\ReminderRepository''getReminderRepositoryService'false],
  2454.             'App\\Repository\\Opinion\\AnswerRepository' => ['privates''App\\Repository\\Opinion\\AnswerRepository''getAnswerRepositoryService'true],
  2455.             'App\\Repository\\Opinion\\QuestionRepository' => ['privates''App\\Repository\\Opinion\\QuestionRepository''getQuestionRepositoryService'true],
  2456.             'App\\Repository\\Opinion\\QuestionTemplateRepository' => ['privates''App\\Repository\\Opinion\\QuestionTemplateRepository''getQuestionTemplateRepositoryService'true],
  2457.             'App\\Repository\\Opinion\\SurveyRepository' => ['privates''App\\Repository\\Opinion\\SurveyRepository''getSurveyRepositoryService'true],
  2458.             'App\\Repository\\Partner\\ContactPartnerCategoryRepository' => ['privates''App\\Repository\\Partner\\ContactPartnerCategoryRepository''getContactPartnerCategoryRepositoryService'true],
  2459.             'App\\Repository\\Partner\\ContactPartnerRepository' => ['privates''App\\Repository\\Partner\\ContactPartnerRepository''getContactPartnerRepositoryService'true],
  2460.             'App\\Repository\\Partner\\PartnerByContactHistoryRepository' => ['privates''App\\Repository\\Partner\\PartnerByContactHistoryRepository''getPartnerByContactHistoryRepositoryService'false],
  2461.             'App\\Repository\\Partner\\PartnerByContactRepository' => ['privates''App\\Repository\\Partner\\PartnerByContactRepository''getPartnerByContactRepositoryService'false],
  2462.             'App\\Repository\\Partner\\PartnerCompanyDiscountRepository' => ['privates''App\\Repository\\Partner\\PartnerCompanyDiscountRepository''getPartnerCompanyDiscountRepositoryService'false],
  2463.             'App\\Repository\\Partner\\PartnerFollowUpRepository' => ['privates''App\\Repository\\Partner\\PartnerFollowUpRepository''getPartnerFollowUpRepositoryService'true],
  2464.             'App\\Repository\\Partner\\PartnerRepository' => ['privates''App\\Repository\\Partner\\PartnerRepository''getPartnerRepositoryService'false],
  2465.             'App\\Repository\\PhoneCall\\PhoneCallRepository' => ['privates''App\\Repository\\PhoneCall\\PhoneCallRepository''getPhoneCallRepositoryService'true],
  2466.             'App\\Repository\\Product\\AutoProductVariantRepository' => ['privates''App\\Repository\\Product\\AutoProductVariantRepository''getAutoProductVariantRepositoryService'true],
  2467.             'App\\Repository\\Product\\MarginCabinRepository' => ['privates''App\\Repository\\Product\\MarginCabinRepository''getMarginCabinRepositoryService'false],
  2468.             'App\\Repository\\Product\\MarginProductRepository' => ['privates''App\\Repository\\Product\\MarginProductRepository''getMarginProductRepositoryService'false],
  2469.             'App\\Repository\\Product\\ProductCategoryRepository' => ['privates''App\\Repository\\Product\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  2470.             'App\\Repository\\Product\\ProductDefaultOptionRepository' => ['privates''App\\Repository\\Product\\ProductDefaultOptionRepository''getProductDefaultOptionRepositoryService'true],
  2471.             'App\\Repository\\Product\\ProductDefaultOptionValidValueRepository' => ['privates''App\\Repository\\Product\\ProductDefaultOptionValidValueRepository''getProductDefaultOptionValidValueRepositoryService'true],
  2472.             'App\\Repository\\Product\\ProductDefaultParameterRepository' => ['privates''App\\Repository\\Product\\ProductDefaultParameterRepository''getProductDefaultParameterRepositoryService'true],
  2473.             'App\\Repository\\Product\\ProductDefaultParameterValidValueRepository' => ['privates''App\\Repository\\Product\\ProductDefaultParameterValidValueRepository''getProductDefaultParameterValidValueRepositoryService'true],
  2474.             'App\\Repository\\Product\\ProductOptionRepository' => ['privates''App\\Repository\\Product\\ProductOptionRepository''getProductOptionRepositoryService'true],
  2475.             'App\\Repository\\Product\\ProductOptionValidValueRepository' => ['privates''App\\Repository\\Product\\ProductOptionValidValueRepository''getProductOptionValidValueRepositoryService'true],
  2476.             'App\\Repository\\Product\\ProductOptionValueRepository' => ['privates''App\\Repository\\Product\\ProductOptionValueRepository''getProductOptionValueRepositoryService'true],
  2477.             'App\\Repository\\Product\\ProductRepository' => ['privates''App\\Repository\\Product\\ProductRepository''getProductRepositoryService'false],
  2478.             'App\\Repository\\Product\\ProductVariantParameterRepository' => ['privates''App\\Repository\\Product\\ProductVariantParameterRepository''getProductVariantParameterRepositoryService'true],
  2479.             'App\\Repository\\Product\\ProductVariantParameterValidValueRepository' => ['privates''App\\Repository\\Product\\ProductVariantParameterValidValueRepository''getProductVariantParameterValidValueRepositoryService'true],
  2480.             'App\\Repository\\Product\\ProductVariantRepository' => ['privates''App\\Repository\\Product\\ProductVariantRepository''getProductVariantRepositoryService'false],
  2481.             'App\\Repository\\Project\\ProjectRepository' => ['privates''App\\Repository\\Project\\ProjectRepository''getProjectRepositoryService'true],
  2482.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  2483.             'App\\Repository\\Schedule\\LeaveRepository' => ['privates''App\\Repository\\Schedule\\LeaveRepository''getLeaveRepositoryService'true],
  2484.             'App\\Repository\\Schedule\\ScheduleCommentRepository' => ['privates''App\\Repository\\Schedule\\ScheduleCommentRepository''getScheduleCommentRepositoryService'true],
  2485.             'App\\Repository\\Schedule\\ScheduleEventRepository' => ['privates''App\\Repository\\Schedule\\ScheduleEventRepository''getScheduleEventRepositoryService'true],
  2486.             'App\\Repository\\Selling\\SellerBonusRepository' => ['privates''App\\Repository\\Selling\\SellerBonusRepository''getSellerBonusRepositoryService'true],
  2487.             'App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository' => ['privates''App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository''getSellingSegmentCabinTypePointRepositoryService'false],
  2488.             'App\\Repository\\Selling\\SellingSegmentRepository' => ['privates''App\\Repository\\Selling\\SellingSegmentRepository''getSellingSegmentRepositoryService'false],
  2489.             'App\\Repository\\Todo\\TodoRepository' => ['privates''App\\Repository\\Todo\\TodoRepository''getTodoRepositoryService'true],
  2490.             'App\\Repository\\Todo\\TodoTypeRepository' => ['privates''App\\Repository\\Todo\\TodoTypeRepository''getTodoTypeRepositoryService'true],
  2491.             'App\\Repository\\User\\ApiUserRepository' => ['privates''App\\Repository\\User\\ApiUserRepository''getApiUserRepositoryService'true],
  2492.             'App\\Repository\\User\\MacifProfileRepository' => ['privates''App\\Repository\\User\\MacifProfileRepository''getMacifProfileRepositoryService'true],
  2493.             'App\\Repository\\User\\ProfileRepository' => ['privates''App\\Repository\\User\\ProfileRepository''getProfileRepositoryService'true],
  2494.             'App\\Repository\\User\\UserCmsRepository' => ['privates''App\\Repository\\User\\UserCmsRepository''getUserCmsRepositoryService'false],
  2495.             'App\\Repository\\User\\UserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  2496.             'App\\Repository\\WebServices\\WebServicesStateRepository' => ['privates''App\\Repository\\WebServices\\WebServicesStateRepository''getWebServicesStateRepositoryService'true],
  2497.             'App\\Repository\\__Accounting\\CreditPaymentRepository' => ['privates''App\\Repository\\__Accounting\\CreditPaymentRepository''getCreditPaymentRepositoryService'true],
  2498.             'App\\Repository\\__Accounting\\CreditRepository' => ['privates''App\\Repository\\__Accounting\\CreditRepository''getCreditRepositoryService'true],
  2499.             'App\\Repository\\__Accounting\\InsurancePriceRepository' => ['privates''App\\Repository\\__Accounting\\InsurancePriceRepository''getInsurancePriceRepositoryService'true],
  2500.             'App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository' => ['privates''App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository''getAllowanceRepositoryService'false],
  2501.             'App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository' => ['privates''App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository''getPartnerAllowanceRepositoryService'false],
  2502.             'App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository' => ['privates''App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository''getParticipationRepositoryService'false],
  2503.             'App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository' => ['privates''App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository''getPartnerParticipationRepositoryService'false],
  2504.             'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository' => ['privates''App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository''getPartnerTemplateContentRepositoryService'false],
  2505.             'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateRepository' => ['privates''App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateRepository''getPartnerTemplateRepositoryService'true],
  2506.             'App\\Repository\\__Accounting\\RefundRepository' => ['privates''App\\Repository\\__Accounting\\RefundRepository''getRefundRepositoryService'true],
  2507.             'App\\Repository\\__Accounting\\SupplierContactRepository' => ['privates''App\\Repository\\__Accounting\\SupplierContactRepository''getSupplierContactRepositoryService'true],
  2508.             'App\\Repository\\__Accounting\\SupplierRepository' => ['privates''App\\Repository\\__Accounting\\SupplierRepository''getSupplierRepositoryService'false],
  2509.             'App\\Repository\\__Contact\\contact\\ContactProspectRepository' => ['privates''App\\Repository\\__Contact\\contact\\ContactProspectRepository''getContactProspectRepositoryService'true],
  2510.             'App\\Repository\\__Contact\\contact\\ContactRepository' => ['privates''App\\Repository\\__Contact\\contact\\ContactRepository''getContactRepositoryService'true],
  2511.             'App\\Repository\\__Marketing\\Departure\\CrmDepartureRepository' => ['privates''App\\Repository\\__Marketing\\Departure\\CrmDepartureRepository''getCrmDepartureRepositoryService'true],
  2512.             'App\\Repository\\__Marketing\\Departure\\DepartureRepository' => ['privates''App\\Repository\\__Marketing\\Departure\\DepartureRepository''getDepartureRepositoryService'true],
  2513.             'App\\Repository\\__Sale\\LegalTextRepository' => ['privates''App\\Repository\\__Sale\\LegalTextRepository''getLegalTextRepositoryService'false],
  2514.             'Crea\\DocumentationBundle\\Repository\\ArticleOperationRepository' => ['privates''Crea\\DocumentationBundle\\Repository\\ArticleOperationRepository''getArticleOperationRepositoryService'true],
  2515.             'Crea\\DocumentationBundle\\Repository\\ArticleRepository' => ['privates''Crea\\DocumentationBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  2516.             'Crea\\DocumentationBundle\\Repository\\ChapterRepository' => ['privates''Crea\\DocumentationBundle\\Repository\\ChapterRepository''getChapterRepositoryService'false],
  2517.             'Crea\\DocumentationBundle\\Repository\\DocumentationConfigurationRepository' => ['privates''Crea\\DocumentationBundle\\Repository\\DocumentationConfigurationRepository''getDocumentationConfigurationRepositoryService'true],
  2518.             'Crea\\EventBundle\\Repository\\EventCategoryRepository' => ['privates''Crea\\EventBundle\\Repository\\EventCategoryRepository''getEventCategoryRepositoryService'false],
  2519.             'Crea\\EventBundle\\Repository\\EventConfigurationRepository' => ['privates''Crea\\EventBundle\\Repository\\EventConfigurationRepository''getEventConfigurationRepositoryService'true],
  2520.             'Crea\\EventBundle\\Repository\\EventLogRepository' => ['privates''Crea\\EventBundle\\Repository\\EventLogRepository''getEventLogRepositoryService'false],
  2521.             'Crea\\EventBundle\\Repository\\EventModelRepository' => ['privates''Crea\\EventBundle\\Repository\\EventModelRepository''getEventModelRepositoryService'false],
  2522.             'Crea\\EventBundle\\Repository\\EventTypeRepository' => ['privates''Crea\\EventBundle\\Repository\\EventTypeRepository''getEventTypeRepositoryService'false],
  2523.             'Crea\\FloaBundle\\Repository\\FloaEligibilityRepository' => ['privates''Crea\\FloaBundle\\Repository\\FloaEligibilityRepository''getFloaEligibilityRepositoryService'true],
  2524.             'Crea\\FloaBundle\\Repository\\FloaPaymentSessionRepository' => ['privates''Crea\\FloaBundle\\Repository\\FloaPaymentSessionRepository''getFloaPaymentSessionRepositoryService'true],
  2525.             'Crea\\FloaBundle\\Repository\\FloaPreEligibilityRepository' => ['privates''Crea\\FloaBundle\\Repository\\FloaPreEligibilityRepository''getFloaPreEligibilityRepositoryService'true],
  2526.             'Crea\\FloaBundle\\Repository\\FloaTokenRepository' => ['privates''Crea\\FloaBundle\\Repository\\FloaTokenRepository''getFloaTokenRepositoryService'true],
  2527.             'Crea\\HRBundle\\Repository\\PlanningCommentRepository' => ['privates''Crea\\HRBundle\\Repository\\PlanningCommentRepository''getPlanningCommentRepositoryService'true],
  2528.             'Crea\\HRBundle\\Repository\\PlanningEventRepository' => ['privates''Crea\\HRBundle\\Repository\\PlanningEventRepository''getPlanningEventRepositoryService'true],
  2529.             'Crea\\HRBundle\\Repository\\PlanningLeaveRepository' => ['privates''Crea\\HRBundle\\Repository\\PlanningLeaveRepository''getPlanningLeaveRepositoryService'true],
  2530.             'Crea\\ParameterBundle\\Repository\\ParameterAttributeValueRepository' => ['privates''Crea\\ParameterBundle\\Repository\\ParameterAttributeValueRepository''getParameterAttributeValueRepositoryService'true],
  2531.             'Crea\\ParameterBundle\\Repository\\ParameterGroupRepository' => ['privates''Crea\\ParameterBundle\\Repository\\ParameterGroupRepository''getParameterGroupRepositoryService'true],
  2532.             'Crea\\ParameterBundle\\Repository\\ParameterRepository' => ['privates''Crea\\ParameterBundle\\Repository\\ParameterRepository''getParameterRepositoryService'false],
  2533.             'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeRepository' => ['privates''Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeRepository''getParameterTypeAttributeRepositoryService'true],
  2534.             'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeValidValueRepository' => ['privates''Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeValidValueRepository''getParameterTypeAttributeValidValueRepositoryService'true],
  2535.             'Crea\\ParameterBundle\\Repository\\ParameterTypeRepository' => ['privates''Crea\\ParameterBundle\\Repository\\ParameterTypeRepository''getParameterTypeRepositoryService'false],
  2536.             'Crea\\ProcessBundle\\Repository\\ProcessStateRepository' => ['privates''Crea\\ProcessBundle\\Repository\\ProcessStateRepository''getProcessStateRepositoryService'true],
  2537.             'Crea\\ProcessBundle\\Repository\\ProcessStepValidationRepository' => ['privates''Crea\\ProcessBundle\\Repository\\ProcessStepValidationRepository''getProcessStepValidationRepositoryService'true],
  2538.             'Crea\\SecurityBundle\\Repository\\ProfileRepository' => ['privates''Crea\\SecurityBundle\\Repository\\ProfileRepository''getProfileRepository2Service'true],
  2539.             'Crea\\SecurityBundle\\Repository\\RightRepository' => ['privates''Crea\\SecurityBundle\\Repository\\RightRepository''getRightRepositoryService'false],
  2540.             'Crea\\SecurityBundle\\Repository\\UserGroupRepository' => ['privates''Crea\\SecurityBundle\\Repository\\UserGroupRepository''getUserGroupRepositoryService'true],
  2541.             'Crea\\SecurityBundle\\Repository\\UserRepository' => ['privates''Crea\\SecurityBundle\\Repository\\UserRepository''getUserRepository2Service'true],
  2542.             'Crea\\ToolsBundle\\Repository\\Geographic\\AddressRepository' => ['privates''Crea\\ToolsBundle\\Repository\\Geographic\\AddressRepository''getAddressRepositoryService'true],
  2543.             'Crea\\ToolsBundle\\Repository\\Geographic\\AirportRepository' => ['privates''Crea\\ToolsBundle\\Repository\\Geographic\\AirportRepository''getAirportRepositoryService'true],
  2544.             'Crea\\ToolsBundle\\Repository\\Geographic\\CityRepository' => ['privates''Crea\\ToolsBundle\\Repository\\Geographic\\CityRepository''getCityRepositoryService'true],
  2545.             'Crea\\ToolsBundle\\Repository\\Geographic\\CountryRepository' => ['privates''Crea\\ToolsBundle\\Repository\\Geographic\\CountryRepository''getCountryRepositoryService'true],
  2546.         ], [
  2547.             'App\\Mailjet\\Repository\\MailjetCampaignRepository' => '?',
  2548.             'App\\Mailjet\\Repository\\MailjetCampaignTypeRepository' => '?',
  2549.             'App\\Mailjet\\Repository\\MailjetOperationRepository' => '?',
  2550.             'App\\Mailjet\\Repository\\MailjetStatisticRepository' => '?',
  2551.             'App\\Migration\\Repository\\CorrAtmosphereRepository' => '?',
  2552.             'App\\Migration\\Repository\\CorrCabinCategoryRepository' => '?',
  2553.             'App\\Migration\\Repository\\CsvBookingAmountRepository' => '?',
  2554.             'App\\Migration\\Repository\\CsvBookingCabinCategoryHistoryRepository' => '?',
  2555.             'App\\Migration\\Repository\\CsvBookingCruiseHistoryRepository' => '?',
  2556.             'App\\Migration\\Repository\\CsvBookingPassengerRepository' => '?',
  2557.             'App\\Migration\\Repository\\CsvBookingRepository' => '?',
  2558.             'App\\Migration\\Repository\\CsvContactRepository' => '?',
  2559.             'App\\Migration\\Repository\\CsvContractRepository' => '?',
  2560.             'App\\Migration\\Repository\\CsvInvoiceLineCabinRepository' => '?',
  2561.             'App\\Migration\\Repository\\CsvInvoiceLineDiscountRepository' => '?',
  2562.             'App\\Migration\\Repository\\CsvInvoiceLineInsuranceRepository' => '?',
  2563.             'App\\Migration\\Repository\\CsvInvoiceLineServiceRepository' => '?',
  2564.             'App\\Migration\\Repository\\CsvInvoiceRepository' => '?',
  2565.             'App\\Migration\\Repository\\CsvNewsletterRepository' => '?',
  2566.             'App\\Migration\\Repository\\CsvPartnerByContactHistoryRepository' => '?',
  2567.             'App\\Migration\\Repository\\CsvPartnerByContactRepository' => '?',
  2568.             'App\\Migration\\Repository\\CsvPartnerFollowUpRepository' => '?',
  2569.             'App\\Migration\\Repository\\CsvPartnerRepository' => '?',
  2570.             'App\\Migration\\Repository\\CsvPaymentRepository' => '?',
  2571.             'App\\Migration\\Repository\\CsvProspectRequestCabinCategoryHistoryRepository' => '?',
  2572.             'App\\Migration\\Repository\\CsvProspectRequestCruiseHistoryRepository' => '?',
  2573.             'App\\Migration\\Repository\\CsvProspectRequestRepository' => '?',
  2574.             'App\\Migration\\Repository\\CsvQuoteCabinCategoryHistoryRepository' => '?',
  2575.             'App\\Migration\\Repository\\CsvQuoteCruiseHistoryRepository' => '?',
  2576.             'App\\Migration\\Repository\\CsvQuoteLineCabinRepository' => '?',
  2577.             'App\\Migration\\Repository\\CsvQuoteLineDiscountRepository' => '?',
  2578.             'App\\Migration\\Repository\\CsvQuoteLineInsuranceRepository' => '?',
  2579.             'App\\Migration\\Repository\\CsvQuoteLineServiceRepository' => '?',
  2580.             'App\\Migration\\Repository\\CsvQuotePassengerRepository' => '?',
  2581.             'App\\Migration\\Repository\\CsvQuoteRepository' => '?',
  2582.             'App\\Migration\\Repository\\CsvSupplierPaymentRepository' => '?',
  2583.             'App\\Migration\\Repository\\CsvSupplierRepository' => '?',
  2584.             'App\\Migration\\Repository\\CsvUserRepository' => '?',
  2585.             'App\\Migration\\Repository\\HistoryCorrBookingCabinCategoryRepository' => '?',
  2586.             'App\\Migration\\Repository\\HistoryCorrBookingCruiseRepository' => '?',
  2587.             'App\\Migration\\Repository\\HistoryCorrProspectRequestCabinCategoryRepository' => '?',
  2588.             'App\\Migration\\Repository\\HistoryCorrProspectRequestCruiseRepository' => '?',
  2589.             'App\\Migration\\Repository\\HistoryCorrQuoteCabinCategoryRepository' => '?',
  2590.             'App\\Migration\\Repository\\HistoryCorrQuoteCruiseRepository' => '?',
  2591.             'App\\Migration\\Repository\\LoadCorrBookingPassengerRepository' => '?',
  2592.             'App\\Migration\\Repository\\LoadCorrBookingRepository' => '?',
  2593.             'App\\Migration\\Repository\\LoadCorrContactRepository' => '?',
  2594.             'App\\Migration\\Repository\\LoadCorrContractRepository' => '?',
  2595.             'App\\Migration\\Repository\\LoadCorrInvoiceLineApplicationFeeRepository' => '?',
  2596.             'App\\Migration\\Repository\\LoadCorrInvoiceLineCabinRepository' => '?',
  2597.             'App\\Migration\\Repository\\LoadCorrInvoiceLineDiscountRepository' => '?',
  2598.             'App\\Migration\\Repository\\LoadCorrInvoiceLineInsuranceRepository' => '?',
  2599.             'App\\Migration\\Repository\\LoadCorrInvoiceLineServiceRepository' => '?',
  2600.             'App\\Migration\\Repository\\LoadCorrInvoiceRepository' => '?',
  2601.             'App\\Migration\\Repository\\LoadCorrPartnerByContactHistoryRepository' => '?',
  2602.             'App\\Migration\\Repository\\LoadCorrPartnerByContactRepository' => '?',
  2603.             'App\\Migration\\Repository\\LoadCorrPartnerFollowUpRepository' => '?',
  2604.             'App\\Migration\\Repository\\LoadCorrPaymentRepository' => '?',
  2605.             'App\\Migration\\Repository\\LoadCorrProspectRequestRepository' => '?',
  2606.             'App\\Migration\\Repository\\LoadCorrQuoteLineApplicationFeeRepository' => '?',
  2607.             'App\\Migration\\Repository\\LoadCorrQuoteLineCabinRepository' => '?',
  2608.             'App\\Migration\\Repository\\LoadCorrQuoteLineDiscountRepository' => '?',
  2609.             'App\\Migration\\Repository\\LoadCorrQuoteLineInsuranceRepository' => '?',
  2610.             'App\\Migration\\Repository\\LoadCorrQuoteLineServiceRepository' => '?',
  2611.             'App\\Migration\\Repository\\LoadCorrQuotePassengerRepository' => '?',
  2612.             'App\\Migration\\Repository\\LoadCorrQuoteRepository' => '?',
  2613.             'App\\Migration\\Repository\\LoadCorrSupplierPaymentRepository' => '?',
  2614.             'App\\Migration\\Repository\\LoadCorrUserRepository' => '?',
  2615.             'App\\Migration\\Repository\\MappingCorInvoiceLineDiscountRepository' => '?',
  2616.             'App\\Migration\\Repository\\MappingCorInvoiceLineInsuranceRepository' => '?',
  2617.             'App\\Migration\\Repository\\MappingCorInvoiceLineServiceRepository' => '?',
  2618.             'App\\Migration\\Repository\\MappingCorPartnerRepository' => '?',
  2619.             'App\\Migration\\Repository\\MappingCorQuoteLineDiscountRepository' => '?',
  2620.             'App\\Migration\\Repository\\MappingCorQuoteLineInsuranceRepository' => '?',
  2621.             'App\\Migration\\Repository\\MappingCorQuoteLineServiceRepository' => '?',
  2622.             'App\\Migration\\Repository\\MappingCorServiceParameterValueRepository' => '?',
  2623.             'App\\Migration\\Repository\\MappingCorSupplierRepository' => '?',
  2624.             'App\\Migration\\Repository\\MappingRulesDiscountRepository' => '?',
  2625.             'App\\Migration\\Repository\\MappingRulesInsuranceRepository' => '?',
  2626.             'App\\Migration\\Repository\\MappingRulesPartnerRepository' => '?',
  2627.             'App\\Migration\\Repository\\MappingRulesServiceRepository' => '?',
  2628.             'App\\Migration\\Repository\\MappingRulesSupplierRepository' => '?',
  2629.             'App\\Migration\\Repository\\MigrationLogAmountRepository' => '?',
  2630.             'App\\Migration\\Repository\\MigrationLogDeletedContentRepository' => '?',
  2631.             'App\\Migration\\Repository\\MigrationLogRepository' => '?',
  2632.             'App\\RepositoryView\\__Accounting\\InsurancePriceViewRepository' => '?',
  2633.             'App\\RepositoryView\\__Accounting\\InsuranceViewRepository' => '?',
  2634.             'App\\Repository\\Accounting\\AccountRepository' => '?',
  2635.             'App\\Repository\\Accounting\\ApplicationFeeRepository' => '?',
  2636.             'App\\Repository\\Accounting\\AttributedInsuranceRepository' => '?',
  2637.             'App\\Repository\\Accounting\\AttributedProductVariantParameterValueRepository' => '?',
  2638.             'App\\Repository\\Accounting\\AttributedProductVariantRepository' => '?',
  2639.             'App\\Repository\\Accounting\\BalanceBeforeDepartureRepository' => '?',
  2640.             'App\\Repository\\Accounting\\CancelFeeRepository' => '?',
  2641.             'App\\Repository\\Accounting\\InvoiceLineRepository' => '?',
  2642.             'App\\Repository\\Accounting\\InvoiceRepository' => '?',
  2643.             'App\\Repository\\Accounting\\PaymentRepository' => '?',
  2644.             'App\\Repository\\Accounting\\PortTaxRepository' => '?',
  2645.             'App\\Repository\\Accounting\\QuoteLineRepository' => '?',
  2646.             'App\\Repository\\Accounting\\SupplierPaymentByBookingRepository' => '?',
  2647.             'App\\Repository\\Accounting\\SupplierPaymentRepository' => '?',
  2648.             'App\\Repository\\Accounting\\TurnoverObjectiveRepository' => '?',
  2649.             'App\\Repository\\ApplicationFilterLimitationRepository' => '?',
  2650.             'App\\Repository\\ApplicationFilterRepository' => '?',
  2651.             'App\\Repository\\Booking\\AdvBookingChangeAssociationRepository' => '?',
  2652.             'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationRepository' => '?',
  2653.             'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationStateRepository' => '?',
  2654.             'App\\Repository\\Booking\\AdvBookingChangeCategoryRepository' => '?',
  2655.             'App\\Repository\\Booking\\AdvBookingChangeRepository' => '?',
  2656.             'App\\Repository\\Booking\\AdvBookingChangeStateRepository' => '?',
  2657.             'App\\Repository\\Booking\\AdvRequestRepository' => '?',
  2658.             'App\\Repository\\Booking\\AdvRequestStateRepository' => '?',
  2659.             'App\\Repository\\Booking\\AdvRequestTypeRepository' => '?',
  2660.             'App\\Repository\\Booking\\AmendmentLineRepository' => '?',
  2661.             'App\\Repository\\Booking\\AmendmentRepository' => '?',
  2662.             'App\\Repository\\Booking\\BookingIndividualTurnoverRepository' => '?',
  2663.             'App\\Repository\\Booking\\BookingParticipantRepository' => '?',
  2664.             'App\\Repository\\Booking\\BookingPartnerTurnoverRepository' => '?',
  2665.             'App\\Repository\\Booking\\BookingRepository' => '?',
  2666.             'App\\Repository\\Booking\\CabinOptionDurationRepository' => '?',
  2667.             'App\\Repository\\Booking\\CabinRepository' => '?',
  2668.             'App\\Repository\\Booking\\CabinSpecificityRepository' => '?',
  2669.             'App\\Repository\\Booking\\ContractRepository' => '?',
  2670.             'App\\Repository\\Booking\\FullwebManagementRepository' => '?',
  2671.             'App\\Repository\\Booking\\PassengerFormalityRepository' => '?',
  2672.             'App\\Repository\\Booking\\PassengerFormalityRequestRepository' => '?',
  2673.             'App\\Repository\\Booking\\PassengerInformationFormFieldRepository' => '?',
  2674.             'App\\Repository\\Booking\\PassengerInformationFormRepository' => '?',
  2675.             'App\\Repository\\Booking\\PassengerInformationRepository' => '?',
  2676.             'App\\Repository\\Booking\\PassengerInformationRequestRepository' => '?',
  2677.             'App\\Repository\\Booking\\PassengerRepository' => '?',
  2678.             'App\\Repository\\Booking\\ProspectProjectRepository' => '?',
  2679.             'App\\Repository\\Booking\\ProspectRequestRepository' => '?',
  2680.             'App\\Repository\\Booking\\QuoteItemsRepository' => '?',
  2681.             'App\\Repository\\Booking\\QuoteParticipantRepository' => '?',
  2682.             'App\\Repository\\Booking\\QuotePassengerInformationRepository' => '?',
  2683.             'App\\Repository\\Booking\\QuoteRepository' => '?',
  2684.             'App\\Repository\\Booking\\SpecialRequestDocumentRepository' => '?',
  2685.             'App\\Repository\\Booking\\SpecialRequestRepository' => '?',
  2686.             'App\\Repository\\Booking\\SpecialRequestStateRepository' => '?',
  2687.             'App\\Repository\\Booking\\SpecialRequestTypeRepository' => '?',
  2688.             'App\\Repository\\CmsResetPasswordRequestRepository' => '?',
  2689.             'App\\Repository\\Confirmation\\BookingConfirmationCabinCheckRepository' => '?',
  2690.             'App\\Repository\\Confirmation\\BookingConfirmationPassengerCheckRepository' => '?',
  2691.             'App\\Repository\\Confirmation\\BookingConfirmationRepository' => '?',
  2692.             'App\\Repository\\Confirmation\\ConfirmationDelayRepository' => '?',
  2693.             'App\\Repository\\Confirmation\\ConfirmationResponsibleRepository' => '?',
  2694.             'App\\Repository\\Contact\\BookletDownloadRepository' => '?',
  2695.             'App\\Repository\\Contact\\ClubCardCategoryRepository' => '?',
  2696.             'App\\Repository\\Contact\\ClubCardHistoryRepository' => '?',
  2697.             'App\\Repository\\Contact\\ClubCardRepository' => '?',
  2698.             'App\\Repository\\Contact\\CommentRepository' => '?',
  2699.             'App\\Repository\\Contact\\CommentStatusRepository' => '?',
  2700.             'App\\Repository\\Contact\\ComplaintRepository' => '?',
  2701.             'App\\Repository\\Contact\\ComplaintStateRepository' => '?',
  2702.             'App\\Repository\\Contact\\ContactUsRepository' => '?',
  2703.             'App\\Repository\\Contact\\CruiseBookmarkRepository' => '?',
  2704.             'App\\Repository\\Contact\\NewsletterSubscriberRepository' => '?',
  2705.             'App\\Repository\\Contact\\PhoneRepository' => '?',
  2706.             'App\\Repository\\Contact\\PreferenceRepository' => '?',
  2707.             'App\\Repository\\Contact\\ProspectRepository' => '?',
  2708.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryHistoryRepository' => '?',
  2709.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryRepository' => '?',
  2710.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryServiceRepository' => '?',
  2711.             'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryTypeRepository' => '?',
  2712.             'App\\Repository\\Cruise\\CabinCategory\\CabinTypeRepository' => '?',
  2713.             'App\\Repository\\Cruise\\Cabin\\CabinParticularityRepository' => '?',
  2714.             'App\\Repository\\Cruise\\Company\\AdvantageRepository' => '?',
  2715.             'App\\Repository\\Cruise\\Company\\AtmosphereRepository' => '?',
  2716.             'App\\Repository\\Cruise\\Company\\CompanyRepository' => '?',
  2717.             'App\\Repository\\Cruise\\Company\\CostaFarecodeApiRepository' => '?',
  2718.             'App\\Repository\\Cruise\\Company\\FareCodeRepository' => '?',
  2719.             'App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository' => '?',
  2720.             'App\\Repository\\Cruise\\Cruise\\CruiseIncludedGroupRepository' => '?',
  2721.             'App\\Repository\\Cruise\\Cruise\\CruiseTagAssociationHistoryRepository' => '?',
  2722.             'App\\Repository\\Cruise\\Cruise\\CruiseTagCategoryRepository' => '?',
  2723.             'App\\Repository\\Cruise\\Cruise\\CruiseTagRepository' => '?',
  2724.             'App\\Repository\\Cruise\\Cruise\\SpecialOfferCompanyRepository' => '?',
  2725.             'App\\Repository\\Cruise\\Cruise\\SpecialOfferHistoryRepository' => '?',
  2726.             'App\\Repository\\Cruise\\Cruise\\SpecialOfferRepository' => '?',
  2727.             'App\\Repository\\Cruise\\Formality\\FormalityHistoryBookingRepository' => '?',
  2728.             'App\\Repository\\Cruise\\Formality\\FormalityHistoryRepository' => '?',
  2729.             'App\\Repository\\Cruise\\Formality\\FormalityRepository' => '?',
  2730.             'App\\Repository\\Cruise\\Formality\\FormalityTypeRepository' => '?',
  2731.             'App\\Repository\\Cruise\\Included\\IncludedAssociationRepository' => '?',
  2732.             'App\\Repository\\Cruise\\Included\\IncludedGroupRepository' => '?',
  2733.             'App\\Repository\\Cruise\\Included\\IncludedHistoryRepository' => '?',
  2734.             'App\\Repository\\Cruise\\Included\\IncludedRepository' => '?',
  2735.             'App\\Repository\\Cruise\\Included\\IncludedTagRepository' => '?',
  2736.             'App\\Repository\\Cruise\\Itinerary\\DestinationRepository' => '?',
  2737.             'App\\Repository\\Cruise\\Itinerary\\ItineraryHistoryRepository' => '?',
  2738.             'App\\Repository\\Cruise\\Itinerary\\ItineraryIncludedGroupRepository' => '?',
  2739.             'App\\Repository\\Cruise\\Itinerary\\ItinerarySegmentHistoryRepository' => '?',
  2740.             'App\\Repository\\Cruise\\Service\\ServiceHistoryRepository' => '?',
  2741.             'App\\Repository\\Cruise\\Service\\ServiceRepository' => '?',
  2742.             'App\\Repository\\Cruise\\Service\\ServiceTypeRepository' => '?',
  2743.             'App\\Repository\\Cruise\\Ship\\DeckRepository' => '?',
  2744.             'App\\Repository\\Cruise\\Ship\\ShipRepository' => '?',
  2745.             'App\\Repository\\Cruise\\Ship\\ShipTextualDataRepository' => '?',
  2746.             'App\\Repository\\Cruise\\Stopover\\StopoverRepository' => '?',
  2747.             'App\\Repository\\Discount\\AttributedDiscountRepository' => '?',
  2748.             'App\\Repository\\Discount\\DiscountActionRepository' => '?',
  2749.             'App\\Repository\\Discount\\DiscountRepository' => '?',
  2750.             'App\\Repository\\Document\\FirmedCheckRepository' => '?',
  2751.             'App\\Repository\\Document\\SaleTermRepository' => '?',
  2752.             'App\\Repository\\Email\\AttributedEmailRepository' => '?',
  2753.             'App\\Repository\\Email\\AttributedSentEmailRepository' => '?',
  2754.             'App\\Repository\\Email\\EmailAttachmentRepository' => '?',
  2755.             'App\\Repository\\Email\\EmailContentRepository' => '?',
  2756.             'App\\Repository\\Email\\EmailRepository' => '?',
  2757.             'App\\Repository\\Email\\EmailTemplateRepository' => '?',
  2758.             'App\\Repository\\Email\\EmailUnreadRepository' => '?',
  2759.             'App\\Repository\\Email\\SentEmailRepository' => '?',
  2760.             'App\\Repository\\Marketing\\SegmentRepository' => '?',
  2761.             'App\\Repository\\MediaRepository' => '?',
  2762.             'App\\Repository\\Notification\\AlertRepository' => '?',
  2763.             'App\\Repository\\Notification\\NotificationGroupRepository' => '?',
  2764.             'App\\Repository\\Notification\\NotificationRepository' => '?',
  2765.             'App\\Repository\\Notification\\NotificationRuleRepository' => '?',
  2766.             'App\\Repository\\Notification\\NotificationSubscriberRepository' => '?',
  2767.             'App\\Repository\\Notification\\ReminderRepository' => '?',
  2768.             'App\\Repository\\Opinion\\AnswerRepository' => '?',
  2769.             'App\\Repository\\Opinion\\QuestionRepository' => '?',
  2770.             'App\\Repository\\Opinion\\QuestionTemplateRepository' => '?',
  2771.             'App\\Repository\\Opinion\\SurveyRepository' => '?',
  2772.             'App\\Repository\\Partner\\ContactPartnerCategoryRepository' => '?',
  2773.             'App\\Repository\\Partner\\ContactPartnerRepository' => '?',
  2774.             'App\\Repository\\Partner\\PartnerByContactHistoryRepository' => '?',
  2775.             'App\\Repository\\Partner\\PartnerByContactRepository' => '?',
  2776.             'App\\Repository\\Partner\\PartnerCompanyDiscountRepository' => '?',
  2777.             'App\\Repository\\Partner\\PartnerFollowUpRepository' => '?',
  2778.             'App\\Repository\\Partner\\PartnerRepository' => '?',
  2779.             'App\\Repository\\PhoneCall\\PhoneCallRepository' => '?',
  2780.             'App\\Repository\\Product\\AutoProductVariantRepository' => '?',
  2781.             'App\\Repository\\Product\\MarginCabinRepository' => '?',
  2782.             'App\\Repository\\Product\\MarginProductRepository' => '?',
  2783.             'App\\Repository\\Product\\ProductCategoryRepository' => '?',
  2784.             'App\\Repository\\Product\\ProductDefaultOptionRepository' => '?',
  2785.             'App\\Repository\\Product\\ProductDefaultOptionValidValueRepository' => '?',
  2786.             'App\\Repository\\Product\\ProductDefaultParameterRepository' => '?',
  2787.             'App\\Repository\\Product\\ProductDefaultParameterValidValueRepository' => '?',
  2788.             'App\\Repository\\Product\\ProductOptionRepository' => '?',
  2789.             'App\\Repository\\Product\\ProductOptionValidValueRepository' => '?',
  2790.             'App\\Repository\\Product\\ProductOptionValueRepository' => '?',
  2791.             'App\\Repository\\Product\\ProductRepository' => '?',
  2792.             'App\\Repository\\Product\\ProductVariantParameterRepository' => '?',
  2793.             'App\\Repository\\Product\\ProductVariantParameterValidValueRepository' => '?',
  2794.             'App\\Repository\\Product\\ProductVariantRepository' => '?',
  2795.             'App\\Repository\\Project\\ProjectRepository' => '?',
  2796.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  2797.             'App\\Repository\\Schedule\\LeaveRepository' => '?',
  2798.             'App\\Repository\\Schedule\\ScheduleCommentRepository' => '?',
  2799.             'App\\Repository\\Schedule\\ScheduleEventRepository' => '?',
  2800.             'App\\Repository\\Selling\\SellerBonusRepository' => '?',
  2801.             'App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository' => '?',
  2802.             'App\\Repository\\Selling\\SellingSegmentRepository' => '?',
  2803.             'App\\Repository\\Todo\\TodoRepository' => '?',
  2804.             'App\\Repository\\Todo\\TodoTypeRepository' => '?',
  2805.             'App\\Repository\\User\\ApiUserRepository' => '?',
  2806.             'App\\Repository\\User\\MacifProfileRepository' => '?',
  2807.             'App\\Repository\\User\\ProfileRepository' => '?',
  2808.             'App\\Repository\\User\\UserCmsRepository' => '?',
  2809.             'App\\Repository\\User\\UserRepository' => '?',
  2810.             'App\\Repository\\WebServices\\WebServicesStateRepository' => '?',
  2811.             'App\\Repository\\__Accounting\\CreditPaymentRepository' => '?',
  2812.             'App\\Repository\\__Accounting\\CreditRepository' => '?',
  2813.             'App\\Repository\\__Accounting\\InsurancePriceRepository' => '?',
  2814.             'App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository' => '?',
  2815.             'App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository' => '?',
  2816.             'App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository' => '?',
  2817.             'App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository' => '?',
  2818.             'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository' => '?',
  2819.             'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateRepository' => '?',
  2820.             'App\\Repository\\__Accounting\\RefundRepository' => '?',
  2821.             'App\\Repository\\__Accounting\\SupplierContactRepository' => '?',
  2822.             'App\\Repository\\__Accounting\\SupplierRepository' => '?',
  2823.             'App\\Repository\\__Contact\\contact\\ContactProspectRepository' => '?',
  2824.             'App\\Repository\\__Contact\\contact\\ContactRepository' => '?',
  2825.             'App\\Repository\\__Marketing\\Departure\\CrmDepartureRepository' => '?',
  2826.             'App\\Repository\\__Marketing\\Departure\\DepartureRepository' => '?',
  2827.             'App\\Repository\\__Sale\\LegalTextRepository' => '?',
  2828.             'Crea\\DocumentationBundle\\Repository\\ArticleOperationRepository' => '?',
  2829.             'Crea\\DocumentationBundle\\Repository\\ArticleRepository' => '?',
  2830.             'Crea\\DocumentationBundle\\Repository\\ChapterRepository' => '?',
  2831.             'Crea\\DocumentationBundle\\Repository\\DocumentationConfigurationRepository' => '?',
  2832.             'Crea\\EventBundle\\Repository\\EventCategoryRepository' => '?',
  2833.             'Crea\\EventBundle\\Repository\\EventConfigurationRepository' => '?',
  2834.             'Crea\\EventBundle\\Repository\\EventLogRepository' => '?',
  2835.             'Crea\\EventBundle\\Repository\\EventModelRepository' => '?',
  2836.             'Crea\\EventBundle\\Repository\\EventTypeRepository' => '?',
  2837.             'Crea\\FloaBundle\\Repository\\FloaEligibilityRepository' => '?',
  2838.             'Crea\\FloaBundle\\Repository\\FloaPaymentSessionRepository' => '?',
  2839.             'Crea\\FloaBundle\\Repository\\FloaPreEligibilityRepository' => '?',
  2840.             'Crea\\FloaBundle\\Repository\\FloaTokenRepository' => '?',
  2841.             'Crea\\HRBundle\\Repository\\PlanningCommentRepository' => '?',
  2842.             'Crea\\HRBundle\\Repository\\PlanningEventRepository' => '?',
  2843.             'Crea\\HRBundle\\Repository\\PlanningLeaveRepository' => '?',
  2844.             'Crea\\ParameterBundle\\Repository\\ParameterAttributeValueRepository' => '?',
  2845.             'Crea\\ParameterBundle\\Repository\\ParameterGroupRepository' => '?',
  2846.             'Crea\\ParameterBundle\\Repository\\ParameterRepository' => '?',
  2847.             'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeRepository' => '?',
  2848.             'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeValidValueRepository' => '?',
  2849.             'Crea\\ParameterBundle\\Repository\\ParameterTypeRepository' => '?',
  2850.             'Crea\\ProcessBundle\\Repository\\ProcessStateRepository' => '?',
  2851.             'Crea\\ProcessBundle\\Repository\\ProcessStepValidationRepository' => '?',
  2852.             'Crea\\SecurityBundle\\Repository\\ProfileRepository' => '?',
  2853.             'Crea\\SecurityBundle\\Repository\\RightRepository' => '?',
  2854.             'Crea\\SecurityBundle\\Repository\\UserGroupRepository' => '?',
  2855.             'Crea\\SecurityBundle\\Repository\\UserRepository' => '?',
  2856.             'Crea\\ToolsBundle\\Repository\\Geographic\\AddressRepository' => '?',
  2857.             'Crea\\ToolsBundle\\Repository\\Geographic\\AirportRepository' => '?',
  2858.             'Crea\\ToolsBundle\\Repository\\Geographic\\CityRepository' => '?',
  2859.             'Crea\\ToolsBundle\\Repository\\Geographic\\CountryRepository' => '?',
  2860.         ])));
  2861.         $a->addCustomStringFunction('CAST''DoctrineExtensions\\Query\\Mysql\\Cast');
  2862.         $a->addCustomStringFunction('REPLACE''DoctrineExtensions\\Query\\Mysql\\Replace');
  2863.         $a->addCustomStringFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  2864.         $a->addCustomStringFunction('FLOOR''DoctrineExtensions\\Query\\Mysql\\Floor');
  2865.         $a->addCustomDatetimeFunction('DATEDIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  2866.         $a->addCustomDatetimeFunction('NOW''DoctrineExtensions\\Query\\Mysql\\Now');
  2867.         $a->addCustomDatetimeFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  2868.         $a->addCustomDatetimeFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2869.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2870.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2871.         return $instance;
  2872.     }
  2873.     /**
  2874.      * Gets the public 'event_dispatcher' shared service.
  2875.      *
  2876.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2877.      */
  2878.     protected function getEventDispatcherService()
  2879.     {
  2880.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2881.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2882.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2883.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2884.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2885.         $instance->addListener('workflow.payment_workflow.leave', [=> function () {
  2886.             return ($this->privates['.state_machine.payment_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PaymentWorkflow_Listener_AuditTrailService'));
  2887.         }, => 'onLeave'], 0);
  2888.         $instance->addListener('workflow.payment_workflow.transition', [=> function () {
  2889.             return ($this->privates['.state_machine.payment_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PaymentWorkflow_Listener_AuditTrailService'));
  2890.         }, => 'onTransition'], 0);
  2891.         $instance->addListener('workflow.payment_workflow.enter', [=> function () {
  2892.             return ($this->privates['.state_machine.payment_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PaymentWorkflow_Listener_AuditTrailService'));
  2893.         }, => 'onEnter'], 0);
  2894.         $instance->addListener('workflow.invoiceLine_workflow.leave', [=> function () {
  2895.             return ($this->privates['.state_machine.invoiceLine_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_InvoiceLineWorkflow_Listener_AuditTrailService'));
  2896.         }, => 'onLeave'], 0);
  2897.         $instance->addListener('workflow.invoiceLine_workflow.transition', [=> function () {
  2898.             return ($this->privates['.state_machine.invoiceLine_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_InvoiceLineWorkflow_Listener_AuditTrailService'));
  2899.         }, => 'onTransition'], 0);
  2900.         $instance->addListener('workflow.invoiceLine_workflow.enter', [=> function () {
  2901.             return ($this->privates['.state_machine.invoiceLine_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_InvoiceLineWorkflow_Listener_AuditTrailService'));
  2902.         }, => 'onEnter'], 0);
  2903.         $instance->addListener('workflow.credit_workflow.leave', [=> function () {
  2904.             return ($this->privates['.state_machine.credit_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CreditWorkflow_Listener_AuditTrailService'));
  2905.         }, => 'onLeave'], 0);
  2906.         $instance->addListener('workflow.credit_workflow.transition', [=> function () {
  2907.             return ($this->privates['.state_machine.credit_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CreditWorkflow_Listener_AuditTrailService'));
  2908.         }, => 'onTransition'], 0);
  2909.         $instance->addListener('workflow.credit_workflow.enter', [=> function () {
  2910.             return ($this->privates['.state_machine.credit_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CreditWorkflow_Listener_AuditTrailService'));
  2911.         }, => 'onEnter'], 0);
  2912.         $instance->addListener('workflow.cabin_workflow.leave', [=> function () {
  2913.             return ($this->privates['.state_machine.cabin_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CabinWorkflow_Listener_AuditTrailService'));
  2914.         }, => 'onLeave'], 0);
  2915.         $instance->addListener('workflow.cabin_workflow.transition', [=> function () {
  2916.             return ($this->privates['.state_machine.cabin_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CabinWorkflow_Listener_AuditTrailService'));
  2917.         }, => 'onTransition'], 0);
  2918.         $instance->addListener('workflow.cabin_workflow.enter', [=> function () {
  2919.             return ($this->privates['.state_machine.cabin_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CabinWorkflow_Listener_AuditTrailService'));
  2920.         }, => 'onEnter'], 0);
  2921.         $instance->addListener('workflow.contract_workflow.leave', [=> function () {
  2922.             return ($this->privates['.state_machine.contract_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_ContractWorkflow_Listener_AuditTrailService'));
  2923.         }, => 'onLeave'], 0);
  2924.         $instance->addListener('workflow.contract_workflow.transition', [=> function () {
  2925.             return ($this->privates['.state_machine.contract_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_ContractWorkflow_Listener_AuditTrailService'));
  2926.         }, => 'onTransition'], 0);
  2927.         $instance->addListener('workflow.contract_workflow.enter', [=> function () {
  2928.             return ($this->privates['.state_machine.contract_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_ContractWorkflow_Listener_AuditTrailService'));
  2929.         }, => 'onEnter'], 0);
  2930.         $instance->addListener('workflow.booking_workflow.leave', [=> function () {
  2931.             return ($this->privates['.state_machine.booking_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_BookingWorkflow_Listener_AuditTrailService'));
  2932.         }, => 'onLeave'], 0);
  2933.         $instance->addListener('workflow.booking_workflow.transition', [=> function () {
  2934.             return ($this->privates['.state_machine.booking_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_BookingWorkflow_Listener_AuditTrailService'));
  2935.         }, => 'onTransition'], 0);
  2936.         $instance->addListener('workflow.booking_workflow.enter', [=> function () {
  2937.             return ($this->privates['.state_machine.booking_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_BookingWorkflow_Listener_AuditTrailService'));
  2938.         }, => 'onEnter'], 0);
  2939.         $instance->addListener('workflow.quote_web_workflow.leave', [=> function () {
  2940.             return ($this->privates['.state_machine.quote_web_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_QuoteWebWorkflow_Listener_AuditTrailService'));
  2941.         }, => 'onLeave'], 0);
  2942.         $instance->addListener('workflow.quote_web_workflow.transition', [=> function () {
  2943.             return ($this->privates['.state_machine.quote_web_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_QuoteWebWorkflow_Listener_AuditTrailService'));
  2944.         }, => 'onTransition'], 0);
  2945.         $instance->addListener('workflow.quote_web_workflow.enter', [=> function () {
  2946.             return ($this->privates['.state_machine.quote_web_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_QuoteWebWorkflow_Listener_AuditTrailService'));
  2947.         }, => 'onEnter'], 0);
  2948.         $instance->addListener('workflow.phone_call_workflow.leave', [=> function () {
  2949.             return ($this->privates['.state_machine.phone_call_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PhoneCallWorkflow_Listener_AuditTrailService'));
  2950.         }, => 'onLeave'], 0);
  2951.         $instance->addListener('workflow.phone_call_workflow.transition', [=> function () {
  2952.             return ($this->privates['.state_machine.phone_call_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PhoneCallWorkflow_Listener_AuditTrailService'));
  2953.         }, => 'onTransition'], 0);
  2954.         $instance->addListener('workflow.phone_call_workflow.enter', [=> function () {
  2955.             return ($this->privates['.state_machine.phone_call_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PhoneCallWorkflow_Listener_AuditTrailService'));
  2956.         }, => 'onEnter'], 0);
  2957.         $instance->addListener('kernel.controller', [=> function () {
  2958.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2959.         }, => 'onKernelController'], 0);
  2960.         $instance->addListener('console.command', [=> function () {
  2961.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  2962.         }, => 'onConsoleCommand'], 0);
  2963.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2964.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2965.         }, => 'checkPassport'], 1024);
  2966.         $instance->addListener('kernel.response', [=> function () {
  2967.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2968.         }, => 'onKernelResponse'], 0);
  2969.         $instance->addListener('kernel.exception', [=> function () {
  2970.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2971.         }, => 'onKernelException'], 0);
  2972.         $instance->addListener('kernel.request', [=> function () {
  2973.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2974.         }, => 'onKernelRequest'], 0);
  2975.         $instance->addListener('kernel.request', [=> function () {
  2976.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2977.         }, => 'onKernelRequest'], 250);
  2978.         $instance->addListener('kernel.response', [=> function () {
  2979.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2980.         }, => 'onKernelResponse'], 0);
  2981.         $instance->addListener('kernel.response', [=> function () {
  2982.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2983.         }, => 'onResponse'], -10);
  2984.         $instance->addListener('kernel.request', [=> function () {
  2985.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2986.         }, => 'onKernelRequest'], 28);
  2987.         $instance->addListener('kernel.request', [=> function () {
  2988.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2989.         }, => 'onKernelRequest'], 2);
  2990.         $instance->addListener('kernel.view', [=> function () {
  2991.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2992.         }, => 'onKernelView'], 16);
  2993.         $instance->addListener('kernel.view', [=> function () {
  2994.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2995.         }, => 'onKernelView'], 8);
  2996.         $instance->addListener('kernel.exception', [=> function () {
  2997.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2998.         }, => 'onKernelException'], 0);
  2999.         $instance->addListener('kernel.exception', [=> function () {
  3000.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  3001.         }, => 'onKernelException'], -96);
  3002.         $instance->addListener('kernel.view', [=> function () {
  3003.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  3004.         }, => 'onKernelView'], 32);
  3005.         $instance->addListener('kernel.request', [=> function () {
  3006.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  3007.         }, => 'onKernelRequest'], 4);
  3008.         $instance->addListener('kernel.request', [=> function () {
  3009.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  3010.         }, => 'onKernelRequest'], 0);
  3011.         $instance->addListener('kernel.response', [=> function () {
  3012.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  3013.         }, => 'onKernelResponse'], 0);
  3014.         $instance->addListener('kernel.response', [=> function () {
  3015.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  3016.         }, => 'onKernelResponse'], -1);
  3017.         $instance->addListener('kernel.view', [=> function () {
  3018.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  3019.         }, => 'onKernelView'], 64);
  3020.         $instance->addListener('kernel.request', [=> function () {
  3021.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  3022.         }, => 'onKernelRequest'], 16);
  3023.         $instance->addListener('kernel.request', [=> function () {
  3024.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3025.         }, => 'onSecurity'], 3);
  3026.         $instance->addListener('kernel.request', [=> function () {
  3027.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3028.         }, => 'onSecurityPostDenormalize'], 1);
  3029.         $instance->addListener('kernel.view', [=> function () {
  3030.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3031.         }, => 'onSecurityPostValidation'], 63);
  3032.         $instance->addListener('mailjet.event.subscribe', [=> function () {
  3033.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
  3034.         }, => 'onSubscribe'], 0);
  3035.         $instance->addListener('mailjet.event.unsubscribe', [=> function () {
  3036.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
  3037.         }, => 'onUnsubscribe'], 0);
  3038.         $instance->addListener('mailjet.event.update', [=> function () {
  3039.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
  3040.         }, => 'onUpdate'], 0);
  3041.         $instance->addListener('mailjet.event.delete', [=> function () {
  3042.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
  3043.         }, => 'onDelete'], 0);
  3044.         $instance->addListener('mailjet.event.change_email', [=> function () {
  3045.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
  3046.         }, => 'onChangeEmail'], 0);
  3047.         $instance->addListener('quote_to_booking.event.pre_process', [=> function () {
  3048.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\BookingProcessEventSubscriber'] ?? $this->load('getBookingProcessEventSubscriberService'));
  3049.         }, => 'preProcess'], 0);
  3050.         $instance->addListener('quote_to_booking.event.post_process', [=> function () {
  3051.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\BookingProcessEventSubscriber'] ?? $this->load('getBookingProcessEventSubscriberService'));
  3052.         }, => 'postProcess'], 0);
  3053.         $instance->addListener('process.response', [=> function () {
  3054.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\ProcessFullwebCostaSubscriber'] ?? $this->load('getProcessFullwebCostaSubscriberService'));
  3055.         }, => 'processResponse'], 0);
  3056.         $instance->addListener('process.response', [=> function () {
  3057.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\ProcessFullwebErrorByContextSubscriber'] ?? ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\ProcessFullwebErrorByContextSubscriber'] = new \App\BookingProcess\ProcessEventSubscriber\ProcessFullwebErrorByContextSubscriber()));
  3058.         }, => 'processResponse'], 0);
  3059.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_ERROR', [=> function () {
  3060.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3061.         }, => 'setQuoteOnError'], 256);
  3062.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_ERROR', [=> function () {
  3063.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3064.         }, => 'addManagerTask'], 254);
  3065.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_ERROR', [=> function () {
  3066.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3067.         }, => 'setQuoteOnError'], 256);
  3068.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_ERROR', [=> function () {
  3069.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3070.         }, => 'addManagerTask'], 254);
  3071.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [=> function () {
  3072.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3073.         }, => 'setQuoteOnError'], 256);
  3074.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [=> function () {
  3075.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3076.         }, => 'addManagerTask'], 254);
  3077.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [=> function () {
  3078.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3079.         }, => 'processDown'], 253);
  3080.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [=> function () {
  3081.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3082.         }, => 'setQuoteOnError'], 256);
  3083.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [=> function () {
  3084.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3085.         }, => 'addManagerTask'], 254);
  3086.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [=> function () {
  3087.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3088.         }, => 'processDown'], 253);
  3089.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_ERROR', [=> function () {
  3090.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3091.         }, => 'setQuoteOnError'], 256);
  3092.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_ERROR', [=> function () {
  3093.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3094.         }, => 'addManagerTask'], 254);
  3095.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [=> function () {
  3096.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3097.         }, => 'setQuoteOnError'], 256);
  3098.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [=> function () {
  3099.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3100.         }, => 'addManagerTask'], 254);
  3101.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [=> function () {
  3102.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3103.         }, => 'processDown'], 253);
  3104.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [=> function () {
  3105.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3106.         }, => 'setQuoteOnError'], 256);
  3107.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [=> function () {
  3108.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3109.         }, => 'addManagerTask'], 254);
  3110.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [=> function () {
  3111.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3112.         }, => 'processDown'], 253);
  3113.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [=> function () {
  3114.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3115.         }, => 'setQuoteOnError'], 256);
  3116.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [=> function () {
  3117.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3118.         }, => 'addManagerTask'], 254);
  3119.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [=> function () {
  3120.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3121.         }, => 'processDown'], 253);
  3122.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_ERROR', [=> function () {
  3123.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3124.         }, => 'setQuoteOnError'], 256);
  3125.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_ERROR', [=> function () {
  3126.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3127.         }, => 'addManagerTask'], 254);
  3128.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_ERROR', [=> function () {
  3129.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3130.         }, => 'setQuoteOnError'], 256);
  3131.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_ERROR', [=> function () {
  3132.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3133.         }, => 'addManagerTask'], 254);
  3134.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_ERROR', [=> function () {
  3135.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3136.         }, => 'setQuoteOnError'], 256);
  3137.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_ERROR', [=> function () {
  3138.             return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
  3139.         }, => 'addManagerTask'], 254);
  3140.         $instance->addListener('BOOKING_PAYMENT_CREATE', [=> function () {
  3141.             return ($this->privates['App\\EventSubscriber\\BookingEventSubscriber'] ?? $this->load('getBookingEventSubscriberService'));
  3142.         }, => 'handlePaymentEvent'], 0);
  3143.         $instance->addListener('BOOKING_PAYMENT_UPDATE', [=> function () {
  3144.             return ($this->privates['App\\EventSubscriber\\BookingEventSubscriber'] ?? $this->load('getBookingEventSubscriberService'));
  3145.         }, => 'handlePaymentEvent'], 0);
  3146.         $instance->addListener('BOOKING_PAYMENT_DELETE', [=> function () {
  3147.             return ($this->privates['App\\EventSubscriber\\BookingEventSubscriber'] ?? $this->load('getBookingEventSubscriberService'));
  3148.         }, => 'handlePaymentEvent'], 0);
  3149.         $instance->addListener('kernel.controller', [=> function () {
  3150.             return ($this->privates['App\\EventSubscriber\\KernelControllerSubscriber'] ?? $this->getKernelControllerSubscriberService());
  3151.         }, => 'onKernelController'], 0);
  3152.         $instance->addListener('kernel.request', [=> function () {
  3153.             return ($this->privates['App\\EventSubscriber\\KernelRequestSubscriber'] ?? $this->getKernelRequestSubscriberService());
  3154.         }, => 'onKernelRequest'], 0);
  3155.         $instance->addListener('floa.event.exception.missing_adapter', [=> function () {
  3156.             return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
  3157.         }, => 'handleException'], 256);
  3158.         $instance->addListener('floa.event.exception.missing_eligibility', [=> function () {
  3159.             return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
  3160.         }, => 'handleException'], 256);
  3161.         $instance->addListener('floa.event.client_exception.token', [=> function () {
  3162.             return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
  3163.         }, => 'handleException'], 256);
  3164.         $instance->addListener('floa.event.client_exception.pre_eligibility', [=> function () {
  3165.             return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
  3166.         }, => 'handleException'], 256);
  3167.         $instance->addListener('floa.event.client_exception.eligibility', [=> function () {
  3168.             return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
  3169.         }, => 'handleException'], 256);
  3170.         $instance->addListener('floa.event.client_exception.payment_session', [=> function () {
  3171.             return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
  3172.         }, => 'handleException'], 256);
  3173.         $instance->addListener('migration.event.init.missing.import.service.exception', [=> function () {
  3174.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3175.         }, => 'handle'], 256);
  3176.         $instance->addListener('migration.event.init.missing.history.service.exception', [=> function () {
  3177.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3178.         }, => 'handle'], 256);
  3179.         $instance->addListener('migration.event.init.missing.load.service.exception', [=> function () {
  3180.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3181.         }, => 'handle'], 256);
  3182.         $instance->addListener('migration.event.init.missing.mapping.rules.service.exception', [=> function () {
  3183.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3184.         }, => 'handle'], 256);
  3185.         $instance->addListener('migration.event.init.missing.mapping.generator.service.exception', [=> function () {
  3186.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3187.         }, => 'handle'], 256);
  3188.         $instance->addListener('migration.event.init.missing.mapping.service.exception', [=> function () {
  3189.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3190.         }, => 'handle'], 256);
  3191.         $instance->addListener('migration.event.init.delete.log.exception', [=> function () {
  3192.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3193.         }, => 'handle'], 256);
  3194.         $instance->addListener('migration.event.init.truncate.table.exception', [=> function () {
  3195.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3196.         }, => 'handle'], 256);
  3197.         $instance->addListener('migration.event.init.data.exception', [=> function () {
  3198.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3199.         }, => 'handle'], 256);
  3200.         $instance->addListener('migration.event.import.missing.manager.exception', [=> function () {
  3201.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3202.         }, => 'handle'], 256);
  3203.         $instance->addListener('migration.event.import.missing.normalizer.exception', [=> function () {
  3204.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3205.         }, => 'handle'], 256);
  3206.         $instance->addListener('migration.event.import.missing.file.exception', [=> function () {
  3207.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3208.         }, => 'handle'], 256);
  3209.         $instance->addListener('migration.event.import.global.exception', [=> function () {
  3210.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3211.         }, => 'handle'], 256);
  3212.         $instance->addListener('migration.event.import.normalizer.exception', [=> function () {
  3213.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3214.         }, => 'handle'], 256);
  3215.         $instance->addListener('migration.event.import.create.exception', [=> function () {
  3216.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3217.         }, => 'handle'], 256);
  3218.         $instance->addListener('migration.event.import.post.import.exception', [=> function () {
  3219.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3220.         }, => 'handle'], 256);
  3221.         $instance->addListener('migration.event.import.not_imported_content.exception', [=> function () {
  3222.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3223.         }, => 'handle'], 256);
  3224.         $instance->addListener('migration.event.import.checker.exception', [=> function () {
  3225.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3226.         }, => 'handle'], 256);
  3227.         $instance->addListener('migration.event.import.remover.exception', [=> function () {
  3228.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3229.         }, => 'handle'], 256);
  3230.         $instance->addListener('migration.event.import.delete.content.exception', [=> function () {
  3231.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3232.         }, => 'handle'], 256);
  3233.         $instance->addListener('migration.event.history.missing.manager.exception', [=> function () {
  3234.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3235.         }, => 'handle'], 256);
  3236.         $instance->addListener('migration.event.history.no.data.exception', [=> function () {
  3237.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3238.         }, => 'handle'], 256);
  3239.         $instance->addListener('migration.event.history.global.exception', [=> function () {
  3240.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3241.         }, => 'handle'], 256);
  3242.         $instance->addListener('migration.event.history.create.exception', [=> function () {
  3243.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3244.         }, => 'handle'], 256);
  3245.         $instance->addListener('migration.event.history.checker.exception', [=> function () {
  3246.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3247.         }, => 'handle'], 256);
  3248.         $instance->addListener('migration.event.mapping.rules.missing.manager.exception', [=> function () {
  3249.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3250.         }, => 'handle'], 256);
  3251.         $instance->addListener('migration.event.mapping.rules.missing.normalizer.exception', [=> function () {
  3252.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3253.         }, => 'handle'], 256);
  3254.         $instance->addListener('migration.event.mapping.rules.missing.file.exception', [=> function () {
  3255.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3256.         }, => 'handle'], 256);
  3257.         $instance->addListener('migration.event.mapping.rules.global.exception', [=> function () {
  3258.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3259.         }, => 'handle'], 256);
  3260.         $instance->addListener('migration.event.mapping.rules.normalizer.exception', [=> function () {
  3261.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3262.         }, => 'handle'], 256);
  3263.         $instance->addListener('migration.event.mapping.rules.create.exception', [=> function () {
  3264.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3265.         }, => 'handle'], 256);
  3266.         $instance->addListener('migration.event.mapping.rules.not_imported_content.exception', [=> function () {
  3267.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3268.         }, => 'handle'], 256);
  3269.         $instance->addListener('migration.event.mapping.exception', [=> function () {
  3270.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3271.         }, => 'handle'], 256);
  3272.         $instance->addListener('migration.event.mapping.missing.repository.exception', [=> function () {
  3273.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3274.         }, => 'handle'], 256);
  3275.         $instance->addListener('migration.event.mapping.missing.manager.exception', [=> function () {
  3276.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3277.         }, => 'handle'], 256);
  3278.         $instance->addListener('migration.event.mapping.init.service.parameter.values.exception', [=> function () {
  3279.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3280.         }, => 'handle'], 256);
  3281.         $instance->addListener('migration.event.mapping.not.used.mapping.rule.exception', [=> function () {
  3282.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3283.         }, => 'handle'], 256);
  3284.         $instance->addListener('migration.event.load.init.data.exception', [=> function () {
  3285.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3286.         }, => 'handle'], 256);
  3287.         $instance->addListener('migration.event.load.global.exception', [=> function () {
  3288.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3289.         }, => 'handle'], 256);
  3290.         $instance->addListener('migration.event.load.no.data.exception', [=> function () {
  3291.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3292.         }, => 'handle'], 256);
  3293.         $instance->addListener('migration.event.load.upsert.exception', [=> function () {
  3294.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3295.         }, => 'handle'], 256);
  3296.         $instance->addListener('migration.event.load.post_load.exception', [=> function () {
  3297.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3298.         }, => 'handle'], 256);
  3299.         $instance->addListener('migration.event.load.post_load.calculation.exception', [=> function () {
  3300.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3301.         }, => 'handle'], 256);
  3302.         $instance->addListener('migration.event.load.post_load.document_generation.exception', [=> function () {
  3303.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3304.         }, => 'handle'], 256);
  3305.         $instance->addListener('migration.event.load.not_loaded_content.exception', [=> function () {
  3306.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3307.         }, => 'handle'], 256);
  3308.         $instance->addListener('migration.event.load.init_data_after_error.exception', [=> function () {
  3309.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3310.         }, => 'handle'], 256);
  3311.         $instance->addListener('migration.event.send.email.exception', [=> function () {
  3312.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3313.         }, => 'handle'], 256);
  3314.         $instance->addListener('migration.event.post.load.global.exception', [=> function () {
  3315.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3316.         }, => 'handle'], 256);
  3317.         $instance->addListener('migration.event.import.normalizer.warning', [=> function () {
  3318.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3319.         }, => 'handle'], 256);
  3320.         $instance->addListener('migration.event.import.normalizer.max.length.warning', [=> function () {
  3321.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3322.         }, => 'handle'], 256);
  3323.         $instance->addListener('migration.event.import.normalizer.missing.get.data.index.warning', [=> function () {
  3324.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3325.         }, => 'handle'], 256);
  3326.         $instance->addListener('migration.event.import.normalizer.datetime.syntax.warning', [=> function () {
  3327.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3328.         }, => 'handle'], 256);
  3329.         $instance->addListener('migration.event.import.normalizer.datetime.create.warning', [=> function () {
  3330.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3331.         }, => 'handle'], 256);
  3332.         $instance->addListener('migration.event.import.normalizer.int.syntax.warning', [=> function () {
  3333.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3334.         }, => 'handle'], 256);
  3335.         $instance->addListener('migration.event.import.normalizer.missing.enum.data.warning', [=> function () {
  3336.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3337.         }, => 'handle'], 256);
  3338.         $instance->addListener('migration.event.import.normalizer.float.syntax.warning', [=> function () {
  3339.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3340.         }, => 'handle'], 256);
  3341.         $instance->addListener('migration.event.import.normalizer.tel.syntax.warning', [=> function () {
  3342.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3343.         }, => 'handle'], 256);
  3344.         $instance->addListener('migration.event.import.normalizer.bool.syntax.warning', [=> function () {
  3345.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3346.         }, => 'handle'], 256);
  3347.         $instance->addListener('migration.event.import.normalizer.contact.passenger.not.imported.warning', [=> function () {
  3348.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3349.         }, => 'handle'], 256);
  3350.         $instance->addListener('migration.event.import.normalizer.imported.contact.prefixed.warning', [=> function () {
  3351.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3352.         }, => 'handle'], 256);
  3353.         $instance->addListener('migration.event.import.normalizer.existed.double.contact.prefixed.warning', [=> function () {
  3354.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3355.         }, => 'handle'], 256);
  3356.         $instance->addListener('migration.event.import.normalizer.unknown.city.warning', [=> function () {
  3357.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3358.         }, => 'handle'], 256);
  3359.         $instance->addListener('migration.event.import.normalizer.unknown.country.warning', [=> function () {
  3360.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3361.         }, => 'handle'], 256);
  3362.         $instance->addListener('migration.event.import.normalizer.unknown.contact.warning', [=> function () {
  3363.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3364.         }, => 'handle'], 256);
  3365.         $instance->addListener('migration.event.import.normalizer.unknown.partner_by_contact.warning', [=> function () {
  3366.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3367.         }, => 'handle'], 256);
  3368.         $instance->addListener('migration.event.import.normalizer.unknown.user.warning', [=> function () {
  3369.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3370.         }, => 'handle'], 256);
  3371.         $instance->addListener('migration.event.import.normalizer.unknown.partner.warning', [=> function () {
  3372.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3373.         }, => 'handle'], 256);
  3374.         $instance->addListener('migration.event.import.normalizer.unknown.booking.warning', [=> function () {
  3375.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3376.         }, => 'handle'], 256);
  3377.         $instance->addListener('migration.event.import.normalizer.unknown.quote.warning', [=> function () {
  3378.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3379.         }, => 'handle'], 256);
  3380.         $instance->addListener('migration.event.import.normalizer.unknown.quote.passenger.warning', [=> function () {
  3381.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3382.         }, => 'handle'], 256);
  3383.         $instance->addListener('migration.event.import.normalizer.unknown.quote.cruise_history.warning', [=> function () {
  3384.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3385.         }, => 'handle'], 256);
  3386.         $instance->addListener('migration.event.import.normalizer.unknown.quote.cabin_category_history.warning', [=> function () {
  3387.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3388.         }, => 'handle'], 256);
  3389.         $instance->addListener('migration.event.import.normalizer.unknown.prospect_request.warning', [=> function () {
  3390.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3391.         }, => 'handle'], 256);
  3392.         $instance->addListener('migration.event.import.normalizer.unknown.booking.passenger.warning', [=> function () {
  3393.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3394.         }, => 'handle'], 256);
  3395.         $instance->addListener('migration.event.import.normalizer.unknown.invoice.warning', [=> function () {
  3396.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3397.         }, => 'handle'], 256);
  3398.         $instance->addListener('migration.event.import.normalizer.unknown.supplier.warning', [=> function () {
  3399.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3400.         }, => 'handle'], 256);
  3401.         $instance->addListener('migration.event.import.checker.import.warning', [=> function () {
  3402.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3403.         }, => 'handle'], 256);
  3404.         $instance->addListener('migration.event.import.remover.import.warning', [=> function () {
  3405.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3406.         }, => 'handle'], 256);
  3407.         $instance->addListener('migration.event.history.checker.import.warning', [=> function () {
  3408.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3409.         }, => 'handle'], 256);
  3410.         $instance->addListener('migration.event.mapping.rules.normalizer.warning', [=> function () {
  3411.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3412.         }, => 'handle'], 256);
  3413.         $instance->addListener('migration.event.mapping.rules.normalizer.max.length.warning', [=> function () {
  3414.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3415.         }, => 'handle'], 256);
  3416.         $instance->addListener('migration.event.mapping.rules.normalizer.missing.get.data.index.warning', [=> function () {
  3417.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3418.         }, => 'handle'], 256);
  3419.         $instance->addListener('migration.event.mapping.rules.normalizer.int.syntax.warning', [=> function () {
  3420.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3421.         }, => 'handle'], 256);
  3422.         $instance->addListener('migration.event.mapping.rules.normalizer.float.syntax.warning', [=> function () {
  3423.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3424.         }, => 'handle'], 256);
  3425.         $instance->addListener('migration.event.mapping.rules.normalizer.missing.enum.data.warning', [=> function () {
  3426.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3427.         }, => 'handle'], 256);
  3428.         $instance->addListener('migration.event.mapping.rules.normalizer.bool.syntax.warning', [=> function () {
  3429.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3430.         }, => 'handle'], 256);
  3431.         $instance->addListener('migration.event.mapping.rules.normalizer.unknown.supplier.warning', [=> function () {
  3432.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3433.         }, => 'handle'], 256);
  3434.         $instance->addListener('migration.event.mapping.rules.normalizer.unknown.partner.warning', [=> function () {
  3435.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3436.         }, => 'handle'], 256);
  3437.         $instance->addListener('migration.event.mapping.rules.normalizer.unknown.company.warning', [=> function () {
  3438.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3439.         }, => 'handle'], 256);
  3440.         $instance->addListener('migration.event.mapping.rules.normalizer.unknown.product.subcategory.warning', [=> function () {
  3441.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3442.         }, => 'handle'], 256);
  3443.         $instance->addListener('migration.event.mapping.rules.normalizer.unknown.mapping.rules.service.warning', [=> function () {
  3444.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3445.         }, => 'handle'], 256);
  3446.         $instance->addListener('migration.event.mapping.rules.normalizer.unknown.mapping.rules.service.parameter.warning', [=> function () {
  3447.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3448.         }, => 'handle'], 256);
  3449.         $instance->addListener('migration.event.load.upsert.warning', [=> function () {
  3450.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3451.         }, => 'handle'], 256);
  3452.         $instance->addListener('migration.event.load.post_load.calculation.warning', [=> function () {
  3453.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3454.         }, => 'handle'], 256);
  3455.         $instance->addListener('migration.event.load.post_load.balance.warning', [=> function () {
  3456.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3457.         }, => 'handle'], 256);
  3458.         $instance->addListener('migration.event.load.post_load.missing.crm.amount.warning', [=> function () {
  3459.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3460.         }, => 'handle'], 256);
  3461.         $instance->addListener('migration.event.load.post_load.different.crm.amount.warning', [=> function () {
  3462.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3463.         }, => 'handle'], 256);
  3464.         $instance->addListener('migration.event.init.delete.log.information', [=> function () {
  3465.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3466.         }, => 'handle'], 256);
  3467.         $instance->addListener('migration.event.init.truncate.information', [=> function () {
  3468.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3469.         }, => 'handle'], 256);
  3470.         $instance->addListener('migration.event.import.start.information', [=> function () {
  3471.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3472.         }, => 'handle'], 256);
  3473.         $instance->addListener('migration.event.import.end.information', [=> function () {
  3474.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3475.         }, => 'handle'], 256);
  3476.         $instance->addListener('migration.event.import.no.filter.service.information', [=> function () {
  3477.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3478.         }, => 'handle'], 256);
  3479.         $instance->addListener('migration.event.import.filtered.data.information', [=> function () {
  3480.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3481.         }, => 'handle'], 256);
  3482.         $instance->addListener('migration.event.import.no.post.import.service.information', [=> function () {
  3483.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3484.         }, => 'handle'], 256);
  3485.         $instance->addListener('migration.event.import.post.import.information', [=> function () {
  3486.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3487.         }, => 'handle'], 256);
  3488.         $instance->addListener('migration.event.import.no.check.import.service.information', [=> function () {
  3489.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3490.         }, => 'handle'], 256);
  3491.         $instance->addListener('migration.event.import.check.import.information', [=> function () {
  3492.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3493.         }, => 'handle'], 256);
  3494.         $instance->addListener('migration.event.import.result.information', [=> function () {
  3495.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3496.         }, => 'handle'], 256);
  3497.         $instance->addListener('migration.event.history.start.information', [=> function () {
  3498.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3499.         }, => 'handle'], 256);
  3500.         $instance->addListener('migration.event.history.end.information', [=> function () {
  3501.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3502.         }, => 'handle'], 256);
  3503.         $instance->addListener('migration.event.import.no.check.history.service.information', [=> function () {
  3504.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3505.         }, => 'handle'], 256);
  3506.         $instance->addListener('migration.event.import.check.history.information', [=> function () {
  3507.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3508.         }, => 'handle'], 256);
  3509.         $instance->addListener('migration.event.history.result.information', [=> function () {
  3510.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3511.         }, => 'handle'], 256);
  3512.         $instance->addListener('migration.event.mapping.rules.delete.log.information', [=> function () {
  3513.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3514.         }, => 'handle'], 256);
  3515.         $instance->addListener('migration.event.mapping.rules.start.information', [=> function () {
  3516.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3517.         }, => 'handle'], 256);
  3518.         $instance->addListener('migration.event.mapping.rules.end.information', [=> function () {
  3519.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3520.         }, => 'handle'], 256);
  3521.         $instance->addListener('migration.event.mapping.rules.no.filter.service.information', [=> function () {
  3522.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3523.         }, => 'handle'], 256);
  3524.         $instance->addListener('migration.event.mapping.rules.filtered.data.information', [=> function () {
  3525.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3526.         }, => 'handle'], 256);
  3527.         $instance->addListener('migration.event.mapping.rules.result.information', [=> function () {
  3528.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3529.         }, => 'handle'], 256);
  3530.         $instance->addListener('migration.event.mapping.delete.log.information', [=> function () {
  3531.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3532.         }, => 'handle'], 256);
  3533.         $instance->addListener('migration.event.mapping.init.service.parameter.values.information', [=> function () {
  3534.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3535.         }, => 'handle'], 256);
  3536.         $instance->addListener('migration.event.mapping.start.information', [=> function () {
  3537.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3538.         }, => 'handle'], 256);
  3539.         $instance->addListener('migration.event.mapping.end.information', [=> function () {
  3540.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3541.         }, => 'handle'], 256);
  3542.         $instance->addListener('migration.event.mapping.mapped.content.information', [=> function () {
  3543.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3544.         }, => 'handle'], 256);
  3545.         $instance->addListener('migration.event.mapping.result.information', [=> function () {
  3546.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3547.         }, => 'handle'], 256);
  3548.         $instance->addListener('migration.event.load.start.information', [=> function () {
  3549.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3550.         }, => 'handle'], 256);
  3551.         $instance->addListener('migration.event.load.end.information', [=> function () {
  3552.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3553.         }, => 'handle'], 256);
  3554.         $instance->addListener('migration.event.load.result.information', [=> function () {
  3555.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3556.         }, => 'handle'], 256);
  3557.         $instance->addListener('migration.event.load.no.post.load.service.information', [=> function () {
  3558.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3559.         }, => 'handle'], 256);
  3560.         $instance->addListener('migration.event.load.post.load.information', [=> function () {
  3561.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3562.         }, => 'handle'], 256);
  3563.         $instance->addListener('migration.event.post.load.information', [=> function () {
  3564.             return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
  3565.         }, => 'handle'], 256);
  3566.         $instance->addListener('kernel.response', [=> function () {
  3567.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3568.         }, => 'onKernelResponse'], 0);
  3569.         $instance->addListener('kernel.response', [=> function () {
  3570.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3571.         }, => 'onKernelResponse'], -1024);
  3572.         $instance->addListener('kernel.request', [=> function () {
  3573.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3574.         }, => 'setDefaultLocale'], 100);
  3575.         $instance->addListener('kernel.request', [=> function () {
  3576.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3577.         }, => 'onKernelRequest'], 16);
  3578.         $instance->addListener('kernel.finish_request', [=> function () {
  3579.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3580.         }, => 'onKernelFinishRequest'], 0);
  3581.         $instance->addListener('kernel.request', [=> function () {
  3582.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3583.         }, => 'onKernelRequest'], 256);
  3584.         $instance->addListener('kernel.response', [=> function () {
  3585.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3586.         }, => 'onResponse'], -255);
  3587.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3588.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3589.         }, => 'onControllerArguments'], 0);
  3590.         $instance->addListener('kernel.exception', [=> function () {
  3591.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3592.         }, => 'logKernelException'], 0);
  3593.         $instance->addListener('kernel.exception', [=> function () {
  3594.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3595.         }, => 'onKernelException'], -128);
  3596.         $instance->addListener('kernel.response', [=> function () {
  3597.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3598.         }, => 'removeCspHeader'], -128);
  3599.         $instance->addListener('kernel.request', [=> function () {
  3600.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3601.         }, => 'onKernelRequest'], 15);
  3602.         $instance->addListener('kernel.finish_request', [=> function () {
  3603.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3604.         }, => 'onKernelFinishRequest'], -15);
  3605.         $instance->addListener('console.error', [=> function () {
  3606.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  3607.         }, => 'onConsoleError'], -128);
  3608.         $instance->addListener('console.terminate', [=> function () {
  3609.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  3610.         }, => 'onConsoleTerminate'], -128);
  3611.         $instance->addListener('console.error', [=> function () {
  3612.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3613.         }, => 'onConsoleError'], 0);
  3614.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3615.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_SENDER_EMAIL'), [])));
  3616.         }, => 'onMessage'], -255);
  3617.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3618.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3619.         }, => 'onMessage'], -255);
  3620.         $instance->addListener('kernel.request', [=> function () {
  3621.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3622.         }, => 'configure'], 2048);
  3623.         $instance->addListener('console.command', [=> function () {
  3624.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3625.         }, => 'configure'], 2048);
  3626.         $instance->addListener('kernel.request', [=> function () {
  3627.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3628.         }, => 'onKernelRequest'], 32);
  3629.         $instance->addListener('kernel.finish_request', [=> function () {
  3630.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3631.         }, => 'onKernelFinishRequest'], 0);
  3632.         $instance->addListener('kernel.exception', [=> function () {
  3633.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3634.         }, => 'onKernelException'], -64);
  3635.         $instance->addListener('kernel.response', [=> function () {
  3636.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3637.         }, => 'onKernelResponse'], 0);
  3638.         $instance->addListener('kernel.request', [=> function () {
  3639.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3640.         }, => 'onKernelRequest'], 128);
  3641.         $instance->addListener('kernel.response', [=> function () {
  3642.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3643.         }, => 'onKernelResponse'], -1000);
  3644.         $instance->addListener('kernel.finish_request', [=> function () {
  3645.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3646.         }, => 'onFinishRequest'], 0);
  3647.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3648.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  3649.         }, => 'onMessageFailed'], 100);
  3650.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3651.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  3652.         }, => 'onMessageFailed'], 200);
  3653.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3654.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  3655.         }, => 'onMessageFailed'], -100);
  3656.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3657.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  3658.         }, => 'onWorkerRunning'], 100);
  3659.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3660.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  3661.         }, => 'onWorkerStarted'], 0);
  3662.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3663.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  3664.         }, => 'onWorkerRunning'], 0);
  3665.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3666.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  3667.         }, => 'onWorkerStarted'], 100);
  3668.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3669.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  3670.         }, => 'onMessageFailed'], 0);
  3671.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3672.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  3673.         }, => 'onWorkerRunning'], 0);
  3674.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  3675.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  3676.         }, => 'onNotification'], -255);
  3677.         $instance->addListener('kernel.response', [=> function () {
  3678.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3679.         }, => 'onKernelResponse'], -100);
  3680.         $instance->addListener('kernel.exception', [=> function () {
  3681.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3682.         }, => 'onKernelException'], 0);
  3683.         $instance->addListener('kernel.terminate', [=> function () {
  3684.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3685.         }, => 'onKernelTerminate'], -1024);
  3686.         $instance->addListener('kernel.controller', [=> function () {
  3687.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3688.         }, => 'onKernelController'], 0);
  3689.         $instance->addListener('kernel.response', [=> function () {
  3690.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3691.         }, => 'onKernelResponse'], 0);
  3692.         $instance->addListener('kernel.controller', [=> function () {
  3693.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3694.         }, => 'onKernelController'], 0);
  3695.         $instance->addListener('kernel.controller', [=> function () {
  3696.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3697.         }, => 'onKernelController'], 0);
  3698.         $instance->addListener('kernel.controller', [=> function () {
  3699.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3700.         }, => 'onKernelController'], -128);
  3701.         $instance->addListener('kernel.view', [=> function () {
  3702.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3703.         }, => 'onKernelView'], 0);
  3704.         $instance->addListener('kernel.controller', [=> function () {
  3705.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3706.         }, => 'onKernelController'], 0);
  3707.         $instance->addListener('kernel.response', [=> function () {
  3708.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3709.         }, => 'onKernelResponse'], 0);
  3710.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3711.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3712.         }, => 'onKernelControllerArguments'], 0);
  3713.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3714.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3715.         }, => 'onKernelControllerArguments'], 0);
  3716.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3717.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  3718.         }, => 'onWorkerMessageHandled'], 0);
  3719.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3720.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  3721.         }, => 'onWorkerMessageFailed'], 0);
  3722.         $instance->addListener('kernel.response', [=> function () {
  3723.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3724.         }, => 'onKernelResponse'], 0);
  3725.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3726.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3727.         }, => 'checkPassport'], 0);
  3728.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3729.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3730.         }, => 'onLoginSuccess'], 0);
  3731.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3732.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  3733.         }, => 'onVoterVote'], 0);
  3734.         $instance->addListener('kernel.request', [=> function () {
  3735.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3736.         }, => 'configureLogoutUrlGenerator'], 8);
  3737.         $instance->addListener('kernel.request', [=> function () {
  3738.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3739.         }, => 'onKernelRequest'], 8);
  3740.         $instance->addListener('kernel.finish_request', [=> function () {
  3741.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3742.         }, => 'onKernelFinishRequest'], 0);
  3743.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3744.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  3745.         }, => 'onMessage'], 0);
  3746.         $instance->addListener('kernel.response', [=> function () {
  3747.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3748.         }, => 'onKernelResponse'], -128);
  3749.         $instance->addListener('console.command', [=> function () {
  3750.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3751.         }, => 'onCommand'], 255);
  3752.         $instance->addListener('console.terminate', [=> function () {
  3753.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3754.         }, => 'onTerminate'], -255);
  3755.         $instance->addListener('console.command', [=> function () {
  3756.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  3757.         }, => 'configure'], 1024);
  3758.         $instance->addListener('console.error', [=> function () {
  3759.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3760.         }, => 'onConsoleError'], 0);
  3761.         $instance->addListener('console.terminate', [=> function () {
  3762.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3763.         }, => 'onConsoleTerminate'], 0);
  3764.         $instance->addListener('kernel.finish_request', [=> function () {
  3765.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3766.         }, => 'resetAssets'], 0);
  3767.         $instance->addListener('knp_pager.before', [=> function () {
  3768.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3769.         }, => 'before'], 0);
  3770.         $instance->addListener('knp_pager.pagination', [=> function () {
  3771.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3772.         }, => 'pagination'], 0);
  3773.         $instance->addListener('knp_pager.before', [=> function () {
  3774.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3775.         }, => 'before'], 1);
  3776.         $instance->addListener('knp_pager.before', [=> function () {
  3777.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3778.         }, => 'before'], 1);
  3779.         $instance->addListener('knp_pager.pagination', [=> function () {
  3780.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3781.         }, => 'pagination'], 1);
  3782.         $instance->addListener('floa.event.exception.missing_adapter', [=> function () {
  3783.             return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3784.         }, => 'handleException'], 256);
  3785.         $instance->addListener('floa.event.exception.missing_eligibility', [=> function () {
  3786.             return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3787.         }, => 'handleException'], 256);
  3788.         $instance->addListener('floa.event.client_exception.token', [=> function () {
  3789.             return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3790.         }, => 'handleException'], 256);
  3791.         $instance->addListener('floa.event.client_exception.pre_eligibility', [=> function () {
  3792.             return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3793.         }, => 'handleException'], 256);
  3794.         $instance->addListener('floa.event.client_exception.eligibility', [=> function () {
  3795.             return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3796.         }, => 'handleException'], 256);
  3797.         $instance->addListener('floa.event.client_exception.payment_session', [=> function () {
  3798.             return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3799.         }, => 'handleException'], 256);
  3800.         $instance->addListener('kernel.controller', [=> function () {
  3801.             return ($this->privates['Crea\\SecurityBundle\\EventListener\\HasAccessListener'] ?? $this->getHasAccessListenerService());
  3802.         }, => 'onKernelController'], -1);
  3803.         $instance->addListener('EVENT_MODEL_TEST_ERROR', [=> function () {
  3804.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3805.         }, => 'handle'], 256);
  3806.         $instance->addListener('EVENT_MODEL_TEST_WARNING', [=> function () {
  3807.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3808.         }, => 'handle'], 256);
  3809.         $instance->addListener('EVENT_MODEL_TEST_INFORMATION', [=> function () {
  3810.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3811.         }, => 'handle'], 256);
  3812.         $instance->addListener('BOOKING_PAYMENT_CREATE', [=> function () {
  3813.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3814.         }, => 'handle'], 256);
  3815.         $instance->addListener('BOOKING_PAYMENT_UPDATE', [=> function () {
  3816.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3817.         }, => 'handle'], 256);
  3818.         $instance->addListener('BOOKING_PAYMENT_DELETE', [=> function () {
  3819.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3820.         }, => 'handle'], 256);
  3821.         $instance->addListener('BOOKING_PAYMENT_SEND_ACK', [=> function () {
  3822.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3823.         }, => 'handle'], 256);
  3824.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_SUCCESS', [=> function () {
  3825.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3826.         }, => 'handle'], 256);
  3827.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_SUCCESS', [=> function () {
  3828.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3829.         }, => 'handle'], 256);
  3830.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [=> function () {
  3831.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3832.         }, => 'handle'], 256);
  3833.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_CREDITS_WARNING', [=> function () {
  3834.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3835.         }, => 'handle'], 256);
  3836.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [=> function () {
  3837.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3838.         }, => 'handle'], 256);
  3839.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_SUCCESS', [=> function () {
  3840.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3841.         }, => 'handle'], 256);
  3842.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_ERROR', [=> function () {
  3843.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3844.         }, => 'handle'], 256);
  3845.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_SUCCESS', [=> function () {
  3846.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3847.         }, => 'handle'], 256);
  3848.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [=> function () {
  3849.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3850.         }, => 'handle'], 256);
  3851.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_SUCCESS', [=> function () {
  3852.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3853.         }, => 'handle'], 256);
  3854.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [=> function () {
  3855.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3856.         }, => 'handle'], 256);
  3857.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_SUCCESS', [=> function () {
  3858.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3859.         }, => 'handle'], 256);
  3860.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_ERROR', [=> function () {
  3861.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3862.         }, => 'handle'], 256);
  3863.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_SUCCESS', [=> function () {
  3864.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3865.         }, => 'handle'], 256);
  3866.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_ERROR', [=> function () {
  3867.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3868.         }, => 'handle'], 256);
  3869.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_SUCCESS', [=> function () {
  3870.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3871.         }, => 'handle'], 256);
  3872.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_ERROR', [=> function () {
  3873.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3874.         }, => 'handle'], 256);
  3875.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_SUCCESS', [=> function () {
  3876.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3877.         }, => 'handle'], 256);
  3878.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_ERROR', [=> function () {
  3879.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3880.         }, => 'handle'], 256);
  3881.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_SUCCESS', [=> function () {
  3882.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3883.         }, => 'handle'], 256);
  3884.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_ERROR', [=> function () {
  3885.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3886.         }, => 'handle'], 256);
  3887.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_SUCCESS', [=> function () {
  3888.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3889.         }, => 'handle'], 256);
  3890.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [=> function () {
  3891.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3892.         }, => 'handle'], 256);
  3893.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_ERROR_UNKNOWN', [=> function () {
  3894.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3895.         }, => 'handle'], 256);
  3896.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_ERROR_PROCESS_DOWN', [=> function () {
  3897.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3898.         }, => 'handle'], 256);
  3899.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_SUCCESS', [=> function () {
  3900.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3901.         }, => 'handle'], 256);
  3902.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_CALLED', [=> function () {
  3903.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3904.         }, => 'handle'], 256);
  3905.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_ERROR_NO_PAYMENT', [=> function () {
  3906.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3907.         }, => 'handle'], 256);
  3908.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_ERROR_INVALID_REQUEST', [=> function () {
  3909.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3910.         }, => 'handle'], 256);
  3911.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_ACCEPT', [=> function () {
  3912.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3913.         }, => 'handle'], 256);
  3914.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_DECLINE', [=> function () {
  3915.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3916.         }, => 'handle'], 256);
  3917.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_CANCEL', [=> function () {
  3918.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3919.         }, => 'handle'], 256);
  3920.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_EXCEPTION', [=> function () {
  3921.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3922.         }, => 'handle'], 256);
  3923.         $instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_WAITING', [=> function () {
  3924.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3925.         }, => 'handle'], 256);
  3926.         $instance->addListener('PROCESS_QUOTE_TRANSFORMATION_BEGIN', [=> function () {
  3927.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3928.         }, => 'handle'], 256);
  3929.         $instance->addListener('PROSPECT_REQUEST_REMINDER_SUCCESSFUL_CALL', [=> function () {
  3930.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3931.         }, => 'handle'], 256);
  3932.         $instance->addListener('PROSPECT_REQUEST_REMINDER_NO_RESPONSE_CALL', [=> function () {
  3933.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3934.         }, => 'handle'], 256);
  3935.         $instance->addListener('PROSPECT_REQUEST_REMINDER_MAIL_SEND', [=> function () {
  3936.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3937.         }, => 'handle'], 256);
  3938.         $instance->addListener('PROSPECT_REQUEST_REMINDER_MAIL_FAILED', [=> function () {
  3939.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3940.         }, => 'handle'], 256);
  3941.         $instance->addListener('PROSPECT_REQUEST_REMINDER_OTHER', [=> function () {
  3942.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3943.         }, => 'handle'], 256);
  3944.         $instance->addListener('PROSPECT_REQUEST_STATUS_CHANGE', [=> function () {
  3945.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3946.         }, => 'handle'], 256);
  3947.         $instance->addListener('PROSPECT_REQUEST_ASSIGNMENT', [=> function () {
  3948.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3949.         }, => 'handle'], 256);
  3950.         $instance->addListener('PROSPECT_REQUEST_CREATE', [=> function () {
  3951.             return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
  3952.         }, => 'handle'], 256);
  3953.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3954.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3955.         }, => 'checkPassport'], 512);
  3956.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3957.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3958.         }, => 'onLogout'], 0);
  3959.         return $instance;
  3960.     }
  3961.     /**
  3962.      * Gets the public 'http_kernel' shared service.
  3963.      *
  3964.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3965.      */
  3966.     protected function getHttpKernelService()
  3967.     {
  3968.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3969.         if (isset($this->services['http_kernel'])) {
  3970.             return $this->services['http_kernel'];
  3971.         }
  3972.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3973.         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'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3974.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3975.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3976.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3977.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3978.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3979.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3980.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3981.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3982.         }, 8)), $b));
  3983.     }
  3984.     /**
  3985.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3986.      *
  3987.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3988.      */
  3989.     protected function getLiipImagine_Cache_ManagerService()
  3990.     {
  3991.         $a = ($this->services['router'] ?? $this->getRouterService());
  3992.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3993.             return $this->services['liip_imagine.cache.manager'];
  3994.         }
  3995.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3996.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3997.             return $this->services['liip_imagine.cache.manager'];
  3998.         }
  3999.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $b'default'false);
  4000.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  4001.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  4002.         return $instance;
  4003.     }
  4004.     /**
  4005.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  4006.      *
  4007.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  4008.      */
  4009.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  4010.     {
  4011.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  4012.     }
  4013.     /**
  4014.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  4015.      *
  4016.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  4017.      */
  4018.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  4019.     {
  4020.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  4021.     }
  4022.     /**
  4023.      * Gets the public 'liip_imagine.cache.signer' shared service.
  4024.      *
  4025.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  4026.      */
  4027.     protected function getLiipImagine_Cache_SignerService()
  4028.     {
  4029.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  4030.     }
  4031.     /**
  4032.      * Gets the public 'messenger.default_bus' shared service.
  4033.      *
  4034.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4035.      */
  4036.     protected function getMessenger_DefaultBusService()
  4037.     {
  4038.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4039.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  4040.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  4041.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4042.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4043.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4044.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  4045.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  4046.         }, 7)));
  4047.     }
  4048.     /**
  4049.      * Gets the public 'monolog.logger.deprecation' shared service.
  4050.      *
  4051.      * @return \Symfony\Bridge\Monolog\Logger
  4052.      */
  4053.     protected function getMonolog_Logger_DeprecationService()
  4054.     {
  4055.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  4056.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4057.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4058.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4059.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4060.         return $instance;
  4061.     }
  4062.     /**
  4063.      * Gets the public 'monolog.logger.notification' shared service.
  4064.      *
  4065.      * @return \Symfony\Bridge\Monolog\Logger
  4066.      */
  4067.     protected function getMonolog_Logger_NotificationService()
  4068.     {
  4069.         $this->services['monolog.logger.notification'] = $instance = new \Symfony\Bridge\Monolog\Logger('notification');
  4070.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4071.         $instance->pushHandler(($this->privates['monolog.handler.notification_logging'] ?? $this->getMonolog_Handler_NotificationLoggingService()));
  4072.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4073.         return $instance;
  4074.     }
  4075.     /**
  4076.      * Gets the public 'request_stack' shared service.
  4077.      *
  4078.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4079.      */
  4080.     protected function getRequestStackService()
  4081.     {
  4082.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4083.     }
  4084.     /**
  4085.      * Gets the public 'router' shared service.
  4086.      *
  4087.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4088.      */
  4089.     protected function getRouterService()
  4090.     {
  4091.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  4092.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4093.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4094.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4095.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4096.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4097.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  4098.         ], [
  4099.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4100.         ]))->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()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  4101.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4102.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4103.         return $instance;
  4104.     }
  4105.     /**
  4106.      * Gets the public 'translator' shared service.
  4107.      *
  4108.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4109.      */
  4110.     protected function getTranslatorService()
  4111.     {
  4112.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4113.     }
  4114.     /**
  4115.      * Gets the public 'var_dumper.cloner' shared service.
  4116.      *
  4117.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4118.      */
  4119.     protected function getVarDumper_ClonerService()
  4120.     {
  4121.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4122.         $instance->setMaxItems(10000);
  4123.         $instance->setMinDepth(1);
  4124.         $instance->setMaxString(-1);
  4125.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4126.         return $instance;
  4127.     }
  4128.     /**
  4129.      * Gets the private '.1_Serializer~fkSxS5G' shared service.
  4130.      *
  4131.      * @return \Symfony\Component\Serializer\Serializer
  4132.      */
  4133.     protected function get_1SerializerfkSxS5GService()
  4134.     {
  4135.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4136.         if (isset($this->privates['.1_Serializer~fkSxS5G'])) {
  4137.             return $this->privates['.1_Serializer~fkSxS5G'];
  4138.         }
  4139.         return $this->privates['.1_Serializer~fkSxS5G'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a)], [=> ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL)))]);
  4140.     }
  4141.     /**
  4142.      * Gets the private '.debug.http_client' shared service.
  4143.      *
  4144.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4145.      */
  4146.     protected function get_Debug_HttpClientService()
  4147.     {
  4148.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4149.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4150.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4151.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4152.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4154.         $a->setLogger($b);
  4155.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4156.     }
  4157.     /**
  4158.      * Gets the private '.service_locator.RZtbveQ' shared service.
  4159.      *
  4160.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4161.      */
  4162.     protected function get_ServiceLocator_RZtbveQService()
  4163.     {
  4164.         return $this->privates['.service_locator.RZtbveQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4165.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  4166.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  4167.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  4168.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  4169.         ], [
  4170.             'security.firewall.map.context.api' => '?',
  4171.             'security.firewall.map.context.api_login' => '?',
  4172.             'security.firewall.map.context.dev' => '?',
  4173.             'security.firewall.map.context.main' => '?',
  4174.         ]);
  4175.     }
  4176.     /**
  4177.      * Gets the private 'App\Assurever\AssureverRepository' shared autowired service.
  4178.      *
  4179.      * @return \App\Assurever\AssureverRepository
  4180.      */
  4181.     protected function getAssureverRepositoryService()
  4182.     {
  4183.         $a = ($this->privates['assurever.client'] ?? $this->getAssurever_ClientService());
  4184.         if (isset($this->privates['App\\Assurever\\AssureverRepository'])) {
  4185.             return $this->privates['App\\Assurever\\AssureverRepository'];
  4186.         }
  4187.         return $this->privates['App\\Assurever\\AssureverRepository'] = new \App\Assurever\AssureverRepository($a);
  4188.     }
  4189.     /**
  4190.      * Gets the private 'App\BookingProcess\ProcessHelper\AccountHelper' shared autowired service.
  4191.      *
  4192.      * @return \App\BookingProcess\ProcessHelper\AccountHelper
  4193.      */
  4194.     protected function getAccountHelperService()
  4195.     {
  4196.         $a = ($this->privates['App\\Helper\\TotalsCalculator'] ?? $this->getTotalsCalculatorService());
  4197.         if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'])) {
  4198.             return $this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'];
  4199.         }
  4200.         return $this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'] = new \App\BookingProcess\ProcessHelper\AccountHelper(($this->privates['App\\Repository\\Accounting\\AccountRepository'] ?? $this->getAccountRepositoryService()), $a);
  4201.     }
  4202.     /**
  4203.      * Gets the private 'App\BookingProcess\ProcessHelper\ApplicationFeeHelper' shared autowired service.
  4204.      *
  4205.      * @return \App\BookingProcess\ProcessHelper\ApplicationFeeHelper
  4206.      */
  4207.     protected function getApplicationFeeHelperService()
  4208.     {
  4209.         return $this->privates['App\\BookingProcess\\ProcessHelper\\ApplicationFeeHelper'] = new \App\BookingProcess\ProcessHelper\ApplicationFeeHelper(($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\Repository\\Accounting\\ApplicationFeeRepository'] ?? $this->getApplicationFeeRepositoryService()));
  4210.     }
  4211.     /**
  4212.      * Gets the private 'App\BookingProcess\ProcessHelper\BalanceBeforeDepartureHelper' shared autowired service.
  4213.      *
  4214.      * @return \App\BookingProcess\ProcessHelper\BalanceBeforeDepartureHelper
  4215.      */
  4216.     protected function getBalanceBeforeDepartureHelperService()
  4217.     {
  4218.         return $this->privates['App\\BookingProcess\\ProcessHelper\\BalanceBeforeDepartureHelper'] = new \App\BookingProcess\ProcessHelper\BalanceBeforeDepartureHelper(($this->privates['App\\Repository\\Accounting\\BalanceBeforeDepartureRepository'] ?? $this->getBalanceBeforeDepartureRepositoryService()));
  4219.     }
  4220.     /**
  4221.      * Gets the private 'App\BookingProcess\ProcessHelper\Company\Option\OptionHelperProvider' shared autowired service.
  4222.      *
  4223.      * @return \App\BookingProcess\ProcessHelper\Company\Option\OptionHelperProvider
  4224.      */
  4225.     protected function getOptionHelperProviderService()
  4226.     {
  4227.         return $this->privates['App\\BookingProcess\\ProcessHelper\\Company\\Option\\OptionHelperProvider'] = new \App\BookingProcess\ProcessHelper\Company\Option\OptionHelperProvider(new RewindableGenerator(function () {
  4228.             yield => ($this->privates['App\\BookingProcess\\ProcessHelper\\Company\\Option\\CostaOptionHelper'] ?? $this->load('getCostaOptionHelperService'));
  4229.         }, 1));
  4230.     }
  4231.     /**
  4232.      * Gets the private 'App\BookingProcess\ProcessHelper\MultiPaymentHelper' shared autowired service.
  4233.      *
  4234.      * @return \App\BookingProcess\ProcessHelper\MultiPaymentHelper
  4235.      */
  4236.     protected function getMultiPaymentHelperService()
  4237.     {
  4238.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4239.         if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'])) {
  4240.             return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'];
  4241.         }
  4242.         $b = ($this->privates['App\\Helper\\TotalsCalculator'] ?? $this->getTotalsCalculatorService());
  4243.         if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'])) {
  4244.             return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'];
  4245.         }
  4246.         $c = ($this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'] ?? $this->getAccountHelperService());
  4247.         if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'])) {
  4248.             return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'];
  4249.         }
  4250.         return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'] = new \App\BookingProcess\ProcessHelper\MultiPaymentHelper($a$b$c, ($this->privates['App\\BookingProcess\\ProcessHelper\\ApplicationFeeHelper'] ?? $this->getApplicationFeeHelperService()), ($this->privates['App\\BookingProcess\\ProcessHelper\\PaymentHelper'] ?? $this->getPaymentHelperService()), ($this->privates['App\\Repository\\Accounting\\AccountRepository'] ?? $this->getAccountRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\BookingProcess\\ProcessHelper\\BalanceBeforeDepartureHelper'] ?? $this->getBalanceBeforeDepartureHelperService()));
  4251.     }
  4252.     /**
  4253.      * Gets the private 'App\BookingProcess\ProcessHelper\PaymentHelper' shared autowired service.
  4254.      *
  4255.      * @return \App\BookingProcess\ProcessHelper\PaymentHelper
  4256.      */
  4257.     protected function getPaymentHelperService()
  4258.     {
  4259.         return $this->privates['App\\BookingProcess\\ProcessHelper\\PaymentHelper'] = new \App\BookingProcess\ProcessHelper\PaymentHelper(($this->privates['App\\Repository\\Accounting\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
  4260.     }
  4261.     /**
  4262.      * Gets the private 'App\EventSubscriber\KernelControllerSubscriber' shared autowired service.
  4263.      *
  4264.      * @return \App\EventSubscriber\KernelControllerSubscriber
  4265.      */
  4266.     protected function getKernelControllerSubscriberService()
  4267.     {
  4268.         return $this->privates['App\\EventSubscriber\\KernelControllerSubscriber'] = new \App\EventSubscriber\KernelControllerSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\User\\UserCmsRepository'] ?? $this->getUserCmsRepositoryService()), ($this->privates['Croisiland\\CommonBundle\\Helper\\CmsErpApiHelper'] ?? $this->getCmsErpApiHelperService()));
  4269.     }
  4270.     /**
  4271.      * Gets the private 'App\EventSubscriber\KernelRequestSubscriber' shared autowired service.
  4272.      *
  4273.      * @return \App\EventSubscriber\KernelRequestSubscriber
  4274.      */
  4275.     protected function getKernelRequestSubscriberService()
  4276.     {
  4277.         return $this->privates['App\\EventSubscriber\\KernelRequestSubscriber'] = new \App\EventSubscriber\KernelRequestSubscriber(($this->privates['App\\Handler\\HttpRefererHandler'] ?? $this->getHttpRefererHandlerService()));
  4278.     }
  4279.     /**
  4280.      * Gets the private 'App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFiltersProvider' shared autowired service.
  4281.      *
  4282.      * @return \App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFiltersProvider
  4283.      */
  4284.     protected function getContactSegmentFiltersProviderService()
  4285.     {
  4286.         return $this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFiltersProvider'] = new \App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFiltersProvider(new RewindableGenerator(function () {
  4287.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericContactGroupFilter'] ?? $this->load('getGenericContactGroupFilterService'));
  4288.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericContactTravelingAloneFilter'] ?? $this->load('getGenericContactTravelingAloneFilterService'));
  4289.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericContactTypeFilter'] ?? $this->load('getGenericContactTypeFilterService'));
  4290.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericEmailExistsFilter'] ?? $this->load('getGenericEmailExistsFilterService'));
  4291.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericNewCustomerFilter'] ?? $this->load('getGenericNewCustomerFilterService'));
  4292.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericNewsletterSubscriptionFilter'] ?? $this->load('getGenericNewsletterSubscriptionFilterService'));
  4293.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericNoPartnerFilter'] ?? $this->load('getGenericNoPartnerFilterService'));
  4294.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericPartnerFilter'] ?? $this->load('getGenericPartnerFilterService'));
  4295.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericPartnerNotFilter'] ?? $this->load('getGenericPartnerNotFilterService'));
  4296.             yield => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericPartnerTrialGameFilter'] ?? $this->load('getGenericPartnerTrialGameFilterService'));
  4297.         }, 10));
  4298.     }
  4299.     /**
  4300.      * Gets the private 'App\Handler\HttpRefererHandler' shared autowired service.
  4301.      *
  4302.      * @return \App\Handler\HttpRefererHandler
  4303.      */
  4304.     protected function getHttpRefererHandlerService()
  4305.     {
  4306.         return $this->privates['App\\Handler\\HttpRefererHandler'] = new \App\Handler\HttpRefererHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4307.     }
  4308.     /**
  4309.      * Gets the private 'App\Helper\AttributedDiscountHelper' shared autowired service.
  4310.      *
  4311.      * @return \App\Helper\AttributedDiscountHelper
  4312.      */
  4313.     protected function getAttributedDiscountHelperService()
  4314.     {
  4315.         return $this->privates['App\\Helper\\AttributedDiscountHelper'] = new \App\Helper\AttributedDiscountHelper(($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()));
  4316.     }
  4317.     /**
  4318.      * Gets the private 'App\Helper\AttributedInsuranceHelper' shared autowired service.
  4319.      *
  4320.      * @return \App\Helper\AttributedInsuranceHelper
  4321.      */
  4322.     protected function getAttributedInsuranceHelperService()
  4323.     {
  4324.         $a = ($this->privates['App\\Assurever\\AssureverRepository'] ?? $this->getAssureverRepositoryService());
  4325.         if (isset($this->privates['App\\Helper\\AttributedInsuranceHelper'])) {
  4326.             return $this->privates['App\\Helper\\AttributedInsuranceHelper'];
  4327.         }
  4328.         $b = ($this->privates['App\\Helper\\ProductVariantHelper'] ?? $this->getProductVariantHelperService());
  4329.         if (isset($this->privates['App\\Helper\\AttributedInsuranceHelper'])) {
  4330.             return $this->privates['App\\Helper\\AttributedInsuranceHelper'];
  4331.         }
  4332.         return $this->privates['App\\Helper\\AttributedInsuranceHelper'] = new \App\Helper\AttributedInsuranceHelper(($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), $a$b);
  4333.     }
  4334.     /**
  4335.      * Gets the private 'App\Helper\CabinHelper' shared autowired service.
  4336.      *
  4337.      * @return \App\Helper\CabinHelper
  4338.      */
  4339.     protected function getCabinHelperService()
  4340.     {
  4341.         return $this->privates['App\\Helper\\CabinHelper'] = new \App\Helper\CabinHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Booking\\CabinOptionDurationRepository'] ?? $this->getCabinOptionDurationRepositoryService()));
  4342.     }
  4343.     /**
  4344.      * Gets the private 'App\Helper\ContactHelper' shared autowired service.
  4345.      *
  4346.      * @return \App\Helper\ContactHelper
  4347.      */
  4348.     protected function getContactHelperService()
  4349.     {
  4350.         return $this->privates['App\\Helper\\ContactHelper'] = new \App\Helper\ContactHelper(($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()));
  4351.     }
  4352.     /**
  4353.      * Gets the private 'App\Helper\CruiseHistoryChangeHelper' shared autowired service.
  4354.      *
  4355.      * @return \App\Helper\CruiseHistoryChangeHelper
  4356.      */
  4357.     protected function getCruiseHistoryChangeHelperService()
  4358.     {
  4359.         return $this->privates['App\\Helper\\CruiseHistoryChangeHelper'] = new \App\Helper\CruiseHistoryChangeHelper(($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] ?? ($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] = new \App\Helper\ItinerarySegmentHistoryHelper())));
  4360.     }
  4361.     /**
  4362.      * Gets the private 'App\Helper\DiscountHelper' shared autowired service.
  4363.      *
  4364.      * @return \App\Helper\DiscountHelper
  4365.      */
  4366.     protected function getDiscountHelperService()
  4367.     {
  4368.         return $this->privates['App\\Helper\\DiscountHelper'] = new \App\Helper\DiscountHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Discount\\DiscountRepository'] ?? $this->getDiscountRepositoryService()));
  4369.     }
  4370.     /**
  4371.      * Gets the private 'App\Helper\EmailContentHelper' shared autowired service.
  4372.      *
  4373.      * @return \App\Helper\EmailContentHelper
  4374.      */
  4375.     protected function getEmailContentHelperService()
  4376.     {
  4377.         return $this->privates['App\\Helper\\EmailContentHelper'] = new \App\Helper\EmailContentHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Helper\\PartnerHelper'] ?? $this->getPartnerHelper2Service()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), $this->getEnv('string:CMS_URL'), $this->getEnv('string:CMS_QUOTE_URL'), $this->getEnv('string:CMS_BOOKING_COMPLETE_URL'));
  4378.     }
  4379.     /**
  4380.      * Gets the private 'App\Helper\EmailSenderHelper' shared autowired service.
  4381.      *
  4382.      * @return \App\Helper\EmailSenderHelper
  4383.      */
  4384.     protected function getEmailSenderHelperService()
  4385.     {
  4386.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4387.         if (isset($this->privates['App\\Helper\\EmailSenderHelper'])) {
  4388.             return $this->privates['App\\Helper\\EmailSenderHelper'];
  4389.         }
  4390.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  4391.         if (isset($this->privates['App\\Helper\\EmailSenderHelper'])) {
  4392.             return $this->privates['App\\Helper\\EmailSenderHelper'];
  4393.         }
  4394.         return $this->privates['App\\Helper\\EmailSenderHelper'] = new \App\Helper\EmailSenderHelper(($this->privates['App\\Repository\\Email\\EmailContentRepository'] ?? $this->getEmailContentRepositoryService()), $a$b, ($this->privates['App\\Helper\\EmailContentHelper'] ?? $this->getEmailContentHelperService()), $this->getEnv('string:APP_ENV'), $this->getEnv('string:MAILER_ENV'), $this->getEnv('string:MAILER_DEV_TEAM_EMAIL'), $this->getEnv('string:MAILER_CROISILAND_TECH_EMAIL'), $this->getParameter('mailer_sender_data'), $this->getParameter('dkim_data'));
  4395.     }
  4396.     /**
  4397.      * Gets the private 'App\Helper\InvoiceHelper' shared autowired service.
  4398.      *
  4399.      * @return \App\Helper\InvoiceHelper
  4400.      */
  4401.     protected function getInvoiceHelperService()
  4402.     {
  4403.         return $this->privates['App\\Helper\\InvoiceHelper'] = new \App\Helper\InvoiceHelper(($this->privates['App\\Repository\\Accounting\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4404.     }
  4405.     /**
  4406.      * Gets the private 'App\Helper\MarginProductHelper' shared autowired service.
  4407.      *
  4408.      * @return \App\Helper\MarginProductHelper
  4409.      */
  4410.     protected function getMarginProductHelperService()
  4411.     {
  4412.         return $this->privates['App\\Helper\\MarginProductHelper'] = new \App\Helper\MarginProductHelper(($this->privates['App\\Repository\\Product\\MarginProductRepository'] ?? $this->getMarginProductRepositoryService()), ($this->privates['App\\Repository\\Product\\MarginCabinRepository'] ?? $this->getMarginCabinRepositoryService()));
  4413.     }
  4414.     /**
  4415.      * Gets the private 'App\Helper\NationalityHelper' shared autowired service.
  4416.      *
  4417.      * @return \App\Helper\NationalityHelper
  4418.      */
  4419.     protected function getNationalityHelperService()
  4420.     {
  4421.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4422.         if (isset($this->privates['App\\Helper\\NationalityHelper'])) {
  4423.             return $this->privates['App\\Helper\\NationalityHelper'];
  4424.         }
  4425.         return $this->privates['App\\Helper\\NationalityHelper'] = new \App\Helper\NationalityHelper($a, ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()));
  4426.     }
  4427.     /**
  4428.      * Gets the private 'App\Helper\ParticipantHelper' shared autowired service.
  4429.      *
  4430.      * @return \App\Helper\ParticipantHelper
  4431.      */
  4432.     protected function getParticipantHelperService()
  4433.     {
  4434.         return $this->privates['App\\Helper\\ParticipantHelper'] = new \App\Helper\ParticipantHelper(($this->privates['App\\Repository\\Accounting\\AttributedProductVariantRepository'] ?? $this->getAttributedProductVariantRepositoryService()), ($this->privates['App\\Repository\\Accounting\\AttributedInsuranceRepository'] ?? $this->getAttributedInsuranceRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4435.     }
  4436.     /**
  4437.      * Gets the private 'App\Helper\PartnerCompanyDiscountHelper' shared autowired service.
  4438.      *
  4439.      * @return \App\Helper\PartnerCompanyDiscountHelper
  4440.      */
  4441.     protected function getPartnerCompanyDiscountHelperService()
  4442.     {
  4443.         return $this->privates['App\\Helper\\PartnerCompanyDiscountHelper'] = new \App\Helper\PartnerCompanyDiscountHelper(($this->privates['App\\Repository\\Partner\\PartnerCompanyDiscountRepository'] ?? $this->getPartnerCompanyDiscountRepositoryService()));
  4444.     }
  4445.     /**
  4446.      * Gets the private 'App\Helper\PartnerHelper' shared autowired service.
  4447.      *
  4448.      * @return \App\Helper\PartnerHelper
  4449.      */
  4450.     protected function getPartnerHelper2Service()
  4451.     {
  4452.         return $this->privates['App\\Helper\\PartnerHelper'] = new \App\Helper\PartnerHelper(($this->privates['croisi.common.partner.web_service.provider'] ?? $this->getCroisi_Common_Partner_WebService_ProviderService()), ($this->privates['App\\Repository\\Partner\\PartnerByContactRepository'] ?? $this->getPartnerByContactRepositoryService()), ($this->privates['App\\Repository\\Partner\\PartnerByContactHistoryRepository'] ?? $this->getPartnerByContactHistoryRepositoryService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()));
  4453.     }
  4454.     /**
  4455.      * Gets the private 'App\Helper\ProductCategoryHelper' shared autowired service.
  4456.      *
  4457.      * @return \App\Helper\ProductCategoryHelper
  4458.      */
  4459.     protected function getProductCategoryHelperService()
  4460.     {
  4461.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4462.         if (isset($this->privates['App\\Helper\\ProductCategoryHelper'])) {
  4463.             return $this->privates['App\\Helper\\ProductCategoryHelper'];
  4464.         }
  4465.         return $this->privates['App\\Helper\\ProductCategoryHelper'] = new \App\Helper\ProductCategoryHelper($a);
  4466.     }
  4467.     /**
  4468.      * Gets the private 'App\Helper\ProductVariantHelper' shared autowired service.
  4469.      *
  4470.      * @return \App\Helper\ProductVariantHelper
  4471.      */
  4472.     protected function getProductVariantHelperService()
  4473.     {
  4474.         $a = ($this->privates['App\\Repository\\Product\\ProductVariantRepository'] ?? $this->getProductVariantRepositoryService());
  4475.         if (isset($this->privates['App\\Helper\\ProductVariantHelper'])) {
  4476.             return $this->privates['App\\Helper\\ProductVariantHelper'];
  4477.         }
  4478.         $b = ($this->privates['app.manager.provider.level_0'] ?? $this->getApp_Manager_Provider_Level0Service());
  4479.         if (isset($this->privates['App\\Helper\\ProductVariantHelper'])) {
  4480.             return $this->privates['App\\Helper\\ProductVariantHelper'];
  4481.         }
  4482.         $c = ($this->services['router'] ?? $this->getRouterService());
  4483.         if (isset($this->privates['App\\Helper\\ProductVariantHelper'])) {
  4484.             return $this->privates['App\\Helper\\ProductVariantHelper'];
  4485.         }
  4486.         return $this->privates['App\\Helper\\ProductVariantHelper'] = new \App\Helper\ProductVariantHelper($a$b$c);
  4487.     }
  4488.     /**
  4489.      * Gets the private 'App\Helper\SupplierPaymentHelper' shared autowired service.
  4490.      *
  4491.      * @return \App\Helper\SupplierPaymentHelper
  4492.      */
  4493.     protected function getSupplierPaymentHelperService()
  4494.     {
  4495.         return $this->privates['App\\Helper\\SupplierPaymentHelper'] = new \App\Helper\SupplierPaymentHelper(($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()));
  4496.     }
  4497.     /**
  4498.      * Gets the private 'App\Helper\TodoTypeProvider' shared autowired service.
  4499.      *
  4500.      * @return \App\Helper\TodoTypeProvider
  4501.      */
  4502.     protected function getTodoTypeProviderService()
  4503.     {
  4504.         $a = ($this->privates['process.configuration.provider'] ?? $this->getProcess_Configuration_ProviderService());
  4505.         if (isset($this->privates['App\\Helper\\TodoTypeProvider'])) {
  4506.             return $this->privates['App\\Helper\\TodoTypeProvider'];
  4507.         }
  4508.         return $this->privates['App\\Helper\\TodoTypeProvider'] = new \App\Helper\TodoTypeProvider($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  4509.     }
  4510.     /**
  4511.      * Gets the private 'App\Helper\TotalsCalculator' shared autowired service.
  4512.      *
  4513.      * @return \App\Helper\TotalsCalculator
  4514.      */
  4515.     protected function getTotalsCalculatorService()
  4516.     {
  4517.         $a = ($this->privates['App\\Helper\\ProductVariantHelper'] ?? $this->getProductVariantHelperService());
  4518.         if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
  4519.             return $this->privates['App\\Helper\\TotalsCalculator'];
  4520.         }
  4521.         $b = ($this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'] ?? $this->getAttributedDiscountManagerService());
  4522.         if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
  4523.             return $this->privates['App\\Helper\\TotalsCalculator'];
  4524.         }
  4525.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4526.         if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
  4527.             return $this->privates['App\\Helper\\TotalsCalculator'];
  4528.         }
  4529.         $d = ($this->services['router'] ?? $this->getRouterService());
  4530.         if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
  4531.             return $this->privates['App\\Helper\\TotalsCalculator'];
  4532.         }
  4533.         $e = ($this->services['kernel'] ?? $this->get('kernel'1));
  4534.         return $this->privates['App\\Helper\\TotalsCalculator'] = new \App\Helper\TotalsCalculator(($this->privates['App\\Repository\\Discount\\AttributedDiscountRepository'] ?? $this->getAttributedDiscountRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()), ($this->privates['App\\Helper\\CabinHelper'] ?? $this->getCabinHelperService()), ($this->privates['App\\Repository\\Accounting\\QuoteLineRepository'] ?? $this->getQuoteLineRepositoryService()), ($this->privates['App\\Repository\\Accounting\\InvoiceLineRepository'] ?? $this->getInvoiceLineRepositoryService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), ($this->privates['App\\Repository\\Partner\\PartnerCompanyDiscountRepository'] ?? $this->getPartnerCompanyDiscountRepositoryService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), new \App\Helper\__Accounting\SupplierHelper(), ($this->privates['App\\Helper\\MarginProductHelper'] ?? $this->getMarginProductHelperService()), $b, ($this->privates['App\\Repository\\Accounting\\AttributedProductVariantRepository'] ?? $this->getAttributedProductVariantRepositoryService()), ($this->privates['App\\Repository\\Accounting\\AttributedInsuranceRepository'] ?? $this->getAttributedInsuranceRepositoryService()), ($this->privates['App\\Helper\\PartnerCompanyDiscountHelper'] ?? $this->getPartnerCompanyDiscountHelperService()), new \App\Logger\FileLogger\TotalsCalculator\TotalsCalculatorFileLogger($e$c), $d$e, ($this->privates['App\\Repository\\Partner\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\Selling\\SellingSegmentRepository'] ?? $this->getSellingSegmentRepositoryService()), ($this->privates['App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository'] ?? $this->getSellingSegmentCabinTypePointRepositoryService()), ($this->privates['App\\Helper\\AttributedDiscountHelper'] ?? $this->getAttributedDiscountHelperService()));
  4535.     }
  4536.     /**
  4537.      * Gets the private 'App\Helper\__Accounting\InsuranceHelper' shared autowired service.
  4538.      *
  4539.      * @return \App\Helper\__Accounting\InsuranceHelper
  4540.      */
  4541.     protected function getInsuranceHelperService()
  4542.     {
  4543.         $a = ($this->privates['App\\Repository\\Booking\\BookingRepository'] ?? $this->getBookingRepositoryService());
  4544.         if (isset($this->privates['App\\Helper\\__Accounting\\InsuranceHelper'])) {
  4545.             return $this->privates['App\\Helper\\__Accounting\\InsuranceHelper'];
  4546.         }
  4547.         return $this->privates['App\\Helper\\__Accounting\\InsuranceHelper'] = new \App\Helper\__Accounting\InsuranceHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  4548.     }
  4549.     /**
  4550.      * Gets the private 'App\Helper\__Accounting\PartnerHelper' shared autowired service.
  4551.      *
  4552.      * @return \App\Helper\__Accounting\PartnerHelper
  4553.      */
  4554.     protected function getPartnerHelperService()
  4555.     {
  4556.         return $this->privates['App\\Helper\\__Accounting\\PartnerHelper'] = new \App\Helper\__Accounting\PartnerHelper(($this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository'] ?? $this->getPartnerAllowanceRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository'] ?? $this->getPartnerParticipationRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Partner\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), new \App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelProvider(new RewindableGenerator(function () {
  4557.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelAddress'] ?? $this->load('getPartnerTemplateContentModelAddressService'));
  4558.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelAgentNumber'] ?? $this->load('getPartnerTemplateContentModelAgentNumberService'));
  4559.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelArrivalDate'] ?? $this->load('getPartnerTemplateContentModelArrivalDateService'));
  4560.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelBookingAmount'] ?? $this->load('getPartnerTemplateContentModelBookingAmountService'));
  4561.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelBookingCreatedAt'] ?? $this->load('getPartnerTemplateContentModelBookingCreatedAtService'));
  4562.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCabinType'] ?? $this->load('getPartnerTemplateContentModelCabinTypeService'));
  4563.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCity'] ?? $this->load('getPartnerTemplateContentModelCityService'));
  4564.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCompany'] ?? $this->load('getPartnerTemplateContentModelCompanyService'));
  4565.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCompanyFileNumber'] ?? $this->load('getPartnerTemplateContentModelCompanyFileNumberService'));
  4566.             yield => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCountry'] ?? $this->load('getPartnerTemplateContentModelCountryService'));
  4567.             yield 10 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCruiseName'] ?? $this->load('getPartnerTemplateContentModelCruiseNameService'));
  4568.             yield 11 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelDepartureDate'] ?? $this->load('getPartnerTemplateContentModelDepartureDateService'));
  4569.             yield 12 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelDestination'] ?? $this->load('getPartnerTemplateContentModelDestinationService'));
  4570.             yield 13 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelEmail'] ?? $this->load('getPartnerTemplateContentModelEmailService'));
  4571.             yield 14 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelFirstname'] ?? $this->load('getPartnerTemplateContentModelFirstnameService'));
  4572.             yield 15 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelLastname'] ?? $this->load('getPartnerTemplateContentModelLastnameService'));
  4573.             yield 16 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPartnerAllowanceAmount'] ?? $this->load('getPartnerTemplateContentModelPartnerAllowanceAmountService'));
  4574.             yield 17 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPartnerParticipationAmount'] ?? $this->load('getPartnerTemplateContentModelPartnerParticipationAmountService'));
  4575.             yield 18 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPaxCount'] ?? $this->load('getPartnerTemplateContentModelPaxCountService'));
  4576.             yield 19 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPostalCode'] ?? $this->load('getPartnerTemplateContentModelPostalCodeService'));
  4577.             yield 20 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelShip'] ?? $this->load('getPartnerTemplateContentModelShipService'));
  4578.             yield 21 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelSocietyNumber'] ?? $this->load('getPartnerTemplateContentModelSocietyNumberService'));
  4579.             yield 22 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelTelephone'] ?? $this->load('getPartnerTemplateContentModelTelephoneService'));
  4580.         }, 23)), ($this->privates['App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository'] ?? $this->getPartnerTemplateContentRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository'] ?? $this->getAllowanceRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository'] ?? $this->getParticipationRepositoryService()));
  4581.     }
  4582.     /**
  4583.      * Gets the private 'App\Helper\__Booking\BookingDetailsPageConfigurationHelper' shared autowired service.
  4584.      *
  4585.      * @return \App\Helper\__Booking\BookingDetailsPageConfigurationHelper
  4586.      */
  4587.     protected function getBookingDetailsPageConfigurationHelperService()
  4588.     {
  4589.         $a = ($this->privates['booking.details.section_provider'] ?? $this->getBooking_Details_SectionProviderService());
  4590.         if (isset($this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'])) {
  4591.             return $this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'];
  4592.         }
  4593.         return $this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'] = new \App\Helper\__Booking\BookingDetailsPageConfigurationHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4594.     }
  4595.     /**
  4596.      * Gets the private 'App\Helper\__Booking\BookingHelper' shared autowired service.
  4597.      *
  4598.      * @return \App\Helper\__Booking\BookingHelper
  4599.      */
  4600.     protected function getBookingHelperService()
  4601.     {
  4602.         return $this->privates['App\\Helper\\__Booking\\BookingHelper'] = new \App\Helper\__Booking\BookingHelper(($this->privates['App\\Migration\\Repository\\LoadCorrBookingRepository'] ?? $this->getLoadCorrBookingRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()));
  4603.     }
  4604.     /**
  4605.      * Gets the private 'App\Helper\__Marketing\DepartureHelper' shared autowired service.
  4606.      *
  4607.      * @return \App\Helper\__Marketing\DepartureHelper
  4608.      */
  4609.     protected function getDepartureHelperService()
  4610.     {
  4611.         return $this->privates['App\\Helper\\__Marketing\\DepartureHelper'] = new \App\Helper\__Marketing\DepartureHelper(($this->privates['App\\Helper\\SupplierPaymentHelper'] ?? $this->getSupplierPaymentHelperService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), ($this->privates['App\\Helper\\__Booking\\BookingHelper'] ?? $this->getBookingHelperService()));
  4612.     }
  4613.     /**
  4614.      * Gets the private 'App\Helper\__Sale\LegalTextHelper' shared autowired service.
  4615.      *
  4616.      * @return \App\Helper\__Sale\LegalTextHelper
  4617.      */
  4618.     protected function getLegalTextHelperService()
  4619.     {
  4620.         return $this->privates['App\\Helper\\__Sale\\LegalTextHelper'] = new \App\Helper\__Sale\LegalTextHelper(($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\Repository\\__Sale\\LegalTextRepository'] ?? $this->getLegalTextRepositoryService()));
  4621.     }
  4622.     /**
  4623.      * Gets the private 'App\Helper\__Sale\ProspectRequestHelper' shared autowired service.
  4624.      *
  4625.      * @return \App\Helper\__Sale\ProspectRequestHelper
  4626.      */
  4627.     protected function getProspectRequestHelperService()
  4628.     {
  4629.         return $this->privates['App\\Helper\\__Sale\\ProspectRequestHelper'] = new \App\Helper\__Sale\ProspectRequestHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] ?? ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] = new \App\Helper\__Sale\QuoteHelper())), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\Repository\\Notification\\ReminderRepository'] ?? $this->getReminderRepositoryService()));
  4630.     }
  4631.     /**
  4632.      * Gets the private 'App\Mailjet\Normalizer\MailjetCampaignNormalizer' shared autowired service.
  4633.      *
  4634.      * @return \App\Mailjet\Normalizer\MailjetCampaignNormalizer
  4635.      */
  4636.     protected function getMailjetCampaignNormalizerService()
  4637.     {
  4638.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4639.         if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'])) {
  4640.             return $this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'];
  4641.         }
  4642.         return $this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'] = new \App\Mailjet\Normalizer\MailjetCampaignNormalizer($a);
  4643.     }
  4644.     /**
  4645.      * Gets the private 'App\Mailjet\Normalizer\MailjetContactListNormalizer' shared autowired service.
  4646.      *
  4647.      * @return \App\Mailjet\Normalizer\MailjetContactListNormalizer
  4648.      */
  4649.     protected function getMailjetContactListNormalizerService()
  4650.     {
  4651.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4652.         if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'])) {
  4653.             return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'];
  4654.         }
  4655.         return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'] = new \App\Mailjet\Normalizer\MailjetContactListNormalizer($a);
  4656.     }
  4657.     /**
  4658.      * Gets the private 'App\Mailjet\Normalizer\MailjetContactNormalizer' shared autowired service.
  4659.      *
  4660.      * @return \App\Mailjet\Normalizer\MailjetContactNormalizer
  4661.      */
  4662.     protected function getMailjetContactNormalizerService()
  4663.     {
  4664.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4665.         if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'])) {
  4666.             return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'];
  4667.         }
  4668.         return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'] = new \App\Mailjet\Normalizer\MailjetContactNormalizer($a);
  4669.     }
  4670.     /**
  4671.      * Gets the private 'App\Mailjet\Normalizer\MailjetStatisticNormalizer' shared autowired service.
  4672.      *
  4673.      * @return \App\Mailjet\Normalizer\MailjetStatisticNormalizer
  4674.      */
  4675.     protected function getMailjetStatisticNormalizerService()
  4676.     {
  4677.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4678.         if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'])) {
  4679.             return $this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'];
  4680.         }
  4681.         return $this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'] = new \App\Mailjet\Normalizer\MailjetStatisticNormalizer($a);
  4682.     }
  4683.     /**
  4684.      * Gets the private 'App\Manager\Level_1\AttributedDiscountManager' shared autowired service.
  4685.      *
  4686.      * @return \App\Manager\Level_1\AttributedDiscountManager
  4687.      */
  4688.     protected function getAttributedDiscountManagerService()
  4689.     {
  4690.         $a = ($this->privates['app.manager.provider.level_0'] ?? $this->getApp_Manager_Provider_Level0Service());
  4691.         if (isset($this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'])) {
  4692.             return $this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'];
  4693.         }
  4694.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4695.         if (isset($this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'])) {
  4696.             return $this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'];
  4697.         }
  4698.         return $this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'] = new \App\Manager\Level_1\AttributedDiscountManager($a$b, ($this->privates['App\\Helper\\DiscountHelper'] ?? $this->getDiscountHelperService()), ($this->privates['App\\Helper\\PartnerCompanyDiscountHelper'] ?? $this->getPartnerCompanyDiscountHelperService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()));
  4699.     }
  4700.     /**
  4701.      * Gets the private 'App\Manager\Level_1\FormalityHistoryManager' shared autowired service.
  4702.      *
  4703.      * @return \App\Manager\Level_1\FormalityHistoryManager
  4704.      */
  4705.     protected function getFormalityHistoryManagerService()
  4706.     {
  4707.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4708.         if (isset($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'])) {
  4709.             return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'];
  4710.         }
  4711.         $b = ($this->privates['app.manager.provider.level_0'] ?? $this->getApp_Manager_Provider_Level0Service());
  4712.         if (isset($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'])) {
  4713.             return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'];
  4714.         }
  4715.         $c = ($this->privates['App\\Helper\\NationalityHelper'] ?? $this->getNationalityHelperService());
  4716.         if (isset($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'])) {
  4717.             return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'];
  4718.         }
  4719.         return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'] = new \App\Manager\Level_1\FormalityHistoryManager($a$b$c);
  4720.     }
  4721.     /**
  4722.      * Gets the private 'App\Manager\Notification\NotificationManager' shared autowired service.
  4723.      *
  4724.      * @return \App\Manager\Notification\NotificationManager
  4725.      */
  4726.     protected function getNotificationManagerService()
  4727.     {
  4728.         $a = ($this->privates['App\\Helper\\EmailSenderHelper'] ?? $this->getEmailSenderHelperService());
  4729.         if (isset($this->privates['App\\Manager\\Notification\\NotificationManager'])) {
  4730.             return $this->privates['App\\Manager\\Notification\\NotificationManager'];
  4731.         }
  4732.         return $this->privates['App\\Manager\\Notification\\NotificationManager'] = new \App\Manager\Notification\NotificationManager(($this->services['monolog.logger.notification'] ?? $this->getMonolog_Logger_NotificationService()), ($this->privates['Crea\\ToolsBundle\\Helper\\EntityManagerHelper'] ?? $this->getEntityManagerHelperService()), $a, new \App\Manager\Notification\Sms\SmsManager(new \Symfony\Component\Notifier\Notifier(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4733.             'browser' => ['privates''notifier.channel.browser''getNotifier_Channel_BrowserService'true],
  4734.             'chat' => ['privates''notifier.channel.chat''getNotifier_Channel_ChatService'true],
  4735.             'email' => ['privates''notifier.channel.email''getNotifier_Channel_EmailService'true],
  4736.             'push' => ['privates''notifier.channel.push''getNotifier_Channel_PushService'true],
  4737.             'sms' => ['privates''notifier.channel.sms''getNotifier_Channel_SmsService'true],
  4738.         ], [
  4739.             'browser' => 'Symfony\\Component\\Notifier\\Channel\\BrowserChannel',
  4740.             'chat' => 'Symfony\\Component\\Notifier\\Channel\\ChatChannel',
  4741.             'email' => 'Symfony\\Component\\Notifier\\Channel\\EmailChannel',
  4742.             'push' => 'Symfony\\Component\\Notifier\\Channel\\PushChannel',
  4743.             'sms' => 'Symfony\\Component\\Notifier\\Channel\\SmsChannel',
  4744.         ]), new \Symfony\Component\Notifier\Channel\ChannelPolicy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\Notification\\NotificationRuleRepository'] ?? $this->getNotificationRuleRepositoryService()));
  4745.     }
  4746.     /**
  4747.      * Gets the private 'App\Migration\Repository\LoadCorrBookingRepository' shared autowired service.
  4748.      *
  4749.      * @return \App\Migration\Repository\LoadCorrBookingRepository
  4750.      */
  4751.     protected function getLoadCorrBookingRepositoryService()
  4752.     {
  4753.         return $this->privates['App\\Migration\\Repository\\LoadCorrBookingRepository'] = new \App\Migration\Repository\LoadCorrBookingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4754.     }
  4755.     /**
  4756.      * Gets the private 'App\RepositoryView\__Accounting\InsuranceViewRepository' shared autowired service.
  4757.      *
  4758.      * @return \App\RepositoryView\__Accounting\InsuranceViewRepository
  4759.      */
  4760.     protected function getInsuranceViewRepositoryService()
  4761.     {
  4762.         $a = ($this->privates['App\\Helper\\__Accounting\\InsuranceHelper'] ?? $this->getInsuranceHelperService());
  4763.         if (isset($this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'])) {
  4764.             return $this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'];
  4765.         }
  4766.         return $this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'] = new \App\RepositoryView\__Accounting\InsuranceViewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] ?? ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] = new \Crea\DatatableBundle\Adapter\Doctrine\ORM\SearchCriteriaProvider())), $a);
  4767.     }
  4768.     /**
  4769.      * Gets the private 'App\Repository\Accounting\AccountRepository' shared autowired service.
  4770.      *
  4771.      * @return \App\Repository\Accounting\AccountRepository
  4772.      */
  4773.     protected function getAccountRepositoryService()
  4774.     {
  4775.         return $this->privates['App\\Repository\\Accounting\\AccountRepository'] = new \App\Repository\Accounting\AccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4776.     }
  4777.     /**
  4778.      * Gets the private 'App\Repository\Accounting\ApplicationFeeRepository' shared autowired service.
  4779.      *
  4780.      * @return \App\Repository\Accounting\ApplicationFeeRepository
  4781.      */
  4782.     protected function getApplicationFeeRepositoryService()
  4783.     {
  4784.         return $this->privates['App\\Repository\\Accounting\\ApplicationFeeRepository'] = new \App\Repository\Accounting\ApplicationFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4785.     }
  4786.     /**
  4787.      * Gets the private 'App\Repository\Accounting\AttributedInsuranceRepository' shared autowired service.
  4788.      *
  4789.      * @return \App\Repository\Accounting\AttributedInsuranceRepository
  4790.      */
  4791.     protected function getAttributedInsuranceRepositoryService()
  4792.     {
  4793.         return $this->privates['App\\Repository\\Accounting\\AttributedInsuranceRepository'] = new \App\Repository\Accounting\AttributedInsuranceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4794.     }
  4795.     /**
  4796.      * Gets the private 'App\Repository\Accounting\AttributedProductVariantRepository' shared autowired service.
  4797.      *
  4798.      * @return \App\Repository\Accounting\AttributedProductVariantRepository
  4799.      */
  4800.     protected function getAttributedProductVariantRepositoryService()
  4801.     {
  4802.         return $this->privates['App\\Repository\\Accounting\\AttributedProductVariantRepository'] = new \App\Repository\Accounting\AttributedProductVariantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4803.     }
  4804.     /**
  4805.      * Gets the private 'App\Repository\Accounting\BalanceBeforeDepartureRepository' shared autowired service.
  4806.      *
  4807.      * @return \App\Repository\Accounting\BalanceBeforeDepartureRepository
  4808.      */
  4809.     protected function getBalanceBeforeDepartureRepositoryService()
  4810.     {
  4811.         return $this->privates['App\\Repository\\Accounting\\BalanceBeforeDepartureRepository'] = new \App\Repository\Accounting\BalanceBeforeDepartureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4812.     }
  4813.     /**
  4814.      * Gets the private 'App\Repository\Accounting\InvoiceLineRepository' shared autowired service.
  4815.      *
  4816.      * @return \App\Repository\Accounting\InvoiceLineRepository
  4817.      */
  4818.     protected function getInvoiceLineRepositoryService()
  4819.     {
  4820.         return $this->privates['App\\Repository\\Accounting\\InvoiceLineRepository'] = new \App\Repository\Accounting\InvoiceLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4821.     }
  4822.     /**
  4823.      * Gets the private 'App\Repository\Accounting\InvoiceRepository' shared autowired service.
  4824.      *
  4825.      * @return \App\Repository\Accounting\InvoiceRepository
  4826.      */
  4827.     protected function getInvoiceRepositoryService()
  4828.     {
  4829.         return $this->privates['App\\Repository\\Accounting\\InvoiceRepository'] = new \App\Repository\Accounting\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4830.     }
  4831.     /**
  4832.      * Gets the private 'App\Repository\Accounting\PaymentRepository' shared autowired service.
  4833.      *
  4834.      * @return \App\Repository\Accounting\PaymentRepository
  4835.      */
  4836.     protected function getPaymentRepositoryService()
  4837.     {
  4838.         return $this->privates['App\\Repository\\Accounting\\PaymentRepository'] = new \App\Repository\Accounting\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4839.     }
  4840.     /**
  4841.      * Gets the private 'App\Repository\Accounting\QuoteLineRepository' shared autowired service.
  4842.      *
  4843.      * @return \App\Repository\Accounting\QuoteLineRepository
  4844.      */
  4845.     protected function getQuoteLineRepositoryService()
  4846.     {
  4847.         return $this->privates['App\\Repository\\Accounting\\QuoteLineRepository'] = new \App\Repository\Accounting\QuoteLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4848.     }
  4849.     /**
  4850.      * Gets the private 'App\Repository\ApplicationFilterLimitationRepository' shared autowired service.
  4851.      *
  4852.      * @return \App\Repository\ApplicationFilterLimitationRepository
  4853.      */
  4854.     protected function getApplicationFilterLimitationRepositoryService()
  4855.     {
  4856.         return $this->privates['App\\Repository\\ApplicationFilterLimitationRepository'] = new \App\Repository\ApplicationFilterLimitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4857.     }
  4858.     /**
  4859.      * Gets the private 'App\Repository\ApplicationFilterRepository' shared autowired service.
  4860.      *
  4861.      * @return \App\Repository\ApplicationFilterRepository
  4862.      */
  4863.     protected function getApplicationFilterRepositoryService()
  4864.     {
  4865.         return $this->privates['App\\Repository\\ApplicationFilterRepository'] = new \App\Repository\ApplicationFilterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4866.     }
  4867.     /**
  4868.      * Gets the private 'App\Repository\Booking\BookingRepository' shared autowired service.
  4869.      *
  4870.      * @return \App\Repository\Booking\BookingRepository
  4871.      */
  4872.     protected function getBookingRepositoryService()
  4873.     {
  4874.         $a = ($this->privates['App\\Repository\\User\\UserRepository'] ?? $this->getUserRepositoryService());
  4875.         if (isset($this->privates['App\\Repository\\Booking\\BookingRepository'])) {
  4876.             return $this->privates['App\\Repository\\Booking\\BookingRepository'];
  4877.         }
  4878.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4879.         if (isset($this->privates['App\\Repository\\Booking\\BookingRepository'])) {
  4880.             return $this->privates['App\\Repository\\Booking\\BookingRepository'];
  4881.         }
  4882.         return $this->privates['App\\Repository\\Booking\\BookingRepository'] = new \App\Repository\Booking\BookingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), $b, ($this->privates['App\\Helper\\__Booking\\BookingHelper'] ?? $this->getBookingHelperService()));
  4883.     }
  4884.     /**
  4885.      * Gets the private 'App\Repository\Booking\CabinOptionDurationRepository' shared autowired service.
  4886.      *
  4887.      * @return \App\Repository\Booking\CabinOptionDurationRepository
  4888.      */
  4889.     protected function getCabinOptionDurationRepositoryService()
  4890.     {
  4891.         return $this->privates['App\\Repository\\Booking\\CabinOptionDurationRepository'] = new \App\Repository\Booking\CabinOptionDurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4892.     }
  4893.     /**
  4894.      * Gets the private 'App\Repository\Booking\ProspectRequestRepository' shared autowired service.
  4895.      *
  4896.      * @return \App\Repository\Booking\ProspectRequestRepository
  4897.      */
  4898.     protected function getProspectRequestRepositoryService()
  4899.     {
  4900.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4901.         if (isset($this->privates['App\\Repository\\Booking\\ProspectRequestRepository'])) {
  4902.             return $this->privates['App\\Repository\\Booking\\ProspectRequestRepository'];
  4903.         }
  4904.         return $this->privates['App\\Repository\\Booking\\ProspectRequestRepository'] = new \App\Repository\Booking\ProspectRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4905.     }
  4906.     /**
  4907.      * Gets the private 'App\Repository\Booking\QuoteRepository' shared autowired service.
  4908.      *
  4909.      * @return \App\Repository\Booking\QuoteRepository
  4910.      */
  4911.     protected function getQuoteRepositoryService()
  4912.     {
  4913.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4914.         if (isset($this->privates['App\\Repository\\Booking\\QuoteRepository'])) {
  4915.             return $this->privates['App\\Repository\\Booking\\QuoteRepository'];
  4916.         }
  4917.         return $this->privates['App\\Repository\\Booking\\QuoteRepository'] = new \App\Repository\Booking\QuoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()));
  4918.     }
  4919.     /**
  4920.      * Gets the private 'App\Repository\Cruise\Company\AdvantageRepository' shared autowired service.
  4921.      *
  4922.      * @return \App\Repository\Cruise\Company\AdvantageRepository
  4923.      */
  4924.     protected function getAdvantageRepositoryService()
  4925.     {
  4926.         return $this->privates['App\\Repository\\Cruise\\Company\\AdvantageRepository'] = new \App\Repository\Cruise\Company\AdvantageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4927.     }
  4928.     /**
  4929.      * Gets the private 'App\Repository\Cruise\Cruise\CruiseHistoryRepository' shared autowired service.
  4930.      *
  4931.      * @return \App\Repository\Cruise\Cruise\CruiseHistoryRepository
  4932.      */
  4933.     protected function getCruiseHistoryRepositoryService()
  4934.     {
  4935.         return $this->privates['App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository'] = new \App\Repository\Cruise\Cruise\CruiseHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4936.     }
  4937.     /**
  4938.      * Gets the private 'App\Repository\Cruise\Itinerary\DestinationRepository' shared autowired service.
  4939.      *
  4940.      * @return \App\Repository\Cruise\Itinerary\DestinationRepository
  4941.      */
  4942.     protected function getDestinationRepositoryService()
  4943.     {
  4944.         return $this->privates['App\\Repository\\Cruise\\Itinerary\\DestinationRepository'] = new \App\Repository\Cruise\Itinerary\DestinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4945.     }
  4946.     /**
  4947.      * Gets the private 'App\Repository\Discount\AttributedDiscountRepository' shared autowired service.
  4948.      *
  4949.      * @return \App\Repository\Discount\AttributedDiscountRepository
  4950.      */
  4951.     protected function getAttributedDiscountRepositoryService()
  4952.     {
  4953.         return $this->privates['App\\Repository\\Discount\\AttributedDiscountRepository'] = new \App\Repository\Discount\AttributedDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4954.     }
  4955.     /**
  4956.      * Gets the private 'App\Repository\Discount\DiscountRepository' shared autowired service.
  4957.      *
  4958.      * @return \App\Repository\Discount\DiscountRepository
  4959.      */
  4960.     protected function getDiscountRepositoryService()
  4961.     {
  4962.         return $this->privates['App\\Repository\\Discount\\DiscountRepository'] = new \App\Repository\Discount\DiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4963.     }
  4964.     /**
  4965.      * Gets the private 'App\Repository\Email\EmailContentRepository' shared autowired service.
  4966.      *
  4967.      * @return \App\Repository\Email\EmailContentRepository
  4968.      */
  4969.     protected function getEmailContentRepositoryService()
  4970.     {
  4971.         return $this->privates['App\\Repository\\Email\\EmailContentRepository'] = new \App\Repository\Email\EmailContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4972.     }
  4973.     /**
  4974.      * Gets the private 'App\Repository\Notification\NotificationRuleRepository' shared autowired service.
  4975.      *
  4976.      * @return \App\Repository\Notification\NotificationRuleRepository
  4977.      */
  4978.     protected function getNotificationRuleRepositoryService()
  4979.     {
  4980.         return $this->privates['App\\Repository\\Notification\\NotificationRuleRepository'] = new \App\Repository\Notification\NotificationRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4981.     }
  4982.     /**
  4983.      * Gets the private 'App\Repository\Notification\ReminderRepository' shared autowired service.
  4984.      *
  4985.      * @return \App\Repository\Notification\ReminderRepository
  4986.      */
  4987.     protected function getReminderRepositoryService()
  4988.     {
  4989.         return $this->privates['App\\Repository\\Notification\\ReminderRepository'] = new \App\Repository\Notification\ReminderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4990.     }
  4991.     /**
  4992.      * Gets the private 'App\Repository\Partner\PartnerByContactHistoryRepository' shared autowired service.
  4993.      *
  4994.      * @return \App\Repository\Partner\PartnerByContactHistoryRepository
  4995.      */
  4996.     protected function getPartnerByContactHistoryRepositoryService()
  4997.     {
  4998.         return $this->privates['App\\Repository\\Partner\\PartnerByContactHistoryRepository'] = new \App\Repository\Partner\PartnerByContactHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4999.     }
  5000.     /**
  5001.      * Gets the private 'App\Repository\Partner\PartnerByContactRepository' shared autowired service.
  5002.      *
  5003.      * @return \App\Repository\Partner\PartnerByContactRepository
  5004.      */
  5005.     protected function getPartnerByContactRepositoryService()
  5006.     {
  5007.         return $this->privates['App\\Repository\\Partner\\PartnerByContactRepository'] = new \App\Repository\Partner\PartnerByContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5008.     }
  5009.     /**
  5010.      * Gets the private 'App\Repository\Partner\PartnerCompanyDiscountRepository' shared autowired service.
  5011.      *
  5012.      * @return \App\Repository\Partner\PartnerCompanyDiscountRepository
  5013.      */
  5014.     protected function getPartnerCompanyDiscountRepositoryService()
  5015.     {
  5016.         return $this->privates['App\\Repository\\Partner\\PartnerCompanyDiscountRepository'] = new \App\Repository\Partner\PartnerCompanyDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5017.     }
  5018.     /**
  5019.      * Gets the private 'App\Repository\Partner\PartnerRepository' shared autowired service.
  5020.      *
  5021.      * @return \App\Repository\Partner\PartnerRepository
  5022.      */
  5023.     protected function getPartnerRepositoryService()
  5024.     {
  5025.         return $this->privates['App\\Repository\\Partner\\PartnerRepository'] = new \App\Repository\Partner\PartnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'App\Repository\Product\MarginCabinRepository' shared autowired service.
  5029.      *
  5030.      * @return \App\Repository\Product\MarginCabinRepository
  5031.      */
  5032.     protected function getMarginCabinRepositoryService()
  5033.     {
  5034.         return $this->privates['App\\Repository\\Product\\MarginCabinRepository'] = new \App\Repository\Product\MarginCabinRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5035.     }
  5036.     /**
  5037.      * Gets the private 'App\Repository\Product\MarginProductRepository' shared autowired service.
  5038.      *
  5039.      * @return \App\Repository\Product\MarginProductRepository
  5040.      */
  5041.     protected function getMarginProductRepositoryService()
  5042.     {
  5043.         return $this->privates['App\\Repository\\Product\\MarginProductRepository'] = new \App\Repository\Product\MarginProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5044.     }
  5045.     /**
  5046.      * Gets the private 'App\Repository\Product\ProductRepository' shared autowired service.
  5047.      *
  5048.      * @return \App\Repository\Product\ProductRepository
  5049.      */
  5050.     protected function getProductRepositoryService()
  5051.     {
  5052.         return $this->privates['App\\Repository\\Product\\ProductRepository'] = new \App\Repository\Product\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5053.     }
  5054.     /**
  5055.      * Gets the private 'App\Repository\Product\ProductVariantRepository' shared autowired service.
  5056.      *
  5057.      * @return \App\Repository\Product\ProductVariantRepository
  5058.      */
  5059.     protected function getProductVariantRepositoryService()
  5060.     {
  5061.         $a = ($this->privates['App\\Repository\\Booking\\BookingRepository'] ?? $this->getBookingRepositoryService());
  5062.         if (isset($this->privates['App\\Repository\\Product\\ProductVariantRepository'])) {
  5063.             return $this->privates['App\\Repository\\Product\\ProductVariantRepository'];
  5064.         }
  5065.         return $this->privates['App\\Repository\\Product\\ProductVariantRepository'] = new \App\Repository\Product\ProductVariantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5066.     }
  5067.     /**
  5068.      * Gets the private 'App\Repository\Selling\SellingSegmentCabinTypePointRepository' shared autowired service.
  5069.      *
  5070.      * @return \App\Repository\Selling\SellingSegmentCabinTypePointRepository
  5071.      */
  5072.     protected function getSellingSegmentCabinTypePointRepositoryService()
  5073.     {
  5074.         return $this->privates['App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository'] = new \App\Repository\Selling\SellingSegmentCabinTypePointRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5075.     }
  5076.     /**
  5077.      * Gets the private 'App\Repository\Selling\SellingSegmentRepository' shared autowired service.
  5078.      *
  5079.      * @return \App\Repository\Selling\SellingSegmentRepository
  5080.      */
  5081.     protected function getSellingSegmentRepositoryService()
  5082.     {
  5083.         return $this->privates['App\\Repository\\Selling\\SellingSegmentRepository'] = new \App\Repository\Selling\SellingSegmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5084.     }
  5085.     /**
  5086.      * Gets the private 'App\Repository\User\UserCmsRepository' shared autowired service.
  5087.      *
  5088.      * @return \App\Repository\User\UserCmsRepository
  5089.      */
  5090.     protected function getUserCmsRepositoryService()
  5091.     {
  5092.         return $this->privates['App\\Repository\\User\\UserCmsRepository'] = new \App\Repository\User\UserCmsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5093.     }
  5094.     /**
  5095.      * Gets the private 'App\Repository\User\UserRepository' shared autowired service.
  5096.      *
  5097.      * @return \App\Repository\User\UserRepository
  5098.      */
  5099.     protected function getUserRepositoryService()
  5100.     {
  5101.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5102.         if (isset($this->privates['App\\Repository\\User\\UserRepository'])) {
  5103.             return $this->privates['App\\Repository\\User\\UserRepository'];
  5104.         }
  5105.         $b = ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService());
  5106.         if (isset($this->privates['App\\Repository\\User\\UserRepository'])) {
  5107.             return $this->privates['App\\Repository\\User\\UserRepository'];
  5108.         }
  5109.         $c = ($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'] ?? $this->getPlanningHelperService());
  5110.         if (isset($this->privates['App\\Repository\\User\\UserRepository'])) {
  5111.             return $this->privates['App\\Repository\\User\\UserRepository'];
  5112.         }
  5113.         return $this->privates['App\\Repository\\User\\UserRepository'] = new \App\Repository\User\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a$b$c);
  5114.     }
  5115.     /**
  5116.      * Gets the private 'App\Repository\__Accounting\PartnerAllowance\AllowanceRepository' shared autowired service.
  5117.      *
  5118.      * @return \App\Repository\__Accounting\PartnerAllowance\AllowanceRepository
  5119.      */
  5120.     protected function getAllowanceRepositoryService()
  5121.     {
  5122.         return $this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository'] = new \App\Repository\__Accounting\PartnerAllowance\AllowanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] ?? ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] = new \Crea\DatatableBundle\Adapter\Doctrine\ORM\SearchCriteriaProvider())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5123.     }
  5124.     /**
  5125.      * Gets the private 'App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository' shared autowired service.
  5126.      *
  5127.      * @return \App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository
  5128.      */
  5129.     protected function getPartnerAllowanceRepositoryService()
  5130.     {
  5131.         return $this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository'] = new \App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5132.     }
  5133.     /**
  5134.      * Gets the private 'App\Repository\__Accounting\PartnerParticipation\ParticipationRepository' shared autowired service.
  5135.      *
  5136.      * @return \App\Repository\__Accounting\PartnerParticipation\ParticipationRepository
  5137.      */
  5138.     protected function getParticipationRepositoryService()
  5139.     {
  5140.         return $this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository'] = new \App\Repository\__Accounting\PartnerParticipation\ParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] ?? ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] = new \Crea\DatatableBundle\Adapter\Doctrine\ORM\SearchCriteriaProvider())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5141.     }
  5142.     /**
  5143.      * Gets the private 'App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository' shared autowired service.
  5144.      *
  5145.      * @return \App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository
  5146.      */
  5147.     protected function getPartnerParticipationRepositoryService()
  5148.     {
  5149.         return $this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository'] = new \App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5150.     }
  5151.     /**
  5152.      * Gets the private 'App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository' shared autowired service.
  5153.      *
  5154.      * @return \App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository
  5155.      */
  5156.     protected function getPartnerTemplateContentRepositoryService()
  5157.     {
  5158.         return $this->privates['App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository'] = new \App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5159.     }
  5160.     /**
  5161.      * Gets the private 'App\Repository\__Accounting\SupplierRepository' shared autowired service.
  5162.      *
  5163.      * @return \App\Repository\__Accounting\SupplierRepository
  5164.      */
  5165.     protected function getSupplierRepositoryService()
  5166.     {
  5167.         return $this->privates['App\\Repository\\__Accounting\\SupplierRepository'] = new \App\Repository\__Accounting\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5168.     }
  5169.     /**
  5170.      * Gets the private 'App\Repository\__Sale\LegalTextRepository' shared autowired service.
  5171.      *
  5172.      * @return \App\Repository\__Sale\LegalTextRepository
  5173.      */
  5174.     protected function getLegalTextRepositoryService()
  5175.     {
  5176.         return $this->privates['App\\Repository\\__Sale\\LegalTextRepository'] = new \App\Repository\__Sale\LegalTextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5177.     }
  5178.     /**
  5179.      * Gets the private 'Crea\Bundle\GridBundle\Grid\Expression\ExpressionLanguage' shared autowired service.
  5180.      *
  5181.      * @return \Crea\Bundle\GridBundle\Grid\Expression\ExpressionLanguage
  5182.      */
  5183.     protected function getExpressionLanguageService()
  5184.     {
  5185.         return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Expression\\ExpressionLanguage'] = new \Crea\Bundle\GridBundle\Grid\Expression\ExpressionLanguage(($this->services['cache.app'] ?? $this->getCache_AppService()));
  5186.     }
  5187.     /**
  5188.      * Gets the private 'Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry' shared autowired service.
  5189.      *
  5190.      * @return \Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry
  5191.      */
  5192.     protected function getFilterTypeRegistryService()
  5193.     {
  5194.         $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Filter\\FilterTypeRegistry'] = $instance = new \Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry();
  5195.         $a = new \Crea\Bundle\GridBundle\Grid\Options\FilterOptions();
  5196.         $instance->add('contact_segment', new \App\GridExtensions\Filter\ContactSegmentFilterType(($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFiltersProvider'] ?? $this->getContactSegmentFiltersProviderService()), ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFilterHelper'] ?? ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFilterHelper'] = new \App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterHelper()))));
  5197.         $instance->add('days_before_date', new \App\GridExtensions\Filter\DaysBeforeDateFilter($a));
  5198.         $instance->add('boolean', new \Crea\Bundle\GridBundle\Grid\Filter\BooleanFilterType($a));
  5199.         $instance->add('date', new \Crea\Bundle\GridBundle\Grid\Filter\DateFilterType($a));
  5200.         $instance->add('entity', new \Crea\Bundle\GridBundle\Grid\Filter\EntityFilterType($a, ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\EntityFilterOptions'] ?? ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\EntityFilterOptions'] = new \Crea\Bundle\GridBundle\Grid\Options\EntityFilterOptions()))));
  5201.         $instance->add('exists', new \Crea\Bundle\GridBundle\Grid\Filter\ExistsFilterType($a));
  5202.         $instance->add('number', new \Crea\Bundle\GridBundle\Grid\Filter\NumberFilterType($a));
  5203.         $instance->add('select', new \Crea\Bundle\GridBundle\Grid\Filter\SelectFilterType($a));
  5204.         $instance->add('string', new \Crea\Bundle\GridBundle\Grid\Filter\StringFilterType($a, ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\StringFilterOptions'] ?? ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\StringFilterOptions'] = new \Crea\Bundle\GridBundle\Grid\Options\StringFilterOptions()))));
  5205.         return $instance;
  5206.     }
  5207.     /**
  5208.      * Gets the private 'Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer' shared autowired service.
  5209.      *
  5210.      * @return \Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer
  5211.      */
  5212.     protected function getGridRendererService()
  5213.     {
  5214.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5215.         if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
  5216.             return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
  5217.         }
  5218.         $b = ($this->services['router'] ?? $this->getRouterService());
  5219.         if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
  5220.             return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
  5221.         }
  5222.         $c = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  5223.         if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
  5224.             return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
  5225.         }
  5226.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5227.         if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
  5228.             return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
  5229.         }
  5230.         $e = new \Crea\Bundle\GridBundle\Grid\Action\ActionTypeRegistry();
  5231.         $f = ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Expression\\ExpressionLanguage'] ?? $this->getExpressionLanguageService());
  5232.         $g = new \Crea\Bundle\GridBundle\Grid\UrlGenerator($this$b$f);
  5233.         $h = ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService());
  5234.         $i = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
  5235.         $j = new \Crea\Bundle\GridBundle\Grid\Options\RouteOptions();
  5236.         $e->add('bulk', new \Crea\Bundle\GridBundle\Grid\Action\BulkActionType($a$g$h$i$j));
  5237.         $k = new \Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry();
  5238.         $k->add('btn_action', new \App\GridExtensions\Field\BtnType($a$g));
  5239.         $k->add('action', new \Crea\Bundle\GridBundle\Grid\Field\ActionFieldType($a$g$j$f));
  5240.         $k->add('date', new \Crea\Bundle\GridBundle\Grid\Field\DateFieldType());
  5241.         $k->add('delete_action', new \Crea\Bundle\GridBundle\Grid\Field\DeleteActionFieldType($a$g$j$h$i));
  5242.         $k->add('string', new \Crea\Bundle\GridBundle\Grid\Field\StringFieldType());
  5243.         $k->add('twig', new \Crea\Bundle\GridBundle\Grid\Field\TwigFieldType($a));
  5244.         return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'] = new \Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer($a$e$k, ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Filter\\FilterTypeRegistry'] ?? $this->getFilterTypeRegistryService()), $c$d);
  5245.     }
  5246.     /**
  5247.      * Gets the private 'Crea\DatatableBundle\Handler\DatatableSelectionHandler' shared autowired service.
  5248.      *
  5249.      * @return \Crea\DatatableBundle\Handler\DatatableSelectionHandler
  5250.      */
  5251.     protected function getDatatableSelectionHandlerService()
  5252.     {
  5253.         $a = ($this->services['router'] ?? $this->getRouterService());
  5254.         if (isset($this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'])) {
  5255.             return $this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'];
  5256.         }
  5257.         return $this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'] = new \Crea\DatatableBundle\Handler\DatatableSelectionHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  5258.     }
  5259.     /**
  5260.      * Gets the private 'Crea\DatatableBundle\Security\DatatableSecurity' shared autowired service.
  5261.      *
  5262.      * @return \Crea\DatatableBundle\Security\DatatableSecurity
  5263.      */
  5264.     protected function getDatatableSecurityService()
  5265.     {
  5266.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5267.         if (isset($this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'])) {
  5268.             return $this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'];
  5269.         }
  5270.         return $this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'] = new \Crea\DatatableBundle\Security\DatatableSecurity($a);
  5271.     }
  5272.     /**
  5273.      * Gets the private 'Crea\DocumentationBundle\Helper\DocumentationAccessHelper' shared autowired service.
  5274.      *
  5275.      * @return \Crea\DocumentationBundle\Helper\DocumentationAccessHelper
  5276.      */
  5277.     protected function getDocumentationAccessHelperService()
  5278.     {
  5279.         return $this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationAccessHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationAccessHelper(($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->privates['Crea\\DocumentationBundle\\Repository\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['Crea\\DocumentationBundle\\Provider\\DocumentationRightCodeProvider'] ?? $this->getDocumentationRightCodeProviderService()));
  5280.     }
  5281.     /**
  5282.      * Gets the private 'Crea\DocumentationBundle\Helper\DocumentationSearchHelper' shared autowired service.
  5283.      *
  5284.      * @return \Crea\DocumentationBundle\Helper\DocumentationSearchHelper
  5285.      */
  5286.     protected function getDocumentationSearchHelperService()
  5287.     {
  5288.         return $this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationSearchHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationSearchHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Crea\\DocumentationBundle\\Repository\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['Crea\\DocumentationBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] ?? ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationChapterHelper())));
  5289.     }
  5290.     /**
  5291.      * Gets the private 'Crea\DocumentationBundle\Provider\DocumentationRightCodeProvider' shared autowired service.
  5292.      *
  5293.      * @return \Crea\DocumentationBundle\Provider\DocumentationRightCodeProvider
  5294.      */
  5295.     protected function getDocumentationRightCodeProviderService()
  5296.     {
  5297.         return $this->privates['Crea\\DocumentationBundle\\Provider\\DocumentationRightCodeProvider'] = new \Crea\DocumentationBundle\Provider\DocumentationRightCodeProvider(($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] ?? ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationChapterHelper())));
  5298.     }
  5299.     /**
  5300.      * Gets the private 'Crea\DocumentationBundle\Repository\ArticleRepository' shared autowired service.
  5301.      *
  5302.      * @return \Crea\DocumentationBundle\Repository\ArticleRepository
  5303.      */
  5304.     protected function getArticleRepositoryService()
  5305.     {
  5306.         return $this->privates['Crea\\DocumentationBundle\\Repository\\ArticleRepository'] = new \Crea\DocumentationBundle\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5307.     }
  5308.     /**
  5309.      * Gets the private 'Crea\DocumentationBundle\Repository\ChapterRepository' shared autowired service.
  5310.      *
  5311.      * @return \Crea\DocumentationBundle\Repository\ChapterRepository
  5312.      */
  5313.     protected function getChapterRepositoryService()
  5314.     {
  5315.         return $this->privates['Crea\\DocumentationBundle\\Repository\\ChapterRepository'] = new \Crea\DocumentationBundle\Repository\ChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5316.     }
  5317.     /**
  5318.      * Gets the private 'Crea\EventBundle\Helper\EventAccessHelper' shared autowired service.
  5319.      *
  5320.      * @return \Crea\EventBundle\Helper\EventAccessHelper
  5321.      */
  5322.     protected function getEventAccessHelperService()
  5323.     {
  5324.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5325.         if (isset($this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'])) {
  5326.             return $this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'];
  5327.         }
  5328.         return $this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'] = new \Crea\EventBundle\Helper\EventAccessHelper(($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->privates['Crea\\EventBundle\\Repository\\EventCategoryRepository'] ?? $this->getEventCategoryRepositoryService()), ($this->privates['Crea\\EventBundle\\Provider\\EventRightCodeProvider'] ?? $this->getEventRightCodeProviderService()), $a);
  5329.     }
  5330.     /**
  5331.      * Gets the private 'Crea\EventBundle\Helper\EventSearchHelper' shared autowired service.
  5332.      *
  5333.      * @return \Crea\EventBundle\Helper\EventSearchHelper
  5334.      */
  5335.     protected function getEventSearchHelperService()
  5336.     {
  5337.         return $this->privates['Crea\\EventBundle\\Helper\\EventSearchHelper'] = new \Crea\EventBundle\Helper\EventSearchHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Crea\\EventBundle\\Repository\\EventCategoryRepository'] ?? $this->getEventCategoryRepositoryService()), ($this->privates['Crea\\EventBundle\\Repository\\EventModelRepository'] ?? $this->getEventModelRepositoryService()), ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] ?? ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] = new \Crea\EventBundle\Helper\EventCategoryHelper())));
  5338.     }
  5339.     /**
  5340.      * Gets the private 'Crea\EventBundle\Provider\EventRightCodeProvider' shared autowired service.
  5341.      *
  5342.      * @return \Crea\EventBundle\Provider\EventRightCodeProvider
  5343.      */
  5344.     protected function getEventRightCodeProviderService()
  5345.     {
  5346.         return $this->privates['Crea\\EventBundle\\Provider\\EventRightCodeProvider'] = new \Crea\EventBundle\Provider\EventRightCodeProvider(($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] ?? ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] = new \Crea\EventBundle\Helper\EventCategoryHelper())));
  5347.     }
  5348.     /**
  5349.      * Gets the private 'Crea\EventBundle\Repository\EventCategoryRepository' shared autowired service.
  5350.      *
  5351.      * @return \Crea\EventBundle\Repository\EventCategoryRepository
  5352.      */
  5353.     protected function getEventCategoryRepositoryService()
  5354.     {
  5355.         return $this->privates['Crea\\EventBundle\\Repository\\EventCategoryRepository'] = new \Crea\EventBundle\Repository\EventCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5356.     }
  5357.     /**
  5358.      * Gets the private 'Crea\EventBundle\Repository\EventLogRepository' shared autowired service.
  5359.      *
  5360.      * @return \Crea\EventBundle\Repository\EventLogRepository
  5361.      */
  5362.     protected function getEventLogRepositoryService()
  5363.     {
  5364.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5365.         if (isset($this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'])) {
  5366.             return $this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'];
  5367.         }
  5368.         return $this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'] = new \Crea\EventBundle\Repository\EventLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5369.     }
  5370.     /**
  5371.      * Gets the private 'Crea\EventBundle\Repository\EventModelRepository' shared autowired service.
  5372.      *
  5373.      * @return \Crea\EventBundle\Repository\EventModelRepository
  5374.      */
  5375.     protected function getEventModelRepositoryService()
  5376.     {
  5377.         return $this->privates['Crea\\EventBundle\\Repository\\EventModelRepository'] = new \Crea\EventBundle\Repository\EventModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5378.     }
  5379.     /**
  5380.      * Gets the private 'Crea\EventBundle\Repository\EventTypeRepository' shared autowired service.
  5381.      *
  5382.      * @return \Crea\EventBundle\Repository\EventTypeRepository
  5383.      */
  5384.     protected function getEventTypeRepositoryService()
  5385.     {
  5386.         return $this->privates['Crea\\EventBundle\\Repository\\EventTypeRepository'] = new \Crea\EventBundle\Repository\EventTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5387.     }
  5388.     /**
  5389.      * Gets the private 'Crea\HRBundle\Helper\PlanningHelper' shared autowired service.
  5390.      *
  5391.      * @return \Crea\HRBundle\Helper\PlanningHelper
  5392.      */
  5393.     protected function getPlanningHelperService()
  5394.     {
  5395.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5396.         if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
  5397.             return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
  5398.         }
  5399.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5400.         if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
  5401.             return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
  5402.         }
  5403.         $c = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'] ?? $this->getPlanningLeaveNormalizerService());
  5404.         if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
  5405.             return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
  5406.         }
  5407.         $d = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'] ?? $this->getPlanningEventNormalizerService());
  5408.         if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
  5409.             return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
  5410.         }
  5411.         $e = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'] ?? $this->getPlanningCommentNormalizerService());
  5412.         if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
  5413.             return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
  5414.         }
  5415.         return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'] = new \Crea\HRBundle\Helper\PlanningHelper($a$b$c$d$e);
  5416.     }
  5417.     /**
  5418.      * Gets the private 'Crea\HRBundle\Normalizer\PlanningCommentNormalizer' shared autowired service.
  5419.      *
  5420.      * @return \Crea\HRBundle\Normalizer\PlanningCommentNormalizer
  5421.      */
  5422.     protected function getPlanningCommentNormalizerService()
  5423.     {
  5424.         $a = ($this->services['router'] ?? $this->getRouterService());
  5425.         if (isset($this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'])) {
  5426.             return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'];
  5427.         }
  5428.         return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'] = new \Crea\HRBundle\Normalizer\PlanningCommentNormalizer($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  5429.     }
  5430.     /**
  5431.      * Gets the private 'Crea\HRBundle\Normalizer\PlanningEventNormalizer' shared autowired service.
  5432.      *
  5433.      * @return \Crea\HRBundle\Normalizer\PlanningEventNormalizer
  5434.      */
  5435.     protected function getPlanningEventNormalizerService()
  5436.     {
  5437.         $a = ($this->services['router'] ?? $this->getRouterService());
  5438.         if (isset($this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'])) {
  5439.             return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'];
  5440.         }
  5441.         return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'] = new \Crea\HRBundle\Normalizer\PlanningEventNormalizer($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  5442.     }
  5443.     /**
  5444.      * Gets the private 'Crea\HRBundle\Normalizer\PlanningLeaveNormalizer' shared autowired service.
  5445.      *
  5446.      * @return \Crea\HRBundle\Normalizer\PlanningLeaveNormalizer
  5447.      */
  5448.     protected function getPlanningLeaveNormalizerService()
  5449.     {
  5450.         $a = ($this->services['router'] ?? $this->getRouterService());
  5451.         if (isset($this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'])) {
  5452.             return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'];
  5453.         }
  5454.         return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'] = new \Crea\HRBundle\Normalizer\PlanningLeaveNormalizer($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  5455.     }
  5456.     /**
  5457.      * Gets the private 'Crea\ParameterBundle\Helper\ParameterAccessHelper' shared autowired service.
  5458.      *
  5459.      * @return \Crea\ParameterBundle\Helper\ParameterAccessHelper
  5460.      */
  5461.     protected function getParameterAccessHelperService()
  5462.     {
  5463.         return $this->privates['Crea\\ParameterBundle\\Helper\\ParameterAccessHelper'] = new \Crea\ParameterBundle\Helper\ParameterAccessHelper(($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] ?? $this->getParameterTypeRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Provider\\ParameterRightCodeProvider'] ?? ($this->privates['Crea\\ParameterBundle\\Provider\\ParameterRightCodeProvider'] = new \Crea\ParameterBundle\Provider\ParameterRightCodeProvider())));
  5464.     }
  5465.     /**
  5466.      * Gets the private 'Crea\ParameterBundle\Helper\ParameterHelper' shared autowired service.
  5467.      *
  5468.      * @return \Crea\ParameterBundle\Helper\ParameterHelper
  5469.      */
  5470.     protected function getParameterHelperService()
  5471.     {
  5472.         return $this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] = new \Crea\ParameterBundle\Helper\ParameterHelper(($this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] ?? $this->getParameterTypeRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Repository\\ParameterRepository'] ?? $this->getParameterRepositoryService()));
  5473.     }
  5474.     /**
  5475.      * Gets the private 'Crea\ParameterBundle\Repository\ParameterRepository' shared autowired service.
  5476.      *
  5477.      * @return \Crea\ParameterBundle\Repository\ParameterRepository
  5478.      */
  5479.     protected function getParameterRepositoryService()
  5480.     {
  5481.         return $this->privates['Crea\\ParameterBundle\\Repository\\ParameterRepository'] = new \Crea\ParameterBundle\Repository\ParameterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5482.     }
  5483.     /**
  5484.      * Gets the private 'Crea\ParameterBundle\Repository\ParameterTypeRepository' shared autowired service.
  5485.      *
  5486.      * @return \Crea\ParameterBundle\Repository\ParameterTypeRepository
  5487.      */
  5488.     protected function getParameterTypeRepositoryService()
  5489.     {
  5490.         return $this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] = new \Crea\ParameterBundle\Repository\ParameterTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5491.     }
  5492.     /**
  5493.      * Gets the private 'Crea\SecurityBundle\EventListener\HasAccessListener' shared autowired service.
  5494.      *
  5495.      * @return \Crea\SecurityBundle\EventListener\HasAccessListener
  5496.      */
  5497.     protected function getHasAccessListenerService()
  5498.     {
  5499.         return $this->privates['Crea\\SecurityBundle\\EventListener\\HasAccessListener'] = new \Crea\SecurityBundle\EventListener\HasAccessListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()));
  5500.     }
  5501.     /**
  5502.      * Gets the private 'Crea\SecurityBundle\Helper\AccessHelper' shared autowired service.
  5503.      *
  5504.      * @return \Crea\SecurityBundle\Helper\AccessHelper
  5505.      */
  5506.     protected function getAccessHelperService()
  5507.     {
  5508.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5509.         if (isset($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'])) {
  5510.             return $this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'];
  5511.         }
  5512.         $b = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5513.         if (isset($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'])) {
  5514.             return $this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'];
  5515.         }
  5516.         return $this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] = new \Crea\SecurityBundle\Helper\AccessHelper($a$b, ($this->privates['Crea\\SecurityBundle\\Repository\\RightRepository'] ?? $this->getRightRepositoryService()));
  5517.     }
  5518.     /**
  5519.      * Gets the private 'Crea\SecurityBundle\Repository\RightRepository' shared autowired service.
  5520.      *
  5521.      * @return \Crea\SecurityBundle\Repository\RightRepository
  5522.      */
  5523.     protected function getRightRepositoryService()
  5524.     {
  5525.         return $this->privates['Crea\\SecurityBundle\\Repository\\RightRepository'] = new \Crea\SecurityBundle\Repository\RightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5526.     }
  5527.     /**
  5528.      * Gets the private 'Crea\ToolsBundle\Helper\EntityManagerHelper' shared autowired service.
  5529.      *
  5530.      * @return \Crea\ToolsBundle\Helper\EntityManagerHelper
  5531.      */
  5532.     protected function getEntityManagerHelperService()
  5533.     {
  5534.         return $this->privates['Crea\\ToolsBundle\\Helper\\EntityManagerHelper'] = new \Crea\ToolsBundle\Helper\EntityManagerHelper(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5535.     }
  5536.     /**
  5537.      * Gets the private 'Croisiland\CommonBundle\Helper\CmsErpApiHelper' shared autowired service.
  5538.      *
  5539.      * @return \Croisiland\CommonBundle\Helper\CmsErpApiHelper
  5540.      */
  5541.     protected function getCmsErpApiHelperService()
  5542.     {
  5543.         return $this->privates['Croisiland\\CommonBundle\\Helper\\CmsErpApiHelper'] = new \Croisiland\CommonBundle\Helper\CmsErpApiHelper(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5544.     }
  5545.     /**
  5546.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5547.      *
  5548.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5549.      */
  5550.     protected function getResetAssetsEventListenerService()
  5551.     {
  5552.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'croisiland-search'=> 'crea-tools'=> 'crea-datatable'=> 'creasecurity'=> 'crea-admin'=> 'creadocumentation'=> 'creaprocess'=> 'creaparameter'=> 'creaevent'10 => 'creahr']);
  5553.     }
  5554.     /**
  5555.      * Gets the private 'annotations.cache_adapter' shared service.
  5556.      *
  5557.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5558.      */
  5559.     protected function getAnnotations_CacheAdapterService()
  5560.     {
  5561.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5562.     }
  5563.     /**
  5564.      * Gets the private 'annotations.cached_reader' shared service.
  5565.      *
  5566.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5567.      */
  5568.     protected function getAnnotations_CachedReaderService()
  5569.     {
  5570.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5571.     }
  5572.     /**
  5573.      * Gets the private 'annotations.reader' shared service.
  5574.      *
  5575.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5576.      */
  5577.     protected function getAnnotations_ReaderService()
  5578.     {
  5579.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5580.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5581.         $a->registerUniqueLoader('class_exists');
  5582.         $instance->addGlobalIgnoredName('required'$a);
  5583.         return $instance;
  5584.     }
  5585.     /**
  5586.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  5587.      *
  5588.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5589.      */
  5590.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  5591.     {
  5592.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XU3fvnVQdt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5593.     }
  5594.     /**
  5595.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  5596.      *
  5597.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5598.      */
  5599.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  5600.     {
  5601.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kosaXrNMpL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5602.     }
  5603.     /**
  5604.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  5605.      *
  5606.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5607.      */
  5608.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  5609.     {
  5610.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AU7ugYYdpN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5611.     }
  5612.     /**
  5613.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  5614.      *
  5615.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5616.      */
  5617.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  5618.     {
  5619.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+t6i7G4Djy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  5623.      *
  5624.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5625.      */
  5626.     protected function getApiPlatform_Cache_RouteNameResolverService()
  5627.     {
  5628.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-pOL7L3wLv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5629.     }
  5630.     /**
  5631.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  5632.      *
  5633.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5634.      */
  5635.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  5636.     {
  5637.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cPX2uHiTu5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5638.     }
  5639.     /**
  5640.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  5641.      *
  5642.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  5643.      */
  5644.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  5645.     {
  5646.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5647.     }
  5648.     /**
  5649.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  5650.      *
  5651.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  5652.      */
  5653.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  5654.     {
  5655.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  5656.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5657.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5658.         }
  5659.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5660.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5661.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5662.         }
  5663.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  5664.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5665.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5666.         }
  5667.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  5668.     }
  5669.     /**
  5670.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  5671.      *
  5672.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  5673.      */
  5674.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  5675.     {
  5676.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5677.     }
  5678.     /**
  5679.      * Gets the private 'api_platform.identifier.converter' shared service.
  5680.      *
  5681.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  5682.      */
  5683.     protected function getApiPlatform_Identifier_ConverterService()
  5684.     {
  5685.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  5686.         if (isset($this->privates['api_platform.identifier.converter'])) {
  5687.             return $this->privates['api_platform.identifier.converter'];
  5688.         }
  5689.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  5690.         if (isset($this->privates['api_platform.identifier.converter'])) {
  5691.             return $this->privates['api_platform.identifier.converter'];
  5692.         }
  5693.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  5694.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  5695.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  5696.         }, 2));
  5697.     }
  5698.     /**
  5699.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  5700.      *
  5701.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  5702.      */
  5703.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  5704.     {
  5705.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5706.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  5707.             return $this->privates['api_platform.identifiers_extractor.cached'];
  5708.         }
  5709.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  5710.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  5711.             return $this->privates['api_platform.identifiers_extractor.cached'];
  5712.         }
  5713.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5714.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  5715.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a$b$c$dtrue), $c$d);
  5716.     }
  5717.     /**
  5718.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  5719.      *
  5720.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  5721.      */
  5722.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  5723.     {
  5724.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5725.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  5726.         return $instance;
  5727.     }
  5728.     /**
  5729.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  5730.      *
  5731.      * @return \ApiPlatform\JsonLd\ContextBuilder
  5732.      */
  5733.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  5734.     {
  5735.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5736.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  5737.             return $this->privates['api_platform.jsonld.context_builder'];
  5738.         }
  5739.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  5740.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  5741.             return $this->privates['api_platform.jsonld.context_builder'];
  5742.         }
  5743.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5744.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  5745.             return $this->privates['api_platform.jsonld.context_builder'];
  5746.         }
  5747.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));
  5748.     }
  5749.     /**
  5750.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  5751.      *
  5752.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  5753.      */
  5754.     protected function getApiPlatform_Listener_Request_AddFormatService()
  5755.     {
  5756.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  5757.     }
  5758.     /**
  5759.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  5760.      *
  5761.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  5762.      */
  5763.     protected function getApiPlatform_Listener_Request_DeserializeService()
  5764.     {
  5765.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5766.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  5767.             return $this->privates['api_platform.listener.request.deserialize'];
  5768.         }
  5769.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5770.     }
  5771.     /**
  5772.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  5773.      *
  5774.      * @return \ApiPlatform\Core\EventListener\ReadListener
  5775.      */
  5776.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  5777.     {
  5778.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5779.     }
  5780.     /**
  5781.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  5782.      *
  5783.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  5784.      */
  5785.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  5786.     {
  5787.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  5788.     }
  5789.     /**
  5790.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  5791.      *
  5792.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  5793.      */
  5794.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  5795.     {
  5796.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  5797.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  5798.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  5799.         }
  5800.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5801.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  5802.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  5803.         }
  5804.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5805.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  5806.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5807.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  5808.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5809.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5810.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5811.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5812.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5813.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5814.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  5815.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5816.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5817.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5818.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5819.         }, 13)));
  5820.     }
  5821.     /**
  5822.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5823.      *
  5824.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5825.      */
  5826.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5827.     {
  5828.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5829.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  5830.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  5831.         }
  5832.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  5833.     }
  5834.     /**
  5835.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  5836.      *
  5837.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  5838.      */
  5839.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  5840.     {
  5841.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5842.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  5843.     }
  5844.     /**
  5845.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  5846.      *
  5847.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  5848.      */
  5849.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  5850.     {
  5851.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  5852.     }
  5853.     /**
  5854.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  5855.      *
  5856.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  5857.      */
  5858.     protected function getApiPlatform_OperationPathResolver_CustomService()
  5859.     {
  5860.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.dash'] ?? ($this->privates['api_platform.path_segment_name_generator.dash'] = new \ApiPlatform\Operation\DashPathSegmentNameGenerator()))));
  5861.     }
  5862.     /**
  5863.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  5864.      *
  5865.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  5866.      */
  5867.     protected function getApiPlatform_OperationPathResolver_RouterService()
  5868.     {
  5869.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5870.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  5871.             return $this->privates['api_platform.operation_path_resolver.router'];
  5872.         }
  5873.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  5874.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  5875.             return $this->privates['api_platform.operation_path_resolver.router'];
  5876.         }
  5877.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
  5878.     }
  5879.     /**
  5880.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  5881.      *
  5882.      * @return \ApiPlatform\Api\ResourceClassResolver
  5883.      */
  5884.     protected function getApiPlatform_ResourceClassResolverService()
  5885.     {
  5886.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  5887.     }
  5888.     /**
  5889.      * Gets the private 'api_platform.router' shared service.
  5890.      *
  5891.      * @return \ApiPlatform\Symfony\Routing\Router
  5892.      */
  5893.     protected function getApiPlatform_RouterService()
  5894.     {
  5895.         $a = ($this->services['router'] ?? $this->getRouterService());
  5896.         if (isset($this->privates['api_platform.router'])) {
  5897.             return $this->privates['api_platform.router'];
  5898.         }
  5899.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  5900.     }
  5901.     /**
  5902.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  5903.      *
  5904.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  5905.      */
  5906.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  5907.     {
  5908.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  5909.     }
  5910.     /**
  5911.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  5912.      *
  5913.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  5914.      */
  5915.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  5916.     {
  5917.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5918.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  5919.             return $this->privates['api_platform.security.resource_access_checker'];
  5920.         }
  5921.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  5922.     }
  5923.     /**
  5924.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  5925.      *
  5926.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  5927.      */
  5928.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  5929.     {
  5930.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5931.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  5932.     }
  5933.     /**
  5934.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  5935.      *
  5936.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  5937.      */
  5938.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  5939.     {
  5940.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  5944.      *
  5945.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  5946.      */
  5947.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  5948.     {
  5949.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5950.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  5951.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  5952.         }
  5953.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  5954.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  5955.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  5956.         }
  5957.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b, ($this->privates['api_platform.path_segment_name_generator.dash'] ?? ($this->privates['api_platform.path_segment_name_generator.dash'] = new \ApiPlatform\Operation\DashPathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  5958.     }
  5959.     /**
  5960.      * Gets the private 'api_platform.swagger.normalizer.api_gateway' shared service.
  5961.      *
  5962.      * @return \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer
  5963.      */
  5964.     protected function getApiPlatform_Swagger_Normalizer_ApiGatewayService()
  5965.     {
  5966.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5967.         if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
  5968.             return $this->privates['api_platform.swagger.normalizer.api_gateway'];
  5969.         }
  5970.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  5971.         if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
  5972.             return $this->privates['api_platform.swagger.normalizer.api_gateway'];
  5973.         }
  5974.         $c = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  5975.         if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
  5976.             return $this->privates['api_platform.swagger.normalizer.api_gateway'];
  5977.         }
  5978.         $d = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  5979.         if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
  5980.             return $this->privates['api_platform.swagger.normalizer.api_gateway'];
  5981.         }
  5982.         $e = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  5983.         if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
  5984.             return $this->privates['api_platform.swagger.normalizer.api_gateway'];
  5985.         }
  5986.         $f = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  5987.         if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
  5988.             return $this->privates['api_platform.swagger.normalizer.api_gateway'];
  5989.         }
  5990.         return $this->privates['api_platform.swagger.normalizer.api_gateway'] = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b$c, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $dNULL, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), NULLfalse'oauth2''application''''', [], [], $etrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $fNULLtrue, new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(($this->privates['.1_Serializer~fkSxS5G'] ?? $this->get_1SerializerfkSxS5GService()))));
  5991.     }
  5992.     /**
  5993.      * Gets the private 'app.manager.provider.level_0' shared autowired service.
  5994.      *
  5995.      * @return \Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerProvider
  5996.      */
  5997.     protected function getApp_Manager_Provider_Level0Service()
  5998.     {
  5999.         return $this->privates['app.manager.provider.level_0'] = new \Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerProvider(new RewindableGenerator(function () {
  6000.             yield => ($this->privates['App\\Mailjet\\Manager\\Level_0\\MailjetOperationManager'] ?? $this->load('getMailjetOperationManagerService'));
  6001.             yield => ($this->privates['App\\Manager\\Level_0\\AdvBookingChangeAssociationManager'] ?? $this->load('getAdvBookingChangeAssociationManagerService'));
  6002.             yield => ($this->privates['App\\Manager\\Level_0\\AdvBookingChangeAssociationValidationManager'] ?? $this->load('getAdvBookingChangeAssociationValidationManagerService'));
  6003.             yield => ($this->privates['App\\Manager\\Level_0\\AdvBookingChangeManager'] ?? $this->load('getAdvBookingChangeManager2Service'));
  6004.             yield => ($this->privates['App\\Manager\\Level_0\\AdvRequestManager'] ?? $this->load('getAdvRequestManagerService'));
  6005.             yield => ($this->privates['App\\Manager\\Level_0\\AirportManager'] ?? $this->load('getAirportManagerService'));
  6006.             yield => ($this->privates['App\\Manager\\Level_0\\AlertManager'] ?? $this->load('getAlertManagerService'));
  6007.             yield => ($this->privates['App\\Manager\\Level_0\\AllowanceManager'] ?? $this->load('getAllowanceManagerService'));
  6008.             yield => ($this->privates['App\\Manager\\Level_0\\AmendmentLineManager'] ?? $this->load('getAmendmentLineManagerService'));
  6009.             yield => ($this->privates['App\\Manager\\Level_0\\AmendmentManager'] ?? $this->load('getAmendmentManager2Service'));
  6010.             yield 10 => ($this->privates['App\\Manager\\Level_0\\AnswerManager'] ?? $this->load('getAnswerManagerService'));
  6011.             yield 11 => ($this->privates['App\\Manager\\Level_0\\ApplicationFilterLimitationManager'] ?? $this->load('getApplicationFilterLimitationManagerService'));
  6012.             yield 12 => ($this->privates['App\\Manager\\Level_0\\AtmosphereManager'] ?? $this->load('getAtmosphereManagerService'));
  6013.             yield 13 => ($this->privates['App\\Manager\\Level_0\\AttributedDiscountManager'] ?? $this->load('getAttributedDiscountManager2Service'));
  6014.             yield 14 => ($this->privates['App\\Manager\\Level_0\\AttributedEmailManager'] ?? $this->load('getAttributedEmailManagerService'));
  6015.             yield 15 => ($this->privates['App\\Manager\\Level_0\\AttributedInsuranceManager'] ?? $this->load('getAttributedInsuranceManager2Service'));
  6016.             yield 16 => ($this->privates['App\\Manager\\Level_0\\AttributedProductVariantManager'] ?? $this->load('getAttributedProductVariantManager2Service'));
  6017.             yield 17 => ($this->privates['App\\Manager\\Level_0\\AttributedProductVariantParameterValueManager'] ?? $this->load('getAttributedProductVariantParameterValueManagerService'));
  6018.             yield 18 => ($this->privates['App\\Manager\\Level_0\\AttributedSentEmailManager'] ?? $this->load('getAttributedSentEmailManagerService'));
  6019.             yield 19 => ($this->privates['App\\Manager\\Level_0\\BookingConfirmationCabinCheckManager'] ?? $this->load('getBookingConfirmationCabinCheckManagerService'));
  6020.             yield 20 => ($this->privates['App\\Manager\\Level_0\\BookingConfirmationManager'] ?? $this->load('getBookingConfirmationManager2Service'));
  6021.             yield 21 => ($this->privates['App\\Manager\\Level_0\\BookingConfirmationPassengerCheckManager'] ?? $this->load('getBookingConfirmationPassengerCheckManagerService'));
  6022.             yield 22 => ($this->privates['App\\Manager\\Level_0\\BookingIndividualTurnoverManager'] ?? $this->load('getBookingIndividualTurnoverManagerService'));
  6023.             yield 23 => ($this->privates['App\\Manager\\Level_0\\BookingManager'] ?? $this->load('getBookingManager3Service'));
  6024.             yield 24 => ($this->privates['App\\Manager\\Level_0\\BookingParticipantManager'] ?? $this->load('getBookingParticipantManager2Service'));
  6025.             yield 25 => ($this->privates['App\\Manager\\Level_0\\BookingPartnerTurnoverManager'] ?? $this->load('getBookingPartnerTurnoverManagerService'));
  6026.             yield 26 => ($this->privates['App\\Manager\\Level_0\\CabinCategoryHistoryManager'] ?? $this->load('getCabinCategoryHistoryManager2Service'));
  6027.             yield 27 => ($this->privates['App\\Manager\\Level_0\\CabinManager'] ?? $this->load('getCabinManager2Service'));
  6028.             yield 28 => ($this->privates['App\\Manager\\Level_0\\CabinSpecificityManager'] ?? $this->load('getCabinSpecificityManagerService'));
  6029.             yield 29 => ($this->privates['App\\Manager\\Level_0\\CabinTypeManager'] ?? $this->load('getCabinTypeManagerService'));
  6030.             yield 30 => ($this->privates['App\\Manager\\Level_0\\ClubCardCategoryManager'] ?? $this->load('getClubCardCategoryManagerService'));
  6031.             yield 31 => ($this->privates['App\\Manager\\Level_0\\ClubCardHistoryManager'] ?? $this->load('getClubCardHistoryManagerService'));
  6032.             yield 32 => ($this->privates['App\\Manager\\Level_0\\ClubCardManager'] ?? $this->load('getClubCardManager2Service'));
  6033.             yield 33 => ($this->privates['App\\Manager\\Level_0\\CommentManager'] ?? $this->load('getCommentManagerService'));
  6034.             yield 34 => ($this->privates['App\\Manager\\Level_0\\CompanyManager'] ?? $this->load('getCompanyManagerService'));
  6035.             yield 35 => ($this->privates['App\\Manager\\Level_0\\ComplaintManager'] ?? $this->load('getComplaintManagerService'));
  6036.             yield 36 => ($this->privates['App\\Manager\\Level_0\\ContactManager'] ?? $this->load('getContactManager2Service'));
  6037.             yield 37 => ($this->privates['App\\Manager\\Level_0\\ContactPartnerManager'] ?? $this->load('getContactPartnerManagerService'));
  6038.             yield 38 => ($this->privates['App\\Manager\\Level_0\\ContactProspectManager'] ?? $this->load('getContactProspectManager2Service'));
  6039.             yield 39 => ($this->privates['App\\Manager\\Level_0\\ContractManager'] ?? $this->load('getContractManager2Service'));
  6040.             yield 40 => ($this->privates['App\\Manager\\Level_0\\CountryManager'] ?? $this->load('getCountryManagerService'));
  6041.             yield 41 => ($this->privates['App\\Manager\\Level_0\\CreditManager'] ?? $this->load('getCreditManager3Service'));
  6042.             yield 42 => ($this->privates['App\\Manager\\Level_0\\CreditPaymentManager'] ?? $this->load('getCreditPaymentManagerService'));
  6043.             yield 43 => ($this->privates['App\\Manager\\Level_0\\CrmDepartureManager'] ?? $this->load('getCrmDepartureManagerService'));
  6044.             yield 44 => ($this->privates['App\\Manager\\Level_0\\CruiseHistoryManager'] ?? $this->load('getCruiseHistoryManager2Service'));
  6045.             yield 45 => ($this->privates['App\\Manager\\Level_0\\CruiseTagAssociationHistoryManager'] ?? $this->load('getCruiseTagAssociationHistoryManagerService'));
  6046.             yield 46 => ($this->privates['App\\Manager\\Level_0\\CruiseTagCategoryManager'] ?? $this->load('getCruiseTagCategoryManagerService'));
  6047.             yield 47 => ($this->privates['App\\Manager\\Level_0\\CruiseTagManager'] ?? $this->load('getCruiseTagManagerService'));
  6048.             yield 48 => ($this->privates['App\\Manager\\Level_0\\DepartureManager'] ?? $this->load('getDepartureManager2Service'));
  6049.             yield 49 => ($this->privates['App\\Manager\\Level_0\\DestinationManager'] ?? $this->load('getDestinationManagerService'));
  6050.             yield 50 => ($this->privates['App\\Manager\\Level_0\\DiscountActionManager'] ?? $this->load('getDiscountActionManagerService'));
  6051.             yield 51 => ($this->privates['App\\Manager\\Level_0\\DiscountManager'] ?? $this->load('getDiscountManagerService'));
  6052.             yield 52 => ($this->privates['App\\Manager\\Level_0\\EmailManager'] ?? $this->load('getEmailManagerService'));
  6053.             yield 53 => ($this->privates['App\\Manager\\Level_0\\FareCodeManager'] ?? $this->load('getFareCodeManagerService'));
  6054.             yield 54 => ($this->privates['App\\Manager\\Level_0\\FirmedCheckManager'] ?? $this->load('getFirmedCheckManagerService'));
  6055.             yield 55 => ($this->privates['App\\Manager\\Level_0\\FormalityHistoryBookingManager'] ?? $this->load('getFormalityHistoryBookingManagerService'));
  6056.             yield 56 => ($this->privates['App\\Manager\\Level_0\\FormalityHistoryManager'] ?? $this->load('getFormalityHistoryManager2Service'));
  6057.             yield 57 => ($this->privates['App\\Manager\\Level_0\\IncludedAssociationManager'] ?? $this->load('getIncludedAssociationManagerService'));
  6058.             yield 58 => ($this->privates['App\\Manager\\Level_0\\IncludedGroupManager'] ?? $this->load('getIncludedGroupManagerService'));
  6059.             yield 59 => ($this->privates['App\\Manager\\Level_0\\IncludedHistoryManager'] ?? $this->load('getIncludedHistoryManager2Service'));
  6060.             yield 60 => ($this->privates['App\\Manager\\Level_0\\InsurancePriceManager'] ?? $this->load('getInsurancePriceManager2Service'));
  6061.             yield 61 => ($this->privates['App\\Manager\\Level_0\\InvoiceLineManager'] ?? $this->load('getInvoiceLineManagerService'));
  6062.             yield 62 => ($this->privates['App\\Manager\\Level_0\\InvoiceManager'] ?? $this->load('getInvoiceManager2Service'));
  6063.             yield 63 => ($this->privates['App\\Manager\\Level_0\\ItineraryHistoryManager'] ?? $this->load('getItineraryHistoryManager2Service'));
  6064.             yield 64 => ($this->privates['App\\Manager\\Level_0\\ItinerarySegmentHistoryManager'] ?? $this->load('getItinerarySegmentHistoryManagerService'));
  6065.             yield 65 => ($this->privates['App\\Manager\\Level_0\\LegalTextManager'] ?? $this->load('getLegalTextManager2Service'));
  6066.             yield 66 => ($this->privates['App\\Manager\\Level_0\\MacifProfileManager'] ?? $this->load('getMacifProfileManagerService'));
  6067.             yield 67 => ($this->privates['App\\Manager\\Level_0\\MarginCabinManager'] ?? $this->load('getMarginCabinManagerService'));
  6068.             yield 68 => ($this->privates['App\\Manager\\Level_0\\MarginProductManager'] ?? $this->load('getMarginProductManagerService'));
  6069.             yield 69 => ($this->privates['App\\Manager\\Level_0\\MissingDataManager'] ?? $this->load('getMissingDataManagerService'));
  6070.             yield 70 => ($this->privates['App\\Manager\\Level_0\\NewsletterSubscriberManager'] ?? $this->load('getNewsletterSubscriberManagerService'));
  6071.             yield 71 => ($this->privates['App\\Manager\\Level_0\\ParticipationManager'] ?? $this->load('getParticipationManagerService'));
  6072.             yield 72 => ($this->privates['App\\Manager\\Level_0\\PartnerAllowanceManager'] ?? $this->load('getPartnerAllowanceManager2Service'));
  6073.             yield 73 => ($this->privates['App\\Manager\\Level_0\\PartnerByContactHistoryManager'] ?? $this->load('getPartnerByContactHistoryManagerService'));
  6074.             yield 74 => ($this->privates['App\\Manager\\Level_0\\PartnerByContactManager'] ?? $this->load('getPartnerByContactManager2Service'));
  6075.             yield 75 => ($this->privates['App\\Manager\\Level_0\\PartnerCompanyDiscountCollectionManager'] ?? $this->load('getPartnerCompanyDiscountCollectionManager2Service'));
  6076.             yield 76 => ($this->privates['App\\Manager\\Level_0\\PartnerCompanyDiscountManager'] ?? $this->load('getPartnerCompanyDiscountManagerService'));
  6077.             yield 77 => ($this->privates['App\\Manager\\Level_0\\PartnerFollowUpManager'] ?? $this->load('getPartnerFollowUpManagerService'));
  6078.             yield 78 => ($this->privates['App\\Manager\\Level_0\\PartnerManager'] ?? $this->load('getPartnerManager2Service'));
  6079.             yield 79 => ($this->privates['App\\Manager\\Level_0\\PartnerParticipationManager'] ?? $this->load('getPartnerParticipationManager2Service'));
  6080.             yield 80 => ($this->privates['App\\Manager\\Level_0\\PartnerTemplateContentManager'] ?? $this->load('getPartnerTemplateContentManager2Service'));
  6081.             yield 81 => ($this->privates['App\\Manager\\Level_0\\PartnerTemplateManager'] ?? $this->load('getPartnerTemplateManager2Service'));
  6082.             yield 82 => ($this->privates['App\\Manager\\Level_0\\PassengerFormalityManager'] ?? $this->load('getPassengerFormalityManagerService'));
  6083.             yield 83 => ($this->privates['App\\Manager\\Level_0\\PassengerFormalityRequestManager'] ?? $this->load('getPassengerFormalityRequestManagerService'));
  6084.             yield 84 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationFormFieldManager'] ?? $this->load('getPassengerInformationFormFieldManagerService'));
  6085.             yield 85 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationFormManager'] ?? $this->load('getPassengerInformationFormManagerService'));
  6086.             yield 86 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationManager'] ?? $this->load('getPassengerInformationManagerService'));
  6087.             yield 87 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationRequestManager'] ?? $this->load('getPassengerInformationRequestManagerService'));
  6088.             yield 88 => ($this->privates['App\\Manager\\Level_0\\PassengerManager'] ?? $this->load('getPassengerManagerService'));
  6089.             yield 89 => ($this->privates['App\\Manager\\Level_0\\PaymentManager'] ?? $this->load('getPaymentManager2Service'));
  6090.             yield 90 => ($this->privates['App\\Manager\\Level_0\\PhoneCallManager'] ?? $this->load('getPhoneCallManagerService'));
  6091.             yield 91 => ($this->privates['App\\Manager\\Level_0\\PhoneManager'] ?? $this->load('getPhoneManagerService'));
  6092.             yield 92 => ($this->privates['App\\Manager\\Level_0\\PreferenceManager'] ?? $this->load('getPreferenceManager2Service'));
  6093.             yield 93 => ($this->privates['App\\Manager\\Level_0\\ProcessStateManager'] ?? $this->load('getProcessStateManagerService'));
  6094.             yield 94 => ($this->privates['App\\Manager\\Level_0\\ProductCategoryManager'] ?? $this->load('getProductCategoryManagerService'));
  6095.             yield 95 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultOptionManager'] ?? $this->load('getProductDefaultOptionManagerService'));
  6096.             yield 96 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultOptionValidValueManager'] ?? $this->load('getProductDefaultOptionValidValueManagerService'));
  6097.             yield 97 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultParameterManager'] ?? $this->load('getProductDefaultParameterManagerService'));
  6098.             yield 98 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultParameterValidValueManager'] ?? $this->load('getProductDefaultParameterValidValueManagerService'));
  6099.             yield 99 => ($this->privates['App\\Manager\\Level_0\\ProductManager'] ?? $this->load('getProductManagerService'));
  6100.             yield 100 => ($this->privates['App\\Manager\\Level_0\\ProductOptionManager'] ?? $this->load('getProductOptionManagerService'));
  6101.             yield 101 => ($this->privates['App\\Manager\\Level_0\\ProductOptionValidValueManager'] ?? $this->load('getProductOptionValidValueManagerService'));
  6102.             yield 102 => ($this->privates['App\\Manager\\Level_0\\ProductOptionValueManager'] ?? $this->load('getProductOptionValueManagerService'));
  6103.             yield 103 => ($this->privates['App\\Manager\\Level_0\\ProductVariantManager'] ?? $this->load('getProductVariantManagerService'));
  6104.             yield 104 => ($this->privates['App\\Manager\\Level_0\\ProductVariantParameterManager'] ?? $this->load('getProductVariantParameterManagerService'));
  6105.             yield 105 => ($this->privates['App\\Manager\\Level_0\\ProductVariantParameterValidValueManager'] ?? $this->load('getProductVariantParameterValidValueManagerService'));
  6106.             yield 106 => ($this->privates['App\\Manager\\Level_0\\ProspectManager'] ?? $this->load('getProspectManager2Service'));
  6107.             yield 107 => ($this->privates['App\\Manager\\Level_0\\ProspectProjectManager'] ?? $this->load('getProspectProjectManagerService'));
  6108.             yield 108 => ($this->privates['App\\Manager\\Level_0\\ProspectRequestManager'] ?? $this->load('getProspectRequestManager2Service'));
  6109.             yield 109 => ($this->privates['App\\Manager\\Level_0\\QuoteItemsManager'] ?? $this->load('getQuoteItemsManagerService'));
  6110.             yield 110 => ($this->privates['App\\Manager\\Level_0\\QuoteLineManager'] ?? $this->load('getQuoteLineManagerService'));
  6111.             yield 111 => ($this->privates['App\\Manager\\Level_0\\QuoteManager'] ?? $this->load('getQuoteManager2Service'));
  6112.             yield 112 => ($this->privates['App\\Manager\\Level_0\\QuoteParticipantManager'] ?? $this->load('getQuoteParticipantManagerService'));
  6113.             yield 113 => ($this->privates['App\\Manager\\Level_0\\QuotePassengerInformationManager'] ?? $this->load('getQuotePassengerInformationManagerService'));
  6114.             yield 114 => ($this->privates['App\\Manager\\Level_0\\RefundManager'] ?? $this->load('getRefundManagerService'));
  6115.             yield 115 => ($this->privates['App\\Manager\\Level_0\\ReminderManager'] ?? $this->load('getReminderManager2Service'));
  6116.             yield 116 => ($this->privates['App\\Manager\\Level_0\\SaleTermManager'] ?? $this->load('getSaleTermManager2Service'));
  6117.             yield 117 => ($this->privates['App\\Manager\\Level_0\\SegmentManager'] ?? $this->load('getSegmentManagerService'));
  6118.             yield 118 => ($this->privates['App\\Manager\\Level_0\\SellerBonusManager'] ?? $this->load('getSellerBonusManagerService'));
  6119.             yield 119 => ($this->privates['App\\Manager\\Level_0\\SentEmailManager'] ?? $this->load('getSentEmailManager2Service'));
  6120.             yield 120 => ($this->privates['App\\Manager\\Level_0\\ServiceHistoryManager'] ?? $this->load('getServiceHistoryManager2Service'));
  6121.             yield 121 => ($this->privates['App\\Manager\\Level_0\\ShipManager'] ?? $this->load('getShipManagerService'));
  6122.             yield 122 => ($this->privates['App\\Manager\\Level_0\\ShipTextualDataManager'] ?? $this->load('getShipTextualDataManagerService'));
  6123.             yield 123 => ($this->privates['App\\Manager\\Level_0\\SpecialOfferHistoryManager'] ?? $this->load('getSpecialOfferHistoryManagerService'));
  6124.             yield 124 => ($this->privates['App\\Manager\\Level_0\\SpecialRequestDocumentManager'] ?? $this->load('getSpecialRequestDocumentManagerService'));
  6125.             yield 125 => ($this->privates['App\\Manager\\Level_0\\SpecialRequestManager'] ?? $this->load('getSpecialRequestManagerService'));
  6126.             yield 126 => ($this->privates['App\\Manager\\Level_0\\StopoverManager'] ?? $this->load('getStopoverManagerService'));
  6127.             yield 127 => ($this->privates['App\\Manager\\Level_0\\SupplierContactManager'] ?? $this->load('getSupplierContactManagerService'));
  6128.             yield 128 => ($this->privates['App\\Manager\\Level_0\\SupplierManager'] ?? $this->load('getSupplierManagerService'));
  6129.             yield 129 => ($this->privates['App\\Manager\\Level_0\\SupplierPaymentByBookingManager'] ?? $this->load('getSupplierPaymentByBookingManagerService'));
  6130.             yield 130 => ($this->privates['App\\Manager\\Level_0\\SupplierPaymentManager'] ?? $this->load('getSupplierPaymentManagerService'));
  6131.             yield 131 => ($this->privates['App\\Manager\\Level_0\\UserCmsManager'] ?? $this->load('getUserCmsManager2Service'));
  6132.             yield 132 => ($this->privates['App\\Migration\\Manager\\Level_0\\CorrCabinCategoryManager'] ?? $this->load('getCorrCabinCategoryManagerService'));
  6133.             yield 133 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingAmountManager'] ?? $this->load('getCsvBookingAmountManagerService'));
  6134.             yield 134 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingCabinCategoryHistoryManager'] ?? $this->load('getCsvBookingCabinCategoryHistoryManagerService'));
  6135.             yield 135 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingCruiseHistoryManager'] ?? $this->load('getCsvBookingCruiseHistoryManagerService'));
  6136.             yield 136 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingManager'] ?? $this->load('getCsvBookingManagerService'));
  6137.             yield 137 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingPassengerManager'] ?? $this->load('getCsvBookingPassengerManagerService'));
  6138.             yield 138 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvContactManager'] ?? $this->load('getCsvContactManagerService'));
  6139.             yield 139 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvContractManager'] ?? $this->load('getCsvContractManagerService'));
  6140.             yield 140 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineCabinManager'] ?? $this->load('getCsvInvoiceLineCabinManagerService'));
  6141.             yield 141 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineDiscountManager'] ?? $this->load('getCsvInvoiceLineDiscountManagerService'));
  6142.             yield 142 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineInsuranceManager'] ?? $this->load('getCsvInvoiceLineInsuranceManagerService'));
  6143.             yield 143 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineServiceManager'] ?? $this->load('getCsvInvoiceLineServiceManagerService'));
  6144.             yield 144 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceManager'] ?? $this->load('getCsvInvoiceManagerService'));
  6145.             yield 145 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvNewsletterManager'] ?? $this->load('getCsvNewsletterManagerService'));
  6146.             yield 146 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerByContactHistoryManager'] ?? $this->load('getCsvPartnerByContactHistoryManagerService'));
  6147.             yield 147 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerByContactManager'] ?? $this->load('getCsvPartnerByContactManagerService'));
  6148.             yield 148 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerFollowUpManager'] ?? $this->load('getCsvPartnerFollowUpManagerService'));
  6149.             yield 149 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerManager'] ?? $this->load('getCsvPartnerManagerService'));
  6150.             yield 150 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPaymentManager'] ?? $this->load('getCsvPaymentManagerService'));
  6151.             yield 151 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvProspectRequestCabinCategoryHistoryManager'] ?? $this->load('getCsvProspectRequestCabinCategoryHistoryManagerService'));
  6152.             yield 152 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvProspectRequestCruiseHistoryManager'] ?? $this->load('getCsvProspectRequestCruiseHistoryManagerService'));
  6153.             yield 153 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvProspectRequestManager'] ?? $this->load('getCsvProspectRequestManagerService'));
  6154.             yield 154 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteCabinCategoryHistoryManager'] ?? $this->load('getCsvQuoteCabinCategoryHistoryManagerService'));
  6155.             yield 155 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteCruiseHistoryManager'] ?? $this->load('getCsvQuoteCruiseHistoryManagerService'));
  6156.             yield 156 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineCabinManager'] ?? $this->load('getCsvQuoteLineCabinManagerService'));
  6157.             yield 157 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineDiscountManager'] ?? $this->load('getCsvQuoteLineDiscountManagerService'));
  6158.             yield 158 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineInsuranceManager'] ?? $this->load('getCsvQuoteLineInsuranceManagerService'));
  6159.             yield 159 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineServiceManager'] ?? $this->load('getCsvQuoteLineServiceManagerService'));
  6160.             yield 160 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteManager'] ?? $this->load('getCsvQuoteManagerService'));
  6161.             yield 161 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuotePassengerManager'] ?? $this->load('getCsvQuotePassengerManagerService'));
  6162.             yield 162 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvSupplierManager'] ?? $this->load('getCsvSupplierManagerService'));
  6163.             yield 163 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvSupplierPaymentManager'] ?? $this->load('getCsvSupplierPaymentManagerService'));
  6164.             yield 164 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvUserManager'] ?? $this->load('getCsvUserManagerService'));
  6165.             yield 165 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrBookingCabinCategoryManager'] ?? $this->load('getHistoryCorrBookingCabinCategoryManagerService'));
  6166.             yield 166 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrBookingCruiseManager'] ?? $this->load('getHistoryCorrBookingCruiseManagerService'));
  6167.             yield 167 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrProspectRequestCabinCategoryManager'] ?? $this->load('getHistoryCorrProspectRequestCabinCategoryManagerService'));
  6168.             yield 168 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrProspectRequestCruiseManager'] ?? $this->load('getHistoryCorrProspectRequestCruiseManagerService'));
  6169.             yield 169 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrQuoteCabinCategoryManager'] ?? $this->load('getHistoryCorrQuoteCabinCategoryManagerService'));
  6170.             yield 170 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrQuoteCruiseManager'] ?? $this->load('getHistoryCorrQuoteCruiseManagerService'));
  6171.             yield 171 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrBookingManager'] ?? $this->load('getLoadCorrBookingManager2Service'));
  6172.             yield 172 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrBookingPassengerManager'] ?? $this->load('getLoadCorrBookingPassengerManagerService'));
  6173.             yield 173 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrContactManager'] ?? $this->load('getLoadCorrContactManager2Service'));
  6174.             yield 174 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrContractManager'] ?? $this->load('getLoadCorrContractManagerService'));
  6175.             yield 175 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineApplicationFeeManager'] ?? $this->load('getLoadCorrInvoiceLineApplicationFeeManagerService'));
  6176.             yield 176 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineCabinManager'] ?? $this->load('getLoadCorrInvoiceLineCabinManagerService'));
  6177.             yield 177 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineDiscountManager'] ?? $this->load('getLoadCorrInvoiceLineDiscountManagerService'));
  6178.             yield 178 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineInsuranceManager'] ?? $this->load('getLoadCorrInvoiceLineInsuranceManagerService'));
  6179.             yield 179 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineServiceManager'] ?? $this->load('getLoadCorrInvoiceLineServiceManagerService'));
  6180.             yield 180 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceManager'] ?? $this->load('getLoadCorrInvoiceManagerService'));
  6181.             yield 181 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrNewsletterManager'] ?? $this->load('getLoadCorrNewsletterManagerService'));
  6182.             yield 182 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPartnerByContactHistoryManager'] ?? $this->load('getLoadCorrPartnerByContactHistoryManagerService'));
  6183.             yield 183 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPartnerByContactManager'] ?? $this->load('getLoadCorrPartnerByContactManagerService'));
  6184.             yield 184 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPartnerFollowUpManager'] ?? $this->load('getLoadCorrPartnerFollowUpManagerService'));
  6185.             yield 185 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPaymentManager'] ?? $this->load('getLoadCorrPaymentManagerService'));
  6186.             yield 186 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrProspectRequestManager'] ?? $this->load('getLoadCorrProspectRequestManager2Service'));
  6187.             yield 187 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineApplicationFeeManager'] ?? $this->load('getLoadCorrQuoteLineApplicationFeeManagerService'));
  6188.             yield 188 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineCabinManager'] ?? $this->load('getLoadCorrQuoteLineCabinManagerService'));
  6189.             yield 189 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineDiscountManager'] ?? $this->load('getLoadCorrQuoteLineDiscountManagerService'));
  6190.             yield 190 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineInsuranceManager'] ?? $this->load('getLoadCorrQuoteLineInsuranceManagerService'));
  6191.             yield 191 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineServiceManager'] ?? $this->load('getLoadCorrQuoteLineServiceManagerService'));
  6192.             yield 192 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteManager'] ?? $this->load('getLoadCorrQuoteManager2Service'));
  6193.             yield 193 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuotePassengerManager'] ?? $this->load('getLoadCorrQuotePassengerManagerService'));
  6194.             yield 194 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrSupplierPaymentManager'] ?? $this->load('getLoadCorrSupplierPaymentManagerService'));
  6195.             yield 195 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrUserManager'] ?? $this->load('getLoadCorrUserManagerService'));
  6196.             yield 196 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorInvoiceLineDiscountManager'] ?? $this->load('getMappingCorInvoiceLineDiscountManagerService'));
  6197.             yield 197 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorInvoiceLineInsuranceManager'] ?? $this->load('getMappingCorInvoiceLineInsuranceManagerService'));
  6198.             yield 198 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorInvoiceLineServiceManager'] ?? $this->load('getMappingCorInvoiceLineServiceManagerService'));
  6199.             yield 199 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorPartnerManager'] ?? $this->load('getMappingCorPartnerManagerService'));
  6200.             yield 200 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorQuoteLineDiscountManager'] ?? $this->load('getMappingCorQuoteLineDiscountManagerService'));
  6201.             yield 201 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorQuoteLineInsuranceManager'] ?? $this->load('getMappingCorQuoteLineInsuranceManagerService'));
  6202.             yield 202 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorQuoteLineServiceManager'] ?? $this->load('getMappingCorQuoteLineServiceManagerService'));
  6203.             yield 203 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorServiceParameterValueManager'] ?? $this->load('getMappingCorServiceParameterValueManagerService'));
  6204.             yield 204 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorSupplierManager'] ?? $this->load('getMappingCorSupplierManagerService'));
  6205.             yield 205 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesDiscountManager'] ?? $this->load('getMappingRulesDiscountManagerService'));
  6206.             yield 206 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesInsuranceManager'] ?? $this->load('getMappingRulesInsuranceManagerService'));
  6207.             yield 207 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesPartnerManager'] ?? $this->load('getMappingRulesPartnerManagerService'));
  6208.             yield 208 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesServiceManager'] ?? $this->load('getMappingRulesServiceManagerService'));
  6209.             yield 209 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesSupplierManager'] ?? $this->load('getMappingRulesSupplierManagerService'));
  6210.             yield 210 => ($this->privates['App\\Migration\\Manager\\Level_0\\MigrationLogAmountManager'] ?? $this->load('getMigrationLogAmountManagerService'));
  6211.             yield 211 => ($this->privates['App\\Migration\\Manager\\Level_0\\MigrationLogDeletedContentManager'] ?? $this->load('getMigrationLogDeletedContentManagerService'));
  6212.             yield 212 => ($this->privates['App\\Migration\\Manager\\Level_0\\MigrationLogManager'] ?? $this->load('getMigrationLogManagerService'));
  6213.             yield 213 => ($this->privates['migration.log.manager'] ?? $this->load('getMigration_Log_ManagerService'));
  6214.             yield 214 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\AddressManager'] ?? $this->load('getAddressManagerService'));
  6215.             yield 215 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\AirportManager'] ?? $this->load('getAirportManager2Service'));
  6216.             yield 216 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\CityManager'] ?? $this->load('getCityManagerService'));
  6217.             yield 217 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\CountryManager'] ?? $this->load('getCountryManager2Service'));
  6218.             yield 218 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\ProfileManager'] ?? $this->load('getProfileManagerService'));
  6219.             yield 219 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\RightManager'] ?? $this->load('getRightManagerService'));
  6220.             yield 220 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\UserGroupManager'] ?? $this->load('getUserGroupManagerService'));
  6221.             yield 221 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\UserManager'] ?? $this->load('getUserManager2Service'));
  6222.             yield 222 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\ArticleManager'] ?? $this->load('getArticleManager2Service'));
  6223.             yield 223 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\ArticleOperationManager'] ?? $this->load('getArticleOperationManagerService'));
  6224.             yield 224 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\ChapterManager'] ?? $this->load('getChapterManager2Service'));
  6225.             yield 225 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\DocumentationConfigurationManager'] ?? $this->load('getDocumentationConfigurationManager2Service'));
  6226.             yield 226 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterAttributeValueManager'] ?? $this->load('getParameterAttributeValueManager2Service'));
  6227.             yield 227 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterGroupManager'] ?? $this->load('getParameterGroupManager2Service'));
  6228.             yield 228 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterManager'] ?? $this->load('getParameterManager2Service'));
  6229.             yield 229 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterTypeAttributeManager'] ?? $this->load('getParameterTypeAttributeManagerService'));
  6230.             yield 230 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterTypeAttributeValidValueManager'] ?? $this->load('getParameterTypeAttributeValidValueManagerService'));
  6231.             yield 231 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterTypeManager'] ?? $this->load('getParameterTypeManager2Service'));
  6232.             yield 232 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventCategoryManager'] ?? $this->load('getEventCategoryManager2Service'));
  6233.             yield 233 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventConfigurationManager'] ?? $this->load('getEventConfigurationManager2Service'));
  6234.             yield 234 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventLogManager'] ?? $this->load('getEventLogManager2Service'));
  6235.             yield 235 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventModelManager'] ?? $this->load('getEventModelManager2Service'));
  6236.             yield 236 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventTypeManager'] ?? $this->load('getEventTypeManager2Service'));
  6237.             yield 237 => ($this->privates['Crea\\HRBundle\\Manager\\Level_0\\PlanningCommentManager'] ?? $this->load('getPlanningCommentManager2Service'));
  6238.             yield 238 => ($this->privates['Crea\\HRBundle\\Manager\\Level_0\\PlanningEventManager'] ?? $this->load('getPlanningEventManager2Service'));
  6239.             yield 239 => ($this->privates['Crea\\HRBundle\\Manager\\Level_0\\PlanningLeaveManager'] ?? $this->load('getPlanningLeaveManager2Service'));
  6240.         }, 240));
  6241.     }
  6242.     /**
  6243.      * Gets the private 'assets.context' shared service.
  6244.      *
  6245.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  6246.      */
  6247.     protected function getAssets_ContextService()
  6248.     {
  6249.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6250.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  6251.     }
  6252.     /**
  6253.      * Gets the private 'assets.packages' shared service.
  6254.      *
  6255.      * @return \Symfony\Component\Asset\Packages
  6256.      */
  6257.     protected function getAssets_PackagesService()
  6258.     {
  6259.         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/main/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  6260.             yield 'crea-tools' => ($this->privates['assets._package_crea-tools'] ?? $this->load('getAssets_PackageCreatoolsService'));
  6261.             yield 'crea-datatable' => ($this->privates['assets._package_crea-datatable'] ?? $this->load('getAssets_PackageCreadatatableService'));
  6262.             yield 'creasecurity' => ($this->privates['assets._package_creasecurity'] ?? $this->load('getAssets_PackageCreasecurityService'));
  6263.             yield 'crea-admin' => ($this->privates['assets._package_crea-admin'] ?? $this->load('getAssets_PackageCreaadminService'));
  6264.             yield 'creadocumentation' => ($this->privates['assets._package_creadocumentation'] ?? $this->load('getAssets_PackageCreadocumentationService'));
  6265.             yield 'creaprocess' => ($this->privates['assets._package_creaprocess'] ?? $this->load('getAssets_PackageCreaprocessService'));
  6266.             yield 'creaparameter' => ($this->privates['assets._package_creaparameter'] ?? $this->load('getAssets_PackageCreaparameterService'));
  6267.             yield 'creaevent' => ($this->privates['assets._package_creaevent'] ?? $this->load('getAssets_PackageCreaeventService'));
  6268.             yield 'creahr' => ($this->privates['assets._package_creahr'] ?? $this->load('getAssets_PackageCreahrService'));
  6269.         }, 9));
  6270.     }
  6271.     /**
  6272.      * Gets the private 'assurever.cache' shared service.
  6273.      *
  6274.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6275.      */
  6276.     protected function getAssurever_CacheService()
  6277.     {
  6278.         return $this->privates['assurever.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lRPkb-5mCo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6279.     }
  6280.     /**
  6281.      * Gets the private 'assurever.client' shared autowired service.
  6282.      *
  6283.      * @return \App\Assurever\SoapClient\AssureverClient
  6284.      */
  6285.     protected function getAssurever_ClientService()
  6286.     {
  6287.         $a = ($this->privates['App\\Manager\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
  6288.         if (isset($this->privates['assurever.client'])) {
  6289.             return $this->privates['assurever.client'];
  6290.         }
  6291.         return $this->privates['assurever.client'] = new \App\Assurever\SoapClient\AssureverClient($this->getEnv('string:ASSUREVER_WSDL'), $this->getEnv('string:ASSUREVER_LOGIN'), $this->getEnv('string:ASSUREVER_PASSWORD'), $a, ($this->privates['assurever.cache'] ?? $this->getAssurever_CacheService()), ($this->privates['Crea\\ToolsBundle\\Helper\\EntityManagerHelper'] ?? $this->getEntityManagerHelperService()));
  6292.     }
  6293.     /**
  6294.      * Gets the private 'booking.details.section_provider' shared autowired service.
  6295.      *
  6296.      * @return \App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionProvider
  6297.      */
  6298.     protected function getBooking_Details_SectionProviderService()
  6299.     {
  6300.         return $this->privates['booking.details.section_provider'] = new \App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionProvider(new RewindableGenerator(function () {
  6301.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionBase'] ?? $this->load('getBookingDetailsSectionBaseService'));
  6302.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionCabin'] ?? $this->load('getBookingDetailsSectionCabinService'));
  6303.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionParticipant'] ?? $this->load('getBookingDetailsSectionParticipantService'));
  6304.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionFormality'] ?? $this->load('getBookingDetailsSectionFormalityService'));
  6305.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionContract'] ?? $this->load('getBookingDetailsSectionContractService'));
  6306.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionInsurance'] ?? $this->load('getBookingDetailsSectionInsuranceService'));
  6307.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionPayment'] ?? $this->load('getBookingDetailsSectionPaymentService'));
  6308.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionInvoice'] ?? $this->load('getBookingDetailsSectionInvoiceService'));
  6309.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionAccounting'] ?? $this->load('getBookingDetailsSectionAccountingService'));
  6310.             yield => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionTotal'] ?? $this->load('getBookingDetailsSectionTotalService'));
  6311.             yield 10 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionEmail'] ?? $this->load('getBookingDetailsSectionEmailService'));
  6312.             yield 11 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionTurnover'] ?? $this->load('getBookingDetailsSectionTurnoverService'));
  6313.             yield 12 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionSellerBonus'] ?? $this->load('getBookingDetailsSectionSellerBonusService'));
  6314.         }, 13));
  6315.     }
  6316.     /**
  6317.      * Gets the private 'cache.annotations' shared service.
  6318.      *
  6319.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6320.      */
  6321.     protected function getCache_AnnotationsService()
  6322.     {
  6323.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NlF-T1ZT4Y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6324.     }
  6325.     /**
  6326.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6327.      *
  6328.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6329.      */
  6330.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6331.     {
  6332.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6333.     }
  6334.     /**
  6335.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6336.      *
  6337.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6338.      */
  6339.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6340.     {
  6341.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6342.     }
  6343.     /**
  6344.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  6345.      *
  6346.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6347.      */
  6348.     protected function getCache_Messenger_RestartWorkersSignalService()
  6349.     {
  6350.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kGcg0fX7WS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6351.     }
  6352.     /**
  6353.      * Gets the private 'cache.property_info' shared service.
  6354.      *
  6355.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6356.      */
  6357.     protected function getCache_PropertyInfoService()
  6358.     {
  6359.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZRWKDPCJRc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6360.     }
  6361.     /**
  6362.      * Gets the private 'cache.security_expression_language' shared service.
  6363.      *
  6364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6365.      */
  6366.     protected function getCache_SecurityExpressionLanguageService()
  6367.     {
  6368.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4Hy0lZcrP6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6369.     }
  6370.     /**
  6371.      * Gets the private 'cache.serializer' shared service.
  6372.      *
  6373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6374.      */
  6375.     protected function getCache_SerializerService()
  6376.     {
  6377.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z-3ryPasdy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6378.     }
  6379.     /**
  6380.      * Gets the private 'cache.validator' shared service.
  6381.      *
  6382.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6383.      */
  6384.     protected function getCache_ValidatorService()
  6385.     {
  6386.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DVk7hF0h3w'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6387.     }
  6388.     /**
  6389.      * Gets the private 'cache.webpack_encore' shared service.
  6390.      *
  6391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6392.      */
  6393.     protected function getCache_WebpackEncoreService()
  6394.     {
  6395.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9mHXjhhRnb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6396.     }
  6397.     /**
  6398.      * Gets the private 'config_cache_factory' shared service.
  6399.      *
  6400.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6401.      */
  6402.     protected function getConfigCacheFactoryService()
  6403.     {
  6404.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6405.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  6406.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6407.         }, 2));
  6408.     }
  6409.     /**
  6410.      * Gets the private 'costa.cache' shared service.
  6411.      *
  6412.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6413.      */
  6414.     protected function getCosta_CacheService()
  6415.     {
  6416.         return $this->privates['costa.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l5tifA-9Uo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6417.     }
  6418.     /**
  6419.      * Gets the private 'croisi.common.partner.web_service.provider' shared autowired service.
  6420.      *
  6421.      * @return \Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceProvider
  6422.      */
  6423.     protected function getCroisi_Common_Partner_WebService_ProviderService()
  6424.     {
  6425.         return $this->privates['croisi.common.partner.web_service.provider'] = new \Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceProvider(new RewindableGenerator(function () {
  6426.             yield => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\FnacDartyWebService'] ?? $this->load('getFnacDartyWebServiceService'));
  6427.             yield => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\MacifWebService'] ?? $this->load('getMacifWebServiceService'));
  6428.             yield => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\UneoWebService'] ?? ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\UneoWebService'] = new \Croisiland\CommonBundle\Partner\WebService\UneoWebService($this->getEnv('string:WS_UNEO_API_URL'), $this->getEnv('string:WS_UNEO_API_KEY'), $this->getEnv('string:WS_UNEO_TEST_DATA'))));
  6429.             yield => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\CnasWebService'] ?? $this->load('getCnasWebServiceService'));
  6430.             yield => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\SofincoWebService'] ?? ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\SofincoWebService'] = new \Croisiland\CommonBundle\Partner\WebService\SofincoWebService($this->getEnv('string:WS_SOFINCO_API_URL'), $this->getEnv('string:WS_SOFINCO_API_KEY'), $this->getEnv('string:WS_SOFINCO_TEST_DATA'))));
  6431.             yield => ($this->privates['sofinco_web_service.test'] ?? ($this->privates['sofinco_web_service.test'] = new \Croisiland\CommonBundle\Partner\WebService\SofincoWebService($this->getEnv('string:WS_SOFINCO_TEST_API_URL'), $this->getEnv('string:WS_SOFINCO_TEST_API_KEY'), $this->getEnv('string:WS_SOFINCO_TEST_DATA'))));
  6432.             yield => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\DirectAssuranceWebService'] ?? ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\DirectAssuranceWebService'] = new \Croisiland\CommonBundle\Partner\WebService\DirectAssuranceWebService($this->getEnv('string:WS_DIRECT_API_URL'), $this->getEnv('string:WS_DIRECT_API_KEY'), $this->getEnv('string:WS_DIRECT_TEST_DATA'))));
  6433.         }, 7));
  6434.     }
  6435.     /**
  6436.      * Gets the private 'croisiland_search.pim_api_token_storage' shared service.
  6437.      *
  6438.      * @return \Croisiland\Bundle\SearchBundle\Api\Security\FilesystemTokenStorage
  6439.      */
  6440.     protected function getCroisilandSearch_PimApiTokenStorageService()
  6441.     {
  6442.         $a = ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\ApiClientInterface'] ?? $this->getApiClientInterfaceService());
  6443.         if (isset($this->privates['croisiland_search.pim_api_token_storage'])) {
  6444.             return $this->privates['croisiland_search.pim_api_token_storage'];
  6445.         }
  6446.         return $this->privates['croisiland_search.pim_api_token_storage'] = new \Croisiland\Bundle\SearchBundle\Api\Security\FilesystemTokenStorage(new \Croisiland\Bundle\SearchBundle\Api\Security\TokenGenerator($a'login', ['username' => $this->getEnv('resolve:PIM_API_USERNAME'), 'password' => $this->getEnv('resolve:PIM_API_PASSWORD')], '[token]'), (\dirname(__DIR__3).'/token/pim_api'));
  6447.     }
  6448.     /**
  6449.      * Gets the private 'data_collector.form' shared service.
  6450.      *
  6451.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6452.      */
  6453.     protected function getDataCollector_FormService()
  6454.     {
  6455.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6456.     }
  6457.     /**
  6458.      * Gets the private 'data_collector.request' shared service.
  6459.      *
  6460.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6461.      */
  6462.     protected function getDataCollector_RequestService()
  6463.     {
  6464.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6465.     }
  6466.     /**
  6467.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  6468.      *
  6469.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  6470.      */
  6471.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  6472.     {
  6473.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  6474.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  6475.         }, 1)));
  6476.     }
  6477.     /**
  6478.      * Gets the private 'debug.api_platform.data_persister' shared service.
  6479.      *
  6480.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  6481.      */
  6482.     protected function getDebug_ApiPlatform_DataPersisterService()
  6483.     {
  6484.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  6485.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  6486.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  6487.         }, 2)));
  6488.     }
  6489.     /**
  6490.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  6491.      *
  6492.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  6493.      */
  6494.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  6495.     {
  6496.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  6497.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  6498.         }, 1)));
  6499.     }
  6500.     /**
  6501.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  6502.      *
  6503.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  6504.      */
  6505.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  6506.     {
  6507.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  6508.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  6509.         }, 1)));
  6510.     }
  6511.     /**
  6512.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6513.      *
  6514.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6515.      */
  6516.     protected function getDebug_DebugHandlersListenerService()
  6517.     {
  6518.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6519.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6520.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6521.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6522.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6523.         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()));
  6524.     }
  6525.     /**
  6526.      * Gets the private 'debug.file_link_formatter' shared service.
  6527.      *
  6528.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6529.      */
  6530.     protected function getDebug_FileLinkFormatterService()
  6531.     {
  6532.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  6533.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  6534.         });
  6535.     }
  6536.     /**
  6537.      * Gets the private 'debug.log_processor' shared service.
  6538.      *
  6539.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6540.      */
  6541.     protected function getDebug_LogProcessorService()
  6542.     {
  6543.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6544.     }
  6545.     /**
  6546.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6547.      *
  6548.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6549.      */
  6550.     protected function getDebug_Security_Access_DecisionManagerService()
  6551.     {
  6552.         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 () {
  6553.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  6554.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  6555.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  6556.             yield => ($this->privates['debug.security.voter.App\\Mailjet\\Voter\\MailjetVoter'] ?? $this->load('getMailjetVoterService'));
  6557.             yield => ($this->privates['debug.security.voter.App\\Voter\\AccountingVoter'] ?? $this->load('getAccountingVoterService'));
  6558.             yield => ($this->privates['debug.security.voter.App\\Voter\\AdminMarketingVoter'] ?? $this->load('getAdminMarketingVoterService'));
  6559.             yield => ($this->privates['debug.security.voter.App\\Voter\\AdminSaleBookingVoter'] ?? $this->load('getAdminSaleBookingVoterService'));
  6560.             yield => ($this->privates['debug.security.voter.App\\Voter\\AdvAdminVoter'] ?? $this->load('getAdvAdminVoterService'));
  6561.             yield => ($this->privates['debug.security.voter.App\\Voter\\AdvAutomationVoter'] ?? $this->load('getAdvAutomationVoterService'));
  6562.             yield => ($this->privates['debug.security.voter.App\\Voter\\AdvVoter'] ?? $this->load('getAdvVoterService'));
  6563.             yield 10 => ($this->privates['debug.security.voter.App\\Voter\\BookingVoter'] ?? $this->load('getBookingVoterService'));
  6564.             yield 11 => ($this->privates['debug.security.voter.App\\Voter\\ContactVoter'] ?? $this->load('getContactVoterService'));
  6565.             yield 12 => ($this->privates['debug.security.voter.App\\Voter\\DashboardVoter'] ?? $this->load('getDashboardVoterService'));
  6566.             yield 13 => ($this->privates['debug.security.voter.App\\Voter\\DataAdminVoter'] ?? $this->load('getDataAdminVoterService'));
  6567.             yield 14 => ($this->privates['debug.security.voter.App\\Voter\\HomeModuleVoter'] ?? $this->load('getHomeModuleVoterService'));
  6568.             yield 15 => ($this->privates['debug.security.voter.App\\Voter\\ManagerVoter'] ?? $this->load('getManagerVoterService'));
  6569.             yield 16 => ($this->privates['debug.security.voter.App\\Voter\\MarketingVoter'] ?? $this->load('getMarketingVoterService'));
  6570.             yield 17 => ($this->privates['debug.security.voter.App\\Voter\\MigrationVoter'] ?? $this->load('getMigrationVoterService'));
  6571.             yield 18 => ($this->privates['debug.security.voter.App\\Voter\\PartnerVoter'] ?? $this->load('getPartnerVoterService'));
  6572.             yield 19 => ($this->privates['debug.security.voter.App\\Voter\\ProspectRequestVoter'] ?? $this->load('getProspectRequestVoterService'));
  6573.             yield 20 => ($this->privates['debug.security.voter.App\\Voter\\QuoteVoter'] ?? $this->load('getQuoteVoterService'));
  6574.             yield 21 => ($this->privates['debug.security.voter.App\\Voter\\WebServicesVoter'] ?? $this->load('getWebServicesVoterService'));
  6575.             yield 22 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingBalanceClientReminderVoter'] ?? $this->load('getAccountingBalanceClientReminderVoterService'));
  6576.             yield 23 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingBookingVoter'] ?? $this->load('getAccountingBookingVoterService'));
  6577.             yield 24 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingCreditVoter'] ?? $this->load('getAccountingCreditVoterService'));
  6578.             yield 25 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingDepartureVoter'] ?? $this->load('getAccountingDepartureVoterService'));
  6579.             yield 26 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingInsurancePriceVoter'] ?? $this->load('getAccountingInsurancePriceVoterService'));
  6580.             yield 27 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingInsuranceVoter'] ?? $this->load('getAccountingInsuranceVoterService'));
  6581.             yield 28 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingInvoiceVoter'] ?? $this->load('getAccountingInvoiceVoterService'));
  6582.             yield 29 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingPartnerTemplateVoter'] ?? $this->load('getAccountingPartnerTemplateVoterService'));
  6583.             yield 30 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingPartnerVoter'] ?? $this->load('getAccountingPartnerVoterService'));
  6584.             yield 31 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingPaymentVoter'] ?? $this->load('getAccountingPaymentVoterService'));
  6585.             yield 32 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingRefundVoter'] ?? $this->load('getAccountingRefundVoterService'));
  6586.             yield 33 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingSellingVoter'] ?? $this->load('getAccountingSellingVoterService'));
  6587.             yield 34 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingTurnoverVoter'] ?? $this->load('getAccountingTurnoverVoterService'));
  6588.             yield 35 => ($this->privates['debug.security.voter.App\\Voter\\__Booking\\BookingBookingVoter'] ?? $this->load('getBookingBookingVoterService'));
  6589.             yield 36 => ($this->privates['debug.security.voter.App\\Voter\\__Booking\\BookingContractVoter'] ?? $this->load('getBookingContractVoterService'));
  6590.             yield 37 => ($this->privates['debug.security.voter.App\\Voter\\__Marketing\\MarketingDepartureVoter'] ?? $this->load('getMarketingDepartureVoterService'));
  6591.             yield 38 => ($this->privates['debug.security.voter.App\\Voter\\__Quote\\QuoteQuoteVoter'] ?? $this->load('getQuoteQuoteVoterService'));
  6592.             yield 39 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\ProfileVoter'] ?? $this->load('getProfileVoterService'));
  6593.             yield 40 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\RightVoter'] ?? $this->load('getRightVoterService'));
  6594.             yield 41 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\UserGroupVoter'] ?? $this->load('getUserGroupVoterService'));
  6595.             yield 42 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\UserVoter'] ?? $this->load('getUserVoter2Service'));
  6596.             yield 43 => ($this->privates['debug.security.voter.Crea\\DocumentationBundle\\Voter\\DocumentationVoter'] ?? $this->load('getDocumentationVoterService'));
  6597.             yield 44 => ($this->privates['debug.security.voter.Crea\\ParameterBundle\\Voter\\ParameterGroupVoter'] ?? $this->load('getParameterGroupVoterService'));
  6598.             yield 45 => ($this->privates['debug.security.voter.Crea\\ParameterBundle\\Voter\\ParameterTypeVoter'] ?? $this->load('getParameterTypeVoterService'));
  6599.             yield 46 => ($this->privates['debug.security.voter.Crea\\ParameterBundle\\Voter\\ParameterVoter'] ?? $this->load('getParameterVoterService'));
  6600.             yield 47 => ($this->privates['debug.security.voter.Crea\\EventBundle\\Voter\\EventVoter'] ?? $this->load('getEventVoterService'));
  6601.             yield 48 => ($this->privates['debug.security.voter.Crea\\HRBundle\\Voter\\HRVoter'] ?? $this->load('getHRVoterService'));
  6602.         }, 49), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6603.     }
  6604.     /**
  6605.      * Gets the private 'debug.security.firewall' shared service.
  6606.      *
  6607.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6608.      */
  6609.     protected function getDebug_Security_FirewallService()
  6610.     {
  6611.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6612.         if (isset($this->privates['debug.security.firewall'])) {
  6613.             return $this->privates['debug.security.firewall'];
  6614.         }
  6615.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6616.         if (isset($this->privates['debug.security.firewall'])) {
  6617.             return $this->privates['debug.security.firewall'];
  6618.         }
  6619.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6620.     }
  6621.     /**
  6622.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6623.      *
  6624.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6625.      */
  6626.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6627.     {
  6628.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/src/Migration/Entity'), => (\dirname(__DIR__4).'/src/Mailjet/Entity'), => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/crea/floa-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/crea/process-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Entity'), 10 => (\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Entity'), 11 => (\dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Entity')]);
  6629.     }
  6630.     /**
  6631.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  6632.      *
  6633.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  6634.      */
  6635.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  6636.     {
  6637.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  6638.         $instance->setGlobalBasename('mapping');
  6639.         return $instance;
  6640.     }
  6641.     /**
  6642.      * Gets the private 'exception_listener' shared service.
  6643.      *
  6644.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6645.      */
  6646.     protected function getExceptionListenerService()
  6647.     {
  6648.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6649.     }
  6650.     /**
  6651.      * Gets the private 'form.registry' shared service.
  6652.      *
  6653.      * @return \Symfony\Component\Form\FormRegistry
  6654.      */
  6655.     protected function getForm_RegistryService()
  6656.     {
  6657.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6658.             'App\\Form\\Type\\Accounting\\AccountType' => ['privates''App\\Form\\Type\\Accounting\\AccountType''getAccountTypeService'true],
  6659.             'App\\Form\\Type\\Accounting\\ApplicationFeeType' => ['privates''App\\Form\\Type\\Accounting\\ApplicationFeeType''getApplicationFeeTypeService'true],
  6660.             'App\\Form\\Type\\Accounting\\BalanceBeforeDepartureType' => ['privates''App\\Form\\Type\\Accounting\\BalanceBeforeDepartureType''getBalanceBeforeDepartureTypeService'true],
  6661.             'App\\Form\\Type\\Accounting\\BookingCompanySupplierRealAmountType' => ['privates''App\\Form\\Type\\Accounting\\BookingCompanySupplierRealAmountType''getBookingCompanySupplierRealAmountTypeService'true],
  6662.             'App\\Form\\Type\\Accounting\\CancelFeeType' => ['privates''App\\Form\\Type\\Accounting\\CancelFeeType''getCancelFeeTypeService'true],
  6663.             'App\\Form\\Type\\Accounting\\PaymentType' => ['privates''App\\Form\\Type\\Accounting\\PaymentType''getPaymentTypeService'true],
  6664.             'App\\Form\\Type\\Accounting\\PortTaxType' => ['privates''App\\Form\\Type\\Accounting\\PortTaxType''getPortTaxTypeService'true],
  6665.             'App\\Form\\Type\\Accounting\\StandaloneSupplierPaymentByBookingType' => ['privates''App\\Form\\Type\\Accounting\\StandaloneSupplierPaymentByBookingType''getStandaloneSupplierPaymentByBookingTypeService'true],
  6666.             'App\\Form\\Type\\Accounting\\SupplierPaymentByBookingType' => ['privates''App\\Form\\Type\\Accounting\\SupplierPaymentByBookingType''getSupplierPaymentByBookingTypeService'true],
  6667.             'App\\Form\\Type\\Accounting\\SupplierPaymentType' => ['privates''App\\Form\\Type\\Accounting\\SupplierPaymentType''getSupplierPaymentTypeService'true],
  6668.             'App\\Form\\Type\\Accounting\\TurnoverObjectiveType' => ['privates''App\\Form\\Type\\Accounting\\TurnoverObjectiveType''getTurnoverObjectiveTypeService'true],
  6669.             'App\\Form\\Type\\ApplicationFilterType' => ['privates''App\\Form\\Type\\ApplicationFilterType''getApplicationFilterTypeService'true],
  6670.             'App\\Form\\Type\\BetweenNumbersType' => ['privates''App\\Form\\Type\\BetweenNumbersType''getBetweenNumbersTypeService'true],
  6671.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\PassengersFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\PassengersFormType''getPassengersFormTypeService'true],
  6672.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\QuoteParticipantFormType''getQuoteParticipantFormTypeService'true],
  6673.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\FirmedCheckFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\FirmedCheckFormType''getFirmedCheckFormTypeService'true],
  6674.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\AttributedInsuranceFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\AttributedInsuranceFormType''getAttributedInsuranceFormTypeService'true],
  6675.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\CabinFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\CabinFormType''getCabinFormTypeService'true],
  6676.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\InsuranceFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\InsuranceFormType''getInsuranceFormTypeService'true],
  6677.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\QuoteLineFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\QuoteLineFormType''getQuoteLineFormTypeService'true],
  6678.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\MultiPayment\\MultiPaymentFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\MultiPayment\\MultiPaymentFormType''getMultiPaymentFormTypeService'true],
  6679.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\PaymentBilling\\PaymentBillingFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\PaymentBilling\\PaymentBillingFormType''getPaymentBillingFormTypeService'true],
  6680.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Recap\\RecapFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Recap\\RecapFormType''getRecapFormTypeService'true],
  6681.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\CabinsFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\CabinsFormType''getCabinsFormTypeService'true],
  6682.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\QuoteCabinFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\QuoteCabinFormType''getQuoteCabinFormTypeService'true],
  6683.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\PassengersFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\PassengersFormType''getPassengersFormType2Service'true],
  6684.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantFormType''getQuoteParticipantFormType2Service'true],
  6685.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantInformationFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantInformationFormType''getQuoteParticipantInformationFormTypeService'true],
  6686.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\PassengersFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\PassengersFormType''getPassengersFormType3Service'true],
  6687.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantFormType''getQuoteParticipantFormType3Service'true],
  6688.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantInformationFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantInformationFormType''getQuoteParticipantInformationFormType2Service'true],
  6689.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\CabinsFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\CabinsFormType''getCabinsFormType2Service'true],
  6690.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\QuoteCabinFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\QuoteCabinFormType''getQuoteCabinFormType2Service'true],
  6691.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ApplicationFee\\ApplicationFeeFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ApplicationFee\\ApplicationFeeFormType''getApplicationFeeFormTypeService'true],
  6692.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantFormType''getAttributedProductVariantFormTypeService'true],
  6693.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantParameterValuesFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantParameterValuesFormType''getAttributedProductVariantParameterValuesFormTypeService'true],
  6694.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinFormType''getCabinFormType2Service'true],
  6695.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinServiceFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinServiceFormType''getCabinServiceFormTypeService'true],
  6696.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\QuoteLineFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\QuoteLineFormType''getQuoteLineFormType2Service'true],
  6697.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ClientSide\\ClientSideFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ClientSide\\ClientSideFormType''getClientSideFormTypeService'true],
  6698.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedDiscountFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedDiscountFormType''getAttributedDiscountFormTypeService'true],
  6699.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedProductVariantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedProductVariantFormType''getAttributedProductVariantFormType2Service'true],
  6700.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\CabinFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\CabinFormType''getCabinFormType3Service'true],
  6701.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\DiscountFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\DiscountFormType''getDiscountFormTypeService'true],
  6702.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteLineFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteLineFormType''getQuoteLineFormType3Service'true],
  6703.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteParticipantFormType''getQuoteParticipantFormType4Service'true],
  6704.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\DownPayment\\DownPaymentFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\DownPayment\\DownPaymentFormType''getDownPaymentFormTypeService'true],
  6705.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\AttributedInsuranceFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\AttributedInsuranceFormType''getAttributedInsuranceFormType2Service'true],
  6706.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\CabinFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\CabinFormType''getCabinFormType4Service'true],
  6707.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\InsuranceFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\InsuranceFormType''getInsuranceFormType2Service'true],
  6708.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\QuoteLineFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\QuoteLineFormType''getQuoteLineFormType4Service'true],
  6709.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\MultiPayment\\MultiPaymentFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\MultiPayment\\MultiPaymentFormType''getMultiPaymentFormType2Service'true],
  6710.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionDurationFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionDurationFormType''getOptionDurationFormTypeService'true],
  6711.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionValidityFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionValidityFormType''getOptionValidityFormTypeService'true],
  6712.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\CabinFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\CabinFormType''getCabinFormType5Service'true],
  6713.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\PartnerFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\PartnerFormType''getPartnerFormTypeService'true],
  6714.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\QuoteParticipantFormType''getQuoteParticipantFormType5Service'true],
  6715.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\AttributedProductVariantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\AttributedProductVariantFormType''getAttributedProductVariantFormType3Service'true],
  6716.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\PassengerPriceFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\PassengerPriceFormType''getPassengerPriceFormTypeService'true],
  6717.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteLineFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteLineFormType''getQuoteLineFormType5Service'true],
  6718.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteParticipantFormType''getQuoteParticipantFormType6Service'true],
  6719.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantFormType''getAttributedProductVariantFormType4Service'true],
  6720.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValueType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValueType''getAttributedProductVariantParameterValueTypeService'true],
  6721.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValuesFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValuesFormType''getAttributedProductVariantParameterValuesFormType2Service'true],
  6722.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\PassengerServiceFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\PassengerServiceFormType''getPassengerServiceFormTypeService'true],
  6723.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteLineFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteLineFormType''getQuoteLineFormType6Service'true],
  6724.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteParticipantFormType''getQuoteParticipantFormType7Service'true],
  6725.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Payment\\PaymentFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Payment\\PaymentFormType''getPaymentFormTypeService'true],
  6726.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Totals\\TotalsFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Totals\\TotalsFormType''getTotalsFormTypeService'true],
  6727.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\PassengersFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\PassengersFormType''getPassengersFormType4Service'true],
  6728.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantFormType''getQuoteParticipantFormType8Service'true],
  6729.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantInformationFormType' => ['privates''App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantInformationFormType''getQuoteParticipantInformationFormType3Service'true],
  6730.             'App\\Form\\Type\\Booking\\AdvBookingChangeCategoryType' => ['privates''App\\Form\\Type\\Booking\\AdvBookingChangeCategoryType''getAdvBookingChangeCategoryTypeService'true],
  6731.             'App\\Form\\Type\\Booking\\AdvBookingChangeStateType' => ['privates''App\\Form\\Type\\Booking\\AdvBookingChangeStateType''getAdvBookingChangeStateTypeService'true],
  6732.             'App\\Form\\Type\\Booking\\AdvBookingChangeType' => ['privates''App\\Form\\Type\\Booking\\AdvBookingChangeType''getAdvBookingChangeTypeService'true],
  6733.             'App\\Form\\Type\\Booking\\AdvRequestStateType' => ['privates''App\\Form\\Type\\Booking\\AdvRequestStateType''getAdvRequestStateTypeService'true],
  6734.             'App\\Form\\Type\\Booking\\AdvRequestType' => ['privates''App\\Form\\Type\\Booking\\AdvRequestType''getAdvRequestType2Service'true],
  6735.             'App\\Form\\Type\\Booking\\AdvRequestTypeType' => ['privates''App\\Form\\Type\\Booking\\AdvRequestTypeType''getAdvRequestTypeTypeService'true],
  6736.             'App\\Form\\Type\\Booking\\AmendmentLineAttributedDiscountType' => ['privates''App\\Form\\Type\\Booking\\AmendmentLineAttributedDiscountType''getAmendmentLineAttributedDiscountTypeService'true],
  6737.             'App\\Form\\Type\\Booking\\AmendmentLineAttributedInsuranceType' => ['privates''App\\Form\\Type\\Booking\\AmendmentLineAttributedInsuranceType''getAmendmentLineAttributedInsuranceTypeService'true],
  6738.             'App\\Form\\Type\\Booking\\AmendmentLineAttributedProductVariantType' => ['privates''App\\Form\\Type\\Booking\\AmendmentLineAttributedProductVariantType''getAmendmentLineAttributedProductVariantTypeService'true],
  6739.             'App\\Form\\Type\\Booking\\AmendmentLineType' => ['privates''App\\Form\\Type\\Booking\\AmendmentLineType''getAmendmentLineTypeService'true],
  6740.             'App\\Form\\Type\\Booking\\AmendmentType' => ['privates''App\\Form\\Type\\Booking\\AmendmentType''getAmendmentTypeService'true],
  6741.             'App\\Form\\Type\\Booking\\BookingCancelType' => ['privates''App\\Form\\Type\\Booking\\BookingCancelType''getBookingCancelTypeService'true],
  6742.             'App\\Form\\Type\\Booking\\BookingCancelWithCreditType' => ['privates''App\\Form\\Type\\Booking\\BookingCancelWithCreditType''getBookingCancelWithCreditTypeService'true],
  6743.             'App\\Form\\Type\\Booking\\BookingCancelWithReportType' => ['privates''App\\Form\\Type\\Booking\\BookingCancelWithReportType''getBookingCancelWithReportTypeService'true],
  6744.             'App\\Form\\Type\\Booking\\CabinOptionDurationType' => ['privates''App\\Form\\Type\\Booking\\CabinOptionDurationType''getCabinOptionDurationTypeService'true],
  6745.             'App\\Form\\Type\\Booking\\CabinSpecificityType' => ['privates''App\\Form\\Type\\Booking\\CabinSpecificityType''getCabinSpecificityTypeService'true],
  6746.             'App\\Form\\Type\\Booking\\ConfirmationAdvRequestAssignmentType' => ['privates''App\\Form\\Type\\Booking\\ConfirmationAdvRequestAssignmentType''getConfirmationAdvRequestAssignmentTypeService'true],
  6747.             'App\\Form\\Type\\Booking\\FullwebManagementType' => ['privates''App\\Form\\Type\\Booking\\FullwebManagementType''getFullwebManagementTypeService'true],
  6748.             'App\\Form\\Type\\Booking\\PassengerFormalityForCmsType' => ['privates''App\\Form\\Type\\Booking\\PassengerFormalityForCmsType''getPassengerFormalityForCmsTypeService'true],
  6749.             'App\\Form\\Type\\Booking\\PassengerFormalityType' => ['privates''App\\Form\\Type\\Booking\\PassengerFormalityType''getPassengerFormalityTypeService'true],
  6750.             'App\\Form\\Type\\Booking\\PassengerInformationFormFieldType' => ['privates''App\\Form\\Type\\Booking\\PassengerInformationFormFieldType''getPassengerInformationFormFieldTypeService'true],
  6751.             'App\\Form\\Type\\Booking\\PassengerInformationFormType' => ['privates''App\\Form\\Type\\Booking\\PassengerInformationFormType''getPassengerInformationFormTypeService'true],
  6752.             'App\\Form\\Type\\Booking\\ProspectRequestType' => ['privates''App\\Form\\Type\\Booking\\ProspectRequestType''getProspectRequestTypeService'true],
  6753.             'App\\Form\\Type\\Booking\\RetrieveBookingType' => ['privates''App\\Form\\Type\\Booking\\RetrieveBookingType''getRetrieveBookingTypeService'true],
  6754.             'App\\Form\\Type\\Booking\\SearchEngineType' => ['privates''App\\Form\\Type\\Booking\\SearchEngineType''getSearchEngineTypeService'true],
  6755.             'App\\Form\\Type\\Booking\\SpecialRequestDocumentType' => ['privates''App\\Form\\Type\\Booking\\SpecialRequestDocumentType''getSpecialRequestDocumentTypeService'true],
  6756.             'App\\Form\\Type\\Booking\\SpecialRequestStateType' => ['privates''App\\Form\\Type\\Booking\\SpecialRequestStateType''getSpecialRequestStateTypeService'true],
  6757.             'App\\Form\\Type\\Booking\\SpecialRequestType' => ['privates''App\\Form\\Type\\Booking\\SpecialRequestType''getSpecialRequestType2Service'true],
  6758.             'App\\Form\\Type\\Booking\\SpecialRequestTypeType' => ['privates''App\\Form\\Type\\Booking\\SpecialRequestTypeType''getSpecialRequestTypeTypeService'true],
  6759.             'App\\Form\\Type\\Confirmation\\BookingConfirmationCabinCheckType' => ['privates''App\\Form\\Type\\Confirmation\\BookingConfirmationCabinCheckType''getBookingConfirmationCabinCheckTypeService'true],
  6760.             'App\\Form\\Type\\Confirmation\\BookingConfirmationPassengerCheckType' => ['privates''App\\Form\\Type\\Confirmation\\BookingConfirmationPassengerCheckType''getBookingConfirmationPassengerCheckTypeService'true],
  6761.             'App\\Form\\Type\\Confirmation\\BookingConfirmationType' => ['privates''App\\Form\\Type\\Confirmation\\BookingConfirmationType''getBookingConfirmationTypeService'true],
  6762.             'App\\Form\\Type\\Confirmation\\ConfirmationDelayType' => ['privates''App\\Form\\Type\\Confirmation\\ConfirmationDelayType''getConfirmationDelayTypeService'true],
  6763.             'App\\Form\\Type\\Confirmation\\ConfirmationResponsibleType' => ['privates''App\\Form\\Type\\Confirmation\\ConfirmationResponsibleType''getConfirmationResponsibleTypeService'true],
  6764.             'App\\Form\\Type\\Confirmation\\ConfirmationTypeType' => ['privates''App\\Form\\Type\\Confirmation\\ConfirmationTypeType''getConfirmationTypeTypeService'true],
  6765.             'App\\Form\\Type\\Contact\\ComplaintStateType' => ['privates''App\\Form\\Type\\Contact\\ComplaintStateType''getComplaintStateTypeService'true],
  6766.             'App\\Form\\Type\\Contact\\ComplaintType' => ['privates''App\\Form\\Type\\Contact\\ComplaintType''getComplaintTypeService'true],
  6767.             'App\\Form\\Type\\Contact\\NewsletterType' => ['privates''App\\Form\\Type\\Contact\\NewsletterType''getNewsletterTypeService'true],
  6768.             'App\\Form\\Type\\Contact\\OwnerType' => ['privates''App\\Form\\Type\\Contact\\OwnerType''getOwnerTypeService'true],
  6769.             'App\\Form\\Type\\Contact\\PartnerByContactType' => ['privates''App\\Form\\Type\\Contact\\PartnerByContactType''getPartnerByContactTypeService'true],
  6770.             'App\\Form\\Type\\Contact\\PhoneType' => ['privates''App\\Form\\Type\\Contact\\PhoneType''getPhoneTypeService'true],
  6771.             'App\\Form\\Type\\Contact\\PreferenceType' => ['privates''App\\Form\\Type\\Contact\\PreferenceType''getPreferenceTypeService'true],
  6772.             'App\\Form\\Type\\Contact\\ProspectRequestContactType' => ['privates''App\\Form\\Type\\Contact\\ProspectRequestContactType''getProspectRequestContactTypeService'true],
  6773.             'App\\Form\\Type\\Contact\\ProspectType' => ['privates''App\\Form\\Type\\Contact\\ProspectType''getProspectTypeService'true],
  6774.             'App\\Form\\Type\\Cruise\\Company\\CabinCategoryHistoryB2BType' => ['privates''App\\Form\\Type\\Cruise\\Company\\CabinCategoryHistoryB2BType''getCabinCategoryHistoryB2BTypeService'true],
  6775.             'App\\Form\\Type\\Cruise\\Cruise\\CruiseHistoryType' => ['privates''App\\Form\\Type\\Cruise\\Cruise\\CruiseHistoryType''getCruiseHistoryTypeService'true],
  6776.             'App\\Form\\Type\\Cruise\\Formality\\FormalityType' => ['privates''App\\Form\\Type\\Cruise\\Formality\\FormalityType''getFormalityType2Service'true],
  6777.             'App\\Form\\Type\\Cruise\\Formality\\FormalityTypeType' => ['privates''App\\Form\\Type\\Cruise\\Formality\\FormalityTypeType''getFormalityTypeTypeService'true],
  6778.             'App\\Form\\Type\\Dashboard\\DashboardType' => ['privates''App\\Form\\Type\\Dashboard\\DashboardType''getDashboardTypeService'true],
  6779.             'App\\Form\\Type\\DatePeriodType' => ['privates''App\\Form\\Type\\DatePeriodType''getDatePeriodTypeService'true],
  6780.             'App\\Form\\Type\\Discount\\DiscountActionType' => ['privates''App\\Form\\Type\\Discount\\DiscountActionType''getDiscountActionTypeService'true],
  6781.             'App\\Form\\Type\\Discount\\DiscountType' => ['privates''App\\Form\\Type\\Discount\\DiscountType''getDiscountTypeService'true],
  6782.             'App\\Form\\Type\\Document\\SaleTermType' => ['privates''App\\Form\\Type\\Document\\SaleTermType''getSaleTermTypeService'true],
  6783.             'App\\Form\\Type\\Email\\EmailAttachmentType' => ['privates''App\\Form\\Type\\Email\\EmailAttachmentType''getEmailAttachmentTypeService'true],
  6784.             'App\\Form\\Type\\Email\\EmailContentType' => ['privates''App\\Form\\Type\\Email\\EmailContentType''getEmailContentTypeService'true],
  6785.             'App\\Form\\Type\\Email\\EmailTemplateType' => ['privates''App\\Form\\Type\\Email\\EmailTemplateType''getEmailTemplateTypeService'true],
  6786.             'App\\Form\\Type\\Email\\EmailType' => ['privates''App\\Form\\Type\\Email\\EmailType''getEmailTypeService'true],
  6787.             'App\\Form\\Type\\Email\\EmailUnreadType' => ['privates''App\\Form\\Type\\Email\\EmailUnreadType''getEmailUnreadTypeService'true],
  6788.             'App\\Form\\Type\\FilesDropzoneType' => ['privates''App\\Form\\Type\\FilesDropzoneType''getFilesDropzoneTypeService'true],
  6789.             'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterCollectionFormType' => ['privates''App\\Form\\Type\\GridExtensions\\ContactSegmentFilterCollectionFormType''getContactSegmentFilterCollectionFormTypeService'true],
  6790.             'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterFormType' => ['privates''App\\Form\\Type\\GridExtensions\\ContactSegmentFilterFormType''getContactSegmentFilterFormTypeService'true],
  6791.             'App\\Form\\Type\\GridExtensions\\ContactSegmentFilter\\NumberComparisonByPeriodicityType' => ['privates''App\\Form\\Type\\GridExtensions\\ContactSegmentFilter\\NumberComparisonByPeriodicityType''getNumberComparisonByPeriodicityTypeService'true],
  6792.             'App\\Form\\Type\\Marketing\\MarketingCampaignType' => ['privates''App\\Form\\Type\\Marketing\\MarketingCampaignType''getMarketingCampaignTypeService'true],
  6793.             'App\\Form\\Type\\Marketing\\MarketingOperationType' => ['privates''App\\Form\\Type\\Marketing\\MarketingOperationType''getMarketingOperationTypeService'true],
  6794.             'App\\Form\\Type\\Marketing\\SegmentType' => ['privates''App\\Form\\Type\\Marketing\\SegmentType''getSegmentTypeService'true],
  6795.             'App\\Form\\Type\\Notification\\NotificationGroupType' => ['privates''App\\Form\\Type\\Notification\\NotificationGroupType''getNotificationGroupTypeService'true],
  6796.             'App\\Form\\Type\\Notification\\NotificationRuleType' => ['privates''App\\Form\\Type\\Notification\\NotificationRuleType''getNotificationRuleTypeService'true],
  6797.             'App\\Form\\Type\\Notification\\NotificationSubscriberType' => ['privates''App\\Form\\Type\\Notification\\NotificationSubscriberType''getNotificationSubscriberTypeService'true],
  6798.             'App\\Form\\Type\\Notification\\ReminderType' => ['privates''App\\Form\\Type\\Notification\\ReminderType''getReminderTypeService'true],
  6799.             'App\\Form\\Type\\NumberComparisonType' => ['privates''App\\Form\\Type\\NumberComparisonType''getNumberComparisonTypeService'true],
  6800.             'App\\Form\\Type\\Opinion\\AnswerType' => ['privates''App\\Form\\Type\\Opinion\\AnswerType''getAnswerTypeService'true],
  6801.             'App\\Form\\Type\\Partner\\PartnerContactPartnerSelectionFormType' => ['privates''App\\Form\\Type\\Partner\\PartnerContactPartnerSelectionFormType''getPartnerContactPartnerSelectionFormTypeService'true],
  6802.             'App\\Form\\Type\\Partner\\PartnerFollowUpType' => ['privates''App\\Form\\Type\\Partner\\PartnerFollowUpType''getPartnerFollowUpTypeService'true],
  6803.             'App\\Form\\Type\\Product\\AutoProductVariantType' => ['privates''App\\Form\\Type\\Product\\AutoProductVariantType''getAutoProductVariantTypeService'true],
  6804.             'App\\Form\\Type\\Product\\MarginCabinType' => ['privates''App\\Form\\Type\\Product\\MarginCabinType''getMarginCabinTypeService'true],
  6805.             'App\\Form\\Type\\Product\\MarginProductType' => ['privates''App\\Form\\Type\\Product\\MarginProductType''getMarginProductTypeService'true],
  6806.             'App\\Form\\Type\\Product\\ProductCategoryType' => ['privates''App\\Form\\Type\\Product\\ProductCategoryType''getProductCategoryTypeService'true],
  6807.             'App\\Form\\Type\\Product\\ProductDefaultParameterType' => ['privates''App\\Form\\Type\\Product\\ProductDefaultParameterType''getProductDefaultParameterTypeService'true],
  6808.             'App\\Form\\Type\\Product\\ProductDefaultParameterValidValueType' => ['privates''App\\Form\\Type\\Product\\ProductDefaultParameterValidValueType''getProductDefaultParameterValidValueTypeService'true],
  6809.             'App\\Form\\Type\\Product\\ProductOptionType' => ['privates''App\\Form\\Type\\Product\\ProductOptionType''getProductOptionTypeService'true],
  6810.             'App\\Form\\Type\\Product\\ProductOptionValidValueType' => ['privates''App\\Form\\Type\\Product\\ProductOptionValidValueType''getProductOptionValidValueTypeService'true],
  6811.             'App\\Form\\Type\\Product\\ProductOptionValueType' => ['privates''App\\Form\\Type\\Product\\ProductOptionValueType''getProductOptionValueTypeService'true],
  6812.             'App\\Form\\Type\\Product\\ProductType' => ['privates''App\\Form\\Type\\Product\\ProductType''getProductTypeService'true],
  6813.             'App\\Form\\Type\\Product\\ProductVariantParameterType' => ['privates''App\\Form\\Type\\Product\\ProductVariantParameterType''getProductVariantParameterTypeService'true],
  6814.             'App\\Form\\Type\\Product\\ProductVariantParameterValidValueType' => ['privates''App\\Form\\Type\\Product\\ProductVariantParameterValidValueType''getProductVariantParameterValidValueTypeService'true],
  6815.             'App\\Form\\Type\\Product\\ProductVariantType' => ['privates''App\\Form\\Type\\Product\\ProductVariantType''getProductVariantTypeService'true],
  6816.             'App\\Form\\Type\\Recap\\BookingDepartureYearType' => ['privates''App\\Form\\Type\\Recap\\BookingDepartureYearType''getBookingDepartureYearTypeService'true],
  6817.             'App\\Form\\Type\\Recap\\FinancialYearType' => ['privates''App\\Form\\Type\\Recap\\FinancialYearType''getFinancialYearTypeService'true],
  6818.             'App\\Form\\Type\\Recap\\PeriodType' => ['privates''App\\Form\\Type\\Recap\\PeriodType''getPeriodTypeService'true],
  6819.             'App\\Form\\Type\\Schedule\\LeaveType' => ['privates''App\\Form\\Type\\Schedule\\LeaveType''getLeaveTypeService'true],
  6820.             'App\\Form\\Type\\Schedule\\ScheduleCommentType' => ['privates''App\\Form\\Type\\Schedule\\ScheduleCommentType''getScheduleCommentTypeService'true],
  6821.             'App\\Form\\Type\\Schedule\\ScheduleEventType' => ['privates''App\\Form\\Type\\Schedule\\ScheduleEventType''getScheduleEventTypeService'true],
  6822.             'App\\Form\\Type\\Selling\\SellingSegmentCabinTypePointType' => ['privates''App\\Form\\Type\\Selling\\SellingSegmentCabinTypePointType''getSellingSegmentCabinTypePointTypeService'true],
  6823.             'App\\Form\\Type\\Selling\\SellingSegmentType' => ['privates''App\\Form\\Type\\Selling\\SellingSegmentType''getSellingSegmentTypeService'true],
  6824.             'App\\Form\\Type\\TimePeriodType' => ['privates''App\\Form\\Type\\TimePeriodType''getTimePeriodTypeService'true],
  6825.             'App\\Form\\Type\\Todo\\TodoType' => ['privates''App\\Form\\Type\\Todo\\TodoType''getTodoType2Service'true],
  6826.             'App\\Form\\Type\\Todo\\TodoTypeType' => ['privates''App\\Form\\Type\\Todo\\TodoTypeType''getTodoTypeTypeService'true],
  6827.             'App\\Form\\Type\\User\\MacifProfileType' => ['privates''App\\Form\\Type\\User\\MacifProfileType''getMacifProfileTypeService'true],
  6828.             'App\\Form\\Type\\YesOrNoType' => ['privates''App\\Form\\Type\\YesOrNoType''getYesOrNoTypeService'true],
  6829.             'App\\Form\\Type\\__Accounting\\InsuranceFiltersFormType' => ['privates''App\\Form\\Type\\__Accounting\\InsuranceFiltersFormType''getInsuranceFiltersFormTypeService'true],
  6830.             'App\\Form\\Type\\__Accounting\\InsurancePriceFormType' => ['privates''App\\Form\\Type\\__Accounting\\InsurancePriceFormType''getInsurancePriceFormTypeService'true],
  6831.             'App\\Form\\Type\\__Accounting\\InsuranceTurnoverFiltersFormType' => ['privates''App\\Form\\Type\\__Accounting\\InsuranceTurnoverFiltersFormType''getInsuranceTurnoverFiltersFormTypeService'true],
  6832.             'App\\Form\\Type\\__Accounting\\ManualPaymentType' => ['privates''App\\Form\\Type\\__Accounting\\ManualPaymentType''getManualPaymentTypeService'true],
  6833.             'App\\Form\\Type\\__Accounting\\PartnerTemplateContentFormType' => ['privates''App\\Form\\Type\\__Accounting\\PartnerTemplateContentFormType''getPartnerTemplateContentFormTypeService'true],
  6834.             'App\\Form\\Type\\__Accounting\\SupplierContactType' => ['privates''App\\Form\\Type\\__Accounting\\SupplierContactType''getSupplierContactTypeService'true],
  6835.             'App\\Form\\Type\\__Accounting\\SupplierType' => ['privates''App\\Form\\Type\\__Accounting\\SupplierType''getSupplierTypeService'true],
  6836.             'App\\Form\\Type\\__Booking\\BookingDetailsBaseFormType' => ['privates''App\\Form\\Type\\__Booking\\BookingDetailsBaseFormType''getBookingDetailsBaseFormTypeService'true],
  6837.             'App\\Form\\Type\\__Contact\\contact\\ClubCardType' => ['privates''App\\Form\\Type\\__Contact\\contact\\ClubCardType''getClubCardTypeService'true],
  6838.             'App\\Form\\Type\\__Contact\\contact\\CommentType' => ['privates''App\\Form\\Type\\__Contact\\contact\\CommentType''getCommentTypeService'true],
  6839.             'App\\Form\\Type\\__Contact\\contact\\ContactListFiltersType' => ['privates''App\\Form\\Type\\__Contact\\contact\\ContactListFiltersType''getContactListFiltersTypeService'true],
  6840.             'App\\Form\\Type\\__Contact\\contact\\ContactNewType' => ['privates''App\\Form\\Type\\__Contact\\contact\\ContactNewType''getContactNewTypeService'true],
  6841.             'App\\Form\\Type\\__Contact\\contact\\ContactProspectType' => ['privates''App\\Form\\Type\\__Contact\\contact\\ContactProspectType''getContactProspectTypeService'true],
  6842.             'App\\Form\\Type\\__Contact\\contact\\ContactType' => ['privates''App\\Form\\Type\\__Contact\\contact\\ContactType''getContactTypeService'true],
  6843.             'App\\Form\\Type\\__Marketing\\DeparturesMergeFormType' => ['privates''App\\Form\\Type\\__Marketing\\DeparturesMergeFormType''getDeparturesMergeFormTypeService'true],
  6844.             'App\\Form\\Type\\__Partner\\ContactPartnerType' => ['privates''App\\Form\\Type\\__Partner\\ContactPartnerType''getContactPartnerTypeService'true],
  6845.             'App\\Form\\Type\\__Partner\\PartnerByContactFormType' => ['privates''App\\Form\\Type\\__Partner\\PartnerByContactFormType''getPartnerByContactFormTypeService'true],
  6846.             'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountCollectionType' => ['privates''App\\Form\\Type\\__Partner\\PartnerCompanyDiscountCollectionType''getPartnerCompanyDiscountCollectionTypeService'true],
  6847.             'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountType' => ['privates''App\\Form\\Type\\__Partner\\PartnerCompanyDiscountType''getPartnerCompanyDiscountTypeService'true],
  6848.             'App\\Form\\Type\\__Partner\\PartnerFormType' => ['privates''App\\Form\\Type\\__Partner\\PartnerFormType''getPartnerFormType2Service'true],
  6849.             'App\\Form\\Type\\__Partner\\PartnerListFiltersFormType' => ['privates''App\\Form\\Type\\__Partner\\PartnerListFiltersFormType''getPartnerListFiltersFormTypeService'true],
  6850.             'App\\Form\\Type\\__Partner\\PartnerWebsiteManagementType' => ['privates''App\\Form\\Type\\__Partner\\PartnerWebsiteManagementType''getPartnerWebsiteManagementTypeService'true],
  6851.             'App\\Form\\Type\\__Quote\\QuoteListFiltersType' => ['privates''App\\Form\\Type\\__Quote\\QuoteListFiltersType''getQuoteListFiltersTypeService'true],
  6852.             'App\\Form\\Type\\__Sale\\LegalTextType' => ['privates''App\\Form\\Type\\__Sale\\LegalTextType''getLegalTextTypeService'true],
  6853.             'App\\Form\\Type\\__Sale\\ProspectRequestAssignmentType' => ['privates''App\\Form\\Type\\__Sale\\ProspectRequestAssignmentType''getProspectRequestAssignmentTypeService'true],
  6854.             'App\\Form\\Type\\__Sale\\ProspectRequestDetailsType' => ['privates''App\\Form\\Type\\__Sale\\ProspectRequestDetailsType''getProspectRequestDetailsTypeService'true],
  6855.             'App\\Form\\Type\\__Sale\\ProspectRequestLinkedContactType' => ['privates''App\\Form\\Type\\__Sale\\ProspectRequestLinkedContactType''getProspectRequestLinkedContactTypeService'true],
  6856.             'App\\Form\\Type\\__Sale\\ProspectRequestListFiltersType' => ['privates''App\\Form\\Type\\__Sale\\ProspectRequestListFiltersType''getProspectRequestListFiltersTypeService'true],
  6857.             'App\\Form\\Type\\__Sale\\ProspectRequestStatusReasonType' => ['privates''App\\Form\\Type\\__Sale\\ProspectRequestStatusReasonType''getProspectRequestStatusReasonTypeService'true],
  6858.             'App\\Form\\Type\\__Sale\\ReminderEventLogType' => ['privates''App\\Form\\Type\\__Sale\\ReminderEventLogType''getReminderEventLogTypeService'true],
  6859.             'App\\Form\\Type\\__Sale\\ReminderScheduleDetailsType' => ['privates''App\\Form\\Type\\__Sale\\ReminderScheduleDetailsType''getReminderScheduleDetailsTypeService'true],
  6860.             'App\\Form\\User\\UserCMSType' => ['privates''App\\Form\\User\\UserCMSType''getUserCMSTypeService'true],
  6861.             'App\\Mailjet\\Form\\MailjetCampaignType' => ['privates''App\\Mailjet\\Form\\MailjetCampaignType''getMailjetCampaignType2Service'true],
  6862.             'App\\Mailjet\\Form\\MailjetCampaignTypeType' => ['privates''App\\Mailjet\\Form\\MailjetCampaignTypeType''getMailjetCampaignTypeTypeService'true],
  6863.             'App\\Mailjet\\Form\\MailjetOperationType' => ['privates''App\\Mailjet\\Form\\MailjetOperationType''getMailjetOperationTypeService'true],
  6864.             'App\\Migration\\Form\\MigrationDatatableFiltersFormType' => ['privates''App\\Migration\\Form\\MigrationDatatableFiltersFormType''getMigrationDatatableFiltersFormTypeService'true],
  6865.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\BooleanFilterFormType' => ['privates''Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\BooleanFilterFormType''getBooleanFilterFormTypeService'true],
  6866.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\DateFilterFormType' => ['privates''Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\DateFilterFormType''getDateFilterFormTypeService'true],
  6867.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\EntityFilterFormType' => ['privates''Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\EntityFilterFormType''getEntityFilterFormTypeService'true],
  6868.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\ExistsFilterFormType' => ['privates''Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\ExistsFilterFormType''getExistsFilterFormTypeService'true],
  6869.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\NumberFilterFormType' => ['privates''Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\NumberFilterFormType''getNumberFilterFormTypeService'true],
  6870.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\SelectFilterFormType' => ['privates''Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\SelectFilterFormType''getSelectFilterFormTypeService'true],
  6871.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\StringFilterFormType' => ['privates''Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\StringFilterFormType''getStringFilterFormTypeService'true],
  6872.             'Crea\\DocumentationBundle\\Form\\Type\\ArticleType' => ['privates''Crea\\DocumentationBundle\\Form\\Type\\ArticleType''getArticleTypeService'true],
  6873.             'Crea\\DocumentationBundle\\Form\\Type\\ChapterType' => ['privates''Crea\\DocumentationBundle\\Form\\Type\\ChapterType''getChapterTypeService'true],
  6874.             'Crea\\DocumentationBundle\\Form\\Type\\SearchType' => ['privates''Crea\\DocumentationBundle\\Form\\Type\\SearchType''getSearchTypeService'true],
  6875.             'Crea\\EventBundle\\Form\\Type\\EventCategoryFormType' => ['privates''Crea\\EventBundle\\Form\\Type\\EventCategoryFormType''getEventCategoryFormTypeService'true],
  6876.             'Crea\\EventBundle\\Form\\Type\\EventModelFormType' => ['privates''Crea\\EventBundle\\Form\\Type\\EventModelFormType''getEventModelFormTypeService'true],
  6877.             'Crea\\EventBundle\\Form\\Type\\EventTypeFormType' => ['privates''Crea\\EventBundle\\Form\\Type\\EventTypeFormType''getEventTypeFormTypeService'true],
  6878.             'Crea\\EventBundle\\Form\\Type\\SearchType' => ['privates''Crea\\EventBundle\\Form\\Type\\SearchType''getSearchType2Service'true],
  6879.             'Crea\\HRBundle\\Form\\Type\\PlanningCommentFormType' => ['privates''Crea\\HRBundle\\Form\\Type\\PlanningCommentFormType''getPlanningCommentFormTypeService'true],
  6880.             'Crea\\HRBundle\\Form\\Type\\PlanningEventFormType' => ['privates''Crea\\HRBundle\\Form\\Type\\PlanningEventFormType''getPlanningEventFormTypeService'true],
  6881.             'Crea\\HRBundle\\Form\\Type\\PlanningLeaveFormType' => ['privates''Crea\\HRBundle\\Form\\Type\\PlanningLeaveFormType''getPlanningLeaveFormTypeService'true],
  6882.             'Crea\\ParameterBundle\\Form\\ParameterAttributeValueFormType' => ['privates''Crea\\ParameterBundle\\Form\\ParameterAttributeValueFormType''getParameterAttributeValueFormTypeService'true],
  6883.             'Crea\\ParameterBundle\\Form\\ParameterFormType' => ['privates''Crea\\ParameterBundle\\Form\\ParameterFormType''getParameterFormTypeService'true],
  6884.             'Crea\\ParameterBundle\\Form\\ParameterGroupFormType' => ['privates''Crea\\ParameterBundle\\Form\\ParameterGroupFormType''getParameterGroupFormTypeService'true],
  6885.             'Crea\\ParameterBundle\\Form\\ParameterSearchFormType' => ['privates''Crea\\ParameterBundle\\Form\\ParameterSearchFormType''getParameterSearchFormTypeService'true],
  6886.             'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeFormType' => ['privates''Crea\\ParameterBundle\\Form\\ParameterTypeAttributeFormType''getParameterTypeAttributeFormTypeService'true],
  6887.             'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeValidValueFormType' => ['privates''Crea\\ParameterBundle\\Form\\ParameterTypeAttributeValidValueFormType''getParameterTypeAttributeValidValueFormTypeService'true],
  6888.             'Crea\\ParameterBundle\\Form\\ParameterTypeFormType' => ['privates''Crea\\ParameterBundle\\Form\\ParameterTypeFormType''getParameterTypeFormTypeService'true],
  6889.             'Crea\\SecurityBundle\\Form\\Type\\ProfileDuplicateType' => ['privates''Crea\\SecurityBundle\\Form\\Type\\ProfileDuplicateType''getProfileDuplicateTypeService'true],
  6890.             'Crea\\SecurityBundle\\Form\\Type\\ProfileType' => ['privates''Crea\\SecurityBundle\\Form\\Type\\ProfileType''getProfileTypeService'true],
  6891.             'Crea\\SecurityBundle\\Form\\Type\\UserGroupType' => ['privates''Crea\\SecurityBundle\\Form\\Type\\UserGroupType''getUserGroupTypeService'true],
  6892.             'Crea\\SecurityBundle\\Form\\Type\\UserType' => ['privates''Crea\\SecurityBundle\\Form\\Type\\UserType''getUserTypeService'true],
  6893.             'Crea\\ToolsBundle\\Form\\Type\\DatePickerType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\DatePickerType''getDatePickerTypeService'true],
  6894.             'Crea\\ToolsBundle\\Form\\Type\\DateRangePickerType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\DateRangePickerType''getDateRangePickerTypeService'true],
  6895.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAddressType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAddressType''getGeographicAddressTypeService'true],
  6896.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAirportType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAirportType''getGeographicAirportTypeService'true],
  6897.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCityType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCityType''getGeographicCityTypeService'true],
  6898.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCountryType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCountryType''getGeographicCountryTypeService'true],
  6899.             'Crea\\ToolsBundle\\Form\\Type\\SearchEntityType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\SearchEntityType''getSearchEntityTypeService'true],
  6900.             'Crea\\ToolsBundle\\Form\\Type\\SwitchType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\SwitchType''getSwitchTypeService'true],
  6901.             'Crea\\ToolsBundle\\Form\\Type\\TimePickerType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\TimePickerType''getTimePickerTypeService'true],
  6902.             'Crea\\ToolsBundle\\Form\\Type\\YesNoType' => ['privates''Crea\\ToolsBundle\\Form\\Type\\YesNoType''getYesNoTypeService'true],
  6903.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\CNASPartnerAuthenticateFormType' => ['privates''Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\CNASPartnerAuthenticateFormType''getCNASPartnerAuthenticateFormTypeService'true],
  6904.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DIrectAssurancePartnerAuthenticateFormType' => ['privates''Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DIrectAssurancePartnerAuthenticateFormType''getDIrectAssurancePartnerAuthenticateFormTypeService'true],
  6905.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DefaultPartnerAuthenticateFormType' => ['privates''Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DefaultPartnerAuthenticateFormType''getDefaultPartnerAuthenticateFormTypeService'true],
  6906.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\FnacDartyPartnerAuthenticateFormType' => ['privates''Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\FnacDartyPartnerAuthenticateFormType''getFnacDartyPartnerAuthenticateFormTypeService'true],
  6907.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\MacifPartnerAuthenticateFormType' => ['privates''Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\MacifPartnerAuthenticateFormType''getMacifPartnerAuthenticateFormTypeService'true],
  6908.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\SofincoPartnerAuthenticateFormType' => ['privates''Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\SofincoPartnerAuthenticateFormType''getSofincoPartnerAuthenticateFormTypeService'true],
  6909.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\UneoPartnerAuthenticateFormType' => ['privates''Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\UneoPartnerAuthenticateFormType''getUneoPartnerAuthenticateFormTypeService'true],
  6910.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'true],
  6911.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'true],
  6912.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  6913.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  6914.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  6915.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  6916.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  6917.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'true],
  6918.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'true],
  6919.         ], [
  6920.             'App\\Form\\Type\\Accounting\\AccountType' => '?',
  6921.             'App\\Form\\Type\\Accounting\\ApplicationFeeType' => '?',
  6922.             'App\\Form\\Type\\Accounting\\BalanceBeforeDepartureType' => '?',
  6923.             'App\\Form\\Type\\Accounting\\BookingCompanySupplierRealAmountType' => '?',
  6924.             'App\\Form\\Type\\Accounting\\CancelFeeType' => '?',
  6925.             'App\\Form\\Type\\Accounting\\PaymentType' => '?',
  6926.             'App\\Form\\Type\\Accounting\\PortTaxType' => '?',
  6927.             'App\\Form\\Type\\Accounting\\StandaloneSupplierPaymentByBookingType' => '?',
  6928.             'App\\Form\\Type\\Accounting\\SupplierPaymentByBookingType' => '?',
  6929.             'App\\Form\\Type\\Accounting\\SupplierPaymentType' => '?',
  6930.             'App\\Form\\Type\\Accounting\\TurnoverObjectiveType' => '?',
  6931.             'App\\Form\\Type\\ApplicationFilterType' => '?',
  6932.             'App\\Form\\Type\\BetweenNumbersType' => '?',
  6933.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\PassengersFormType' => '?',
  6934.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\QuoteParticipantFormType' => '?',
  6935.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\FirmedCheckFormType' => '?',
  6936.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\AttributedInsuranceFormType' => '?',
  6937.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\CabinFormType' => '?',
  6938.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\InsuranceFormType' => '?',
  6939.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\QuoteLineFormType' => '?',
  6940.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\MultiPayment\\MultiPaymentFormType' => '?',
  6941.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\PaymentBilling\\PaymentBillingFormType' => '?',
  6942.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Recap\\RecapFormType' => '?',
  6943.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\CabinsFormType' => '?',
  6944.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\QuoteCabinFormType' => '?',
  6945.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\PassengersFormType' => '?',
  6946.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantFormType' => '?',
  6947.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantInformationFormType' => '?',
  6948.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\PassengersFormType' => '?',
  6949.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantFormType' => '?',
  6950.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantInformationFormType' => '?',
  6951.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\CabinsFormType' => '?',
  6952.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\QuoteCabinFormType' => '?',
  6953.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ApplicationFee\\ApplicationFeeFormType' => '?',
  6954.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantFormType' => '?',
  6955.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantParameterValuesFormType' => '?',
  6956.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinFormType' => '?',
  6957.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinServiceFormType' => '?',
  6958.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\QuoteLineFormType' => '?',
  6959.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ClientSide\\ClientSideFormType' => '?',
  6960.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedDiscountFormType' => '?',
  6961.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedProductVariantFormType' => '?',
  6962.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\CabinFormType' => '?',
  6963.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\DiscountFormType' => '?',
  6964.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteLineFormType' => '?',
  6965.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteParticipantFormType' => '?',
  6966.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\DownPayment\\DownPaymentFormType' => '?',
  6967.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\AttributedInsuranceFormType' => '?',
  6968.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\CabinFormType' => '?',
  6969.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\InsuranceFormType' => '?',
  6970.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\QuoteLineFormType' => '?',
  6971.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\MultiPayment\\MultiPaymentFormType' => '?',
  6972.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionDurationFormType' => '?',
  6973.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionValidityFormType' => '?',
  6974.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\CabinFormType' => '?',
  6975.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\PartnerFormType' => '?',
  6976.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\QuoteParticipantFormType' => '?',
  6977.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\AttributedProductVariantFormType' => '?',
  6978.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\PassengerPriceFormType' => '?',
  6979.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteLineFormType' => '?',
  6980.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteParticipantFormType' => '?',
  6981.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantFormType' => '?',
  6982.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValueType' => '?',
  6983.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValuesFormType' => '?',
  6984.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\PassengerServiceFormType' => '?',
  6985.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteLineFormType' => '?',
  6986.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteParticipantFormType' => '?',
  6987.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Payment\\PaymentFormType' => '?',
  6988.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Totals\\TotalsFormType' => '?',
  6989.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\PassengersFormType' => '?',
  6990.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantFormType' => '?',
  6991.             'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantInformationFormType' => '?',
  6992.             'App\\Form\\Type\\Booking\\AdvBookingChangeCategoryType' => '?',
  6993.             'App\\Form\\Type\\Booking\\AdvBookingChangeStateType' => '?',
  6994.             'App\\Form\\Type\\Booking\\AdvBookingChangeType' => '?',
  6995.             'App\\Form\\Type\\Booking\\AdvRequestStateType' => '?',
  6996.             'App\\Form\\Type\\Booking\\AdvRequestType' => '?',
  6997.             'App\\Form\\Type\\Booking\\AdvRequestTypeType' => '?',
  6998.             'App\\Form\\Type\\Booking\\AmendmentLineAttributedDiscountType' => '?',
  6999.             'App\\Form\\Type\\Booking\\AmendmentLineAttributedInsuranceType' => '?',
  7000.             'App\\Form\\Type\\Booking\\AmendmentLineAttributedProductVariantType' => '?',
  7001.             'App\\Form\\Type\\Booking\\AmendmentLineType' => '?',
  7002.             'App\\Form\\Type\\Booking\\AmendmentType' => '?',
  7003.             'App\\Form\\Type\\Booking\\BookingCancelType' => '?',
  7004.             'App\\Form\\Type\\Booking\\BookingCancelWithCreditType' => '?',
  7005.             'App\\Form\\Type\\Booking\\BookingCancelWithReportType' => '?',
  7006.             'App\\Form\\Type\\Booking\\CabinOptionDurationType' => '?',
  7007.             'App\\Form\\Type\\Booking\\CabinSpecificityType' => '?',
  7008.             'App\\Form\\Type\\Booking\\ConfirmationAdvRequestAssignmentType' => '?',
  7009.             'App\\Form\\Type\\Booking\\FullwebManagementType' => '?',
  7010.             'App\\Form\\Type\\Booking\\PassengerFormalityForCmsType' => '?',
  7011.             'App\\Form\\Type\\Booking\\PassengerFormalityType' => '?',
  7012.             'App\\Form\\Type\\Booking\\PassengerInformationFormFieldType' => '?',
  7013.             'App\\Form\\Type\\Booking\\PassengerInformationFormType' => '?',
  7014.             'App\\Form\\Type\\Booking\\ProspectRequestType' => '?',
  7015.             'App\\Form\\Type\\Booking\\RetrieveBookingType' => '?',
  7016.             'App\\Form\\Type\\Booking\\SearchEngineType' => '?',
  7017.             'App\\Form\\Type\\Booking\\SpecialRequestDocumentType' => '?',
  7018.             'App\\Form\\Type\\Booking\\SpecialRequestStateType' => '?',
  7019.             'App\\Form\\Type\\Booking\\SpecialRequestType' => '?',
  7020.             'App\\Form\\Type\\Booking\\SpecialRequestTypeType' => '?',
  7021.             'App\\Form\\Type\\Confirmation\\BookingConfirmationCabinCheckType' => '?',
  7022.             'App\\Form\\Type\\Confirmation\\BookingConfirmationPassengerCheckType' => '?',
  7023.             'App\\Form\\Type\\Confirmation\\BookingConfirmationType' => '?',
  7024.             'App\\Form\\Type\\Confirmation\\ConfirmationDelayType' => '?',
  7025.             'App\\Form\\Type\\Confirmation\\ConfirmationResponsibleType' => '?',
  7026.             'App\\Form\\Type\\Confirmation\\ConfirmationTypeType' => '?',
  7027.             'App\\Form\\Type\\Contact\\ComplaintStateType' => '?',
  7028.             'App\\Form\\Type\\Contact\\ComplaintType' => '?',
  7029.             'App\\Form\\Type\\Contact\\NewsletterType' => '?',
  7030.             'App\\Form\\Type\\Contact\\OwnerType' => '?',
  7031.             'App\\Form\\Type\\Contact\\PartnerByContactType' => '?',
  7032.             'App\\Form\\Type\\Contact\\PhoneType' => '?',
  7033.             'App\\Form\\Type\\Contact\\PreferenceType' => '?',
  7034.             'App\\Form\\Type\\Contact\\ProspectRequestContactType' => '?',
  7035.             'App\\Form\\Type\\Contact\\ProspectType' => '?',
  7036.             'App\\Form\\Type\\Cruise\\Company\\CabinCategoryHistoryB2BType' => '?',
  7037.             'App\\Form\\Type\\Cruise\\Cruise\\CruiseHistoryType' => '?',
  7038.             'App\\Form\\Type\\Cruise\\Formality\\FormalityType' => '?',
  7039.             'App\\Form\\Type\\Cruise\\Formality\\FormalityTypeType' => '?',
  7040.             'App\\Form\\Type\\Dashboard\\DashboardType' => '?',
  7041.             'App\\Form\\Type\\DatePeriodType' => '?',
  7042.             'App\\Form\\Type\\Discount\\DiscountActionType' => '?',
  7043.             'App\\Form\\Type\\Discount\\DiscountType' => '?',
  7044.             'App\\Form\\Type\\Document\\SaleTermType' => '?',
  7045.             'App\\Form\\Type\\Email\\EmailAttachmentType' => '?',
  7046.             'App\\Form\\Type\\Email\\EmailContentType' => '?',
  7047.             'App\\Form\\Type\\Email\\EmailTemplateType' => '?',
  7048.             'App\\Form\\Type\\Email\\EmailType' => '?',
  7049.             'App\\Form\\Type\\Email\\EmailUnreadType' => '?',
  7050.             'App\\Form\\Type\\FilesDropzoneType' => '?',
  7051.             'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterCollectionFormType' => '?',
  7052.             'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterFormType' => '?',
  7053.             'App\\Form\\Type\\GridExtensions\\ContactSegmentFilter\\NumberComparisonByPeriodicityType' => '?',
  7054.             'App\\Form\\Type\\Marketing\\MarketingCampaignType' => '?',
  7055.             'App\\Form\\Type\\Marketing\\MarketingOperationType' => '?',
  7056.             'App\\Form\\Type\\Marketing\\SegmentType' => '?',
  7057.             'App\\Form\\Type\\Notification\\NotificationGroupType' => '?',
  7058.             'App\\Form\\Type\\Notification\\NotificationRuleType' => '?',
  7059.             'App\\Form\\Type\\Notification\\NotificationSubscriberType' => '?',
  7060.             'App\\Form\\Type\\Notification\\ReminderType' => '?',
  7061.             'App\\Form\\Type\\NumberComparisonType' => '?',
  7062.             'App\\Form\\Type\\Opinion\\AnswerType' => '?',
  7063.             'App\\Form\\Type\\Partner\\PartnerContactPartnerSelectionFormType' => '?',
  7064.             'App\\Form\\Type\\Partner\\PartnerFollowUpType' => '?',
  7065.             'App\\Form\\Type\\Product\\AutoProductVariantType' => '?',
  7066.             'App\\Form\\Type\\Product\\MarginCabinType' => '?',
  7067.             'App\\Form\\Type\\Product\\MarginProductType' => '?',
  7068.             'App\\Form\\Type\\Product\\ProductCategoryType' => '?',
  7069.             'App\\Form\\Type\\Product\\ProductDefaultParameterType' => '?',
  7070.             'App\\Form\\Type\\Product\\ProductDefaultParameterValidValueType' => '?',
  7071.             'App\\Form\\Type\\Product\\ProductOptionType' => '?',
  7072.             'App\\Form\\Type\\Product\\ProductOptionValidValueType' => '?',
  7073.             'App\\Form\\Type\\Product\\ProductOptionValueType' => '?',
  7074.             'App\\Form\\Type\\Product\\ProductType' => '?',
  7075.             'App\\Form\\Type\\Product\\ProductVariantParameterType' => '?',
  7076.             'App\\Form\\Type\\Product\\ProductVariantParameterValidValueType' => '?',
  7077.             'App\\Form\\Type\\Product\\ProductVariantType' => '?',
  7078.             'App\\Form\\Type\\Recap\\BookingDepartureYearType' => '?',
  7079.             'App\\Form\\Type\\Recap\\FinancialYearType' => '?',
  7080.             'App\\Form\\Type\\Recap\\PeriodType' => '?',
  7081.             'App\\Form\\Type\\Schedule\\LeaveType' => '?',
  7082.             'App\\Form\\Type\\Schedule\\ScheduleCommentType' => '?',
  7083.             'App\\Form\\Type\\Schedule\\ScheduleEventType' => '?',
  7084.             'App\\Form\\Type\\Selling\\SellingSegmentCabinTypePointType' => '?',
  7085.             'App\\Form\\Type\\Selling\\SellingSegmentType' => '?',
  7086.             'App\\Form\\Type\\TimePeriodType' => '?',
  7087.             'App\\Form\\Type\\Todo\\TodoType' => '?',
  7088.             'App\\Form\\Type\\Todo\\TodoTypeType' => '?',
  7089.             'App\\Form\\Type\\User\\MacifProfileType' => '?',
  7090.             'App\\Form\\Type\\YesOrNoType' => '?',
  7091.             'App\\Form\\Type\\__Accounting\\InsuranceFiltersFormType' => '?',
  7092.             'App\\Form\\Type\\__Accounting\\InsurancePriceFormType' => '?',
  7093.             'App\\Form\\Type\\__Accounting\\InsuranceTurnoverFiltersFormType' => '?',
  7094.             'App\\Form\\Type\\__Accounting\\ManualPaymentType' => '?',
  7095.             'App\\Form\\Type\\__Accounting\\PartnerTemplateContentFormType' => '?',
  7096.             'App\\Form\\Type\\__Accounting\\SupplierContactType' => '?',
  7097.             'App\\Form\\Type\\__Accounting\\SupplierType' => '?',
  7098.             'App\\Form\\Type\\__Booking\\BookingDetailsBaseFormType' => '?',
  7099.             'App\\Form\\Type\\__Contact\\contact\\ClubCardType' => '?',
  7100.             'App\\Form\\Type\\__Contact\\contact\\CommentType' => '?',
  7101.             'App\\Form\\Type\\__Contact\\contact\\ContactListFiltersType' => '?',
  7102.             'App\\Form\\Type\\__Contact\\contact\\ContactNewType' => '?',
  7103.             'App\\Form\\Type\\__Contact\\contact\\ContactProspectType' => '?',
  7104.             'App\\Form\\Type\\__Contact\\contact\\ContactType' => '?',
  7105.             'App\\Form\\Type\\__Marketing\\DeparturesMergeFormType' => '?',
  7106.             'App\\Form\\Type\\__Partner\\ContactPartnerType' => '?',
  7107.             'App\\Form\\Type\\__Partner\\PartnerByContactFormType' => '?',
  7108.             'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountCollectionType' => '?',
  7109.             'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountType' => '?',
  7110.             'App\\Form\\Type\\__Partner\\PartnerFormType' => '?',
  7111.             'App\\Form\\Type\\__Partner\\PartnerListFiltersFormType' => '?',
  7112.             'App\\Form\\Type\\__Partner\\PartnerWebsiteManagementType' => '?',
  7113.             'App\\Form\\Type\\__Quote\\QuoteListFiltersType' => '?',
  7114.             'App\\Form\\Type\\__Sale\\LegalTextType' => '?',
  7115.             'App\\Form\\Type\\__Sale\\ProspectRequestAssignmentType' => '?',
  7116.             'App\\Form\\Type\\__Sale\\ProspectRequestDetailsType' => '?',
  7117.             'App\\Form\\Type\\__Sale\\ProspectRequestLinkedContactType' => '?',
  7118.             'App\\Form\\Type\\__Sale\\ProspectRequestListFiltersType' => '?',
  7119.             'App\\Form\\Type\\__Sale\\ProspectRequestStatusReasonType' => '?',
  7120.             'App\\Form\\Type\\__Sale\\ReminderEventLogType' => '?',
  7121.             'App\\Form\\Type\\__Sale\\ReminderScheduleDetailsType' => '?',
  7122.             'App\\Form\\User\\UserCMSType' => '?',
  7123.             'App\\Mailjet\\Form\\MailjetCampaignType' => '?',
  7124.             'App\\Mailjet\\Form\\MailjetCampaignTypeType' => '?',
  7125.             'App\\Mailjet\\Form\\MailjetOperationType' => '?',
  7126.             'App\\Migration\\Form\\MigrationDatatableFiltersFormType' => '?',
  7127.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\BooleanFilterFormType' => '?',
  7128.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\DateFilterFormType' => '?',
  7129.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\EntityFilterFormType' => '?',
  7130.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\ExistsFilterFormType' => '?',
  7131.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\NumberFilterFormType' => '?',
  7132.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\SelectFilterFormType' => '?',
  7133.             'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\StringFilterFormType' => '?',
  7134.             'Crea\\DocumentationBundle\\Form\\Type\\ArticleType' => '?',
  7135.             'Crea\\DocumentationBundle\\Form\\Type\\ChapterType' => '?',
  7136.             'Crea\\DocumentationBundle\\Form\\Type\\SearchType' => '?',
  7137.             'Crea\\EventBundle\\Form\\Type\\EventCategoryFormType' => '?',
  7138.             'Crea\\EventBundle\\Form\\Type\\EventModelFormType' => '?',
  7139.             'Crea\\EventBundle\\Form\\Type\\EventTypeFormType' => '?',
  7140.             'Crea\\EventBundle\\Form\\Type\\SearchType' => '?',
  7141.             'Crea\\HRBundle\\Form\\Type\\PlanningCommentFormType' => '?',
  7142.             'Crea\\HRBundle\\Form\\Type\\PlanningEventFormType' => '?',
  7143.             'Crea\\HRBundle\\Form\\Type\\PlanningLeaveFormType' => '?',
  7144.             'Crea\\ParameterBundle\\Form\\ParameterAttributeValueFormType' => '?',
  7145.             'Crea\\ParameterBundle\\Form\\ParameterFormType' => '?',
  7146.             'Crea\\ParameterBundle\\Form\\ParameterGroupFormType' => '?',
  7147.             'Crea\\ParameterBundle\\Form\\ParameterSearchFormType' => '?',
  7148.             'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeFormType' => '?',
  7149.             'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeValidValueFormType' => '?',
  7150.             'Crea\\ParameterBundle\\Form\\ParameterTypeFormType' => '?',
  7151.             'Crea\\SecurityBundle\\Form\\Type\\ProfileDuplicateType' => '?',
  7152.             'Crea\\SecurityBundle\\Form\\Type\\ProfileType' => '?',
  7153.             'Crea\\SecurityBundle\\Form\\Type\\UserGroupType' => '?',
  7154.             'Crea\\SecurityBundle\\Form\\Type\\UserType' => '?',
  7155.             'Crea\\ToolsBundle\\Form\\Type\\DatePickerType' => '?',
  7156.             'Crea\\ToolsBundle\\Form\\Type\\DateRangePickerType' => '?',
  7157.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAddressType' => '?',
  7158.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAirportType' => '?',
  7159.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCityType' => '?',
  7160.             'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCountryType' => '?',
  7161.             'Crea\\ToolsBundle\\Form\\Type\\SearchEntityType' => '?',
  7162.             'Crea\\ToolsBundle\\Form\\Type\\SwitchType' => '?',
  7163.             'Crea\\ToolsBundle\\Form\\Type\\TimePickerType' => '?',
  7164.             'Crea\\ToolsBundle\\Form\\Type\\YesNoType' => '?',
  7165.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\CNASPartnerAuthenticateFormType' => '?',
  7166.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DIrectAssurancePartnerAuthenticateFormType' => '?',
  7167.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DefaultPartnerAuthenticateFormType' => '?',
  7168.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\FnacDartyPartnerAuthenticateFormType' => '?',
  7169.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\MacifPartnerAuthenticateFormType' => '?',
  7170.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\SofincoPartnerAuthenticateFormType' => '?',
  7171.             'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\UneoPartnerAuthenticateFormType' => '?',
  7172.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  7173.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  7174.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7175.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7176.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7177.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7178.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7179.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  7180.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  7181.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7182.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  7183.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  7184.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  7185.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  7186.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  7187.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  7188.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  7189.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7190.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7191.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7192.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7193.         }, 1)], new RewindableGenerator(function () {
  7194.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  7195.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  7196.             yield => ($this->privates['Fresh\\DoctrineEnumBundle\\Form\\EnumTypeGuesser'] ?? $this->load('getEnumTypeGuesserService'));
  7197.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7198.     }
  7199.     /**
  7200.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7201.      *
  7202.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7203.      */
  7204.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7205.     {
  7206.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  7207.     }
  7208.     /**
  7209.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7210.      *
  7211.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7212.      */
  7213.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7214.     {
  7215.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7216.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7217.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7218.         }
  7219.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  7220.     }
  7221.     /**
  7222.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  7223.      *
  7224.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  7225.      */
  7226.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  7227.     {
  7228.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  7229.     }
  7230.     /**
  7231.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  7232.      *
  7233.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  7234.      */
  7235.     protected function getLiipImagine_Filter_ConfigurationService()
  7236.     {
  7237.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  7238.     }
  7239.     /**
  7240.      * Gets the private 'locale_aware_listener' shared service.
  7241.      *
  7242.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7243.      */
  7244.     protected function getLocaleAwareListenerService()
  7245.     {
  7246.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7247.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  7248.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7249.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7250.     }
  7251.     /**
  7252.      * Gets the private 'locale_listener' shared service.
  7253.      *
  7254.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7255.      */
  7256.     protected function getLocaleListenerService()
  7257.     {
  7258.         $a = ($this->services['router'] ?? $this->getRouterService());
  7259.         if (isset($this->privates['locale_listener'])) {
  7260.             return $this->privates['locale_listener'];
  7261.         }
  7262.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr'$afalse, []);
  7263.     }
  7264.     /**
  7265.      * Gets the private 'mailer.mailer' shared service.
  7266.      *
  7267.      * @return \Symfony\Component\Mailer\Mailer
  7268.      */
  7269.     protected function getMailer_MailerService()
  7270.     {
  7271.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  7272.         if (isset($this->privates['mailer.mailer'])) {
  7273.             return $this->privates['mailer.mailer'];
  7274.         }
  7275.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7276.         if (isset($this->privates['mailer.mailer'])) {
  7277.             return $this->privates['mailer.mailer'];
  7278.         }
  7279.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7280.         if (isset($this->privates['mailer.mailer'])) {
  7281.             return $this->privates['mailer.mailer'];
  7282.         }
  7283.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a$b$c);
  7284.     }
  7285.     /**
  7286.      * Gets the private 'mailer.transports' shared service.
  7287.      *
  7288.      * @return \Symfony\Component\Mailer\Transport\Transports
  7289.      */
  7290.     protected function getMailer_TransportsService()
  7291.     {
  7292.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  7293.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  7294.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  7295.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  7296.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  7297.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  7298.     }
  7299.     /**
  7300.      * Gets the private 'mailjet.client' shared service.
  7301.      *
  7302.      * @return \Mailjet\MailjetBundle\Client\MailjetClient
  7303.      */
  7304.     protected function getMailjet_ClientService()
  7305.     {
  7306.         return $this->privates['mailjet.client'] = new \Mailjet\MailjetBundle\Client\MailjetClient($this->getEnv('MAILJET_APIKEY_PUBLIC'), $this->getEnv('MAILJET_APIKEY_PRIVATE'), true, []);
  7307.     }
  7308.     /**
  7309.      * Gets the private 'mime_types' shared service.
  7310.      *
  7311.      * @return \Symfony\Component\Mime\MimeTypes
  7312.      */
  7313.     protected function getMimeTypesService()
  7314.     {
  7315.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7316.         $instance->setDefault($instance);
  7317.         return $instance;
  7318.     }
  7319.     /**
  7320.      * Gets the private 'monolog.handler.console' shared service.
  7321.      *
  7322.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7323.      */
  7324.     protected function getMonolog_Handler_ConsoleService()
  7325.     {
  7326.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7327.     }
  7328.     /**
  7329.      * Gets the private 'monolog.handler.main' shared service.
  7330.      *
  7331.      * @return \Monolog\Handler\RotatingFileHandler
  7332.      */
  7333.     protected function getMonolog_Handler_MainService()
  7334.     {
  7335.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30'debug'trueNULLfalse);
  7336.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7337.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  7338.         return $instance;
  7339.     }
  7340.     /**
  7341.      * Gets the private 'monolog.handler.notification_logging' shared service.
  7342.      *
  7343.      * @return \Monolog\Handler\RotatingFileHandler
  7344.      */
  7345.     protected function getMonolog_Handler_NotificationLoggingService()
  7346.     {
  7347.         $this->privates['monolog.handler.notification_logging'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__4).'/data/log/dev/notification.log'), 30'DEBUG'trueNULLfalse);
  7348.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7349.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  7350.         return $instance;
  7351.     }
  7352.     /**
  7353.      * Gets the private 'monolog.logger' shared service.
  7354.      *
  7355.      * @return \Symfony\Bridge\Monolog\Logger
  7356.      */
  7357.     protected function getMonolog_LoggerService()
  7358.     {
  7359.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7360.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7361.         $instance->useMicrosecondTimestamps(true);
  7362.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7363.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7364.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7365.         return $instance;
  7366.     }
  7367.     /**
  7368.      * Gets the private 'monolog.logger.cache' shared service.
  7369.      *
  7370.      * @return \Symfony\Bridge\Monolog\Logger
  7371.      */
  7372.     protected function getMonolog_Logger_CacheService()
  7373.     {
  7374.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7375.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7376.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7377.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7378.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7379.         return $instance;
  7380.     }
  7381.     /**
  7382.      * Gets the private 'monolog.logger.request' shared service.
  7383.      *
  7384.      * @return \Symfony\Bridge\Monolog\Logger
  7385.      */
  7386.     protected function getMonolog_Logger_RequestService()
  7387.     {
  7388.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7389.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7390.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7391.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7392.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7393.         return $instance;
  7394.     }
  7395.     /**
  7396.      * Gets the private 'monolog.logger.security' shared service.
  7397.      *
  7398.      * @return \Symfony\Bridge\Monolog\Logger
  7399.      */
  7400.     protected function getMonolog_Logger_SecurityService()
  7401.     {
  7402.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7403.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7404.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7405.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7406.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7407.         return $instance;
  7408.     }
  7409.     /**
  7410.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  7411.      *
  7412.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  7413.      */
  7414.     protected function getNelmioCors_CorsListenerService()
  7415.     {
  7416.         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->getParameter('nelmio_cors.defaults'))]));
  7417.     }
  7418.     /**
  7419.      * Gets the private 'parameter_bag' shared service.
  7420.      *
  7421.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7422.      */
  7423.     protected function getParameterBagService()
  7424.     {
  7425.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7426.     }
  7427.     /**
  7428.      * Gets the private 'process.configuration.provider' shared autowired service.
  7429.      *
  7430.      * @return \Crea\ProcessBundle\Provider\ProcessConfigurationProvider
  7431.      */
  7432.     protected function getProcess_Configuration_ProviderService()
  7433.     {
  7434.         $a = ($this->privates['process.step.provider'] ?? $this->getProcess_Step_ProviderService());
  7435.         if (isset($this->privates['process.configuration.provider'])) {
  7436.             return $this->privates['process.configuration.provider'];
  7437.         }
  7438.         return $this->privates['process.configuration.provider'] = new \Crea\ProcessBundle\Provider\ProcessConfigurationProvider(new RewindableGenerator(function () {
  7439.             yield => ($this->privates['App\\BookingProcess\\ProcessConfiguration\\ProcessConfigurationSpecificProvider'] ?? $this->load('getProcessConfigurationSpecificProviderService'));
  7440.         }, 1), new \Crea\ProcessBundle\ProcessConfiguration\ProcessConfigurationLocator(($this->services['kernel'] ?? $this->get('kernel'1)), '/config/process.yaml'), new \Crea\ProcessBundle\Validator\ProcessConfigurationValidator(new RewindableGenerator(function () {
  7441.             yield => ($this->privates['App\\BookingProcess\\ProcessConfiguration\\ProcessConfigurationSpecificProvider'] ?? $this->load('getProcessConfigurationSpecificProviderService'));
  7442.         }, 1), $a));
  7443.     }
  7444.     /**
  7445.      * Gets the private 'process.renderer' shared autowired service.
  7446.      *
  7447.      * @return \Crea\ProcessBundle\Twig\ProcessRenderer
  7448.      */
  7449.     protected function getProcess_RendererService()
  7450.     {
  7451.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7452.         if (isset($this->privates['process.renderer'])) {
  7453.             return $this->privates['process.renderer'];
  7454.         }
  7455.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7456.         if (isset($this->privates['process.renderer'])) {
  7457.             return $this->privates['process.renderer'];
  7458.         }
  7459.         return $this->privates['process.renderer'] = new \Crea\ProcessBundle\Twig\ProcessRenderer($a$b);
  7460.     }
  7461.     /**
  7462.      * Gets the private 'process.step.provider' shared autowired service.
  7463.      *
  7464.      * @return \Crea\ProcessBundle\Provider\ProcessStepProvider
  7465.      */
  7466.     protected function getProcess_Step_ProviderService()
  7467.     {
  7468.         return $this->privates['process.step.provider'] = new \Crea\ProcessBundle\Provider\ProcessStepProvider(new RewindableGenerator(function () {
  7469.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientPassengers'] ?? $this->load('getProcessStepClientPassengersService'));
  7470.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientPassengersContainer'] ?? $this->load('getProcessStepClientPassengersContainerService'));
  7471.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientQuote'] ?? $this->load('getProcessStepClientQuoteService'));
  7472.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientQuoteContainer'] ?? $this->load('getProcessStepClientQuoteContainerService'));
  7473.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonInsurance'] ?? $this->load('getProcessStepCommonInsuranceService'));
  7474.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonInsuranceContainer'] ?? $this->load('getProcessStepCommonInsuranceContainerService'));
  7475.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'] ?? $this->load('getProcessStepCommonMultiPaymentService'));
  7476.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPayment'] ?? $this->load('getProcessStepCommonPaymentService'));
  7477.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPaymentBilling'] ?? $this->load('getProcessStepCommonPaymentBillingService'));
  7478.             yield => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPaymentConfirmation'] ?? $this->load('getProcessStepCommonPaymentConfirmationService'));
  7479.             yield 10 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPaymentOptionsContainer'] ?? $this->load('getProcessStepCommonPaymentOptionsContainerService'));
  7480.             yield 11 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonRecap'] ?? $this->load('getProcessStepCommonRecapService'));
  7481.             yield 12 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonRightColumnInfos'] ?? $this->load('getProcessStepCommonRightColumnInfosService'));
  7482.             yield 13 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\ProcessStepFullwebCostaCabinChoice'] ?? $this->load('getProcessStepFullwebCostaCabinChoiceService'));
  7483.             yield 14 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\ProcessStepFullwebCostaCabinContainer'] ?? $this->load('getProcessStepFullwebCostaCabinContainerService'));
  7484.             yield 15 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\ProcessStepFullwebCostaCabinPassengers'] ?? $this->load('getProcessStepFullwebCostaCabinPassengersService'));
  7485.             yield 16 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\ProcessStepFullwebCostaPassengers'] ?? $this->load('getProcessStepFullwebCostaPassengersService'));
  7486.             yield 17 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\ProcessStepFullwebCostaPassengersContainer'] ?? $this->load('getProcessStepFullwebCostaPassengersContainerService'));
  7487.             yield 18 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Cabins\\ProcessStepCabins'] ?? $this->load('getProcessStepCabinsService'));
  7488.             yield 19 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepApplicationFee'] ?? $this->load('getProcessStepApplicationFeeService'));
  7489.             yield 20 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCabinService'] ?? $this->load('getProcessStepCabinServiceService'));
  7490.             yield 21 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepClientSide'] ?? $this->load('getProcessStepClientSideService'));
  7491.             yield 22 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCompanyDiscount'] ?? $this->load('getProcessStepCompanyDiscountService'));
  7492.             yield 23 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCroisilandDiscount'] ?? $this->load('getProcessStepCroisilandDiscountService'));
  7493.             yield 24 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCroisilandOffer'] ?? $this->load('getProcessStepCroisilandOfferService'));
  7494.             yield 25 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepDownPayment'] ?? $this->load('getProcessStepDownPaymentService'));
  7495.             yield 26 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepFormality'] ?? $this->load('getProcessStepFormalityService'));
  7496.             yield 27 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepFurtherInfos'] ?? $this->load('getProcessStepFurtherInfosService'));
  7497.             yield 28 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepIncluded'] ?? $this->load('getProcessStepIncludedService'));
  7498.             yield 29 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepInfos'] ?? $this->load('getProcessStepInfosService'));
  7499.             yield 30 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepInsurance'] ?? $this->load('getProcessStepInsuranceService'));
  7500.             yield 31 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepMultiPayment'] ?? $this->load('getProcessStepMultiPaymentService'));
  7501.             yield 32 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepNotIncluded'] ?? $this->load('getProcessStepNotIncludedService'));
  7502.             yield 33 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepOptionDuration'] ?? $this->load('getProcessStepOptionDurationService'));
  7503.             yield 34 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepOptions'] ?? $this->load('getProcessStepOptionsService'));
  7504.             yield 35 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPartner'] ?? $this->load('getProcessStepPartnerService'));
  7505.             yield 36 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPassengerPrice'] ?? $this->load('getProcessStepPassengerPriceService'));
  7506.             yield 37 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPassengerService'] ?? $this->load('getProcessStepPassengerServiceService'));
  7507.             yield 38 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPayment'] ?? $this->load('getProcessStepPaymentService'));
  7508.             yield 39 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepSanitaryProtocol'] ?? $this->load('getProcessStepSanitaryProtocolService'));
  7509.             yield 40 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepSellerBonus'] ?? $this->load('getProcessStepSellerBonusService'));
  7510.             yield 41 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepTotals'] ?? $this->load('getProcessStepTotalsService'));
  7511.             yield 42 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Passengers\\ProcessStepPassengers'] ?? $this->load('getProcessStepPassengersService'));
  7512.         }, 43), new RewindableGenerator(function () {
  7513.             yield => ($this->privates['App\\BookingProcess\\ProcessConfiguration\\ProcessConfigurationSpecificProvider'] ?? $this->load('getProcessConfigurationSpecificProviderService'));
  7514.         }, 1));
  7515.     }
  7516.     /**
  7517.      * Gets the private 'process.step.validator' shared autowired service.
  7518.      *
  7519.      * @return \Crea\ProcessBundle\Validator\ProcessStepValidator
  7520.      */
  7521.     protected function getProcess_Step_ValidatorService()
  7522.     {
  7523.         return $this->privates['process.step.validator'] = new \Crea\ProcessBundle\Validator\ProcessStepValidator(($this->privates['process.step.extractor'] ?? ($this->privates['process.step.extractor'] = new \Crea\ProcessBundle\ProcessStep\ProcessStepExtractor())));
  7524.     }
  7525.     /**
  7526.      * Gets the private 'profiler_listener' shared service.
  7527.      *
  7528.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7529.      */
  7530.     protected function getProfilerListenerService()
  7531.     {
  7532.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7533.         if (isset($this->privates['profiler_listener'])) {
  7534.             return $this->privates['profiler_listener'];
  7535.         }
  7536.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  7537.     }
  7538.     /**
  7539.      * Gets the private 'property_accessor' shared service.
  7540.      *
  7541.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7542.      */
  7543.     protected function getPropertyAccessorService()
  7544.     {
  7545.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7546.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7547.     }
  7548.     /**
  7549.      * Gets the private 'property_info' shared service.
  7550.      *
  7551.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7552.      */
  7553.     protected function getPropertyInfoService()
  7554.     {
  7555.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7556.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  7557.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7558.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  7559.         }, 3), new RewindableGenerator(function () {
  7560.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  7561.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7562.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7563.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7564.         }, 4), new RewindableGenerator(function () {
  7565.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7566.         }, 1), new RewindableGenerator(function () {
  7567.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  7568.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7569.         }, 2), new RewindableGenerator(function () {
  7570.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7571.         }, 1));
  7572.     }
  7573.     /**
  7574.      * Gets the private 'router.expression_language_provider' shared service.
  7575.      *
  7576.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7577.      */
  7578.     protected function getRouter_ExpressionLanguageProviderService()
  7579.     {
  7580.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7581.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  7582.         ], [
  7583.             'env' => 'Closure',
  7584.         ]));
  7585.     }
  7586.     /**
  7587.      * Gets the private 'router.request_context' shared service.
  7588.      *
  7589.      * @return \Symfony\Component\Routing\RequestContext
  7590.      */
  7591.     protected function getRouter_RequestContextService()
  7592.     {
  7593.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('string:ERP_URL'), 'localhost''http'80443);
  7594.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7595.         return $instance;
  7596.     }
  7597.     /**
  7598.      * Gets the private 'router_listener' shared service.
  7599.      *
  7600.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7601.      */
  7602.     protected function getRouterListenerService()
  7603.     {
  7604.         $a = ($this->services['router'] ?? $this->getRouterService());
  7605.         if (isset($this->privates['router_listener'])) {
  7606.             return $this->privates['router_listener'];
  7607.         }
  7608.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  7609.     }
  7610.     /**
  7611.      * Gets the private 'security.context_listener.0' shared service.
  7612.      *
  7613.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7614.      */
  7615.     protected function getSecurity_ContextListener_0Service()
  7616.     {
  7617.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  7618.         if (isset($this->privates['security.context_listener.0'])) {
  7619.             return $this->privates['security.context_listener.0'];
  7620.         }
  7621.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  7622.             yield => ($this->privates['security.user.provider.concrete.main'] ?? $this->load('getSecurity_User_Provider_Concrete_MainService'));
  7623.             yield => ($this->privates['security.user.provider.concrete.user_cms'] ?? $this->load('getSecurity_User_Provider_Concrete_UserCmsService'));
  7624.             yield => ($this->privates['security.user.provider.concrete.jwt'] ?? $this->load('getSecurity_User_Provider_Concrete_JwtService'));
  7625.             yield => ($this->privates['Crea\\SecurityBundle\\Provider\\UserProvider'] ?? $this->load('getUserProviderService'));
  7626.         }, 4), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  7627.     }
  7628.     /**
  7629.      * Gets the private 'security.csrf.token_storage' shared service.
  7630.      *
  7631.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7632.      */
  7633.     protected function getSecurity_Csrf_TokenStorageService()
  7634.     {
  7635.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7636.     }
  7637.     /**
  7638.      * Gets the private 'security.event_dispatcher.main' shared service.
  7639.      *
  7640.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7641.      */
  7642.     protected function getSecurity_EventDispatcher_MainService()
  7643.     {
  7644.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7645.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7646.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  7647.         }, => 'checkPassport'], 2048);
  7648.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7649.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  7650.         }, => 'onSuccessfulLogin'], 0);
  7651.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7652.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  7653.         }, => 'onLogout'], 64);
  7654.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7655.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7656.         }, => 'onLogout'], 0);
  7657.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7658.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  7659.         }, => 'preCheckCredentials'], 256);
  7660.         $instance->addListener('security.authentication.success', [=> function () {
  7661.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  7662.         }, => 'postCheckCredentials'], 256);
  7663.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7664.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  7665.         }, => 'checkPassport'], 1024);
  7666.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7667.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  7668.         }, => 'checkPassport'], 0);
  7669.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  7670.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  7671.         }, => 'onLoginSuccess'], 0);
  7672.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  7673.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  7674.         }, => 'checkPassport'], 512);
  7675.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7676.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  7677.         }, => 'onLogout'], 0);
  7678.         return $instance;
  7679.     }
  7680.     /**
  7681.      * Gets the private 'security.expression_language' shared service.
  7682.      *
  7683.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  7684.      */
  7685.     protected function getSecurity_ExpressionLanguageService()
  7686.     {
  7687.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  7688.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  7689.         return $instance;
  7690.     }
  7691.     /**
  7692.      * Gets the private 'security.firewall.map' shared service.
  7693.      *
  7694.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7695.      */
  7696.     protected function getSecurity_Firewall_MapService()
  7697.     {
  7698.         $a = ($this->privates['.service_locator.RZtbveQ'] ?? $this->get_ServiceLocator_RZtbveQService());
  7699.         if (isset($this->privates['security.firewall.map'])) {
  7700.             return $this->privates['security.firewall.map'];
  7701.         }
  7702.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7703.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.CzDeZkV'] ?? ($this->privates['.security.request_matcher.CzDeZkV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt|error)|css|images|js)/')));
  7704.             yield 'security.firewall.map.context.main' => NULL;
  7705.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  7706.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  7707.         }, 4));
  7708.     }
  7709.     /**
  7710.      * Gets the private 'security.helper' shared service.
  7711.      *
  7712.      * @return \Symfony\Component\Security\Core\Security
  7713.      */
  7714.     protected function getSecurity_HelperService()
  7715.     {
  7716.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7717.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7718.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7719.         ], [
  7720.             'security.authorization_checker' => '?',
  7721.             'security.token_storage' => '?',
  7722.         ]));
  7723.     }
  7724.     /**
  7725.      * Gets the private 'security.logout_url_generator' shared service.
  7726.      *
  7727.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7728.      */
  7729.     protected function getSecurity_LogoutUrlGeneratorService()
  7730.     {
  7731.         $a = ($this->services['router'] ?? $this->getRouterService());
  7732.         if (isset($this->privates['security.logout_url_generator'])) {
  7733.             return $this->privates['security.logout_url_generator'];
  7734.         }
  7735.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7736.         $instance->registerListener('main''crea_security.logout''logout''_csrf_token'NULLNULL);
  7737.         return $instance;
  7738.     }
  7739.     /**
  7740.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7741.      *
  7742.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7743.      */
  7744.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7745.     {
  7746.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7747.     }
  7748.     /**
  7749.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7750.      *
  7751.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7752.      */
  7753.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7754.     {
  7755.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7756.         if (isset($this->privates['sensio_framework_extra.converter.listener'])) {
  7757.             return $this->privates['sensio_framework_extra.converter.listener'];
  7758.         }
  7759.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7760.         $c = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  7761.         $d = new \Crea\SecurityBundle\ParamConverter\ProfileParamConverter($a$c);
  7762.         $e = new \Crea\SecurityBundle\ParamConverter\UserParamConverter($a$c);
  7763.         $b->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7764.         $b->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7765.         $b->add($d50'security_profile');
  7766.         $b->add($d0NULL);
  7767.         $b->add($e50'security_user');
  7768.         $b->add($e0NULL);
  7769.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($btrue);
  7770.     }
  7771.     /**
  7772.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7773.      *
  7774.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7775.      */
  7776.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7777.     {
  7778.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7779.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  7780.             return $this->privates['sensio_framework_extra.security.listener'];
  7781.         }
  7782.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  7783.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  7784.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7785.     }
  7786.     /**
  7787.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7788.      *
  7789.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7790.      */
  7791.     protected function getSensioFrameworkExtra_View_ListenerService()
  7792.     {
  7793.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  7794.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7795.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7796.         ], [
  7797.             'twig' => '?',
  7798.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7799.         return $instance;
  7800.     }
  7801.     /**
  7802.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  7803.      *
  7804.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  7805.      */
  7806.     protected function getSerializer_NameConverter_MetadataAwareService()
  7807.     {
  7808.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  7809.     }
  7810.     /**
  7811.      * Gets the private 'session_listener' shared service.
  7812.      *
  7813.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7814.      */
  7815.     protected function getSessionListenerService()
  7816.     {
  7817.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7818.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  7819.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7820.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7821.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  7822.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  7823.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  7824.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  7825.         ], [
  7826.             'initialized_session' => '?',
  7827.             'logger' => '?',
  7828.             'request_stack' => '?',
  7829.             'session' => '?',
  7830.             'session_collector' => '?',
  7831.             'session_factory' => '?',
  7832.             'session_storage' => '?',
  7833.         ]), true$this->parameters['session.storage.options']);
  7834.     }
  7835.     /**
  7836.      * Gets the private 'state_machine.booking_workflow.metadata_store' shared service.
  7837.      *
  7838.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7839.      */
  7840.     protected function getStateMachine_BookingWorkflow_MetadataStoreService()
  7841.     {
  7842.         return $this->privates['state_machine.booking_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7843.     }
  7844.     /**
  7845.      * Gets the private 'state_machine.cabin_workflow.metadata_store' shared service.
  7846.      *
  7847.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7848.      */
  7849.     protected function getStateMachine_CabinWorkflow_MetadataStoreService()
  7850.     {
  7851.         return $this->privates['state_machine.cabin_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7852.     }
  7853.     /**
  7854.      * Gets the private 'state_machine.contract_workflow.metadata_store' shared service.
  7855.      *
  7856.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7857.      */
  7858.     protected function getStateMachine_ContractWorkflow_MetadataStoreService()
  7859.     {
  7860.         return $this->privates['state_machine.contract_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7861.     }
  7862.     /**
  7863.      * Gets the private 'state_machine.credit_workflow.metadata_store' shared service.
  7864.      *
  7865.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7866.      */
  7867.     protected function getStateMachine_CreditWorkflow_MetadataStoreService()
  7868.     {
  7869.         return $this->privates['state_machine.credit_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7870.     }
  7871.     /**
  7872.      * Gets the private 'state_machine.invoiceLine_workflow.metadata_store' shared service.
  7873.      *
  7874.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7875.      */
  7876.     protected function getStateMachine_InvoiceLineWorkflow_MetadataStoreService()
  7877.     {
  7878.         return $this->privates['state_machine.invoiceLine_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7879.     }
  7880.     /**
  7881.      * Gets the private 'state_machine.payment_workflow.metadata_store' shared service.
  7882.      *
  7883.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7884.      */
  7885.     protected function getStateMachine_PaymentWorkflow_MetadataStoreService()
  7886.     {
  7887.         return $this->privates['state_machine.payment_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7888.     }
  7889.     /**
  7890.      * Gets the private 'state_machine.phone_call_workflow.metadata_store' shared service.
  7891.      *
  7892.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7893.      */
  7894.     protected function getStateMachine_PhoneCallWorkflow_MetadataStoreService()
  7895.     {
  7896.         return $this->privates['state_machine.phone_call_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7897.     }
  7898.     /**
  7899.      * Gets the private 'state_machine.quote_web_workflow.metadata_store' shared service.
  7900.      *
  7901.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  7902.      */
  7903.     protected function getStateMachine_QuoteWebWorkflow_MetadataStoreService()
  7904.     {
  7905.         return $this->privates['state_machine.quote_web_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  7906.     }
  7907.     /**
  7908.      * Gets the private 'translator.default' shared service.
  7909.      *
  7910.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7911.      */
  7912.     protected function getTranslator_DefaultService()
  7913.     {
  7914.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7915.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  7916.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  7917.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  7918.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  7919.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  7920.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  7921.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  7922.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  7923.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  7924.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  7925.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  7926.         ], [
  7927.             'translation.loader.csv' => '?',
  7928.             'translation.loader.dat' => '?',
  7929.             'translation.loader.ini' => '?',
  7930.             'translation.loader.json' => '?',
  7931.             'translation.loader.mo' => '?',
  7932.             'translation.loader.php' => '?',
  7933.             'translation.loader.po' => '?',
  7934.             'translation.loader.qt' => '?',
  7935.             'translation.loader.res' => '?',
  7936.             'translation.loader.xliff' => '?',
  7937.             'translation.loader.yml' => '?',
  7938.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.ar.yml')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.de.yml')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.en.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.es.yml')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], '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/crea/grid-bundle/Resources/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Resources/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Resources/translations/form.fr.yaml'), => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Resources/translations/modal.fr.yaml'), 10 => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Resources/translations/tools.fr.yaml'), 11 => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Resources/translations/validators.fr.yaml'), 12 => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.fr.yml'), 13 => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/form.fr.yaml'), 14 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/translations/profile.fr.yaml'), 15 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/translations/right.fr.yaml'), 16 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/translations/template.fr.yaml'), 17 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/translations/user.fr.yaml'), 18 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/translations/user_group.fr.yaml'), 19 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/translations/validators.fr.yaml'), 20 => (\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Resources/translations/documentation.fr.yaml'), 21 => (\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Resources/translations/right.fr.yaml'), 22 => (\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Resources/translations/validators.fr.yaml'), 23 => (\dirname(__DIR__4).'/vendor/crea/process-bundle/src/Resources/translations/process.fr.yaml'), 24 => (\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Resources/translations/parameter.fr.yaml'), 25 => (\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Resources/translations/right.fr.yaml'), 26 => (\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Resources/translations/validators.fr.yaml'), 27 => (\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Resources/translations/creaevent.fr.yaml'), 28 => (\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Resources/translations/right.fr.yaml'), 29 => (\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Resources/translations/validators.fr.yaml'), 30 => (\dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Resources/translations/creahr.fr.yaml'), 31 => (\dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Resources/translations/right.fr.yaml'), 32 => (\dirname(__DIR__4).'/translations/__ADV/adv_confirmation_delay.fr.yaml'), 33 => (\dirname(__DIR__4).'/translations/__ADV/adv_planning.fr.yaml'), 34 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_account.fr.yaml'), 35 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_application_fee.fr.yaml'), 36 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_balance_before_departure.fr.yaml'), 37 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_balance_client_reminder.fr.yaml'), 38 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_booking.fr.yaml'), 39 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_cancel_fee.fr.yaml'), 40 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_credit.fr.yaml'), 41 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_departure.fr.yaml'), 42 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_insurance.fr.yaml'), 43 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_insurance_price.fr.yaml'), 44 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_invoice.fr.yaml'), 45 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_macro.fr.yaml'), 46 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_margin.fr.yaml'), 47 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_partner.fr.yaml'), 48 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_payment.fr.yaml'), 49 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_port_tax.fr.yaml'), 50 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_refund.fr.yaml'), 51 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_selling_recap.fr.yaml'), 52 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_turnover.fr.yaml'), 53 => (\dirname(__DIR__4).'/translations/__Accounting/supplier.fr.yaml'), 54 => (\dirname(__DIR__4).'/translations/__Booking/booking.fr.yaml'), 55 => (\dirname(__DIR__4).'/translations/__Booking/booking_contract.fr.yaml'), 56 => (\dirname(__DIR__4).'/translations/__Contact/contact.fr.yaml'), 57 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_cabin_category_history_b2b.fr.yaml'), 58 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_cabin_specificity.fr.yaml'), 59 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_departure.fr.yaml'), 60 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_discount.fr.yaml'), 61 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_macro.fr.yaml'), 62 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_product.fr.yaml'), 63 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_product_auto.fr.yaml'), 64 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_segment.fr.yaml'), 65 => (\dirname(__DIR__4).'/translations/__Partner/partner.fr.yaml'), 66 => (\dirname(__DIR__4).'/translations/__Quote/quote.fr.yaml'), 67 => (\dirname(__DIR__4).'/translations/__Sale/legal_text.fr.yaml'), 68 => (\dirname(__DIR__4).'/translations/__Sale/prospect_request.fr.yaml'), 69 => (\dirname(__DIR__4).'/translations/__Sale/sale_cabin_option_duration.fr.yaml'), 70 => (\dirname(__DIR__4).'/translations/__Sale/seller_planning.fr.yaml'), 71 => (\dirname(__DIR__4).'/translations/admin.fr.yaml'), 72 => (\dirname(__DIR__4).'/translations/application_filter.fr.yaml'), 73 => (\dirname(__DIR__4).'/translations/booking_process.fr.yaml'), 74 => (\dirname(__DIR__4).'/translations/booking_process_client.fr.yaml'), 75 => (\dirname(__DIR__4).'/translations/booking_process_common.fr.yaml'), 76 => (\dirname(__DIR__4).'/translations/booking_process_fullweb.fr.yaml'), 77 => (\dirname(__DIR__4).'/translations/datatable.fr.yaml'), 78 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 79 => (\dirname(__DIR__4).'/translations/enum/messages.fr.yaml'), 80 => (\dirname(__DIR__4).'/translations/event.fr.yaml'), 81 => (\dirname(__DIR__4).'/translations/form/messages.fr.yaml'), 82 => (\dirname(__DIR__4).'/translations/form/validators.fr.yaml'), 83 => (\dirname(__DIR__4).'/translations/grid/messages.fr.yaml'), 84 => (\dirname(__DIR__4).'/translations/home_module.fr.yaml'), 85 => (\dirname(__DIR__4).'/translations/mailjet.fr.yaml'), 86 => (\dirname(__DIR__4).'/translations/menu.fr.yaml'), 87 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 88 => (\dirname(__DIR__4).'/translations/migration.fr.yaml'), 89 => (\dirname(__DIR__4).'/translations/other/messages.fr.yaml'), 90 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 91 => (\dirname(__DIR__4).'/translations/template.fr.yaml'), 92 => (\dirname(__DIR__4).'/translations/__ADV/adv_confirmation_delay.fr.yaml'), 93 => (\dirname(__DIR__4).'/translations/__ADV/adv_planning.fr.yaml'), 94 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_account.fr.yaml'), 95 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_application_fee.fr.yaml'), 96 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_balance_before_departure.fr.yaml'), 97 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_balance_client_reminder.fr.yaml'), 98 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_booking.fr.yaml'), 99 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_cancel_fee.fr.yaml'), 100 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_credit.fr.yaml'), 101 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_departure.fr.yaml'), 102 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_insurance.fr.yaml'), 103 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_insurance_price.fr.yaml'), 104 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_invoice.fr.yaml'), 105 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_macro.fr.yaml'), 106 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_margin.fr.yaml'), 107 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_partner.fr.yaml'), 108 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_payment.fr.yaml'), 109 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_port_tax.fr.yaml'), 110 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_refund.fr.yaml'), 111 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_selling_recap.fr.yaml'), 112 => (\dirname(__DIR__4).'/translations/__Accounting/accounting_turnover.fr.yaml'), 113 => (\dirname(__DIR__4).'/translations/__Accounting/supplier.fr.yaml'), 114 => (\dirname(__DIR__4).'/translations/__Booking/booking.fr.yaml'), 115 => (\dirname(__DIR__4).'/translations/__Booking/booking_contract.fr.yaml'), 116 => (\dirname(__DIR__4).'/translations/__Contact/contact.fr.yaml'), 117 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_cabin_category_history_b2b.fr.yaml'), 118 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_cabin_specificity.fr.yaml'), 119 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_departure.fr.yaml'), 120 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_discount.fr.yaml'), 121 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_macro.fr.yaml'), 122 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_product.fr.yaml'), 123 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_product_auto.fr.yaml'), 124 => (\dirname(__DIR__4).'/translations/__Marketing/marketing_segment.fr.yaml'), 125 => (\dirname(__DIR__4).'/translations/__Partner/partner.fr.yaml'), 126 => (\dirname(__DIR__4).'/translations/__Quote/quote.fr.yaml'), 127 => (\dirname(__DIR__4).'/translations/__Sale/legal_text.fr.yaml'), 128 => (\dirname(__DIR__4).'/translations/__Sale/prospect_request.fr.yaml'), 129 => (\dirname(__DIR__4).'/translations/__Sale/sale_cabin_option_duration.fr.yaml'), 130 => (\dirname(__DIR__4).'/translations/__Sale/seller_planning.fr.yaml'), 131 => (\dirname(__DIR__4).'/translations/admin.fr.yaml'), 132 => (\dirname(__DIR__4).'/translations/application_filter.fr.yaml'), 133 => (\dirname(__DIR__4).'/translations/booking_process.fr.yaml'), 134 => (\dirname(__DIR__4).'/translations/booking_process_client.fr.yaml'), 135 => (\dirname(__DIR__4).'/translations/booking_process_common.fr.yaml'), 136 => (\dirname(__DIR__4).'/translations/booking_process_fullweb.fr.yaml'), 137 => (\dirname(__DIR__4).'/translations/datatable.fr.yaml'), 138 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 139 => (\dirname(__DIR__4).'/translations/enum/messages.fr.yaml'), 140 => (\dirname(__DIR__4).'/translations/event.fr.yaml'), 141 => (\dirname(__DIR__4).'/translations/form/messages.fr.yaml'), 142 => (\dirname(__DIR__4).'/translations/form/validators.fr.yaml'), 143 => (\dirname(__DIR__4).'/translations/grid/messages.fr.yaml'), 144 => (\dirname(__DIR__4).'/translations/home_module.fr.yaml'), 145 => (\dirname(__DIR__4).'/translations/mailjet.fr.yaml'), 146 => (\dirname(__DIR__4).'/translations/menu.fr.yaml'), 147 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 148 => (\dirname(__DIR__4).'/translations/migration.fr.yaml'), 149 => (\dirname(__DIR__4).'/translations/other/messages.fr.yaml'), 150 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 151 => (\dirname(__DIR__4).'/translations/template.fr.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.it.yml')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.pl.yml')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.ru.yml')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.tr.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'cn' => [=> (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.cn.yml')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.ua.yml')]], '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/crea/grid-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/croisiland/common-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/crea/process-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Resources/translations'), 15 => (\dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Resources/translations'), 16 => (\dirname(__DIR__4).'/translations'), 17 => (\dirname(__DIR__4).'/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/croisiland/search-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/cafffeine/tables-sync-bundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/vendor/crea/floa-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/vendor/crea/admin-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/crea/grid-bundle/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/croisiland/common-bundle/src/Resources/translations'=> 'vendor/crea/tools-bundle/src/Resources/translations'=> 'vendor/crea/datatable-bundle/src/Resources/translations'10 => 'vendor/crea/security-bundle/src/Resources/translations'11 => 'vendor/crea/documentation-bundle/src/Resources/translations'12 => 'vendor/crea/process-bundle/src/Resources/translations'13 => 'vendor/crea/parameter-bundle/src/Resources/translations'14 => 'vendor/crea/event-bundle/src/Resources/translations'15 => 'vendor/crea/hr-bundle/src/Resources/translations'16 => 'translations'17 => 'translations'18 => 'vendor/symfony/framework-bundle/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/doctrine/doctrine-bundle/translations'21 => 'vendor/doctrine/doctrine-migrations-bundle/translations'22 => 'vendor/symfony/security-bundle/translations'23 => 'vendor/symfony/twig-bundle/translations'24 => 'vendor/symfony/web-profiler-bundle/translations'25 => 'vendor/symfony/monolog-bundle/translations'26 => 'vendor/symfony/debug-bundle/translations'27 => 'vendor/symfony/maker-bundle/src/translations'28 => 'vendor/symfony/webpack-encore-bundle/src/translations'29 => 'vendor/croisiland/search-bundle/translations'30 => 'vendor/fresh/doctrine-enum-bundle/translations'31 => 'vendor/jms/serializer-bundle/translations'32 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'33 => 'vendor/nelmio/api-doc-bundle/translations'34 => 'vendor/twig/extra-bundle/translations'35 => 'vendor/lexik/jwt-authentication-bundle/translations'36 => 'vendor/cron/cron-bundle/translations'37 => 'vendor/nelmio/cors-bundle/translations'38 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'39 => 'vendor/liip/imagine-bundle/translations'40 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'41 => 'vendor/oneup/flysystem-bundle/src/translations'42 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'43 => 'vendor/mailjet/mailjet-bundle/src/translations'44 => 'vendor/antishov/doctrine-extensions-bundle/translations'45 => 'vendor/cafffeine/tables-sync-bundle/translations'46 => 'vendor/knplabs/knp-snappy-bundle/src/translations'47 => 'vendor/crea/floa-bundle/src/translations'48 => 'vendor/crea/admin-bundle/src/translations']]], []);
  7939.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7940.         $instance->setFallbackLocales([=> 'fr']);
  7941.         return $instance;
  7942.     }
  7943.     /**
  7944.      * Gets the private 'validator.builder' shared service.
  7945.      *
  7946.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7947.      */
  7948.     protected function getValidator_BuilderService()
  7949.     {
  7950.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7951.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7952.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7953.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\AllPassengersRequiredFormValidator' => ['privates''booking_process.step_form.validator.all_passengers_required''getBookingProcess_StepForm_Validator_AllPassengersRequiredService'true],
  7954.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\BillingInformationsRequiredFormValidator' => ['privates''booking_process.step_form.validator.billing_informations_required''getBookingProcess_StepForm_Validator_BillingInformationsRequiredService'true],
  7955.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinServiceFormValidator' => ['privates''booking_process.step_cabin_service_form.validator.quote_line''getBookingProcess_StepCabinServiceForm_Validator_QuoteLineService'true],
  7956.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinsFormValidator' => ['privates''booking_process.step_form.validator.cabins''getBookingProcess_StepForm_Validator_CabinsService'true],
  7957.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ClientPassengersFormValidator' => ['privates''booking_process.step_form.validator.client_passengers''getBookingProcess_StepForm_Validator_ClientPassengersService'true],
  7958.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CompanyDiscountFormValidator' => ['privates''booking_process.step_form.validator.company.discount''getBookingProcess_StepForm_Validator_Company_DiscountService'true],
  7959.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CostaCabinPassengersFormValidator' => ['privates''booking_process.fullweb.step_form.validator.costa_cabin_passengers''getBookingProcess_Fullweb_StepForm_Validator_CostaCabinPassengersService'true],
  7960.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandDiscountFormValidator' => ['privates''booking_process.step_form.validator.croisiland.discount''getBookingProcess_StepForm_Validator_Croisiland_DiscountService'true],
  7961.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandOfferFormValidator' => ['privates''booking_process.step_form.validator.croisiland.offer''getBookingProcess_StepForm_Validator_Croisiland_OfferService'true],
  7962.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\DownPaymentFormValidator' => ['privates''booking_process.step_form.validator.down_payment''getBookingProcess_StepForm_Validator_DownPaymentService'true],
  7963.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\FirstPassengerRequiredFormValidator' => ['privates''booking_process.step_form.validator.first_passenger_required''getBookingProcess_StepForm_Validator_FirstPassengerRequiredService'true],
  7964.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceAmountForCalculationFormValidator' => ['privates''booking_process.step_form.validator.insurance_amount_for_calculation''getBookingProcess_StepForm_Validator_InsuranceAmountForCalculationService'true],
  7965.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceFormValidator' => ['privates''booking_process.step_form.validator.insurance''getBookingProcess_StepForm_Validator_InsuranceService'true],
  7966.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ManualPaymentsFormValidator' => ['privates''booking_process.step_form.validator.manual_payments''getBookingProcess_StepForm_Validator_ManualPaymentsService'true],
  7967.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\OptionValidityFormValidator' => ['privates''booking_process.step_form.validator.option_validity''getBookingProcess_StepForm_Validator_OptionValidityService'true],
  7968.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengerServiceFormValidator' => ['privates''booking_process.step_passenger_service_form.validator.quote_line''getBookingProcess_StepPassengerServiceForm_Validator_QuoteLineService'true],
  7969.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengersFormValidator' => ['privates''booking_process.step_form.validator.passengers''getBookingProcess_StepForm_Validator_PassengersService'true],
  7970.             'App\\Validator\\AccountFormValidator' => ['privates''account.validator''getAccount_ValidatorService'true],
  7971.             'App\\Validator\\AutoProductVariantFormValidator' => ['privates''auto_product_variant.validator''getAutoProductVariant_ValidatorService'true],
  7972.             'App\\Validator\\CancelFeeFormValidator' => ['privates''cancel_fee.validator''getCancelFee_ValidatorService'true],
  7973.             'App\\Validator\\ContactNewFormValidator' => ['privates''contact_new.validator''getContactNew_ValidatorService'true],
  7974.             'App\\Validator\\FormalityFormValidator' => ['privates''formality.validator''getFormality_ValidatorService'true],
  7975.             'App\\Validator\\MarginCabinFormValidator' => ['privates''margin.cabin.validator''getMargin_Cabin_ValidatorService'true],
  7976.             'App\\Validator\\MarginProductFormValidator' => ['privates''margin.product.validator''getMargin_Product_ValidatorService'true],
  7977.             'App\\Validator\\MarketingCampaignFormValidator' => ['privates''marketing_campaign.validator''getMarketingCampaign_ValidatorService'true],
  7978.             'App\\Validator\\ProspectRequestFormValidator' => ['privates''prospect_request.validator''getProspectRequest_ValidatorService'true],
  7979.             'App\\Validator\\__Accounting\\CreateSupplierFormValidator' => ['privates''supplier.create.validator''getSupplier_Create_ValidatorService'true],
  7980.             'App\\Validator\\__Accounting\\InsurancePriceFormValidator' => ['privates''insurance_price.validator''getInsurancePrice_ValidatorService'true],
  7981.             'App\\Validator\\__Accounting\\ManualPaymentFormValidator' => ['privates''manual.payment.validator''getManual_Payment_ValidatorService'true],
  7982.             'App\\Validator\\__Accounting\\PartnerTemplateContentFormValidator' => ['privates''partner.template.content.validator''getPartner_Template_Content_ValidatorService'true],
  7983.             'App\\Validator\\__Accounting\\UpdateSupplierFormValidator' => ['privates''supplier.update.validator''getSupplier_Update_ValidatorService'true],
  7984.             'App\\Validator\\__Partner\\CreatePartnerFormValidator' => ['privates''partner.create.form.validator''getPartner_Create_Form_ValidatorService'true],
  7985.             'App\\Validator\\__Partner\\PartnerCompanyDiscountCollectionFormValidator' => ['privates''partner_company_discount_collection.validator''getPartnerCompanyDiscountCollection_ValidatorService'true],
  7986.             'App\\Validator\\__Partner\\PartnerCompanyDiscountFormValidator' => ['privates''partner_company_discount.validator''getPartnerCompanyDiscount_ValidatorService'true],
  7987.             'App\\Validator\\__Partner\\PartnerWebsiteManagementFormValidator' => ['privates''partner.step_form.validator.website''getPartner_StepForm_Validator_WebsiteService'true],
  7988.             'App\\Validator\\__Partner\\UpdatePartnerFormValidator' => ['privates''partner.update.form.validator''getPartner_Update_Form_ValidatorService'true],
  7989.             'App\\Validator\\__Sale\\CreateLegalTextFormValidator' => ['privates''legal_text.create.validator''getLegalText_Create_ValidatorService'true],
  7990.             'App\\Validator\\__Sale\\ProspectRequestDetailsFormValidator' => ['privates''prospect_request.details.validator''getProspectRequest_Details_ValidatorService'true],
  7991.             'App\\Validator\\__Sale\\ProspectRequestLinkedContactFormValidator' => ['privates''prospect_request.linked_contact.validator''getProspectRequest_LinkedContact_ValidatorService'true],
  7992.             'App\\Validator\\__Sale\\UpdateLegalTextFormValidator' => ['privates''legal_text.update.validator''getLegalText_Update_ValidatorService'true],
  7993.             'Crea\\DocumentationBundle\\Validator\\CreateArticleFormValidator' => ['privates''create.article.validator''getCreate_Article_ValidatorService'true],
  7994.             'Crea\\DocumentationBundle\\Validator\\CreateChapterFormValidator' => ['privates''create.chapter.validator''getCreate_Chapter_ValidatorService'true],
  7995.             'Crea\\DocumentationBundle\\Validator\\UpdateArticleFormValidator' => ['privates''update.article.validator''getUpdate_Article_ValidatorService'true],
  7996.             'Crea\\DocumentationBundle\\Validator\\UpdateChapterFormValidator' => ['privates''update.chapter.validator''getUpdate_Chapter_ValidatorService'true],
  7997.             'Crea\\EventBundle\\Validator\\CreateEventCategoryFormValidator' => ['privates''create.category.validator''getCreate_Category_ValidatorService'true],
  7998.             'Crea\\EventBundle\\Validator\\CreateEventLogFormValidator' => ['privates''create.log.validator''getCreate_Log_ValidatorService'true],
  7999.             'Crea\\EventBundle\\Validator\\CreateEventModelFormValidator' => ['privates''create.model.validator''getCreate_Model_ValidatorService'true],
  8000.             'Crea\\EventBundle\\Validator\\CreateEventTypeFormValidator' => ['privates''create.type.validator''getCreate_Type_ValidatorService'true],
  8001.             'Crea\\EventBundle\\Validator\\UpdateEventCategoryFormValidator' => ['privates''update.category.validator''getUpdate_Category_ValidatorService'true],
  8002.             'Crea\\EventBundle\\Validator\\UpdateEventLogFormValidator' => ['privates''update.log.validator''getUpdate_Log_ValidatorService'true],
  8003.             'Crea\\EventBundle\\Validator\\UpdateEventModelFormValidator' => ['privates''update.model.validator''getUpdate_Model_ValidatorService'true],
  8004.             'Crea\\EventBundle\\Validator\\UpdateEventTypeFormValidator' => ['privates''update.type.validator''getUpdate_Type_ValidatorService'true],
  8005.             'Crea\\HRBundle\\Validator\\CreatePlanningCommentFormValidator' => ['privates''create.planning_comment.validator''getCreate_PlanningComment_ValidatorService'true],
  8006.             'Crea\\HRBundle\\Validator\\CreatePlanningEventFormValidator' => ['privates''create.planning_event.validator''getCreate_PlanningEvent_ValidatorService'true],
  8007.             'Crea\\HRBundle\\Validator\\CreatePlanningLeaveFormValidator' => ['privates''create.planning_leave.validator''getCreate_PlanningLeave_ValidatorService'true],
  8008.             'Crea\\HRBundle\\Validator\\UpdatePlanningCommentFormValidator' => ['privates''update.planning_comment.validator''getUpdate_PlanningComment_ValidatorService'true],
  8009.             'Crea\\HRBundle\\Validator\\UpdatePlanningEventFormValidator' => ['privates''update.planning_event.validator''getUpdate_PlanningEvent_ValidatorService'true],
  8010.             'Crea\\HRBundle\\Validator\\UpdatePlanningLeaveFormValidator' => ['privates''update.planning_leave.validator''getUpdate_PlanningLeave_ValidatorService'true],
  8011.             'Crea\\ParameterBundle\\Validator\\CreateParameterFormValidator' => ['privates''create.parameter.form.validator''getCreate_Parameter_Form_ValidatorService'true],
  8012.             'Crea\\ParameterBundle\\Validator\\CreateParameterGroupFormValidator' => ['privates''create.parameter.group.form.validator''getCreate_Parameter_Group_Form_ValidatorService'true],
  8013.             'Crea\\ParameterBundle\\Validator\\CreateParameterTypeFormValidator' => ['privates''create.parameter.type.form.validator''getCreate_Parameter_Type_Form_ValidatorService'true],
  8014.             'Crea\\ParameterBundle\\Validator\\UpdateParameterFormValidator' => ['privates''update.parameter.form.validator''getUpdate_Parameter_Form_ValidatorService'true],
  8015.             'Crea\\ParameterBundle\\Validator\\UpdateParameterGroupFormValidator' => ['privates''update.parameter.group.form.validator''getUpdate_Parameter_Group_Form_ValidatorService'true],
  8016.             'Crea\\ParameterBundle\\Validator\\UpdateParameterTypeFormValidator' => ['privates''update.parameter.type.form.validator''getUpdate_Parameter_Type_Form_ValidatorService'true],
  8017.             'Crea\\SecurityBundle\\Constraint\\RightCanBeUsedValidator' => ['privates''Crea\\SecurityBundle\\Constraint\\RightCanBeUsedValidator''getRightCanBeUsedValidatorService'true],
  8018.             'Crea\\SecurityBundle\\Constraint\\RightListCanBeUsedValidator' => ['privates''Crea\\SecurityBundle\\Constraint\\RightListCanBeUsedValidator''getRightListCanBeUsedValidatorService'true],
  8019.             'Crea\\SecurityBundle\\Validator\\CreateProfileFormValidator' => ['privates''create.profile.validator''getCreate_Profile_ValidatorService'true],
  8020.             'Crea\\SecurityBundle\\Validator\\CreateUserFormValidator' => ['privates''create.user.validator''getCreate_User_ValidatorService'true],
  8021.             'Crea\\SecurityBundle\\Validator\\PasswordFormValidator' => ['privates''password.validator''getPassword_ValidatorService'true],
  8022.             'Crea\\SecurityBundle\\Validator\\UpdateProfileFormValidator' => ['privates''update.profile.validator''getUpdate_Profile_ValidatorService'true],
  8023.             'Crea\\SecurityBundle\\Validator\\UpdateUserFormValidator' => ['privates''update.user.validator''getUpdate_User_ValidatorService'true],
  8024.             'Crea\\ToolsBundle\\Validator\\AddressFormValidator' => ['privates''address.form.validator''getAddress_Form_ValidatorService'true],
  8025.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  8026.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  8027.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  8028.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  8029.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  8030.             'account_form_validator' => ['privates''account.validator''getAccount_ValidatorService'true],
  8031.             'address_form_validator' => ['privates''address.form.validator''getAddress_Form_ValidatorService'true],
  8032.             'auto_product_variant_form_validator' => ['privates''auto_product_variant.validator''getAutoProductVariant_ValidatorService'true],
  8033.             'booking_process_all_passengers_required_form_validator' => ['privates''booking_process.step_form.validator.all_passengers_required''getBookingProcess_StepForm_Validator_AllPassengersRequiredService'true],
  8034.             'booking_process_billing_informations_required_form_validator' => ['privates''booking_process.step_form.validator.billing_informations_required''getBookingProcess_StepForm_Validator_BillingInformationsRequiredService'true],
  8035.             'booking_process_first_passenger_required_form_validator' => ['privates''booking_process.step_form.validator.first_passenger_required''getBookingProcess_StepForm_Validator_FirstPassengerRequiredService'true],
  8036.             'booking_process_fullweb_step_costa_cabin_passengers_form_validator' => ['privates''booking_process.fullweb.step_form.validator.costa_cabin_passengers''getBookingProcess_Fullweb_StepForm_Validator_CostaCabinPassengersService'true],
  8037.             'booking_process_option_validity_form_validator' => ['privates''booking_process.step_form.validator.option_validity''getBookingProcess_StepForm_Validator_OptionValidityService'true],
  8038.             'booking_process_step_cabin_service_form_validator' => ['privates''booking_process.step_cabin_service_form.validator.quote_line''getBookingProcess_StepCabinServiceForm_Validator_QuoteLineService'true],
  8039.             'booking_process_step_cabins_form_validator' => ['privates''booking_process.step_form.validator.cabins''getBookingProcess_StepForm_Validator_CabinsService'true],
  8040.             'booking_process_step_client_passengers_form_validator' => ['privates''booking_process.step_form.validator.client_passengers''getBookingProcess_StepForm_Validator_ClientPassengersService'true],
  8041.             'booking_process_step_company_discount_form_validator' => ['privates''booking_process.step_form.validator.company.discount''getBookingProcess_StepForm_Validator_Company_DiscountService'true],
  8042.             'booking_process_step_croisiland_discount_form_validator' => ['privates''booking_process.step_form.validator.croisiland.discount''getBookingProcess_StepForm_Validator_Croisiland_DiscountService'true],
  8043.             'booking_process_step_croisiland_offer_form_validator' => ['privates''booking_process.step_form.validator.croisiland.offer''getBookingProcess_StepForm_Validator_Croisiland_OfferService'true],
  8044.             'booking_process_step_down_payment_form_validator' => ['privates''booking_process.step_form.validator.down_payment''getBookingProcess_StepForm_Validator_DownPaymentService'true],
  8045.             'booking_process_step_insurance_amount_for_calculation_form_validator' => ['privates''booking_process.step_form.validator.insurance_amount_for_calculation''getBookingProcess_StepForm_Validator_InsuranceAmountForCalculationService'true],
  8046.             'booking_process_step_insurance_form_validator' => ['privates''booking_process.step_form.validator.insurance''getBookingProcess_StepForm_Validator_InsuranceService'true],
  8047.             'booking_process_step_passenger_service_form_validator' => ['privates''booking_process.step_passenger_service_form.validator.quote_line''getBookingProcess_StepPassengerServiceForm_Validator_QuoteLineService'true],
  8048.             'booking_process_step_passengers_form_validator' => ['privates''booking_process.step_form.validator.passengers''getBookingProcess_StepForm_Validator_PassengersService'true],
  8049.             'booking_process_step_payment_manual_payments_form_validator' => ['privates''booking_process.step_form.validator.manual_payments''getBookingProcess_StepForm_Validator_ManualPaymentsService'true],
  8050.             'cancel_fee_form_validator' => ['privates''cancel_fee.validator''getCancelFee_ValidatorService'true],
  8051.             'contact_new_form_validator' => ['privates''contact_new.validator''getContactNew_ValidatorService'true],
  8052.             'create_article_form_validator' => ['privates''create.article.validator''getCreate_Article_ValidatorService'true],
  8053.             'create_chapter_form_validator' => ['privates''create.chapter.validator''getCreate_Chapter_ValidatorService'true],
  8054.             'create_event_category_form_validator' => ['privates''create.category.validator''getCreate_Category_ValidatorService'true],
  8055.             'create_event_log_form_validator' => ['privates''create.log.validator''getCreate_Log_ValidatorService'true],
  8056.             'create_event_model_form_validator' => ['privates''create.model.validator''getCreate_Model_ValidatorService'true],
  8057.             'create_event_type_form_validator' => ['privates''create.type.validator''getCreate_Type_ValidatorService'true],
  8058.             'create_legal_text_form_validator' => ['privates''legal_text.create.validator''getLegalText_Create_ValidatorService'true],
  8059.             'create_parameter_form_validator' => ['privates''create.parameter.form.validator''getCreate_Parameter_Form_ValidatorService'true],
  8060.             'create_parameter_group_form_validator' => ['privates''create.parameter.group.form.validator''getCreate_Parameter_Group_Form_ValidatorService'true],
  8061.             'create_parameter_type_form_validator' => ['privates''create.parameter.type.form.validator''getCreate_Parameter_Type_Form_ValidatorService'true],
  8062.             'create_partner_form_validator' => ['privates''partner.create.form.validator''getPartner_Create_Form_ValidatorService'true],
  8063.             'create_planning_comment_form_validator' => ['privates''create.planning_comment.validator''getCreate_PlanningComment_ValidatorService'true],
  8064.             'create_planning_event_form_validator' => ['privates''create.planning_event.validator''getCreate_PlanningEvent_ValidatorService'true],
  8065.             'create_planning_leave_form_validator' => ['privates''create.planning_leave.validator''getCreate_PlanningLeave_ValidatorService'true],
  8066.             'create_profile_form_validator' => ['privates''create.profile.validator''getCreate_Profile_ValidatorService'true],
  8067.             'create_supplier_form_validator' => ['privates''supplier.create.validator''getSupplier_Create_ValidatorService'true],
  8068.             'create_user_form_validator' => ['privates''create.user.validator''getCreate_User_ValidatorService'true],
  8069.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  8070.             'formality_form_validator' => ['privates''formality.validator''getFormality_ValidatorService'true],
  8071.             'insurance_price_form_validator' => ['privates''insurance_price.validator''getInsurancePrice_ValidatorService'true],
  8072.             'manual_payment_form_validator' => ['privates''manual.payment.validator''getManual_Payment_ValidatorService'true],
  8073.             'margin_cabin_form_validator' => ['privates''margin.cabin.validator''getMargin_Cabin_ValidatorService'true],
  8074.             'margin_product_form_validator' => ['privates''margin.product.validator''getMargin_Product_ValidatorService'true],
  8075.             'marketing_campaign_form_validator' => ['privates''marketing_campaign.validator''getMarketingCampaign_ValidatorService'true],
  8076.             'partner_company_discount_collection_form_validator' => ['privates''partner_company_discount_collection.validator''getPartnerCompanyDiscountCollection_ValidatorService'true],
  8077.             'partner_company_discount_form_validator' => ['privates''partner_company_discount.validator''getPartnerCompanyDiscount_ValidatorService'true],
  8078.             'partner_template_content_form_validator' => ['privates''partner.template.content.validator''getPartner_Template_Content_ValidatorService'true],
  8079.             'partner_website_management_form_validator' => ['privates''partner.step_form.validator.website''getPartner_StepForm_Validator_WebsiteService'true],
  8080.             'password_form_validator' => ['privates''password.validator''getPassword_ValidatorService'true],
  8081.             'prospect_request_details_form_validator' => ['privates''prospect_request.details.validator''getProspectRequest_Details_ValidatorService'true],
  8082.             'prospect_request_form_validator' => ['privates''prospect_request.validator''getProspectRequest_ValidatorService'true],
  8083.             'prospect_request_linked_contact_form_validator' => ['privates''prospect_request.linked_contact.validator''getProspectRequest_LinkedContact_ValidatorService'true],
  8084.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  8085.             'update_article_form_validator' => ['privates''update.article.validator''getUpdate_Article_ValidatorService'true],
  8086.             'update_chapter_form_validator' => ['privates''update.chapter.validator''getUpdate_Chapter_ValidatorService'true],
  8087.             'update_event_category_form_validator' => ['privates''update.category.validator''getUpdate_Category_ValidatorService'true],
  8088.             'update_event_log_form_validator' => ['privates''update.log.validator''getUpdate_Log_ValidatorService'true],
  8089.             'update_event_model_form_validator' => ['privates''update.model.validator''getUpdate_Model_ValidatorService'true],
  8090.             'update_event_type_form_validator' => ['privates''update.type.validator''getUpdate_Type_ValidatorService'true],
  8091.             'update_legal_text_form_validator' => ['privates''legal_text.update.validator''getLegalText_Update_ValidatorService'true],
  8092.             'update_parameter_form_validator' => ['privates''update.parameter.form.validator''getUpdate_Parameter_Form_ValidatorService'true],
  8093.             'update_parameter_group_form_validator' => ['privates''update.parameter.group.form.validator''getUpdate_Parameter_Group_Form_ValidatorService'true],
  8094.             'update_parameter_type_form_validator' => ['privates''update.parameter.type.form.validator''getUpdate_Parameter_Type_Form_ValidatorService'true],
  8095.             'update_partner_form_validator' => ['privates''partner.update.form.validator''getPartner_Update_Form_ValidatorService'true],
  8096.             'update_planning_comment_form_validator' => ['privates''update.planning_comment.validator''getUpdate_PlanningComment_ValidatorService'true],
  8097.             'update_planning_event_form_validator' => ['privates''update.planning_event.validator''getUpdate_PlanningEvent_ValidatorService'true],
  8098.             'update_planning_leave_form_validator' => ['privates''update.planning_leave.validator''getUpdate_PlanningLeave_ValidatorService'true],
  8099.             'update_profile_form_validator' => ['privates''update.profile.validator''getUpdate_Profile_ValidatorService'true],
  8100.             'update_supplier_form_validator' => ['privates''supplier.update.validator''getSupplier_Update_ValidatorService'true],
  8101.             'update_user_form_validator' => ['privates''update.user.validator''getUpdate_User_ValidatorService'true],
  8102.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  8103.         ], [
  8104.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\AllPassengersRequiredFormValidator' => '?',
  8105.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\BillingInformationsRequiredFormValidator' => '?',
  8106.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinServiceFormValidator' => '?',
  8107.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinsFormValidator' => '?',
  8108.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ClientPassengersFormValidator' => '?',
  8109.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CompanyDiscountFormValidator' => '?',
  8110.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CostaCabinPassengersFormValidator' => '?',
  8111.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandDiscountFormValidator' => '?',
  8112.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandOfferFormValidator' => '?',
  8113.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\DownPaymentFormValidator' => '?',
  8114.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\FirstPassengerRequiredFormValidator' => '?',
  8115.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceAmountForCalculationFormValidator' => '?',
  8116.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceFormValidator' => '?',
  8117.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ManualPaymentsFormValidator' => '?',
  8118.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\OptionValidityFormValidator' => '?',
  8119.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengerServiceFormValidator' => '?',
  8120.             'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengersFormValidator' => '?',
  8121.             'App\\Validator\\AccountFormValidator' => '?',
  8122.             'App\\Validator\\AutoProductVariantFormValidator' => '?',
  8123.             'App\\Validator\\CancelFeeFormValidator' => '?',
  8124.             'App\\Validator\\ContactNewFormValidator' => '?',
  8125.             'App\\Validator\\FormalityFormValidator' => '?',
  8126.             'App\\Validator\\MarginCabinFormValidator' => '?',
  8127.             'App\\Validator\\MarginProductFormValidator' => '?',
  8128.             'App\\Validator\\MarketingCampaignFormValidator' => '?',
  8129.             'App\\Validator\\ProspectRequestFormValidator' => '?',
  8130.             'App\\Validator\\__Accounting\\CreateSupplierFormValidator' => '?',
  8131.             'App\\Validator\\__Accounting\\InsurancePriceFormValidator' => '?',
  8132.             'App\\Validator\\__Accounting\\ManualPaymentFormValidator' => '?',
  8133.             'App\\Validator\\__Accounting\\PartnerTemplateContentFormValidator' => '?',
  8134.             'App\\Validator\\__Accounting\\UpdateSupplierFormValidator' => '?',
  8135.             'App\\Validator\\__Partner\\CreatePartnerFormValidator' => '?',
  8136.             'App\\Validator\\__Partner\\PartnerCompanyDiscountCollectionFormValidator' => '?',
  8137.             'App\\Validator\\__Partner\\PartnerCompanyDiscountFormValidator' => '?',
  8138.             'App\\Validator\\__Partner\\PartnerWebsiteManagementFormValidator' => '?',
  8139.             'App\\Validator\\__Partner\\UpdatePartnerFormValidator' => '?',
  8140.             'App\\Validator\\__Sale\\CreateLegalTextFormValidator' => '?',
  8141.             'App\\Validator\\__Sale\\ProspectRequestDetailsFormValidator' => '?',
  8142.             'App\\Validator\\__Sale\\ProspectRequestLinkedContactFormValidator' => '?',
  8143.             'App\\Validator\\__Sale\\UpdateLegalTextFormValidator' => '?',
  8144.             'Crea\\DocumentationBundle\\Validator\\CreateArticleFormValidator' => '?',
  8145.             'Crea\\DocumentationBundle\\Validator\\CreateChapterFormValidator' => '?',
  8146.             'Crea\\DocumentationBundle\\Validator\\UpdateArticleFormValidator' => '?',
  8147.             'Crea\\DocumentationBundle\\Validator\\UpdateChapterFormValidator' => '?',
  8148.             'Crea\\EventBundle\\Validator\\CreateEventCategoryFormValidator' => '?',
  8149.             'Crea\\EventBundle\\Validator\\CreateEventLogFormValidator' => '?',
  8150.             'Crea\\EventBundle\\Validator\\CreateEventModelFormValidator' => '?',
  8151.             'Crea\\EventBundle\\Validator\\CreateEventTypeFormValidator' => '?',
  8152.             'Crea\\EventBundle\\Validator\\UpdateEventCategoryFormValidator' => '?',
  8153.             'Crea\\EventBundle\\Validator\\UpdateEventLogFormValidator' => '?',
  8154.             'Crea\\EventBundle\\Validator\\UpdateEventModelFormValidator' => '?',
  8155.             'Crea\\EventBundle\\Validator\\UpdateEventTypeFormValidator' => '?',
  8156.             'Crea\\HRBundle\\Validator\\CreatePlanningCommentFormValidator' => '?',
  8157.             'Crea\\HRBundle\\Validator\\CreatePlanningEventFormValidator' => '?',
  8158.             'Crea\\HRBundle\\Validator\\CreatePlanningLeaveFormValidator' => '?',
  8159.             'Crea\\HRBundle\\Validator\\UpdatePlanningCommentFormValidator' => '?',
  8160.             'Crea\\HRBundle\\Validator\\UpdatePlanningEventFormValidator' => '?',
  8161.             'Crea\\HRBundle\\Validator\\UpdatePlanningLeaveFormValidator' => '?',
  8162.             'Crea\\ParameterBundle\\Validator\\CreateParameterFormValidator' => '?',
  8163.             'Crea\\ParameterBundle\\Validator\\CreateParameterGroupFormValidator' => '?',
  8164.             'Crea\\ParameterBundle\\Validator\\CreateParameterTypeFormValidator' => '?',
  8165.             'Crea\\ParameterBundle\\Validator\\UpdateParameterFormValidator' => '?',
  8166.             'Crea\\ParameterBundle\\Validator\\UpdateParameterGroupFormValidator' => '?',
  8167.             'Crea\\ParameterBundle\\Validator\\UpdateParameterTypeFormValidator' => '?',
  8168.             'Crea\\SecurityBundle\\Constraint\\RightCanBeUsedValidator' => '?',
  8169.             'Crea\\SecurityBundle\\Constraint\\RightListCanBeUsedValidator' => '?',
  8170.             'Crea\\SecurityBundle\\Validator\\CreateProfileFormValidator' => '?',
  8171.             'Crea\\SecurityBundle\\Validator\\CreateUserFormValidator' => '?',
  8172.             'Crea\\SecurityBundle\\Validator\\PasswordFormValidator' => '?',
  8173.             'Crea\\SecurityBundle\\Validator\\UpdateProfileFormValidator' => '?',
  8174.             'Crea\\SecurityBundle\\Validator\\UpdateUserFormValidator' => '?',
  8175.             'Crea\\ToolsBundle\\Validator\\AddressFormValidator' => '?',
  8176.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8177.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8178.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8179.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8180.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8181.             'account_form_validator' => '?',
  8182.             'address_form_validator' => '?',
  8183.             'auto_product_variant_form_validator' => '?',
  8184.             'booking_process_all_passengers_required_form_validator' => '?',
  8185.             'booking_process_billing_informations_required_form_validator' => '?',
  8186.             'booking_process_first_passenger_required_form_validator' => '?',
  8187.             'booking_process_fullweb_step_costa_cabin_passengers_form_validator' => '?',
  8188.             'booking_process_option_validity_form_validator' => '?',
  8189.             'booking_process_step_cabin_service_form_validator' => '?',
  8190.             'booking_process_step_cabins_form_validator' => '?',
  8191.             'booking_process_step_client_passengers_form_validator' => '?',
  8192.             'booking_process_step_company_discount_form_validator' => '?',
  8193.             'booking_process_step_croisiland_discount_form_validator' => '?',
  8194.             'booking_process_step_croisiland_offer_form_validator' => '?',
  8195.             'booking_process_step_down_payment_form_validator' => '?',
  8196.             'booking_process_step_insurance_amount_for_calculation_form_validator' => '?',
  8197.             'booking_process_step_insurance_form_validator' => '?',
  8198.             'booking_process_step_passenger_service_form_validator' => '?',
  8199.             'booking_process_step_passengers_form_validator' => '?',
  8200.             'booking_process_step_payment_manual_payments_form_validator' => '?',
  8201.             'cancel_fee_form_validator' => '?',
  8202.             'contact_new_form_validator' => '?',
  8203.             'create_article_form_validator' => '?',
  8204.             'create_chapter_form_validator' => '?',
  8205.             'create_event_category_form_validator' => '?',
  8206.             'create_event_log_form_validator' => '?',
  8207.             'create_event_model_form_validator' => '?',
  8208.             'create_event_type_form_validator' => '?',
  8209.             'create_legal_text_form_validator' => '?',
  8210.             'create_parameter_form_validator' => '?',
  8211.             'create_parameter_group_form_validator' => '?',
  8212.             'create_parameter_type_form_validator' => '?',
  8213.             'create_partner_form_validator' => '?',
  8214.             'create_planning_comment_form_validator' => '?',
  8215.             'create_planning_event_form_validator' => '?',
  8216.             'create_planning_leave_form_validator' => '?',
  8217.             'create_profile_form_validator' => '?',
  8218.             'create_supplier_form_validator' => '?',
  8219.             'create_user_form_validator' => '?',
  8220.             'doctrine.orm.validator.unique' => '?',
  8221.             'formality_form_validator' => '?',
  8222.             'insurance_price_form_validator' => '?',
  8223.             'manual_payment_form_validator' => '?',
  8224.             'margin_cabin_form_validator' => '?',
  8225.             'margin_product_form_validator' => '?',
  8226.             'marketing_campaign_form_validator' => '?',
  8227.             'partner_company_discount_collection_form_validator' => '?',
  8228.             'partner_company_discount_form_validator' => '?',
  8229.             'partner_template_content_form_validator' => '?',
  8230.             'partner_website_management_form_validator' => '?',
  8231.             'password_form_validator' => '?',
  8232.             'prospect_request_details_form_validator' => '?',
  8233.             'prospect_request_form_validator' => '?',
  8234.             'prospect_request_linked_contact_form_validator' => '?',
  8235.             'security.validator.user_password' => '?',
  8236.             'update_article_form_validator' => '?',
  8237.             'update_chapter_form_validator' => '?',
  8238.             'update_event_category_form_validator' => '?',
  8239.             'update_event_log_form_validator' => '?',
  8240.             'update_event_model_form_validator' => '?',
  8241.             'update_event_type_form_validator' => '?',
  8242.             'update_legal_text_form_validator' => '?',
  8243.             'update_parameter_form_validator' => '?',
  8244.             'update_parameter_group_form_validator' => '?',
  8245.             'update_parameter_type_form_validator' => '?',
  8246.             'update_partner_form_validator' => '?',
  8247.             'update_planning_comment_form_validator' => '?',
  8248.             'update_planning_event_form_validator' => '?',
  8249.             'update_planning_leave_form_validator' => '?',
  8250.             'update_profile_form_validator' => '?',
  8251.             'update_supplier_form_validator' => '?',
  8252.             'update_user_form_validator' => '?',
  8253.             'validator.expression' => '?',
  8254.         ])));
  8255.         if ($this->has('translator')) {
  8256.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8257.         }
  8258.         $instance->setTranslationDomain('validators');
  8259.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8260.         $instance->enableAnnotationMapping(true);
  8261.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8262.         $instance->addMethodMapping('loadValidatorMetadata');
  8263.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8264.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8265.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8266.         return $instance;
  8267.     }
  8268.     /**
  8269.      * Gets the private 'var_dumper.html_dumper' shared service.
  8270.      *
  8271.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8272.      */
  8273.     protected function getVarDumper_HtmlDumperService()
  8274.     {
  8275.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8276.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8277.         return $instance;
  8278.     }
  8279.     /**
  8280.      * Gets the private 'var_dumper.server_connection' shared service.
  8281.      *
  8282.      * @return \Symfony\Component\VarDumper\Server\Connection
  8283.      */
  8284.     protected function getVarDumper_ServerConnectionService()
  8285.     {
  8286.         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'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  8287.     }
  8288.     /**
  8289.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  8290.      *
  8291.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  8292.      */
  8293.     protected function getVichUploader_MetadataReaderService()
  8294.     {
  8295.         $a = new \Metadata\Driver\FileLocator([]);
  8296.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  8297.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  8298.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  8299.     }
  8300.     /**
  8301.      * Gets the private 'web_profiler.csp.handler' shared service.
  8302.      *
  8303.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8304.      */
  8305.     protected function getWebProfiler_Csp_HandlerService()
  8306.     {
  8307.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8308.     }
  8309.     /**
  8310.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8311.      *
  8312.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8313.      */
  8314.     protected function getWebProfiler_DebugToolbarService()
  8315.     {
  8316.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8317.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8318.             return $this->privates['web_profiler.debug_toolbar'];
  8319.         }
  8320.         $b = ($this->services['router'] ?? $this->getRouterService());
  8321.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8322.             return $this->privates['web_profiler.debug_toolbar'];
  8323.         }
  8324.         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()));
  8325.     }
  8326.     /**
  8327.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  8328.      *
  8329.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  8330.      */
  8331.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  8332.     {
  8333.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8334.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  8335.             'crea-admin' => ['privates''webpack_encore.entrypoint_lookup[crea-admin]''getWebpackEncore_EntrypointLookupcreaadminService'true],
  8336.             'crea-datatable' => ['privates''webpack_encore.entrypoint_lookup[crea-datatable]''getWebpackEncore_EntrypointLookupcreadatatableService'true],
  8337.             'crea-tools' => ['privates''webpack_encore.entrypoint_lookup[crea-tools]''getWebpackEncore_EntrypointLookupcreatoolsService'true],
  8338.             'creadocumentation' => ['privates''webpack_encore.entrypoint_lookup[creadocumentation]''getWebpackEncore_EntrypointLookupcreadocumentationService'true],
  8339.             'creaevent' => ['privates''webpack_encore.entrypoint_lookup[creaevent]''getWebpackEncore_EntrypointLookupcreaeventService'true],
  8340.             'creahr' => ['privates''webpack_encore.entrypoint_lookup[creahr]''getWebpackEncore_EntrypointLookupcreahrService'true],
  8341.             'creaparameter' => ['privates''webpack_encore.entrypoint_lookup[creaparameter]''getWebpackEncore_EntrypointLookupcreaparameterService'true],
  8342.             'creaprocess' => ['privates''webpack_encore.entrypoint_lookup[creaprocess]''getWebpackEncore_EntrypointLookupcreaprocessService'true],
  8343.             'creasecurity' => ['privates''webpack_encore.entrypoint_lookup[creasecurity]''getWebpackEncore_EntrypointLookupcreasecurityService'true],
  8344.             'croisiland-search' => ['privates''webpack_encore.entrypoint_lookup[croisiland-search]''getWebpackEncore_EntrypointLookupcroisilandsearchService'true],
  8345.         ], [
  8346.             '_default' => '?',
  8347.             'crea-admin' => '?',
  8348.             'crea-datatable' => '?',
  8349.             'crea-tools' => '?',
  8350.             'creadocumentation' => '?',
  8351.             'creaevent' => '?',
  8352.             'creahr' => '?',
  8353.             'creaparameter' => '?',
  8354.             'creaprocess' => '?',
  8355.             'creasecurity' => '?',
  8356.             'croisiland-search' => '?',
  8357.         ]), '_default');
  8358.     }
  8359.     /**
  8360.      * Gets the public 'cache_clearer' alias.
  8361.      *
  8362.      * @return object The ".container.private.cache_clearer" service.
  8363.      */
  8364.     protected function getCacheClearerService()
  8365.     {
  8366.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8367.         return $this->get('.container.private.cache_clearer');
  8368.     }
  8369.     /**
  8370.      * Gets the public 'filesystem' alias.
  8371.      *
  8372.      * @return object The ".container.private.filesystem" service.
  8373.      */
  8374.     protected function getFilesystemService()
  8375.     {
  8376.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8377.         return $this->get('.container.private.filesystem');
  8378.     }
  8379.     /**
  8380.      * Gets the public 'state_machine.payment_workflow' alias.
  8381.      *
  8382.      * @return object The ".container.private.state_machine.payment_workflow" service.
  8383.      */
  8384.     protected function getStateMachine_PaymentWorkflowService()
  8385.     {
  8386.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.payment_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8387.         return $this->get('.container.private.state_machine.payment_workflow');
  8388.     }
  8389.     /**
  8390.      * Gets the public 'state_machine.invoiceLine_workflow' alias.
  8391.      *
  8392.      * @return object The ".container.private.state_machine.invoiceLine_workflow" service.
  8393.      */
  8394.     protected function getStateMachine_InvoiceLineWorkflowService()
  8395.     {
  8396.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.invoiceLine_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8397.         return $this->get('.container.private.state_machine.invoiceLine_workflow');
  8398.     }
  8399.     /**
  8400.      * Gets the public 'state_machine.credit_workflow' alias.
  8401.      *
  8402.      * @return object The ".container.private.state_machine.credit_workflow" service.
  8403.      */
  8404.     protected function getStateMachine_CreditWorkflowService()
  8405.     {
  8406.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.credit_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8407.         return $this->get('.container.private.state_machine.credit_workflow');
  8408.     }
  8409.     /**
  8410.      * Gets the public 'state_machine.cabin_workflow' alias.
  8411.      *
  8412.      * @return object The ".container.private.state_machine.cabin_workflow" service.
  8413.      */
  8414.     protected function getStateMachine_CabinWorkflowService()
  8415.     {
  8416.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.cabin_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8417.         return $this->get('.container.private.state_machine.cabin_workflow');
  8418.     }
  8419.     /**
  8420.      * Gets the public 'state_machine.contract_workflow' alias.
  8421.      *
  8422.      * @return object The ".container.private.state_machine.contract_workflow" service.
  8423.      */
  8424.     protected function getStateMachine_ContractWorkflowService()
  8425.     {
  8426.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.contract_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8427.         return $this->get('.container.private.state_machine.contract_workflow');
  8428.     }
  8429.     /**
  8430.      * Gets the public 'state_machine.booking_workflow' alias.
  8431.      *
  8432.      * @return object The ".container.private.state_machine.booking_workflow" service.
  8433.      */
  8434.     protected function getStateMachine_BookingWorkflowService()
  8435.     {
  8436.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.booking_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8437.         return $this->get('.container.private.state_machine.booking_workflow');
  8438.     }
  8439.     /**
  8440.      * Gets the public 'state_machine.quote_web_workflow' alias.
  8441.      *
  8442.      * @return object The ".container.private.state_machine.quote_web_workflow" service.
  8443.      */
  8444.     protected function getStateMachine_QuoteWebWorkflowService()
  8445.     {
  8446.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.quote_web_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8447.         return $this->get('.container.private.state_machine.quote_web_workflow');
  8448.     }
  8449.     /**
  8450.      * Gets the public 'state_machine.phone_call_workflow' alias.
  8451.      *
  8452.      * @return object The ".container.private.state_machine.phone_call_workflow" service.
  8453.      */
  8454.     protected function getStateMachine_PhoneCallWorkflowService()
  8455.     {
  8456.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.phone_call_workflow" service directly from the container is deprecated, use dependency injection instead.');
  8457.         return $this->get('.container.private.state_machine.phone_call_workflow');
  8458.     }
  8459.     /**
  8460.      * Gets the public 'serializer' alias.
  8461.      *
  8462.      * @return object The ".container.private.serializer" service.
  8463.      */
  8464.     protected function getSerializerService()
  8465.     {
  8466.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8467.         return $this->get('.container.private.serializer');
  8468.     }
  8469.     /**
  8470.      * Gets the public 'security.csrf.token_manager' alias.
  8471.      *
  8472.      * @return object The ".container.private.security.csrf.token_manager" service.
  8473.      */
  8474.     protected function getSecurity_Csrf_TokenManagerService()
  8475.     {
  8476.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8477.         return $this->get('.container.private.security.csrf.token_manager');
  8478.     }
  8479.     /**
  8480.      * Gets the public 'form.factory' alias.
  8481.      *
  8482.      * @return object The ".container.private.form.factory" service.
  8483.      */
  8484.     protected function getForm_FactoryService()
  8485.     {
  8486.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8487.         return $this->get('.container.private.form.factory');
  8488.     }
  8489.     /**
  8490.      * Gets the public 'form.type.file' alias.
  8491.      *
  8492.      * @return object The ".container.private.form.type.file" service.
  8493.      */
  8494.     protected function getForm_Type_FileService()
  8495.     {
  8496.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8497.         return $this->get('.container.private.form.type.file');
  8498.     }
  8499.     /**
  8500.      * Gets the public 'profiler' alias.
  8501.      *
  8502.      * @return object The ".container.private.profiler" service.
  8503.      */
  8504.     protected function getProfilerService()
  8505.     {
  8506.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8507.         return $this->get('.container.private.profiler');
  8508.     }
  8509.     /**
  8510.      * Gets the public 'security.authorization_checker' alias.
  8511.      *
  8512.      * @return object The ".container.private.security.authorization_checker" service.
  8513.      */
  8514.     protected function getSecurity_AuthorizationCheckerService()
  8515.     {
  8516.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8517.         return $this->get('.container.private.security.authorization_checker');
  8518.     }
  8519.     /**
  8520.      * Gets the public 'security.token_storage' alias.
  8521.      *
  8522.      * @return object The ".container.private.security.token_storage" service.
  8523.      */
  8524.     protected function getSecurity_TokenStorageService()
  8525.     {
  8526.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8527.         return $this->get('.container.private.security.token_storage');
  8528.     }
  8529.     /**
  8530.      * Gets the public 'twig' alias.
  8531.      *
  8532.      * @return object The ".container.private.twig" service.
  8533.      */
  8534.     protected function getTwigService()
  8535.     {
  8536.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8537.         return $this->get('.container.private.twig');
  8538.     }
  8539.     /**
  8540.      * Gets the public 'security.password_encoder' alias.
  8541.      *
  8542.      * @return object The ".container.private.security.password_encoder" service.
  8543.      */
  8544.     protected function getSecurity_PasswordEncoderService()
  8545.     {
  8546.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8547.         return $this->get('.container.private.security.password_encoder');
  8548.     }
  8549.     /**
  8550.      * Gets the public 'session' alias.
  8551.      *
  8552.      * @return object The ".container.private.session" service.
  8553.      */
  8554.     protected function getSessionService()
  8555.     {
  8556.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8557.         return $this->get('.container.private.session');
  8558.     }
  8559.     /**
  8560.      * Gets the public 'validator' alias.
  8561.      *
  8562.      * @return object The ".container.private.validator" service.
  8563.      */
  8564.     protected function getValidatorService()
  8565.     {
  8566.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8567.         return $this->get('.container.private.validator');
  8568.     }
  8569.     /**
  8570.      * @return array|bool|float|int|string|\UnitEnum|null
  8571.      */
  8572.     public function getParameter(string $name)
  8573.     {
  8574.         if (isset($this->buildParameters[$name])) {
  8575.             return $this->buildParameters[$name];
  8576.         }
  8577.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  8578.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8579.         }
  8580.         if (isset($this->loadedDynamicParameters[$name])) {
  8581.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8582.         }
  8583.         return $this->parameters[$name];
  8584.     }
  8585.     public function hasParameter(string $name): bool
  8586.     {
  8587.         if (isset($this->buildParameters[$name])) {
  8588.             return true;
  8589.         }
  8590.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  8591.     }
  8592.     public function setParameter(string $name$value): void
  8593.     {
  8594.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8595.     }
  8596.     public function getParameterBag(): ParameterBagInterface
  8597.     {
  8598.         if (null === $this->parameterBag) {
  8599.             $parameters $this->parameters;
  8600.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8601.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8602.             }
  8603.             foreach ($this->buildParameters as $name => $value) {
  8604.                 $parameters[$name] = $value;
  8605.             }
  8606.             $this->parameterBag = new FrozenParameterBag($parameters);
  8607.         }
  8608.         return $this->parameterBag;
  8609.     }
  8610.     private $loadedDynamicParameters = [
  8611.         'kernel.runtime_environment' => false,
  8612.         'kernel.build_dir' => false,
  8613.         'kernel.cache_dir' => false,
  8614.         'env' => false,
  8615.         'erp_url' => false,
  8616.         'cms_url' => false,
  8617.         'cms_ip' => false,
  8618.         'cms_quote_url' => false,
  8619.         'cms_booking_complete_url' => false,
  8620.         'cms_booking_pay_my_payment_due_date_url' => false,
  8621.         'cms_amendment_pay_url' => false,
  8622.         'cms_payment_backup_url' => false,
  8623.         'cms_personal_space_url' => false,
  8624.         'cms_cruise_details_url' => false,
  8625.         'cms_cgv_url' => false,
  8626.         'cms_company_cancel_url' => false,
  8627.         'media_uri' => false,
  8628.         'privacy_policy_url' => false,
  8629.         'send_account_creation_mail' => false,
  8630.         'mailer_env' => false,
  8631.         'mailer_dev_team_email' => false,
  8632.         'mailer_travel_email' => false,
  8633.         'mailer_croisiland_tech_email' => false,
  8634.         'mailer_sender_data' => false,
  8635.         'dkim_data' => false,
  8636.         'pim_api' => false,
  8637.         'assurever_wsdl' => false,
  8638.         'assurever_login' => false,
  8639.         'assurever_password' => false,
  8640.         'ogone_sha_in' => false,
  8641.         'ogone_sha_out' => false,
  8642.         'ogone_action_url' => false,
  8643.         'wd_psp_id' => false,
  8644.         'wd_mode' => false,
  8645.         'wd_url_test' => false,
  8646.         'wd_url_prod' => false,
  8647.         'wd_api_key' => false,
  8648.         'wd_api_secret' => false,
  8649.         'wd_webhooks_key' => false,
  8650.         'wd_webhooks_secret' => false,
  8651.         'ws_costa' => false,
  8652.         'ws_msc' => false,
  8653.         'crea_mailjet_sync_active' => false,
  8654.         'kernel.secret' => false,
  8655.         'debug.container.dump' => false,
  8656.         'serializer.mapping.cache.file' => false,
  8657.         'validator.mapping.cache.file' => false,
  8658.         'profiler.storage.dsn' => false,
  8659.         'doctrine.orm.proxy_dir' => false,
  8660.         'lexik_jwt_authentication.pass_phrase' => false,
  8661.         'nelmio_cors.defaults' => false,
  8662.         'mailjet.api_key' => false,
  8663.         'mailjet.secret_key' => false,
  8664.         'tables_sync.target.source_url' => false,
  8665.         'knp_snappy.pdf.binary' => false,
  8666.         'knp_snappy.image.binary' => false,
  8667.         'crea_floa.config.active' => false,
  8668.         'crea_floa.config.mode' => false,
  8669.         'crea_floa.config.merchant_id' => false,
  8670.         'crea_floa.config.merchant_site_id' => false,
  8671.         'crea_floa.config.payment_option_ref' => false,
  8672.         'crea_floa.config.hmac_key' => false,
  8673.         'crea_floa.config.login' => false,
  8674.         'crea_floa.config.password' => false,
  8675.         'clientName' => false,
  8676.         'creaEventDkimData' => false,
  8677.     ];
  8678.     private $dynamicParameters = [];
  8679.     private function getDynamicParameter(string $name)
  8680.     {
  8681.         switch ($name) {
  8682.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8683.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  8684.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8685.             case 'env'$value $this->getEnv('string:APP_ENV'); break;
  8686.             case 'erp_url'$value $this->getEnv('string:ERP_URL'); break;
  8687.             case 'cms_url'$value $this->getEnv('string:CMS_URL'); break;
  8688.             case 'cms_ip'$value $this->getEnv('string:CMS_IP'); break;
  8689.             case 'cms_quote_url'$value $this->getEnv('string:CMS_QUOTE_URL'); break;
  8690.             case 'cms_booking_complete_url'$value $this->getEnv('string:CMS_BOOKING_COMPLETE_URL'); break;
  8691.             case 'cms_booking_pay_my_payment_due_date_url'$value $this->getEnv('string:CMS_BOOKING_PAY_MY_PAYMENT_DUE_DATE_URL'); break;
  8692.             case 'cms_amendment_pay_url'$value $this->getEnv('string:CMS_AMENDMENT_PAY_URL'); break;
  8693.             case 'cms_payment_backup_url'$value $this->getEnv('string:CMS_PAYMENT_BACKUP_URL'); break;
  8694.             case 'cms_personal_space_url'$value $this->getEnv('string:CMS_PERSONAL_SPACE_URL'); break;
  8695.             case 'cms_cruise_details_url'$value $this->getEnv('string:CMS_CRUISE_DETAILS_URL'); break;
  8696.             case 'cms_cgv_url'$value $this->getEnv('string:CMS_CGV_URL'); break;
  8697.             case 'cms_company_cancel_url'$value $this->getEnv('string:CMS_COMPANY_CANCEL_URL'); break;
  8698.             case 'media_uri'$value $this->getEnv('string:MEDIA_URI'); break;
  8699.             case 'privacy_policy_url'$value $this->getEnv('PRIVACY_POLICY_URL'); break;
  8700.             case 'send_account_creation_mail'$value $this->getEnv('bool:SEND_ACCOUNT_CREATION_MAIL'); break;
  8701.             case 'mailer_env'$value $this->getEnv('string:MAILER_ENV'); break;
  8702.             case 'mailer_dev_team_email'$value $this->getEnv('string:MAILER_DEV_TEAM_EMAIL'); break;
  8703.             case 'mailer_travel_email'$value $this->getEnv('string:MAILER_TRAVEL_EMAIL'); break;
  8704.             case 'mailer_croisiland_tech_email'$value $this->getEnv('string:MAILER_CROISILAND_TECH_EMAIL'); break;
  8705.             case 'mailer_sender_data'$value = [
  8706.                 'email' => $this->getEnv('string:MAILER_SENDER_EMAIL'),
  8707.                 'name' => $this->getEnv('string:MAILER_SENDER_NAME'),
  8708.             ]; break;
  8709.             case 'dkim_data'$value = [
  8710.                 'privateKeyPath' => (\dirname(__DIR__4).'/'.$this->getEnv('string:string:DKIM_PRIVATE_KEY_PATH')),
  8711.                 'domainName' => $this->getEnv('string:DKIM_DOMAIN_NAME'),
  8712.                 'selector' => $this->getEnv('string:DKIM_SELECTOR'),
  8713.             ]; break;
  8714.             case 'pim_api'$value = [
  8715.                 'ip' => $this->getEnv('string:CMS_IP'),
  8716.                 'username' => $this->getEnv('string:PIM_API_USERNAME'),
  8717.                 'password' => $this->getEnv('string:PIM_API_PASSWORD'),
  8718.             ]; break;
  8719.             case 'assurever_wsdl'$value $this->getEnv('string:ASSUREVER_WSDL'); break;
  8720.             case 'assurever_login'$value $this->getEnv('string:ASSUREVER_LOGIN'); break;
  8721.             case 'assurever_password'$value $this->getEnv('string:ASSUREVER_PASSWORD'); break;
  8722.             case 'ogone_sha_in'$value $this->getEnv('string:OGONE_SHA_IN'); break;
  8723.             case 'ogone_sha_out'$value $this->getEnv('string:OGONE_SHA_OUT'); break;
  8724.             case 'ogone_action_url'$value $this->getEnv('string:OGONE_ACTION_URL'); break;
  8725.             case 'wd_psp_id'$value $this->getEnv('string:WD_PSP_ID'); break;
  8726.             case 'wd_mode'$value $this->getEnv('string:WD_MODE'); break;
  8727.             case 'wd_url_test'$value $this->getEnv('string:WD_URL_TEST'); break;
  8728.             case 'wd_url_prod'$value $this->getEnv('string:WD_URL_PROD'); break;
  8729.             case 'wd_api_key'$value $this->getEnv('string:WD_API_KEY'); break;
  8730.             case 'wd_api_secret'$value $this->getEnv('string:WD_API_SECRET'); break;
  8731.             case 'wd_webhooks_key'$value $this->getEnv('string:WD_WEBHOOKS_KEY'); break;
  8732.             case 'wd_webhooks_secret'$value $this->getEnv('string:WD_WEBHOOKS_SECRET'); break;
  8733.             case 'ws_costa'$value = [
  8734.                 'costa_env' => $this->getEnv('string:COSTA_ENV'),
  8735.                 'agency_code_test' => $this->getEnv('int:WS_COSTA_AGENCY_CODE_TEST'),
  8736.                 'partner_name_test' => $this->getEnv('string:WS_COSTA_PARTNER_NAME_TEST'),
  8737.                 'partner_password_test' => $this->getEnv('string:WS_COSTA_PARTNER_PASSWORD_TEST'),
  8738.                 'wsdl_availability_test' => $this->getEnv('string:WS_COSTA_WSDL_AVAILABILITY_TEST'),
  8739.                 'wsdl_booking_test' => $this->getEnv('string:WS_COSTA_WSDL_BOOKING_TEST'),
  8740.                 'agency_code_prod' => $this->getEnv('int:WS_COSTA_AGENCY_CODE_PROD'),
  8741.                 'partner_name_prod' => $this->getEnv('string:WS_COSTA_PARTNER_NAME_PROD'),
  8742.                 'partner_password_prod' => $this->getEnv('string:WS_COSTA_PARTNER_PASSWORD_PROD'),
  8743.                 'wsdl_availability_prod' => $this->getEnv('string:WS_COSTA_WSDL_AVAILABILITY_PROD'),
  8744.                 'wsdl_booking_prod' => $this->getEnv('string:WS_COSTA_WSDL_BOOKING_PROD'),
  8745.             ]; break;
  8746.             case 'ws_msc'$value = [
  8747.                 'msc_env' => $this->getEnv('string:MSC_ENV'),
  8748.                 'agency_id_test' => $this->getEnv('string:WS_MSC_AGENCY_ID_TEST'),
  8749.                 'agent_id_test' => $this->getEnv('string:WS_MSC_AGENT_ID_TEST'),
  8750.                 'agent_password_test' => $this->getEnv('string:WS_MSC_AGENT_PASSWORD_TEST'),
  8751.                 'wsdl_test' => $this->getEnv('string:WS_MSC_API_URL_TEST'),
  8752.                 'agency_id_prod' => $this->getEnv('string:WS_MSC_AGENCY_ID_PROD'),
  8753.                 'agent_id_prod' => $this->getEnv('string:WS_MSC_AGENT_ID_PROD'),
  8754.                 'agent_password_prod' => $this->getEnv('string:WS_MSC_AGENT_PASSWORD_PROD'),
  8755.                 'wsdl_prod' => $this->getEnv('string:WS_MSC_API_URL_PROD'),
  8756.             ]; break;
  8757.             case 'crea_mailjet_sync_active'$value $this->getEnv('bool:CREA_MAILJET_SYNC_ACTIVE'); break;
  8758.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8759.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8760.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8761.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8762.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8763.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8764.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  8765.             case 'nelmio_cors.defaults'$value = [
  8766.                 'allow_origin' => [
  8767.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  8768.                 ],
  8769.                 'allow_credentials' => false,
  8770.                 'allow_headers' => [
  8771.                     => 'content-type',
  8772.                     => 'authorization',
  8773.                 ],
  8774.                 'allow_private_network' => false,
  8775.                 'expose_headers' => [
  8776.                     => 'Link',
  8777.                 ],
  8778.                 'allow_methods' => [
  8779.                     => 'GET',
  8780.                     => 'OPTIONS',
  8781.                     => 'POST',
  8782.                     => 'PUT',
  8783.                     => 'PATCH',
  8784.                     => 'DELETE',
  8785.                 ],
  8786.                 'max_age' => 3600,
  8787.                 'hosts' => [
  8788.                 ],
  8789.                 'origin_regex' => true,
  8790.                 'skip_same_as_origin' => true,
  8791.                 'forced_allow_origin_value' => NULL,
  8792.             ]; break;
  8793.             case 'mailjet.api_key'$value $this->getEnv('MAILJET_APIKEY_PUBLIC'); break;
  8794.             case 'mailjet.secret_key'$value $this->getEnv('MAILJET_APIKEY_PRIVATE'); break;
  8795.             case 'tables_sync.target.source_url'$value $this->getEnv('resolve:CMS_URL'); break;
  8796.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  8797.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  8798.             case 'crea_floa.config.active'$value $this->getEnv('string:FLOA_ACTIVE'); break;
  8799.             case 'crea_floa.config.mode'$value $this->getEnv('string:FLOA_MODE'); break;
  8800.             case 'crea_floa.config.merchant_id'$value $this->getEnv('int:FLOA_MERCHANT_ID'); break;
  8801.             case 'crea_floa.config.merchant_site_id'$value $this->getEnv('int:FLOA_MERCHANT_SITE_ID'); break;
  8802.             case 'crea_floa.config.payment_option_ref'$value $this->getEnv('int:FLOA_PAYMENT_OPTION_REF'); break;
  8803.             case 'crea_floa.config.hmac_key'$value $this->getEnv('string:FLOA_HMAC_KEY'); break;
  8804.             case 'crea_floa.config.login'$value $this->getEnv('string:FLOA_LOGIN'); break;
  8805.             case 'crea_floa.config.password'$value $this->getEnv('string:FLOA_PASSWORD'); break;
  8806.             case 'clientName'$value $this->getEnv('CLIENT_NAME'); break;
  8807.             case 'creaEventDkimData'$value = [
  8808.                 'privateKeyPath' => (\dirname(__DIR__4).'/'.$this->getEnv('string:string:DKIM_PRIVATE_KEY_PATH')),
  8809.                 'domainName' => $this->getEnv('string:DKIM_DOMAIN_NAME'),
  8810.                 'selector' => $this->getEnv('string:DKIM_SELECTOR'),
  8811.             ]; break;
  8812.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8813.         }
  8814.         $this->loadedDynamicParameters[$name] = true;
  8815.         return $this->dynamicParameters[$name] = $value;
  8816.     }
  8817.     protected function getDefaultParameters(): array
  8818.     {
  8819.         return [
  8820.             'kernel.project_dir' => \dirname(__DIR__4),
  8821.             'kernel.environment' => 'dev',
  8822.             'kernel.debug' => true,
  8823.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8824.             'kernel.bundles' => [
  8825.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8826.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8827.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8828.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8829.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8830.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8831.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8832.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8833.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8834.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8835.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8836.                 'CreaGridBundle' => 'Crea\\Bundle\\GridBundle\\CreaGridBundle',
  8837.                 'CroisilandSearchBundle' => 'Croisiland\\Bundle\\SearchBundle\\CroisilandSearchBundle',
  8838.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  8839.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  8840.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8841.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8842.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  8843.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8844.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  8845.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  8846.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  8847.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8848.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  8849.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  8850.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8851.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8852.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  8853.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  8854.                 'MailjetBundle' => 'Mailjet\\MailjetBundle\\MailjetBundle',
  8855.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8856.                 'TablesSyncBundle' => 'Cafffeine\\TablesSyncBundle\\TablesSyncBundle',
  8857.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  8858.                 'CreaFloaBundle' => 'Crea\\FloaBundle\\CreaFloaBundle',
  8859.                 'CroisilandCommonBundle' => 'Croisiland\\CommonBundle\\CroisilandCommonBundle',
  8860.                 'CreaToolsBundle' => 'Crea\\ToolsBundle\\CreaToolsBundle',
  8861.                 'CreaDatatableBundle' => 'Crea\\DatatableBundle\\CreaDatatableBundle',
  8862.                 'CreaSecurityBundle' => 'Crea\\SecurityBundle\\CreaSecurityBundle',
  8863.                 'CreaAdminBundle' => 'Crea\\AdminBundle\\CreaAdminBundle',
  8864.                 'CreaDocumentationBundle' => 'Crea\\DocumentationBundle\\CreaDocumentationBundle',
  8865.                 'CreaProcessBundle' => 'Crea\\ProcessBundle\\CreaProcessBundle',
  8866.                 'CreaParameterBundle' => 'Crea\\ParameterBundle\\CreaParameterBundle',
  8867.                 'CreaEventBundle' => 'Crea\\EventBundle\\CreaEventBundle',
  8868.                 'CreaHRBundle' => 'Crea\\HRBundle\\CreaHRBundle',
  8869.             ],
  8870.             'kernel.bundles_metadata' => [
  8871.                 'FrameworkBundle' => [
  8872.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8873.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8874.                 ],
  8875.                 'SensioFrameworkExtraBundle' => [
  8876.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8877.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8878.                 ],
  8879.                 'DoctrineBundle' => [
  8880.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8881.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8882.                 ],
  8883.                 'DoctrineMigrationsBundle' => [
  8884.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8885.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8886.                 ],
  8887.                 'SecurityBundle' => [
  8888.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8889.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8890.                 ],
  8891.                 'TwigBundle' => [
  8892.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8893.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8894.                 ],
  8895.                 'WebProfilerBundle' => [
  8896.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8897.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8898.                 ],
  8899.                 'MonologBundle' => [
  8900.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8901.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8902.                 ],
  8903.                 'DebugBundle' => [
  8904.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8905.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8906.                 ],
  8907.                 'MakerBundle' => [
  8908.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8909.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8910.                 ],
  8911.                 'WebpackEncoreBundle' => [
  8912.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8913.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8914.                 ],
  8915.                 'CreaGridBundle' => [
  8916.                     'path' => (\dirname(__DIR__4).'/vendor/crea/grid-bundle'),
  8917.                     'namespace' => 'Crea\\Bundle\\GridBundle',
  8918.                 ],
  8919.                 'CroisilandSearchBundle' => [
  8920.                     'path' => (\dirname(__DIR__4).'/vendor/croisiland/search-bundle'),
  8921.                     'namespace' => 'Croisiland\\Bundle\\SearchBundle',
  8922.                 ],
  8923.                 'FreshDoctrineEnumBundle' => [
  8924.                     'path' => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle'),
  8925.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  8926.                 ],
  8927.                 'JMSSerializerBundle' => [
  8928.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  8929.                     'namespace' => 'JMS\\SerializerBundle',
  8930.                 ],
  8931.                 'KnpPaginatorBundle' => [
  8932.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8933.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8934.                 ],
  8935.                 'DoctrineFixturesBundle' => [
  8936.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8937.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8938.                 ],
  8939.                 'NelmioApiDocBundle' => [
  8940.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  8941.                     'namespace' => 'Nelmio\\ApiDocBundle',
  8942.                 ],
  8943.                 'TwigExtraBundle' => [
  8944.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8945.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8946.                 ],
  8947.                 'LexikJWTAuthenticationBundle' => [
  8948.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  8949.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  8950.                 ],
  8951.                 'SymfonyCastsResetPasswordBundle' => [
  8952.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  8953.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  8954.                 ],
  8955.                 'CronCronBundle' => [
  8956.                     'path' => (\dirname(__DIR__4).'/vendor/cron/cron-bundle'),
  8957.                     'namespace' => 'Cron\\CronBundle',
  8958.                 ],
  8959.                 'NelmioCorsBundle' => [
  8960.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8961.                     'namespace' => 'Nelmio\\CorsBundle',
  8962.                 ],
  8963.                 'ApiPlatformBundle' => [
  8964.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  8965.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  8966.                 ],
  8967.                 'LiipImagineBundle' => [
  8968.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  8969.                     'namespace' => 'Liip\\ImagineBundle',
  8970.                 ],
  8971.                 'FOSJsRoutingBundle' => [
  8972.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8973.                     'namespace' => 'FOS\\JsRoutingBundle',
  8974.                 ],
  8975.                 'OneupFlysystemBundle' => [
  8976.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  8977.                     'namespace' => 'Oneup\\FlysystemBundle',
  8978.                 ],
  8979.                 'VichUploaderBundle' => [
  8980.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  8981.                     'namespace' => 'Vich\\UploaderBundle',
  8982.                 ],
  8983.                 'FOSCKEditorBundle' => [
  8984.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  8985.                     'namespace' => 'FOS\\CKEditorBundle',
  8986.                 ],
  8987.                 'MailjetBundle' => [
  8988.                     'path' => (\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src'),
  8989.                     'namespace' => 'Mailjet\\MailjetBundle',
  8990.                 ],
  8991.                 'StofDoctrineExtensionsBundle' => [
  8992.                     'path' => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle'),
  8993.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8994.                 ],
  8995.                 'TablesSyncBundle' => [
  8996.                     'path' => (\dirname(__DIR__4).'/vendor/cafffeine/tables-sync-bundle'),
  8997.                     'namespace' => 'Cafffeine\\TablesSyncBundle',
  8998.                 ],
  8999.                 'KnpSnappyBundle' => [
  9000.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  9001.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  9002.                 ],
  9003.                 'CreaFloaBundle' => [
  9004.                     'path' => (\dirname(__DIR__4).'/vendor/crea/floa-bundle/src'),
  9005.                     'namespace' => 'Crea\\FloaBundle',
  9006.                 ],
  9007.                 'CroisilandCommonBundle' => [
  9008.                     'path' => (\dirname(__DIR__4).'/vendor/croisiland/common-bundle/src'),
  9009.                     'namespace' => 'Croisiland\\CommonBundle',
  9010.                 ],
  9011.                 'CreaToolsBundle' => [
  9012.                     'path' => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src'),
  9013.                     'namespace' => 'Crea\\ToolsBundle',
  9014.                 ],
  9015.                 'CreaDatatableBundle' => [
  9016.                     'path' => (\dirname(__DIR__4).'/vendor/crea/datatable-bundle/src'),
  9017.                     'namespace' => 'Crea\\DatatableBundle',
  9018.                 ],
  9019.                 'CreaSecurityBundle' => [
  9020.                     'path' => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src'),
  9021.                     'namespace' => 'Crea\\SecurityBundle',
  9022.                 ],
  9023.                 'CreaAdminBundle' => [
  9024.                     'path' => (\dirname(__DIR__4).'/vendor/crea/admin-bundle/src'),
  9025.                     'namespace' => 'Crea\\AdminBundle',
  9026.                 ],
  9027.                 'CreaDocumentationBundle' => [
  9028.                     'path' => (\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src'),
  9029.                     'namespace' => 'Crea\\DocumentationBundle',
  9030.                 ],
  9031.                 'CreaProcessBundle' => [
  9032.                     'path' => (\dirname(__DIR__4).'/vendor/crea/process-bundle/src'),
  9033.                     'namespace' => 'Crea\\ProcessBundle',
  9034.                 ],
  9035.                 'CreaParameterBundle' => [
  9036.                     'path' => (\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src'),
  9037.                     'namespace' => 'Crea\\ParameterBundle',
  9038.                 ],
  9039.                 'CreaEventBundle' => [
  9040.                     'path' => (\dirname(__DIR__4).'/vendor/crea/event-bundle/src'),
  9041.                     'namespace' => 'Crea\\EventBundle',
  9042.                 ],
  9043.                 'CreaHRBundle' => [
  9044.                     'path' => (\dirname(__DIR__4).'/vendor/crea/hr-bundle/src'),
  9045.                     'namespace' => 'Crea\\HRBundle',
  9046.                 ],
  9047.             ],
  9048.             'kernel.charset' => 'UTF-8',
  9049.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9050.             'timezone' => 'Europe/Paris',
  9051.             'brochures_directory' => (\dirname(__DIR__4).'/data/documents/sale-term'),
  9052.             'ws_test_data_costa' => [
  9053.                 'cruiseId' => 'FI07220805',
  9054.             ],
  9055.             'ws_test_data_msc' => [
  9056.                 'cruiseId' => 'SX20220903VCEVCE',
  9057.             ],
  9058.             'event_dispatcher.event_aliases' => [
  9059.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9060.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9061.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9062.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9063.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9064.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9065.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9066.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9067.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9068.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9069.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9070.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9071.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9072.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9073.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9074.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9075.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9076.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  9077.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  9078.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  9079.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  9080.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  9081.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  9082.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  9083.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9084.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9085.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9086.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9087.             ],
  9088.             'fragment.renderer.hinclude.global_template' => NULL,
  9089.             'fragment.path' => '/_fragment',
  9090.             'kernel.http_method_override' => true,
  9091.             'kernel.trusted_hosts' => [
  9092.             ],
  9093.             'kernel.default_locale' => 'fr',
  9094.             'kernel.enabled_locales' => [
  9095.             ],
  9096.             'kernel.error_controller' => 'error_controller',
  9097.             'debug.file_link_format' => NULL,
  9098.             'asset.request_context.base_path' => NULL,
  9099.             'asset.request_context.secure' => NULL,
  9100.             'translator.logging' => false,
  9101.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9102.             'debug.error_handler.throw_at' => -1,
  9103.             'router.request_context.host' => 'localhost',
  9104.             'router.request_context.scheme' => 'http',
  9105.             'router.request_context.base_url' => '',
  9106.             'router.resource' => 'kernel::loadRoutes',
  9107.             'request_listener.http_port' => 80,
  9108.             'request_listener.https_port' => 443,
  9109.             'session.metadata.storage_key' => '_sf2_meta',
  9110.             'session.storage.options' => [
  9111.                 'cache_limiter' => '0',
  9112.                 'cookie_secure' => 'auto',
  9113.                 'cookie_httponly' => true,
  9114.                 'gc_probability' => 1,
  9115.             ],
  9116.             'session.save_path' => NULL,
  9117.             'session.metadata.update_threshold' => 0,
  9118.             'form.type_extension.csrf.enabled' => true,
  9119.             'form.type_extension.csrf.field_name' => '_token',
  9120.             'validator.translation_domain' => 'validators',
  9121.             'profiler_listener.only_exceptions' => false,
  9122.             'profiler_listener.only_main_requests' => false,
  9123.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  9124.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  9125.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9126.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9127.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9128.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9129.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9130.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9131.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9132.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9133.             'doctrine.entity_managers' => [
  9134.                 'default' => 'doctrine.orm.default_entity_manager',
  9135.             ],
  9136.             'doctrine.default_entity_manager' => 'default',
  9137.             'doctrine.dbal.connection_factory.types' => [
  9138.                 'ContactFamilySituationEnum' => [
  9139.                     'class' => 'App\\DBAL\\Types\\Contact\\Contact\\ContactFamilySituationEnum',
  9140.                 ],
  9141.                 'ContactProfessionalSituationEnum' => [
  9142.                     'class' => 'App\\DBAL\\Types\\Contact\\Contact\\ContactProfessionalSituationEnum',
  9143.                 ],
  9144.                 'PhoneTypeType' => [
  9145.                     'class' => 'App\\DBAL\\Types\\Contact\\PhoneTypeType',
  9146.                 ],
  9147.                 'FolderTypeType' => [
  9148.                     'class' => 'App\\DBAL\\Types\\Cruise\\FolderTypeType',
  9149.                 ],
  9150.                 'AmendmentStatusType' => [
  9151.                     'class' => 'App\\DBAL\\Types\\Booking\\AmendmentStatusType',
  9152.                 ],
  9153.                 'CabinTypeType' => [
  9154.                     'class' => 'App\\DBAL\\Types\\Booking\\Cabin\\CabinTypeType',
  9155.                 ],
  9156.                 'CabinStateType' => [
  9157.                     'class' => 'App\\DBAL\\Types\\Booking\\Cabin\\CabinStateType',
  9158.                 ],
  9159.                 'CabinStepEnum' => [
  9160.                     'class' => 'App\\DBAL\\Types\\Booking\\Cabin\\CabinStepEnum',
  9161.                 ],
  9162.                 'QuoteRequestDeviceType' => [
  9163.                     'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteRequestDeviceType',
  9164.                 ],
  9165.                 'QuoteOriginType' => [
  9166.                     'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteOriginType',
  9167.                 ],
  9168.                 'QuoteTrackingActionType' => [
  9169.                     'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteTrackingActionType',
  9170.                 ],
  9171.                 'QuoteTrackingObjectType' => [
  9172.                     'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteTrackingObjectType',
  9173.                 ],
  9174.                 'CabinPriceTypeType' => [
  9175.                     'class' => 'App\\DBAL\\Types\\Booking\\CabinPriceTypeType',
  9176.                 ],
  9177.                 'BookingStatus' => [
  9178.                     'class' => 'App\\DBAL\\Types\\Booking\\BookingStatus',
  9179.                 ],
  9180.                 'BookingStep' => [
  9181.                     'class' => 'App\\DBAL\\Types\\Booking\\BookingStep',
  9182.                 ],
  9183.                 'ContractStatusEnum' => [
  9184.                     'class' => 'App\\DBAL\\Types\\Booking\\ContractStatusEnum',
  9185.                 ],
  9186.                 'ScheduleEventTypeType' => [
  9187.                     'class' => 'App\\DBAL\\Types\\Schedule\\ScheduleEventTypeType',
  9188.                 ],
  9189.                 'ScheduleCommentTypeType' => [
  9190.                     'class' => 'App\\DBAL\\Types\\Schedule\\ScheduleCommentTypeType',
  9191.                 ],
  9192.                 'LeaveTypeType' => [
  9193.                     'class' => 'App\\DBAL\\Types\\Schedule\\LeaveTypeType',
  9194.                 ],
  9195.                 'PreferenceProfileEnum' => [
  9196.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceProfileEnum',
  9197.                 ],
  9198.                 'PreferenceCabinConfigurationEnum' => [
  9199.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceCabinConfigurationEnum',
  9200.                 ],
  9201.                 'PreferenceCabinPositionEnum' => [
  9202.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceCabinPositionEnum',
  9203.                 ],
  9204.                 'PreferenceCateringServiceEnum' => [
  9205.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceCateringServiceEnum',
  9206.                 ],
  9207.                 'PreferenceSendingTypeEnum' => [
  9208.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceSendingTypeEnum',
  9209.                 ],
  9210.                 'PreferenceShipSizeEnum' => [
  9211.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceShipSizeEnum',
  9212.                 ],
  9213.                 'PreferenceHobbiesEnum' => [
  9214.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceHobbiesEnum',
  9215.                 ],
  9216.                 'PreferenceKindOfTravelEnum' => [
  9217.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceKindOfTravelEnum',
  9218.                 ],
  9219.                 'PreferenceTravelConstraintEnum' => [
  9220.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceTravelConstraintEnum',
  9221.                 ],
  9222.                 'PreferenceTravelPeriodEnum' => [
  9223.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceTravelPeriodEnum',
  9224.                 ],
  9225.                 'PreferenceActivityEnum' => [
  9226.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceActivityEnum',
  9227.                 ],
  9228.                 'PreferenceSportEnum' => [
  9229.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceSportEnum',
  9230.                 ],
  9231.                 'PreferencePassionEnum' => [
  9232.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferencePassionEnum',
  9233.                 ],
  9234.                 'PreferenceDestinationEnum' => [
  9235.                     'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceDestinationEnum',
  9236.                 ],
  9237.                 'AgeCategoryEnum' => [
  9238.                     'class' => 'App\\DBAL\\Types\\Contact\\Passenger\\AgeCategoryEnum',
  9239.                 ],
  9240.                 'PaymentModeType' => [
  9241.                     'class' => 'App\\DBAL\\Types\\Accounting\\PaymentModeType',
  9242.                 ],
  9243.                 'PaymentTypeEnum' => [
  9244.                     'class' => 'App\\DBAL\\Types\\Accounting\\PaymentTypeEnum',
  9245.                 ],
  9246.                 'PaymentStatusType' => [
  9247.                     'class' => 'App\\DBAL\\Types\\Accounting\\PaymentStatusType',
  9248.                 ],
  9249.                 'NotificationStepType' => [
  9250.                     'class' => 'App\\DBAL\\Types\\Notification\\StepType',
  9251.                 ],
  9252.                 'NotificationFamilyType' => [
  9253.                     'class' => 'App\\DBAL\\Types\\Notification\\FamilyType',
  9254.                 ],
  9255.                 'NotificationLevelType' => [
  9256.                     'class' => 'App\\DBAL\\Types\\Notification\\LevelType',
  9257.                 ],
  9258.                 'NotificationSubscriberType' => [
  9259.                     'class' => 'App\\DBAL\\Types\\Notification\\SubscriberType',
  9260.                 ],
  9261.                 'NotificationTransportType' => [
  9262.                     'class' => 'App\\DBAL\\Types\\Notification\\TransportType',
  9263.                 ],
  9264.                 'NotificationRuleNameEnum' => [
  9265.                     'class' => 'App\\DBAL\\Types\\Notification\\NotificationRuleNameEnum',
  9266.                 ],
  9267.                 'ProductCategoryEnum' => [
  9268.                     'class' => 'App\\DBAL\\Types\\Product\\ProductCategoryEnum',
  9269.                 ],
  9270.                 'WebQuoteStepEnum' => [
  9271.                     'class' => 'App\\DBAL\\Types\\Account\\WebQuoteStepEnum',
  9272.                 ],
  9273.                 'BusinessLinkEnum' => [
  9274.                     'class' => 'App\\DBAL\\Types\\Accounting\\BusinessLinkEnum',
  9275.                 ],
  9276.                 'CreditStatusEnum' => [
  9277.                     'class' => 'App\\DBAL\\Types\\Accounting\\CreditStatusEnum',
  9278.                 ],
  9279.                 'PaymentActionEnum' => [
  9280.                     'class' => 'App\\DBAL\\Types\\PaymentMode\\PaymentActionEnum',
  9281.                 ],
  9282.                 'DiscountRuleCategoryEnum' => [
  9283.                     'class' => 'App\\DBAL\\Types\\Discount\\DiscountRuleCategoryEnum',
  9284.                 ],
  9285.                 'DiscountActionCategoryEnum' => [
  9286.                     'class' => 'App\\DBAL\\Types\\Discount\\DiscountActionCategoryEnum',
  9287.                 ],
  9288.                 'SaleTermEnum' => [
  9289.                     'class' => 'App\\DBAL\\Types\\Document\\SaleTermEnum',
  9290.                 ],
  9291.                 'ParameterKeyEnum' => [
  9292.                     'class' => 'App\\DBAL\\Types\\Parameter\\ParameterKeyEnum',
  9293.                 ],
  9294.                 'PhoneCallEnum' => [
  9295.                     'class' => 'App\\DBAL\\Types\\PhoneCall\\PhoneCallEnum',
  9296.                 ],
  9297.                 'CancelReasonEnum' => [
  9298.                     'class' => 'App\\DBAL\\Types\\PhoneCall\\CancelReasonEnum',
  9299.                 ],
  9300.                 'IncludedAssociationTypeEnum' => [
  9301.                     'class' => 'App\\DBAL\\Types\\Cruise\\Included\\IncludedAssociationTypeEnum',
  9302.                 ],
  9303.                 'CruiseHistoryTypeEnum' => [
  9304.                     'class' => 'App\\DBAL\\Types\\Cruise\\Cruise\\CruiseHistoryTypeEnum',
  9305.                 ],
  9306.                 'CruiseTagCategoryEnum' => [
  9307.                     'class' => 'App\\DBAL\\Types\\Cruise\\Cruise\\CruiseTagCategoryEnum',
  9308.                 ],
  9309.                 'CruiseTagRelatedResourceEnum' => [
  9310.                     'class' => 'App\\DBAL\\Types\\Cruise\\Cruise\\CruiseTagRelatedResourceEnum',
  9311.                 ],
  9312.                 'FormalityTypeTypeEnum' => [
  9313.                     'class' => 'App\\DBAL\\Types\\Cruise\\Formality\\FormalityTypeTypeEnum',
  9314.                 ],
  9315.                 'FormalityApplyOnTypeEnum' => [
  9316.                     'class' => 'App\\DBAL\\Types\\Cruise\\Formality\\FormalityApplyOnTypeEnum',
  9317.                 ],
  9318.                 'FormalityArrivalByTypeEnum' => [
  9319.                     'class' => 'App\\DBAL\\Types\\Cruise\\Formality\\FormalityArrivalByTypeEnum',
  9320.                 ],
  9321.                 'CabinCategoryHistoryObstructedEnum' => [
  9322.                     'class' => 'App\\DBAL\\Types\\Cruise\\CabinCategory\\CabinCategoryHistoryObstructedEnum',
  9323.                 ],
  9324.                 'CabinInsuranceStateEnum' => [
  9325.                     'class' => 'App\\DBAL\\Types\\Booking\\CabinInsurance\\CabinInsuranceStateEnum',
  9326.                 ],
  9327.                 'QuestionType' => [
  9328.                     'class' => 'App\\DBAL\\Types\\Opinion\\QuestionType',
  9329.                 ],
  9330.                 'ProductOptionNameEnum' => [
  9331.                     'class' => 'App\\DBAL\\Types\\Product\\ProductOption\\ProductOptionNameEnum',
  9332.                 ],
  9333.                 'OptionValueAttributionEnum' => [
  9334.                     'class' => 'App\\DBAL\\Types\\Product\\ProductOptionValue\\OptionValueAttributionEnum',
  9335.                 ],
  9336.                 'OptionValueCalculationMethodEnum' => [
  9337.                     'class' => 'App\\DBAL\\Types\\Product\\ProductOptionValue\\OptionValueCalculationMethodEnum',
  9338.                 ],
  9339.                 'SupplierPaymentBankEnum' => [
  9340.                     'class' => 'App\\DBAL\\Types\\Accounting\\SupplierPaymentBankEnum',
  9341.                 ],
  9342.                 'ContactSegmentStateEnum' => [
  9343.                     'class' => 'App\\DBAL\\Types\\Marketing\\ContactSegmentStateEnum',
  9344.                 ],
  9345.                 'DiscountTypeEnum' => [
  9346.                     'class' => 'App\\DBAL\\Types\\Discount\\DiscountTypeEnum',
  9347.                 ],
  9348.                 'PersonGenderType' => [
  9349.                     'class' => 'App\\DBAL\\Types\\PersonGenderType',
  9350.                 ],
  9351.                 'PartnerTypeType' => [
  9352.                     'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerTypeType',
  9353.                 ],
  9354.                 'PartnerCategoryType' => [
  9355.                     'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerCategoryType',
  9356.                 ],
  9357.                 'PartnerReminderType' => [
  9358.                     'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerReminderType',
  9359.                 ],
  9360.                 'PartnerGroupType' => [
  9361.                     'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerGroupType',
  9362.                 ],
  9363.                 'PartnerActiveType' => [
  9364.                     'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerActiveType',
  9365.                 ],
  9366.                 'CommercialFollowUpActionType' => [
  9367.                     'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\CommercialFollowUpActionType',
  9368.                 ],
  9369.                 'CommercialFollowUpContactModeType' => [
  9370.                     'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\CommercialFollowUpContactModeType',
  9371.                 ],
  9372.             ],
  9373.             'doctrine.connections' => [
  9374.                 'default' => 'doctrine.dbal.default_connection',
  9375.             ],
  9376.             'doctrine.default_connection' => 'default',
  9377.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9378.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9379.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9380.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9381.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9382.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9383.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9384.             'doctrine.orm.cache.memcache_port' => 11211,
  9385.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9386.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9387.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9388.             'doctrine.orm.cache.memcached_port' => 11211,
  9389.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9390.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9391.             'doctrine.orm.cache.redis_host' => 'localhost',
  9392.             'doctrine.orm.cache.redis_port' => 6379,
  9393.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9394.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9395.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9396.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9397.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9398.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9399.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9400.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9401.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9402.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9403.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9404.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9405.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9406.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9407.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9408.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9409.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9410.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9411.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9412.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9413.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9414.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9415.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9416.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9417.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9418.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9419.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9420.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9421.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9422.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9423.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9424.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9425.             'doctrine.migrations.preferred_em' => NULL,
  9426.             'doctrine.migrations.preferred_connection' => NULL,
  9427.             'security.role_hierarchy.roles' => [
  9428.             ],
  9429.             'security.access.denied_url' => NULL,
  9430.             'security.authentication.manager.erase_credentials' => true,
  9431.             'security.authentication.session_strategy.strategy' => 'migrate',
  9432.             'security.access.always_authenticate_before_granting' => false,
  9433.             'security.authentication.hide_user_not_found' => true,
  9434.             'security.firewalls' => [
  9435.                 => 'dev',
  9436.                 => 'main',
  9437.                 => 'api_login',
  9438.                 => 'api',
  9439.             ],
  9440.             'twig.form.resources' => [
  9441.                 => '@VichUploader/Form/fields.html.twig',
  9442.                 => 'form_div_layout.html.twig',
  9443.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  9444.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  9445.                 => 'bootstrap_4_layout.html.twig',
  9446.                 => '@CreaTools/Form/fields.html.twig',
  9447.                 => 'bootstrap_4_layout.html.twig',
  9448.                 => 'bootstrap_4_layout.html.twig',
  9449.                 => 'bootstrap_4_layout.html.twig',
  9450.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  9451.                 10 => 'bootstrap_4_layout.html.twig',
  9452.                 11 => 'bootstrap_4_layout.html.twig',
  9453.                 12 => 'bootstrap_4_layout.html.twig',
  9454.                 13 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  9455.             ],
  9456.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9457.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9458.             'web_profiler.debug_toolbar.mode' => 2,
  9459.             'monolog.use_microseconds' => true,
  9460.             'monolog.swift_mailer.handlers' => [
  9461.             ],
  9462.             'monolog.handlers_to_channels' => [
  9463.                 'monolog.handler.tables_sync' => [
  9464.                     'type' => 'inclusive',
  9465.                     'elements' => [
  9466.                         => 'tables_sync',
  9467.                     ],
  9468.                 ],
  9469.                 'monolog.handler.notification_logging' => [
  9470.                     'type' => 'inclusive',
  9471.                     'elements' => [
  9472.                         => 'notification',
  9473.                     ],
  9474.                 ],
  9475.                 'monolog.handler.console' => [
  9476.                     'type' => 'exclusive',
  9477.                     'elements' => [
  9478.                         => 'event',
  9479.                         => 'doctrine',
  9480.                         => 'console',
  9481.                         => 'notification',
  9482.                     ],
  9483.                 ],
  9484.                 'monolog.handler.main' => [
  9485.                     'type' => 'exclusive',
  9486.                     'elements' => [
  9487.                         => 'event',
  9488.                         => 'notification',
  9489.                     ],
  9490.                 ],
  9491.             ],
  9492.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9493.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  9494.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9495.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9496.             'knp_paginator.page_range' => 5,
  9497.             'knp_paginator.page_limit' => NULL,
  9498.             'nelmio_api_doc.areas' => [
  9499.                 => 'default',
  9500.             ],
  9501.             'lexik_jwt_authentication.token_ttl' => 1000000000,
  9502.             'lexik_jwt_authentication.clock_skew' => 0,
  9503.             'lexik_jwt_authentication.user_identity_field' => 'username',
  9504.             'lexik_jwt_authentication.allow_no_expiration' => false,
  9505.             'lexik_jwt_authentication.user_id_claim' => 'username',
  9506.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  9507.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  9508.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  9509.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  9510.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  9511.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  9512.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  9513.             'nelmio_cors.map' => [
  9514.                 '^/' => [
  9515.                 ],
  9516.             ],
  9517.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9518.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9519.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9520.             'api_platform.metadata_backward_compatibility_layer' => true,
  9521.             'api_platform.enable_entrypoint' => true,
  9522.             'api_platform.enable_docs' => true,
  9523.             'api_platform.title' => '',
  9524.             'api_platform.description' => '',
  9525.             'api_platform.version' => '0.0.0',
  9526.             'api_platform.show_webby' => true,
  9527.             'api_platform.url_generation_strategy' => 1,
  9528.             'api_platform.exception_to_status' => [
  9529.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  9530.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  9531.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  9532.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  9533.             ],
  9534.             'api_platform.formats' => [
  9535.                 'jsonld' => [
  9536.                     => 'application/ld+json',
  9537.                 ],
  9538.                 'json' => [
  9539.                     => 'application/json',
  9540.                 ],
  9541.                 'html' => [
  9542.                     => 'text/html',
  9543.                 ],
  9544.             ],
  9545.             'api_platform.patch_formats' => [
  9546.                 'json' => [
  9547.                     => 'application/merge-patch+json',
  9548.                 ],
  9549.             ],
  9550.             'api_platform.error_formats' => [
  9551.                 'jsonproblem' => [
  9552.                     => 'application/problem+json',
  9553.                 ],
  9554.                 'jsonld' => [
  9555.                     => 'application/ld+json',
  9556.                 ],
  9557.             ],
  9558.             'api_platform.allow_plain_identifiers' => false,
  9559.             'api_platform.eager_loading.enabled' => true,
  9560.             'api_platform.eager_loading.max_joins' => 30,
  9561.             'api_platform.eager_loading.fetch_partial' => false,
  9562.             'api_platform.eager_loading.force_eager' => true,
  9563.             'api_platform.collection.exists_parameter_name' => 'exists',
  9564.             'api_platform.collection.order' => 'ASC',
  9565.             'api_platform.collection.order_parameter_name' => 'order',
  9566.             'api_platform.collection.order_nulls_comparison' => NULL,
  9567.             'api_platform.collection.pagination.enabled' => true,
  9568.             'api_platform.collection.pagination.partial' => false,
  9569.             'api_platform.collection.pagination.client_enabled' => false,
  9570.             'api_platform.collection.pagination.client_items_per_page' => false,
  9571.             'api_platform.collection.pagination.client_partial' => false,
  9572.             'api_platform.collection.pagination.items_per_page' => 30,
  9573.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  9574.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  9575.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  9576.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  9577.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  9578.             'api_platform.collection.pagination' => [
  9579.                 'enabled' => true,
  9580.                 'partial' => false,
  9581.                 'client_enabled' => false,
  9582.                 'client_items_per_page' => false,
  9583.                 'client_partial' => false,
  9584.                 'items_per_page' => 30,
  9585.                 'maximum_items_per_page' => NULL,
  9586.                 'page_parameter_name' => 'page',
  9587.                 'enabled_parameter_name' => 'pagination',
  9588.                 'items_per_page_parameter_name' => 'itemsPerPage',
  9589.                 'partial_parameter_name' => 'partial',
  9590.             ],
  9591.             'api_platform.http_cache.etag' => true,
  9592.             'api_platform.http_cache.max_age' => NULL,
  9593.             'api_platform.http_cache.shared_max_age' => NULL,
  9594.             'api_platform.http_cache.vary' => [
  9595.                 => 'Accept',
  9596.             ],
  9597.             'api_platform.http_cache.public' => NULL,
  9598.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  9599.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  9600.             'api_platform.asset_package' => NULL,
  9601.             'api_platform.defaults' => [
  9602.                 'attributes' => [
  9603.                 ],
  9604.             ],
  9605.             'api_platform.resource_class_directories' => [
  9606.                 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'),
  9607.                 => (\dirname(__DIR__4).'/vendor/crea/floa-bundle/src/Entity'),
  9608.                 => (\dirname(__DIR__4).'/vendor/crea/tools-bundle/src/Entity'),
  9609.                 => (\dirname(__DIR__4).'/vendor/crea/security-bundle/src/Entity'),
  9610.                 => (\dirname(__DIR__4).'/vendor/crea/documentation-bundle/src/Entity'),
  9611.                 => (\dirname(__DIR__4).'/vendor/crea/process-bundle/src/Entity'),
  9612.                 => (\dirname(__DIR__4).'/vendor/crea/parameter-bundle/src/Entity'),
  9613.                 => (\dirname(__DIR__4).'/vendor/crea/event-bundle/src/Entity'),
  9614.                 => (\dirname(__DIR__4).'/vendor/crea/hr-bundle/src/Entity'),
  9615.                 => (\dirname(__DIR__4).'/src/Entity'),
  9616.             ],
  9617.             'api_platform.oauth.enabled' => false,
  9618.             'api_platform.oauth.clientId' => '',
  9619.             'api_platform.oauth.clientSecret' => '',
  9620.             'api_platform.oauth.type' => 'oauth2',
  9621.             'api_platform.oauth.flow' => 'application',
  9622.             'api_platform.oauth.tokenUrl' => '',
  9623.             'api_platform.oauth.authorizationUrl' => '',
  9624.             'api_platform.oauth.refreshUrl' => '',
  9625.             'api_platform.oauth.scopes' => [
  9626.             ],
  9627.             'api_platform.oauth.pkce' => false,
  9628.             'api_platform.openapi.termsOfService' => NULL,
  9629.             'api_platform.openapi.contact.name' => NULL,
  9630.             'api_platform.openapi.contact.url' => NULL,
  9631.             'api_platform.openapi.contact.email' => NULL,
  9632.             'api_platform.openapi.license.name' => NULL,
  9633.             'api_platform.openapi.license.url' => NULL,
  9634.             'api_platform.swagger.versions' => [
  9635.                 => 3,
  9636.             ],
  9637.             'api_platform.enable_swagger_ui' => true,
  9638.             'api_platform.enable_re_doc' => true,
  9639.             'api_platform.swagger.api_keys' => [
  9640.             ],
  9641.             'api_platform.swagger_ui.extra_configuration' => [
  9642.             ],
  9643.             'api_platform.graphql.enabled' => false,
  9644.             'api_platform.graphql.graphiql.enabled' => false,
  9645.             'api_platform.graphql.graphql_playground.enabled' => false,
  9646.             'api_platform.graphql.collection.pagination' => [
  9647.                 'enabled' => true,
  9648.             ],
  9649.             'api_platform.validator.serialize_payload_fields' => [
  9650.             ],
  9651.             'api_platform.validator.query_parameter_validation' => true,
  9652.             'api_platform.elasticsearch.enabled' => false,
  9653.             'liip_imagine.resolvers' => [
  9654.                 'default' => [
  9655.                     'web_path' => [
  9656.                         'web_root' => (\dirname(__DIR__4).'/public'),
  9657.                         'cache_prefix' => 'media/cache',
  9658.                     ],
  9659.                 ],
  9660.             ],
  9661.             'liip_imagine.loaders' => [
  9662.                 'remote_images' => [
  9663.                     'flysystem' => [
  9664.                         'filesystem_service' => 'oneup_flysystem.images_filesystem',
  9665.                     ],
  9666.                 ],
  9667.                 'chainer' => [
  9668.                     'chain' => [
  9669.                         'loaders' => [
  9670.                             => 'default',
  9671.                             => 'remote_images',
  9672.                         ],
  9673.                     ],
  9674.                 ],
  9675.                 'default' => [
  9676.                     'filesystem' => [
  9677.                         'locator' => 'filesystem',
  9678.                         'data_root' => [
  9679.                             => (\dirname(__DIR__4).'/public'),
  9680.                         ],
  9681.                         'allow_unresolvable_data_roots' => false,
  9682.                         'bundle_resources' => [
  9683.                             'enabled' => false,
  9684.                             'access_control_type' => 'blacklist',
  9685.                             'access_control_list' => [
  9686.                             ],
  9687.                         ],
  9688.                     ],
  9689.                 ],
  9690.             ],
  9691.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  9692.             'liip_imagine.jpegoptim.stripAll' => true,
  9693.             'liip_imagine.jpegoptim.max' => NULL,
  9694.             'liip_imagine.jpegoptim.progressive' => true,
  9695.             'liip_imagine.jpegoptim.tempDir' => NULL,
  9696.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  9697.             'liip_imagine.optipng.level' => 7,
  9698.             'liip_imagine.optipng.stripAll' => true,
  9699.             'liip_imagine.optipng.tempDir' => NULL,
  9700.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  9701.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  9702.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  9703.             'liip_imagine.cwebp.tempDir' => NULL,
  9704.             'liip_imagine.cwebp.q' => 75,
  9705.             'liip_imagine.cwebp.alphaQ' => 100,
  9706.             'liip_imagine.cwebp.m' => 4,
  9707.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  9708.             'liip_imagine.cwebp.alphaMethod' => 1,
  9709.             'liip_imagine.cwebp.exact' => false,
  9710.             'liip_imagine.cwebp.metadata' => [
  9711.                 => 'none',
  9712.             ],
  9713.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  9714.             'liip_imagine.cache.resolver.default' => 'default',
  9715.             'liip_imagine.default_image' => NULL,
  9716.             'liip_imagine.filter_sets' => [
  9717.                 'search_thumb' => [
  9718.                     'quality' => 80,
  9719.                     'jpeg_quality' => NULL,
  9720.                     'png_compression_level' => NULL,
  9721.                     'png_compression_filter' => NULL,
  9722.                     'format' => NULL,
  9723.                     'animated' => false,
  9724.                     'cache' => NULL,
  9725.                     'data_loader' => NULL,
  9726.                     'default_image' => NULL,
  9727.                     'filters' => [
  9728.                         'thumbnail' => [
  9729.                             'size' => [
  9730.                                 => 135,
  9731.                                 => 81,
  9732.                             ],
  9733.                             'mode' => 'outbound',
  9734.                         ],
  9735.                     ],
  9736.                     'post_processors' => [
  9737.                     ],
  9738.                 ],
  9739.                 'search_xs' => [
  9740.                     'quality' => 80,
  9741.                     'jpeg_quality' => NULL,
  9742.                     'png_compression_level' => NULL,
  9743.                     'png_compression_filter' => NULL,
  9744.                     'format' => NULL,
  9745.                     'animated' => false,
  9746.                     'cache' => NULL,
  9747.                     'data_loader' => NULL,
  9748.                     'default_image' => NULL,
  9749.                     'filters' => [
  9750.                         'thumbnail' => [
  9751.                             'size' => [
  9752.                                 => 270,
  9753.                                 => 220,
  9754.                             ],
  9755.                             'mode' => 'outbound',
  9756.                         ],
  9757.                     ],
  9758.                     'post_processors' => [
  9759.                     ],
  9760.                 ],
  9761.                 'search_sm' => [
  9762.                     'quality' => 90,
  9763.                     'jpeg_quality' => NULL,
  9764.                     'png_compression_level' => NULL,
  9765.                     'png_compression_filter' => NULL,
  9766.                     'format' => NULL,
  9767.                     'animated' => false,
  9768.                     'cache' => NULL,
  9769.                     'data_loader' => NULL,
  9770.                     'default_image' => NULL,
  9771.                     'filters' => [
  9772.                         'thumbnail' => [
  9773.                             'size' => [
  9774.                                 => 480,
  9775.                                 => 175,
  9776.                             ],
  9777.                             'mode' => 'outbound',
  9778.                         ],
  9779.                     ],
  9780.                     'post_processors' => [
  9781.                     ],
  9782.                 ],
  9783.                 'search_md' => [
  9784.                     'quality' => 80,
  9785.                     'jpeg_quality' => NULL,
  9786.                     'png_compression_level' => NULL,
  9787.                     'png_compression_filter' => NULL,
  9788.                     'format' => NULL,
  9789.                     'animated' => false,
  9790.                     'cache' => NULL,
  9791.                     'data_loader' => NULL,
  9792.                     'default_image' => NULL,
  9793.                     'filters' => [
  9794.                         'thumbnail' => [
  9795.                             'size' => [
  9796.                                 => 718,
  9797.                                 => 262,
  9798.                             ],
  9799.                             'mode' => 'outbound',
  9800.                         ],
  9801.                     ],
  9802.                     'post_processors' => [
  9803.                     ],
  9804.                 ],
  9805.                 'search_company_logo' => [
  9806.                     'quality' => 80,
  9807.                     'jpeg_quality' => NULL,
  9808.                     'png_compression_level' => NULL,
  9809.                     'png_compression_filter' => NULL,
  9810.                     'format' => NULL,
  9811.                     'animated' => false,
  9812.                     'cache' => NULL,
  9813.                     'data_loader' => NULL,
  9814.                     'default_image' => NULL,
  9815.                     'filters' => [
  9816.                         'relative_resize' => [
  9817.                             'heighten' => 45,
  9818.                         ],
  9819.                     ],
  9820.                     'post_processors' => [
  9821.                     ],
  9822.                 ],
  9823.                 'about_desktop' => [
  9824.                     'quality' => 80,
  9825.                     'jpeg_quality' => NULL,
  9826.                     'png_compression_level' => NULL,
  9827.                     'png_compression_filter' => NULL,
  9828.                     'format' => NULL,
  9829.                     'animated' => false,
  9830.                     'cache' => NULL,
  9831.                     'data_loader' => NULL,
  9832.                     'default_image' => NULL,
  9833.                     'filters' => [
  9834.                         'thumbnail' => [
  9835.                             'size' => [
  9836.                                 => 229,
  9837.                                 => 169,
  9838.                             ],
  9839.                             'mode' => 'outbound',
  9840.                         ],
  9841.                     ],
  9842.                     'post_processors' => [
  9843.                     ],
  9844.                 ],
  9845.                 'destination_desktop' => [
  9846.                     'quality' => 80,
  9847.                     'jpeg_quality' => NULL,
  9848.                     'png_compression_level' => NULL,
  9849.                     'png_compression_filter' => NULL,
  9850.                     'format' => NULL,
  9851.                     'animated' => false,
  9852.                     'cache' => NULL,
  9853.                     'data_loader' => NULL,
  9854.                     'default_image' => NULL,
  9855.                     'filters' => [
  9856.                         'thumbnail' => [
  9857.                             'size' => [
  9858.                                 => 137,
  9859.                                 => 175,
  9860.                             ],
  9861.                             'mode' => 'outbound',
  9862.                         ],
  9863.                     ],
  9864.                     'post_processors' => [
  9865.                     ],
  9866.                 ],
  9867.                 'crush_cruise_desktop' => [
  9868.                     'quality' => 90,
  9869.                     'jpeg_quality' => NULL,
  9870.                     'png_compression_level' => NULL,
  9871.                     'png_compression_filter' => NULL,
  9872.                     'format' => NULL,
  9873.                     'animated' => false,
  9874.                     'cache' => NULL,
  9875.                     'data_loader' => NULL,
  9876.                     'default_image' => NULL,
  9877.                     'filters' => [
  9878.                         'thumbnail' => [
  9879.                             'size' => [
  9880.                                 => 420,
  9881.                                 => 180,
  9882.                             ],
  9883.                             'mode' => 'outbound',
  9884.                         ],
  9885.                     ],
  9886.                     'post_processors' => [
  9887.                     ],
  9888.                 ],
  9889.                 'offer_desktop' => [
  9890.                     'quality' => 80,
  9891.                     'jpeg_quality' => NULL,
  9892.                     'png_compression_level' => NULL,
  9893.                     'png_compression_filter' => NULL,
  9894.                     'format' => NULL,
  9895.                     'animated' => false,
  9896.                     'cache' => NULL,
  9897.                     'data_loader' => NULL,
  9898.                     'default_image' => NULL,
  9899.                     'filters' => [
  9900.                         'thumbnail' => [
  9901.                             'size' => [
  9902.                                 => 420,
  9903.                                 => 180,
  9904.                             ],
  9905.                             'mode' => 'outbound',
  9906.                         ],
  9907.                     ],
  9908.                     'post_processors' => [
  9909.                     ],
  9910.                 ],
  9911.                 'company_logo_xs' => [
  9912.                     'quality' => 80,
  9913.                     'jpeg_quality' => NULL,
  9914.                     'png_compression_level' => NULL,
  9915.                     'png_compression_filter' => NULL,
  9916.                     'format' => NULL,
  9917.                     'animated' => false,
  9918.                     'cache' => NULL,
  9919.                     'data_loader' => NULL,
  9920.                     'default_image' => NULL,
  9921.                     'filters' => [
  9922.                         'relative_resize' => [
  9923.                             'heighten' => 35,
  9924.                         ],
  9925.                     ],
  9926.                     'post_processors' => [
  9927.                     ],
  9928.                 ],
  9929.                 'company_logo_sm' => [
  9930.                     'quality' => 90,
  9931.                     'jpeg_quality' => NULL,
  9932.                     'png_compression_level' => NULL,
  9933.                     'png_compression_filter' => NULL,
  9934.                     'format' => NULL,
  9935.                     'animated' => false,
  9936.                     'cache' => NULL,
  9937.                     'data_loader' => NULL,
  9938.                     'default_image' => NULL,
  9939.                     'filters' => [
  9940.                         'relative_resize' => [
  9941.                             'heighten' => 45,
  9942.                         ],
  9943.                     ],
  9944.                     'post_processors' => [
  9945.                     ],
  9946.                 ],
  9947.                 'promotion' => [
  9948.                     'quality' => 80,
  9949.                     'jpeg_quality' => NULL,
  9950.                     'png_compression_level' => NULL,
  9951.                     'png_compression_filter' => NULL,
  9952.                     'format' => NULL,
  9953.                     'animated' => false,
  9954.                     'cache' => NULL,
  9955.                     'data_loader' => NULL,
  9956.                     'default_image' => NULL,
  9957.                     'filters' => [
  9958.                         'thumbnail' => [
  9959.                             'size' => [
  9960.                                 => 2000,
  9961.                                 => 303,
  9962.                             ],
  9963.                             'mode' => 'outbound',
  9964.                         ],
  9965.                     ],
  9966.                     'post_processors' => [
  9967.                     ],
  9968.                 ],
  9969.                 'searchbar' => [
  9970.                     'quality' => 80,
  9971.                     'jpeg_quality' => NULL,
  9972.                     'png_compression_level' => NULL,
  9973.                     'png_compression_filter' => NULL,
  9974.                     'format' => NULL,
  9975.                     'animated' => false,
  9976.                     'cache' => NULL,
  9977.                     'data_loader' => NULL,
  9978.                     'default_image' => NULL,
  9979.                     'filters' => [
  9980.                         'thumbnail' => [
  9981.                             'size' => [
  9982.                                 => 1000,
  9983.                                 => 151,
  9984.                             ],
  9985.                             'mode' => 'outbound',
  9986.                         ],
  9987.                     ],
  9988.                     'post_processors' => [
  9989.                     ],
  9990.                 ],
  9991.                 'searchbar_2x' => [
  9992.                     'quality' => 80,
  9993.                     'jpeg_quality' => NULL,
  9994.                     'png_compression_level' => NULL,
  9995.                     'png_compression_filter' => NULL,
  9996.                     'format' => NULL,
  9997.                     'animated' => false,
  9998.                     'cache' => NULL,
  9999.                     'data_loader' => NULL,
  10000.                     'default_image' => NULL,
  10001.                     'filters' => [
  10002.                         'thumbnail' => [
  10003.                             'size' => [
  10004.                                 => 2000,
  10005.                                 => 303,
  10006.                             ],
  10007.                             'mode' => 'outbound',
  10008.                         ],
  10009.                     ],
  10010.                     'post_processors' => [
  10011.                     ],
  10012.                 ],
  10013.                 'seo' => [
  10014.                     'quality' => 90,
  10015.                     'jpeg_quality' => NULL,
  10016.                     'png_compression_level' => NULL,
  10017.                     'png_compression_filter' => NULL,
  10018.                     'format' => NULL,
  10019.                     'animated' => false,
  10020.                     'cache' => NULL,
  10021.                     'data_loader' => NULL,
  10022.                     'default_image' => NULL,
  10023.                     'filters' => [
  10024.                         'thumbnail' => [
  10025.                             'size' => [
  10026.                                 => 778,
  10027.                                 => 221,
  10028.                             ],
  10029.                             'mode' => 'outbound',
  10030.                         ],
  10031.                     ],
  10032.                     'post_processors' => [
  10033.                     ],
  10034.                 ],
  10035.                 'seo_2x' => [
  10036.                     'quality' => 90,
  10037.                     'jpeg_quality' => NULL,
  10038.                     'png_compression_level' => NULL,
  10039.                     'png_compression_filter' => NULL,
  10040.                     'format' => NULL,
  10041.                     'animated' => false,
  10042.                     'cache' => NULL,
  10043.                     'data_loader' => NULL,
  10044.                     'default_image' => NULL,
  10045.                     'filters' => [
  10046.                         'thumbnail' => [
  10047.                             'size' => [
  10048.                                 => 1556,
  10049.                                 => 442,
  10050.                             ],
  10051.                             'mode' => 'outbound',
  10052.                         ],
  10053.                     ],
  10054.                     'post_processors' => [
  10055.                     ],
  10056.                 ],
  10057.                 'cruise_gallery_xs' => [
  10058.                     'quality' => 80,
  10059.                     'jpeg_quality' => NULL,
  10060.                     'png_compression_level' => NULL,
  10061.                     'png_compression_filter' => NULL,
  10062.                     'format' => NULL,
  10063.                     'animated' => false,
  10064.                     'cache' => NULL,
  10065.                     'data_loader' => NULL,
  10066.                     'default_image' => NULL,
  10067.                     'filters' => [
  10068.                         'thumbnail' => [
  10069.                             'size' => [
  10070.                                 => 311,
  10071.                                 => 289,
  10072.                             ],
  10073.                             'mode' => 'outbound',
  10074.                         ],
  10075.                     ],
  10076.                     'post_processors' => [
  10077.                     ],
  10078.                 ],
  10079.                 'cruise_gallery_xs_2' => [
  10080.                     'quality' => 80,
  10081.                     'jpeg_quality' => NULL,
  10082.                     'png_compression_level' => NULL,
  10083.                     'png_compression_filter' => NULL,
  10084.                     'format' => NULL,
  10085.                     'animated' => false,
  10086.                     'cache' => NULL,
  10087.                     'data_loader' => NULL,
  10088.                     'default_image' => NULL,
  10089.                     'filters' => [
  10090.                         'thumbnail' => [
  10091.                             'size' => [
  10092.                                 => 389,
  10093.                                 => 289,
  10094.                             ],
  10095.                             'mode' => 'outbound',
  10096.                         ],
  10097.                     ],
  10098.                     'post_processors' => [
  10099.                     ],
  10100.                 ],
  10101.                 'cruise_gallery_md' => [
  10102.                     'quality' => 80,
  10103.                     'jpeg_quality' => NULL,
  10104.                     'png_compression_level' => NULL,
  10105.                     'png_compression_filter' => NULL,
  10106.                     'format' => NULL,
  10107.                     'animated' => false,
  10108.                     'cache' => NULL,
  10109.                     'data_loader' => NULL,
  10110.                     'default_image' => NULL,
  10111.                     'filters' => [
  10112.                         'thumbnail' => [
  10113.                             'size' => [
  10114.                                 => 778,
  10115.                                 => 578,
  10116.                             ],
  10117.                             'mode' => 'outbound',
  10118.                         ],
  10119.                     ],
  10120.                     'post_processors' => [
  10121.                     ],
  10122.                 ],
  10123.                 'cruise_gallery_thumb' => [
  10124.                     'quality' => 75,
  10125.                     'jpeg_quality' => NULL,
  10126.                     'png_compression_level' => NULL,
  10127.                     'png_compression_filter' => NULL,
  10128.                     'format' => NULL,
  10129.                     'animated' => false,
  10130.                     'cache' => NULL,
  10131.                     'data_loader' => NULL,
  10132.                     'default_image' => NULL,
  10133.                     'filters' => [
  10134.                         'thumbnail' => [
  10135.                             'size' => [
  10136.                                 => 160,
  10137.                                 => 135,
  10138.                             ],
  10139.                             'mode' => 'outbound',
  10140.                         ],
  10141.                     ],
  10142.                     'post_processors' => [
  10143.                     ],
  10144.                 ],
  10145.                 'cruise_gallery_lightbox' => [
  10146.                     'quality' => 85,
  10147.                     'jpeg_quality' => NULL,
  10148.                     'png_compression_level' => NULL,
  10149.                     'png_compression_filter' => NULL,
  10150.                     'format' => NULL,
  10151.                     'animated' => false,
  10152.                     'cache' => NULL,
  10153.                     'data_loader' => NULL,
  10154.                     'default_image' => NULL,
  10155.                     'filters' => [
  10156.                         'relative_resize' => [
  10157.                             'widen' => 1280,
  10158.                         ],
  10159.                     ],
  10160.                     'post_processors' => [
  10161.                     ],
  10162.                 ],
  10163.                 'cruise_cabin_slider_mobile' => [
  10164.                     'quality' => 80,
  10165.                     'jpeg_quality' => NULL,
  10166.                     'png_compression_level' => NULL,
  10167.                     'png_compression_filter' => NULL,
  10168.                     'format' => NULL,
  10169.                     'animated' => false,
  10170.                     'cache' => NULL,
  10171.                     'data_loader' => NULL,
  10172.                     'default_image' => NULL,
  10173.                     'filters' => [
  10174.                         'thumbnail' => [
  10175.                             'size' => [
  10176.                                 => 295,
  10177.                                 => 198,
  10178.                             ],
  10179.                             'mode' => 'outbound',
  10180.                         ],
  10181.                     ],
  10182.                     'post_processors' => [
  10183.                     ],
  10184.                 ],
  10185.                 'cruise_cabin_slider_desktop' => [
  10186.                     'quality' => 80,
  10187.                     'jpeg_quality' => NULL,
  10188.                     'png_compression_level' => NULL,
  10189.                     'png_compression_filter' => NULL,
  10190.                     'format' => NULL,
  10191.                     'animated' => false,
  10192.                     'cache' => NULL,
  10193.                     'data_loader' => NULL,
  10194.                     'default_image' => NULL,
  10195.                     'filters' => [
  10196.                         'thumbnail' => [
  10197.                             'size' => [
  10198.                                 => 768,
  10199.                                 => 515,
  10200.                             ],
  10201.                             'mode' => 'outbound',
  10202.                         ],
  10203.                     ],
  10204.                     'post_processors' => [
  10205.                     ],
  10206.                 ],
  10207.                 'cruise_cabin_sm' => [
  10208.                     'quality' => 90,
  10209.                     'jpeg_quality' => NULL,
  10210.                     'png_compression_level' => NULL,
  10211.                     'png_compression_filter' => NULL,
  10212.                     'format' => NULL,
  10213.                     'animated' => false,
  10214.                     'cache' => NULL,
  10215.                     'data_loader' => NULL,
  10216.                     'default_image' => NULL,
  10217.                     'filters' => [
  10218.                         'thumbnail' => [
  10219.                             'size' => [
  10220.                                 => 575,
  10221.                                 => 444,
  10222.                             ],
  10223.                             'mode' => 'outbound',
  10224.                         ],
  10225.                     ],
  10226.                     'post_processors' => [
  10227.                     ],
  10228.                 ],
  10229.                 'cruise_cabin_md' => [
  10230.                     'quality' => 90,
  10231.                     'jpeg_quality' => NULL,
  10232.                     'png_compression_level' => NULL,
  10233.                     'png_compression_filter' => NULL,
  10234.                     'format' => NULL,
  10235.                     'animated' => false,
  10236.                     'cache' => NULL,
  10237.                     'data_loader' => NULL,
  10238.                     'default_image' => NULL,
  10239.                     'filters' => [
  10240.                         'thumbnail' => [
  10241.                             'size' => [
  10242.                                 => 728,
  10243.                                 => 444,
  10244.                             ],
  10245.                             'mode' => 'outbound',
  10246.                         ],
  10247.                     ],
  10248.                     'post_processors' => [
  10249.                     ],
  10250.                 ],
  10251.                 'cruise_cabin_lg' => [
  10252.                     'quality' => 90,
  10253.                     'jpeg_quality' => NULL,
  10254.                     'png_compression_level' => NULL,
  10255.                     'png_compression_filter' => NULL,
  10256.                     'format' => NULL,
  10257.                     'animated' => false,
  10258.                     'cache' => NULL,
  10259.                     'data_loader' => NULL,
  10260.                     'default_image' => NULL,
  10261.                     'filters' => [
  10262.                         'thumbnail' => [
  10263.                             'size' => [
  10264.                                 => 942,
  10265.                                 => 444,
  10266.                             ],
  10267.                             'mode' => 'outbound',
  10268.                         ],
  10269.                     ],
  10270.                     'post_processors' => [
  10271.                     ],
  10272.                 ],
  10273.                 'cruise_cabin_relative_widen' => [
  10274.                     'quality' => 90,
  10275.                     'jpeg_quality' => NULL,
  10276.                     'png_compression_level' => NULL,
  10277.                     'png_compression_filter' => NULL,
  10278.                     'format' => NULL,
  10279.                     'animated' => false,
  10280.                     'cache' => NULL,
  10281.                     'data_loader' => NULL,
  10282.                     'default_image' => NULL,
  10283.                     'filters' => [
  10284.                         'relative_resize' => [
  10285.                             'widen' => 768,
  10286.                         ],
  10287.                     ],
  10288.                     'post_processors' => [
  10289.                     ],
  10290.                 ],
  10291.                 'cruise_itinerary' => [
  10292.                     'quality' => 80,
  10293.                     'jpeg_quality' => NULL,
  10294.                     'png_compression_level' => NULL,
  10295.                     'png_compression_filter' => NULL,
  10296.                     'format' => NULL,
  10297.                     'animated' => false,
  10298.                     'cache' => NULL,
  10299.                     'data_loader' => NULL,
  10300.                     'default_image' => NULL,
  10301.                     'filters' => [
  10302.                         'thumbnail' => [
  10303.                             'size' => [
  10304.                                 => 1302,
  10305.                                 => 371,
  10306.                             ],
  10307.                             'mode' => 'outbound',
  10308.                         ],
  10309.                     ],
  10310.                     'post_processors' => [
  10311.                     ],
  10312.                 ],
  10313.                 'cruise_stopover_desktop' => [
  10314.                     'quality' => 80,
  10315.                     'jpeg_quality' => NULL,
  10316.                     'png_compression_level' => NULL,
  10317.                     'png_compression_filter' => NULL,
  10318.                     'format' => NULL,
  10319.                     'animated' => false,
  10320.                     'cache' => NULL,
  10321.                     'data_loader' => NULL,
  10322.                     'default_image' => NULL,
  10323.                     'filters' => [
  10324.                         'thumbnail' => [
  10325.                             'size' => [
  10326.                                 => 270,
  10327.                                 => 166,
  10328.                             ],
  10329.                             'mode' => 'outbound',
  10330.                         ],
  10331.                     ],
  10332.                     'post_processors' => [
  10333.                     ],
  10334.                 ],
  10335.                 'cruise_stopover_mobile' => [
  10336.                     'quality' => 80,
  10337.                     'jpeg_quality' => NULL,
  10338.                     'png_compression_level' => NULL,
  10339.                     'png_compression_filter' => NULL,
  10340.                     'format' => NULL,
  10341.                     'animated' => false,
  10342.                     'cache' => NULL,
  10343.                     'data_loader' => NULL,
  10344.                     'default_image' => NULL,
  10345.                     'filters' => [
  10346.                         'relative_resize' => [
  10347.                             'heighten' => 92,
  10348.                         ],
  10349.                     ],
  10350.                     'post_processors' => [
  10351.                     ],
  10352.                 ],
  10353.                 'cruise_lifeboard' => [
  10354.                     'quality' => 80,
  10355.                     'jpeg_quality' => NULL,
  10356.                     'png_compression_level' => NULL,
  10357.                     'png_compression_filter' => NULL,
  10358.                     'format' => NULL,
  10359.                     'animated' => false,
  10360.                     'cache' => NULL,
  10361.                     'data_loader' => NULL,
  10362.                     'default_image' => NULL,
  10363.                     'filters' => [
  10364.                         'thumbnail' => [
  10365.                             'size' => [
  10366.                                 => 421,
  10367.                                 => 304,
  10368.                             ],
  10369.                             'mode' => 'outbound',
  10370.                         ],
  10371.                     ],
  10372.                     'post_processors' => [
  10373.                     ],
  10374.                 ],
  10375.                 'cruise_promotion' => [
  10376.                     'quality' => 80,
  10377.                     'jpeg_quality' => NULL,
  10378.                     'png_compression_level' => NULL,
  10379.                     'png_compression_filter' => NULL,
  10380.                     'format' => NULL,
  10381.                     'animated' => false,
  10382.                     'cache' => NULL,
  10383.                     'data_loader' => NULL,
  10384.                     'default_image' => NULL,
  10385.                     'filters' => [
  10386.                         'thumbnail' => [
  10387.                             'size' => [
  10388.                                 => 416,
  10389.                                 => 249,
  10390.                             ],
  10391.                             'mode' => 'outbound',
  10392.                         ],
  10393.                     ],
  10394.                     'post_processors' => [
  10395.                     ],
  10396.                 ],
  10397.             ],
  10398.             'liip_imagine.binary.loader.default' => 'chainer',
  10399.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  10400.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  10401.             'liip_imagine.webp.generate' => false,
  10402.             'liip_imagine.webp.options' => [
  10403.                 'quality' => 100,
  10404.                 'cache' => NULL,
  10405.                 'data_loader' => NULL,
  10406.                 'post_processors' => [
  10407.                 ],
  10408.             ],
  10409.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  10410.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  10411.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  10412.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  10413.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  10414.             'fos_js_routing.request_context_base_url' => NULL,
  10415.             'fos_js_routing.cache_control' => [
  10416.                 'enabled' => false,
  10417.             ],
  10418.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  10419.             'vich_uploader.mappings' => [
  10420.                 'documents' => [
  10421.                     'uri_prefix' => '',
  10422.                     'upload_destination' => 'oneup_flysystem.documents_filesystem',
  10423.                     'namer' => [
  10424.                         'service' => 'App\\VichExtensions\\FileNamer.documents',
  10425.                         'options' => [
  10426.                         ],
  10427.                     ],
  10428.                     'directory_namer' => [
  10429.                         'service' => 'App\\VichExtensions\\PropertiesDirectoryNamer',
  10430.                         'options' => [
  10431.                             'properties' => [
  10432.                                 => 'relativeDirectoryPath',
  10433.                             ],
  10434.                         ],
  10435.                     ],
  10436.                     'delete_on_remove' => true,
  10437.                     'delete_on_update' => true,
  10438.                     'inject_on_load' => false,
  10439.                     'db_driver' => 'orm',
  10440.                 ],
  10441.             ],
  10442.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  10443.             'mailjet.call' => true,
  10444.             'mailjet.options' => [
  10445.             ],
  10446.             'mailjet.transactionnal.call' => true,
  10447.             'mailjet.transactionnal.options' => [
  10448.             ],
  10449.             'mailjet.event_endpoint_route' => 'mailjet_event_endpoint',
  10450.             'mailjet.event_endpoint_token' => '123456789',
  10451.             'mailjet.lists' => [
  10452.             ],
  10453.             'mailjet.contact_metadata' => [
  10454.             ],
  10455.             'mailjet.client.class' => 'Mailjet\\MailjetBundle\\Client\\MailjetClient',
  10456.             'mailjet.event_callback_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\EventCallbackUrlManager',
  10457.             'mailjet.contact_metadata_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\ContactMetadataManager',
  10458.             'mailjet.contacts_list_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\ContactsListManager',
  10459.             'mailjet.contacts_list_synchronizer.class' => 'Mailjet\\MailjetBundle\\Synchronizer\\ContactsListSynchronizer',
  10460.             'mailjet.contact_listener.class' => 'Mailjet\\MailjetBundle\\Listener\\ContactListener',
  10461.             'mailjet.data_collector.mailjet.class' => 'Mailjet\\MailjetBundle\\DataCollector\\MailjetDataCollector',
  10462.             'mailjet.campaign_draft_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\CampaignDraftManager',
  10463.             'mailjet.campaign_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\CampaignManager',
  10464.             'mailjet.template_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\TemplateManager',
  10465.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  10466.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  10467.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  10468.             'stof_doctrine_extensions.translation_fallback' => false,
  10469.             'stof_doctrine_extensions.persist_default_translation' => false,
  10470.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  10471.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  10472.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  10473.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  10474.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  10475.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  10476.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  10477.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  10478.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  10479.             'tables_sync.source.whitelist' => [
  10480.                 => '206.116.72.239',
  10481.                 => '127.0.0.1',
  10482.                 => 'localhost',
  10483.                 => 'erp.croisiland.com',
  10484.                 => '127.0.0.2',
  10485.                 => '92.182.95.82',
  10486.                 => 'cms.croisiland.com',
  10487.                 => '162.19.21.32',
  10488.                 => 'cms.croisiland.localhost',
  10489.             ],
  10490.             'knp_snappy.pdf.options' => [
  10491.             ],
  10492.             'knp_snappy.pdf.env' => [
  10493.             ],
  10494.             'knp_snappy.image.options' => [
  10495.             ],
  10496.             'knp_snappy.image.env' => [
  10497.             ],
  10498.             'crea_floa.config.api_version' => '4.0',
  10499.             'crea_floa.config.authenticate_integration_url' => 'https://paymentgateway.integration-cb4x.fr/v1/auth/token',
  10500.             'crea_floa.config.pre_eligibility_integration_url' => 'https://eligibility.integration-cb4x.fr/api/v4.0/pre-eligibilities',
  10501.             'crea_floa.config.eligibility_integration_url' => 'https://eligibility.integration-cb4x.fr/api/v4.0/eligibilities',
  10502.             'crea_floa.config.payment_session_integration_url' => 'https://paymentgateway.integration-cb4x.fr/v1/payment-sessions',
  10503.             'crea_floa.config.authenticate_production_url' => 'https://paymentgateway.cb4x.fr/v1/auth/token',
  10504.             'crea_floa.config.pre_eligibility_production_url' => 'https://eligibility.cb4x.fr/api/v4.0/pre-eligibilities',
  10505.             'crea_floa.config.eligibility_production_url' => 'https://eligibility.cb4x.fr/api/v4.0/eligibilities',
  10506.             'crea_floa.config.payment_session_production_url' => 'https://paymentgateway.cb4x.fr/v1/payment-sessions',
  10507.             'crea_floa.config.token_validity_duration_hours' => 48,
  10508.             'crea_floa.config.pre_eligibility_request_validity_duration_minutes' => 30,
  10509.             'crea_floa.config.eligibility_request_validity_duration_minutes' => 30,
  10510.             'crea_floa.config.payment_session_request_validity_duration_minutes' => 30,
  10511.             'datatables.config' => [
  10512.                 'method' => 'POST',
  10513.                 'language_from_cdn' => false,
  10514.                 'translation_domain' => 'datatables',
  10515.                 'options' => [
  10516.                     'lengthMenu' => [
  10517.                         => 1,
  10518.                         => 10,
  10519.                         => 20,
  10520.                         => 30,
  10521.                         => 40,
  10522.                         => 50,
  10523.                         => 100,
  10524.                         => 250,
  10525.                         => 500,
  10526.                         => 1000,
  10527.                         10 => 2500,
  10528.                     ],
  10529.                     'pageLength' => 20,
  10530.                     'dom' => '<\'dt-header\'><\'dt-filters-errors\'><\'dt-content\'tr><\'dt-footer\'<\'dt-action-area\'><\'dt-paging\'pi>>',
  10531.                 ],
  10532.                 'default_currency' => 'EUR',
  10533.             ],
  10534.             'user_entity_namespace' => 'App\\Entity\\User\\User',
  10535.             'profile_entity_namespace' => 'App\\Entity\\User\\Profile',
  10536.             'login_redirection_route' => 'dashboard',
  10537.             'profiles_full_access' => [
  10538.                 => 'Direction',
  10539.                 => 'Manager Comptabilité',
  10540.                 => 'Comptabilité',
  10541.                 => 'Manager plateau',
  10542.                 => 'Marketing / Webmastering',
  10543.                 => 'Manager Back-Office',
  10544.                 => 'Partenariats',
  10545.             ],
  10546.             'project_template' => 'base.html.twig',
  10547.             'documentation_chapter_hierarchy_depth_max' => 4,
  10548.             'creaEventMaxCategoryLevel' => 2,
  10549.             'creaEventMaxImportanceLevel' => 4,
  10550.             'creaEventEmailRecipient' => 'erp.croisiland@creapluriel.com',
  10551.             'creaEventMaxEventDuration' => 90,
  10552.             'creaEventMailerSenderEmail' => 'erp.croisiland@creapluriel.com',
  10553.             'creaEventMailerSenderName' => 'Service informatique Creapluriel',
  10554.             'maker.compatible_check.doctrine.supports_attributes' => true,
  10555.             'data_collector.templates' => [
  10556.                 'data_collector.request' => [
  10557.                     => 'request',
  10558.                     => '@WebProfiler/Collector/request.html.twig',
  10559.                 ],
  10560.                 'api_platform.data_collector.request' => [
  10561.                     => 'api_platform.data_collector.request',
  10562.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  10563.                 ],
  10564.                 'data_collector.time' => [
  10565.                     => 'time',
  10566.                     => '@WebProfiler/Collector/time.html.twig',
  10567.                 ],
  10568.                 'data_collector.memory' => [
  10569.                     => 'memory',
  10570.                     => '@WebProfiler/Collector/memory.html.twig',
  10571.                 ],
  10572.                 'data_collector.validator' => [
  10573.                     => 'validator',
  10574.                     => '@WebProfiler/Collector/validator.html.twig',
  10575.                 ],
  10576.                 'data_collector.ajax' => [
  10577.                     => 'ajax',
  10578.                     => '@WebProfiler/Collector/ajax.html.twig',
  10579.                 ],
  10580.                 'data_collector.form' => [
  10581.                     => 'form',
  10582.                     => '@WebProfiler/Collector/form.html.twig',
  10583.                 ],
  10584.                 'data_collector.exception' => [
  10585.                     => 'exception',
  10586.                     => '@WebProfiler/Collector/exception.html.twig',
  10587.                 ],
  10588.                 'data_collector.logger' => [
  10589.                     => 'logger',
  10590.                     => '@WebProfiler/Collector/logger.html.twig',
  10591.                 ],
  10592.                 'data_collector.events' => [
  10593.                     => 'events',
  10594.                     => '@WebProfiler/Collector/events.html.twig',
  10595.                 ],
  10596.                 'data_collector.router' => [
  10597.                     => 'router',
  10598.                     => '@WebProfiler/Collector/router.html.twig',
  10599.                 ],
  10600.                 'data_collector.cache' => [
  10601.                     => 'cache',
  10602.                     => '@WebProfiler/Collector/cache.html.twig',
  10603.                 ],
  10604.                 'data_collector.translation' => [
  10605.                     => 'translation',
  10606.                     => '@WebProfiler/Collector/translation.html.twig',
  10607.                 ],
  10608.                 'data_collector.security' => [
  10609.                     => 'security',
  10610.                     => '@Security/Collector/security.html.twig',
  10611.                 ],
  10612.                 'data_collector.twig' => [
  10613.                     => 'twig',
  10614.                     => '@WebProfiler/Collector/twig.html.twig',
  10615.                 ],
  10616.                 'data_collector.http_client' => [
  10617.                     => 'http_client',
  10618.                     => '@WebProfiler/Collector/http_client.html.twig',
  10619.                 ],
  10620.                 'data_collector.doctrine' => [
  10621.                     => 'db',
  10622.                     => '@Doctrine/Collector/db.html.twig',
  10623.                 ],
  10624.                 'data_collector.dump' => [
  10625.                     => 'dump',
  10626.                     => '@Debug/Profiler/dump.html.twig',
  10627.                 ],
  10628.                 'data_collector.messenger' => [
  10629.                     => 'messenger',
  10630.                     => '@WebProfiler/Collector/messenger.html.twig',
  10631.                 ],
  10632.                 'mailer.data_collector' => [
  10633.                     => 'mailer',
  10634.                     => '@WebProfiler/Collector/mailer.html.twig',
  10635.                 ],
  10636.                 'notifier.data_collector' => [
  10637.                     => 'notifier',
  10638.                     => '@WebProfiler/Collector/notifier.html.twig',
  10639.                 ],
  10640.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  10641.                     => 'vich_uploader.mapping_collector',
  10642.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  10643.                 ],
  10644.                 'mailjet.data_collector.mailjet' => [
  10645.                     => 'mailjet',
  10646.                     => '@Mailjet/data_collector/mailjet.html.twig',
  10647.                 ],
  10648.                 'data_collector.config' => [
  10649.                     => 'config',
  10650.                     => '@WebProfiler/Collector/config.html.twig',
  10651.                 ],
  10652.             ],
  10653.             'console.command.ids' => [
  10654.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  10655.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  10656.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  10657.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  10658.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  10659.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  10660.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  10661.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  10662.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  10663.             ],
  10664.         ];
  10665.     }
  10666.     protected function throw($message)
  10667.     {
  10668.         throw new RuntimeException($message);
  10669.     }
  10670. }