var/cache/dev/ContainerJzWRlBJ/srcApp_KernelDevDebugContainer.php line 3651

Open in your IDE?
  1. <?php
  2. namespace ContainerJzWRlBJ;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\Admin\\AdminSettingController' => 'getAdminSettingControllerService',
  37.             'App\\Controller\\Admin\\AppointmentController' => 'getAppointmentControllerService',
  38.             'App\\Controller\\Admin\\BlockerController' => 'getBlockerControllerService',
  39.             'App\\Controller\\Admin\\ChatController' => 'getChatControllerService',
  40.             'App\\Controller\\Admin\\ClinicDashboardController' => 'getClinicDashboardControllerService',
  41.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController' => 'getAppointmentCodeControllerService',
  42.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController' => 'getBlockerReasonControllerService',
  43.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController' => 'getDefaultControllerService',
  44.             'App\\Controller\\Admin\\Clinic\\ChronoscanController' => 'getChronoscanControllerService',
  45.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController' => 'getClinicCorrespondenceControllerService',
  46.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController' => 'getClinicCustomReportControllerService',
  47.             'App\\Controller\\Admin\\Clinic\\DefaultController' => 'getDefaultController2Service',
  48.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController' => 'getDiscountReasonControllerService',
  49.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController' => 'getDocumentCategoryControllerService',
  50.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController' => 'getDefaultController3Service',
  51.             'App\\Controller\\Admin\\Clinic\\EquipmentController' => 'getEquipmentControllerService',
  52.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController' => 'getDefaultController4Service',
  53.             'App\\Controller\\Admin\\Clinic\\FormsAreaController' => 'getFormsAreaControllerService',
  54.             'App\\Controller\\Admin\\Clinic\\HealthXChangeController' => 'getHealthXChangeControllerService',
  55.             'App\\Controller\\Admin\\Clinic\\LearnAboutController' => 'getLearnAboutControllerService',
  56.             'App\\Controller\\Admin\\Clinic\\LicenseController' => 'getLicenseControllerService',
  57.             'App\\Controller\\Admin\\Clinic\\LocationController' => 'getLocationControllerService',
  58.             'App\\Controller\\Admin\\Clinic\\MailChimpController' => 'getMailChimpControllerService',
  59.             'App\\Controller\\Admin\\Clinic\\MarketingController' => 'getMarketingControllerService',
  60.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController' => 'getDefaultController5Service',
  61.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController' => 'getMembershipItemControllerService',
  62.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController' => 'getNotConvertReasonControllerService',
  63.             'App\\Controller\\Admin\\Clinic\\NotificationController' => 'getNotificationControllerService',
  64.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController' => 'getOnlineBookingControllerService',
  65.             'App\\Controller\\Admin\\Clinic\\OutcomeController' => 'getOutcomeControllerService',
  66.             'App\\Controller\\Admin\\Clinic\\PatientStatusController' => 'getPatientStatusControllerService',
  67.             'App\\Controller\\Admin\\Clinic\\PlivoController' => 'getPlivoControllerService',
  68.             'App\\Controller\\Admin\\Clinic\\PolicyController' => 'getPolicyControllerService',
  69.             'App\\Controller\\Admin\\Clinic\\PostAptFormController' => 'getPostAptFormControllerService',
  70.             'App\\Controller\\Admin\\Clinic\\PrescriptionController' => 'getPrescriptionControllerService',
  71.             'App\\Controller\\Admin\\Clinic\\PriceTierController' => 'getPriceTierControllerService',
  72.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController' => 'getDefaultController6Service',
  73.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController' => 'getQuestionControllerService',
  74.             'App\\Controller\\Admin\\Clinic\\RegisterController' => 'getRegisterControllerService',
  75.             'App\\Controller\\Admin\\Clinic\\ReminderController' => 'getReminderControllerService',
  76.             'App\\Controller\\Admin\\Clinic\\RoomController' => 'getRoomControllerService',
  77.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController' => 'getBatchControllerService',
  78.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController' => 'getDefaultController7Service',
  79.             'App\\Controller\\Admin\\Clinic\\Stock\\FormarchiveController' => 'getFormarchiveControllerService',
  80.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController' => 'getGoodsReceivedControllerService',
  81.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController' => 'getHealthXChangeController2Service',
  82.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController' => 'getPrepayPackageControllerService',
  83.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController' => 'getPriceListControllerService',
  84.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController' => 'getProductControllerService',
  85.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController' => 'getTreatmentClinicControllerService',
  86.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController' => 'getTreatmentGroupControllerService',
  87.             'App\\Controller\\Admin\\Clinic\\StripeController' => 'getStripeControllerService',
  88.             'App\\Controller\\Admin\\Clinic\\SurveyController' => 'getSurveyControllerService',
  89.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController' => 'getDefaultController8Service',
  90.             'App\\Controller\\Admin\\Clinic\\TermsAndCondController' => 'getTermsAndCondControllerService',
  91.             'App\\Controller\\Admin\\Clinic\\TwilioController' => 'getTwilioControllerService',
  92.             'App\\Controller\\Admin\\Clinic\\UserController' => 'getUserControllerService',
  93.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController' => 'getCustomReportsControllerService',
  94.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController' => 'getFavoritesCustomReportsControllerService',
  95.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  96.             'App\\Controller\\Admin\\DaySheetController' => 'getDaySheetControllerService',
  97.             'App\\Controller\\Admin\\HelpController' => 'getHelpControllerService',
  98.             'App\\Controller\\Admin\\InvoicesController' => 'getInvoicesControllerService',
  99.             'App\\Controller\\Admin\\LeadCaptureController' => 'getLeadCaptureControllerService',
  100.             'App\\Controller\\Admin\\LeadCapturePipelineController' => 'getLeadCapturePipelineControllerService',
  101.             'App\\Controller\\Admin\\LeadCaptureStageController' => 'getLeadCaptureStageControllerService',
  102.             'App\\Controller\\Admin\\Message\\DefaultController' => 'getDefaultController9Service',
  103.             'App\\Controller\\Admin\\OnBoardingController' => 'getOnBoardingControllerService',
  104.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController' => 'getDashboardConsentzAdminControllerService',
  105.             'App\\Controller\\Admin\\Organisation\\DefaultController' => 'getDefaultController10Service',
  106.             'App\\Controller\\Admin\\Organisation\\UserController' => 'getUserController2Service',
  107.             'App\\Controller\\Admin\\Patient\\AppointmentTabController' => 'getAppointmentTabControllerService',
  108.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController' => 'getConsultationNoteControllerService',
  109.             'App\\Controller\\Admin\\Patient\\CorrespondenceController' => 'getCorrespondenceControllerService',
  110.             'App\\Controller\\Admin\\Patient\\DefaultController' => 'getDefaultController11Service',
  111.             'App\\Controller\\Admin\\Patient\\DocumentController' => 'getDocumentControllerService',
  112.             'App\\Controller\\Admin\\Patient\\FormController' => 'getFormControllerService',
  113.             'App\\Controller\\Admin\\Patient\\InvoiceController' => 'getInvoiceControllerService',
  114.             'App\\Controller\\Admin\\Patient\\MembershipController' => 'getMembershipControllerService',
  115.             'App\\Controller\\Admin\\Patient\\NoteController' => 'getNoteControllerService',
  116.             'App\\Controller\\Admin\\Patient\\PhotoController' => 'getPhotoControllerService',
  117.             'App\\Controller\\Admin\\Patient\\PrepayController' => 'getPrepayControllerService',
  118.             'App\\Controller\\Admin\\Patient\\PrescriptionController' => 'getPrescriptionController2Service',
  119.             'App\\Controller\\Admin\\Patient\\QuestionaireController' => 'getQuestionaireControllerService',
  120.             'App\\Controller\\Admin\\Patient\\TreatmentController' => 'getTreatmentControllerService',
  121.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController' => 'getTreatmentPhotoControllerService',
  122.             'App\\Controller\\Admin\\PaymentsenseController' => 'getPaymentsenseControllerService',
  123.             'App\\Controller\\Admin\\Predefine\\FormsAreaController' => 'getFormsAreaController2Service',
  124.             'App\\Controller\\Admin\\Predefine\\ProductController' => 'getProductController2Service',
  125.             'App\\Controller\\Admin\\Predefine\\TreatmentController' => 'getTreatmentController2Service',
  126.             'App\\Controller\\Admin\\PriceTier\\AddonController' => 'getAddonControllerService',
  127.             'App\\Controller\\Admin\\PriceTier\\PriceTierController' => 'getPriceTierController2Service',
  128.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController' => 'getPriceTiersGroupControllerService',
  129.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController' => 'getPromoCodeControllerService',
  130.             'App\\Controller\\Admin\\ReportController' => 'getReportControllerService',
  131.             'App\\Controller\\Admin\\SmsPlanController' => 'getSmsPlanControllerService',
  132.             'App\\Controller\\Admin\\SmsTransactionController' => 'getSmsTransactionControllerService',
  133.             'App\\Controller\\Admin\\TaskBoardController' => 'getTaskBoardControllerService',
  134.             'App\\Controller\\Admin\\Waiting\\ItemController' => 'getItemControllerService',
  135.             'App\\Controller\\Api\\Appointment\\DefaultController' => 'getDefaultController12Service',
  136.             'App\\Controller\\Api\\Clinic\\AfterCareNoteController' => 'getAfterCareNoteControllerService',
  137.             'App\\Controller\\Api\\Clinic\\DefaultController' => 'getDefaultController13Service',
  138.             'App\\Controller\\Api\\Clinic\\FormController' => 'getFormController2Service',
  139.             'App\\Controller\\Api\\Clinic\\MarketingController' => 'getMarketingController2Service',
  140.             'App\\Controller\\Api\\Clinic\\PrescriptionController' => 'getPrescriptionController3Service',
  141.             'App\\Controller\\Api\\Clinic\\TreatmentController' => 'getTreatmentController3Service',
  142.             'App\\Controller\\Api\\DefaultController' => 'getDefaultController14Service',
  143.             'App\\Controller\\Api\\Message\\DefaultController' => 'getDefaultController15Service',
  144.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController' => 'getAppointmentController2Service',
  145.             'App\\Controller\\Api\\OnlineBooking\\DefaultController' => 'getDefaultController16Service',
  146.             'App\\Controller\\Api\\OnlineBooking\\PaymentPrepareController' => 'getPaymentPrepareControllerService',
  147.             'App\\Controller\\Api\\OnlineBooking\\StepController' => 'getStepControllerService',
  148.             'App\\Controller\\Api\\OnlineBooking\\StripeController' => 'getStripeController2Service',
  149.             'App\\Controller\\Api\\Patient\\CorrespondenceController' => 'getCorrespondenceController2Service',
  150.             'App\\Controller\\Api\\Patient\\DefaultController' => 'getDefaultController17Service',
  151.             'App\\Controller\\Api\\Patient\\DocumentController' => 'getDocumentController2Service',
  152.             'App\\Controller\\Api\\Patient\\FormController' => 'getFormController3Service',
  153.             'App\\Controller\\Api\\Patient\\ImportantInfoController' => 'getImportantInfoControllerService',
  154.             'App\\Controller\\Api\\Patient\\InvoiceController' => 'getInvoiceController2Service',
  155.             'App\\Controller\\Api\\Patient\\LearnAboutSourceController' => 'getLearnAboutSourceControllerService',
  156.             'App\\Controller\\Api\\Patient\\MemoryJogController' => 'getMemoryJogControllerService',
  157.             'App\\Controller\\Api\\Patient\\NoteController' => 'getNoteController2Service',
  158.             'App\\Controller\\Api\\Patient\\Note\\AdditionalNoteController' => 'getAdditionalNoteControllerService',
  159.             'App\\Controller\\Api\\Patient\\Note\\AudioNoteController' => 'getAudioNoteControllerService',
  160.             'App\\Controller\\Api\\Patient\\Note\\ConsultationNoteController' => 'getConsultationNoteController2Service',
  161.             'App\\Controller\\Api\\Patient\\Note\\OutcomeNoteController' => 'getOutcomeNoteControllerService',
  162.             'App\\Controller\\Api\\Patient\\Note\\QuoteAreaController' => 'getQuoteAreaControllerService',
  163.             'App\\Controller\\Api\\Patient\\Note\\TreatmentNoteController' => 'getTreatmentNoteControllerService',
  164.             'App\\Controller\\Api\\Patient\\PhotoController' => 'getPhotoController2Service',
  165.             'App\\Controller\\Api\\Patient\\PrepayController' => 'getPrepayController2Service',
  166.             'App\\Controller\\Api\\Patient\\QuestionaireController' => 'getQuestionaireController2Service',
  167.             'App\\Controller\\Api\\Patient\\SketchController' => 'getSketchControllerService',
  168.             'App\\Controller\\Api\\Patient\\TreatmentClinicController' => 'getTreatmentClinicController2Service',
  169.             'App\\Controller\\Api\\Patient\\TreatmentController' => 'getTreatmentController4Service',
  170.             'App\\Controller\\Api\\Patient\\TreatmentPhotoController' => 'getTreatmentPhotoController2Service',
  171.             'App\\Controller\\BaseApiController' => 'getBaseApiControllerService',
  172.             'App\\Controller\\BrandingController' => 'getBrandingControllerService',
  173.             'App\\Controller\\CustomFormDataController' => 'getCustomFormDataControllerService',
  174.             'App\\Controller\\CustomerSettingController' => 'getCustomerSettingControllerService',
  175.             'App\\Controller\\DefaultController' => 'getDefaultController18Service',
  176.             'App\\Controller\\DomainController' => 'getDomainControllerService',
  177.             'App\\Controller\\EmailTrackerController' => 'getEmailTrackerControllerService',
  178.             'App\\Controller\\EventController' => 'getEventControllerService',
  179.             'App\\Controller\\Front\\PostAptFormSentController' => 'getPostAptFormSentControllerService',
  180.             'App\\Controller\\Front\\SurveySentController' => 'getSurveySentControllerService',
  181.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  182.             'App\\Controller\\MeetingController' => 'getMeetingControllerService',
  183.             'App\\Controller\\MessageController' => 'getMessageControllerService',
  184.             'App\\Controller\\NewWebsiteController' => 'getNewWebsiteControllerService',
  185.             'App\\Controller\\NewWidgetController' => 'getNewWidgetControllerService',
  186.             'App\\Controller\\OpenController' => 'getOpenControllerService',
  187.             'App\\Controller\\PatientController' => 'getPatientControllerService',
  188.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  189.             'App\\Controller\\PlivoWebhookController' => 'getPlivoWebhookControllerService',
  190.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  191.             'App\\Controller\\ProspectController' => 'getProspectControllerService',
  192.             'App\\Controller\\PublicProfileController' => 'getPublicProfileControllerService',
  193.             'App\\Controller\\SmsReviewController' => 'getSmsReviewControllerService',
  194.             'App\\Controller\\SyncController' => 'getSyncControllerService',
  195.             'App\\Controller\\TemplateController' => 'getTemplateControllerService',
  196.             'App\\Controller\\TestController' => 'getTestControllerService',
  197.             'App\\Controller\\TwilioWebhookController' => 'getTwilioWebhookControllerService',
  198.             'App\\Controller\\YourController' => 'getYourControllerService',
  199.             'App\\Services\\ClinicManager' => 'getClinicManagerService',
  200.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  201.             'Faker\\Generator' => 'getGeneratorService',
  202.             'HarmBandstra\\SwaggerUiBundle\\Controller\\DocsController' => 'getDocsControllerService',
  203.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  204.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  205.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  206.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  207.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  208.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  209.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  210.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  211.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  212.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  213.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  214.             'Mcfedr\\AwsPushBundle\\Controller\\ApiController' => 'getApiControllerService',
  215.             'Mcfedr\\AwsPushBundle\\Service\\Devices' => 'getDevicesService',
  216.             'Mcfedr\\AwsPushBundle\\Service\\Messages' => 'getMessagesService',
  217.             'Mcfedr\\AwsPushBundle\\Service\\Topics' => 'getTopicsService',
  218.             'Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry' => 'getQueueManagerRegistryService',
  219.             'Mcfedr\\QueueManagerBundle\\Runner\\JobExecutor' => 'getJobExecutorService',
  220.             'Mcfedr\\QueueManagerBundle\\Subscriber\\DoctrineResetSubscriber' => 'getDoctrineResetSubscriberService',
  221.             'Mcfedr\\QueueManagerBundle\\Subscriber\\SwiftMailerSubscriber' => 'getSwiftMailerSubscriberService',
  222.             'Mcfedr\\QueueManagerBundle\\Worker\\DoctrineDelayWorker' => 'getDoctrineDelayWorkerService',
  223.             'Mcfedr\\QueueManagerBundle\\Worker\\PeriodicWorker' => 'getPeriodicWorkerService',
  224.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  225.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  226.             'app.api_error_manager' => 'getApp_ApiErrorManagerService',
  227.             'app.application_authenticator' => 'getApp_ApplicationAuthenticatorService',
  228.             'app.appointment_normalizer' => 'getApp_AppointmentNormalizerService',
  229.             'app.appointment_subscriber' => 'getApp_AppointmentSubscriberService',
  230.             'app.check.clinic_doctrine_listener' => 'getApp_Check_ClinicDoctrineListenerService',
  231.             'app.check.clinic_listener' => 'getApp_Check_ClinicListenerService',
  232.             'app.check_licence_service' => 'getApp_CheckLicenceServiceService',
  233.             'app.clinic_document_category_normalizer' => 'getApp_ClinicDocumentCategoryNormalizerService',
  234.             'app.clinic_form_normalizer' => 'getApp_ClinicFormNormalizerService',
  235.             'app.clinic_marketing_normalizer' => 'getApp_ClinicMarketingNormalizerService',
  236.             'app.clinic_normalizer' => 'getApp_ClinicNormalizerService',
  237.             'app.clinic_price_list_normalizer' => 'getApp_ClinicPriceListNormalizerService',
  238.             'app.clinic_product' => 'getApp_ClinicProductService',
  239.             'app.clinic_report_recency_of_visit' => 'getApp_ClinicReportRecencyOfVisitService',
  240.             'app.clinic_task_item_normalizer' => 'getApp_ClinicTaskItemNormalizerService',
  241.             'app.clinic_treatment_clinic_normalizer' => 'getApp_ClinicTreatmentClinicNormalizerService',
  242.             'app.clinic_user.subscriber' => 'getApp_ClinicUser_SubscriberService',
  243.             'app.clinic_user_normalizer' => 'getApp_ClinicUserNormalizerService',
  244.             'app.clinic_vat_normalizer' => 'getApp_ClinicVatNormalizerService',
  245.             'app.correspondence_from_notification_creator' => 'getApp_CorrespondenceFromNotificationCreatorService',
  246.             'app.create_clinic_gift_voucher' => 'getApp_CreateClinicGiftVoucherService',
  247.             'app.create_default_clinic_data' => 'getApp_CreateDefaultClinicDataService',
  248.             'app.create_default_kinds' => 'getApp_CreateDefaultKindsService',
  249.             'app.create_default_task_board' => 'getApp_CreateDefaultTaskBoardService',
  250.             'app.create_dto_goods_received' => 'getApp_CreateDtoGoodsReceivedService',
  251.             'app.dashboard_service' => 'getApp_DashboardServiceService',
  252.             'app.default_patient_statuses_command' => 'getApp_DefaultPatientStatusesCommandService',
  253.             'app.delete_patient' => 'getApp_DeletePatientService',
  254.             'app.device_manager' => 'getApp_DeviceManagerService',
  255.             'app.docuemnt.subscriber' => 'getApp_Docuemnt_SubscriberService',
  256.             'app.draggable_event_normalizer' => 'getApp_DraggableEventNormalizerService',
  257.             'app.encoder_password' => 'getApp_EncoderPasswordService',
  258.             'app.export_all_data_clinic' => 'getApp_ExportAllDataClinicService',
  259.             'app.file.subscriber' => 'getApp_File_SubscriberService',
  260.             'app.form.subscriber' => 'getApp_Form_SubscriberService',
  261.             'app.form_data_transformer.patient_transformer' => 'getApp_FormDataTransformer_PatientTransformerService',
  262.             'app.form_data_transformer.question_choice_type' => 'getApp_FormDataTransformer_QuestionChoiceTypeService',
  263.             'app.form_file.subscriber' => 'getApp_FormFile_SubscriberService',
  264.             'app.get_address_client' => 'getApp_GetAddressClientService',
  265.             'app.gocardless_service' => 'getApp_GocardlessServiceService',
  266.             'app.google_event_normalizer' => 'getApp_GoogleEventNormalizerService',
  267.             'app.google_service' => 'getApp_GoogleServiceService',
  268.             'app.history' => 'getApp_HistoryService',
  269.             'app.hx_change' => 'getApp_HxChangeService',
  270.             'app.hxc_product_normalizer' => 'getApp_HxcProductNormalizerService',
  271.             'app.hxc_response_normalizer' => 'getApp_HxcResponseNormalizerService',
  272.             'app.invoice_history' => 'getApp_InvoiceHistoryService',
  273.             'app.json_exception_listener' => 'getApp_JsonExceptionListenerService',
  274.             'app.json_response_listener' => 'getApp_JsonResponseListenerService',
  275.             'app.leadcapture_history' => 'getApp_LeadcaptureHistoryService',
  276.             'app.learn_about_normalizer' => 'getApp_LearnAboutNormalizerService',
  277.             'app.learn_about_source_normalizer' => 'getApp_LearnAboutSourceNormalizerService',
  278.             'app.learn_about_sources_command' => 'getApp_LearnAboutSourcesCommandService',
  279.             'app.mail_chimp_batch_response_normalizer' => 'getApp_MailChimpBatchResponseNormalizerService',
  280.             'app.mail_chimp_client' => 'getApp_MailChimpClientService',
  281.             'app.mail_chimp_item_list_campaign_defaults_normalizer' => 'getApp_MailChimpItemListCampaignDefaultsNormalizerService',
  282.             'app.mail_chimp_item_list_contact_normalizer' => 'getApp_MailChimpItemListContactNormalizerService',
  283.             'app.mail_chimp_item_list_normalizer' => 'getApp_MailChimpItemListNormalizerService',
  284.             'app.mail_chimp_member_normalizer' => 'getApp_MailChimpMemberNormalizerService',
  285.             'app.mail_chimp_response_normalizer' => 'getApp_MailChimpResponseNormalizerService',
  286.             'app.mail_chimp_webhook_event_normalizer' => 'getApp_MailChimpWebhookEventNormalizerService',
  287.             'app.mail_chimp_webhook_normalizer' => 'getApp_MailChimpWebhookNormalizerService',
  288.             'app.main_worker' => 'getApp_MainWorkerService',
  289.             'app.media_manager' => 'getApp_MediaManagerService',
  290.             'app.media_normalizer' => 'getApp_MediaNormalizerService',
  291.             'app.message_normalizer' => 'getApp_MessageNormalizerService',
  292.             'app.normalize_clinic_room_normalizer' => 'getApp_NormalizeClinicRoomNormalizerService',
  293.             'app.normalize_day_sheet_normalizer' => 'getApp_NormalizeDaySheetNormalizerService',
  294.             'app.normalize_item_goods_received_normalizer' => 'getApp_NormalizeItemGoodsReceivedNormalizerService',
  295.             'app.normalize_notification_normalizer' => 'getApp_NormalizeNotificationNormalizerService',
  296.             'app.normalize_patient.additional_note_normalizer' => 'getApp_NormalizePatient_AdditionalNoteNormalizerService',
  297.             'app.normalize_patient.audio_note_normalizer' => 'getApp_NormalizePatient_AudioNoteNormalizerService',
  298.             'app.normalize_patient.chronoscan_dto_normalizer' => 'getApp_NormalizePatient_ChronoscanDtoNormalizerService',
  299.             'app.normalize_patient.consultation_note_normalizer' => 'getApp_NormalizePatient_ConsultationNoteNormalizerService',
  300.             'app.normalize_patient.memory_jog_normalizer' => 'getApp_NormalizePatient_MemoryJogNormalizerService',
  301.             'app.normalize_patient.note_normalizer' => 'getApp_NormalizePatient_NoteNormalizerService',
  302.             'app.normalize_patient.sketch_normalizer' => 'getApp_NormalizePatient_SketchNormalizerService',
  303.             'app.normalize_patient.treatment_note_normalizer' => 'getApp_NormalizePatient_TreatmentNoteNormalizerService',
  304.             'app.notifications_manager' => 'getApp_NotificationsManagerService',
  305.             'app.online_booking_settings_normalizer' => 'getApp_OnlineBookingSettingsNormalizerService',
  306.             'app.online_booking_widget_normalizer' => 'getApp_OnlineBookingWidgetNormalizerService',
  307.             'app.outcome_normalizer' => 'getApp_OutcomeNormalizerService',
  308.             'app.outcome_note_normalizer' => 'getApp_OutcomeNoteNormalizerService',
  309.             'app.patient_answer_normalizer' => 'getApp_PatientAnswerNormalizerService',
  310.             'app.patient_capture_history' => 'getApp_PatientCaptureHistoryService',
  311.             'app.patient_correspondence' => 'getApp_PatientCorrespondenceService',
  312.             'app.patient_document_normalizer' => 'getApp_PatientDocumentNormalizerService',
  313.             'app.patient_form_normalizer' => 'getApp_PatientFormNormalizerService',
  314.             'app.patient_generated_voucher_normalizer' => 'getApp_PatientGeneratedVoucherNormalizerService',
  315.             'app.patient_invoice__normalizer' => 'getApp_PatientInvoiceNormalizerService',
  316.             'app.patient_item_normalizer' => 'getApp_PatientItemNormalizerService',
  317.             'app.patient_model_invoice_voucher_normalizer' => 'getApp_PatientModelInvoiceVoucherNormalizerService',
  318.             'app.patient_normalizer' => 'getApp_PatientNormalizerService',
  319.             'app.patient_payment_normalizer' => 'getApp_PatientPaymentNormalizerService',
  320.             'app.patient_photo_normalizer' => 'getApp_PatientPhotoNormalizerService',
  321.             'app.patient_prepay__normalizer' => 'getApp_PatientPrepayNormalizerService',
  322.             'app.patient_prepay_treatment_item_normalizer' => 'getApp_PatientPrepayTreatmentItemNormalizerService',
  323.             'app.patient_question_normalizer' => 'getApp_PatientQuestionNormalizerService',
  324.             'app.patient_questionaire_normalizer' => 'getApp_PatientQuestionaireNormalizerService',
  325.             'app.patient_treatment_normalizer' => 'getApp_PatientTreatmentNormalizerService',
  326.             'app.patient_treatment_photo' => 'getApp_PatientTreatmentPhotoService',
  327.             'app.patient_treatment_photo_used_product' => 'getApp_PatientTreatmentPhotoUsedProductService',
  328.             'app.patient_treatment_plan_normalizer' => 'getApp_PatientTreatmentPlanNormalizerService',
  329.             'app.payment_manager' => 'getApp_PaymentManagerService',
  330.             'app.payment_sense.connect_e' => 'getApp_PaymentSense_ConnectEService',
  331.             'app.payment_sense.handpoint_e' => 'getApp_PaymentSense_HandpointEService',
  332.             'app.payment_sense.pos' => 'getApp_PaymentSense_PosService',
  333.             'app.payment_sense.worker' => 'getApp_PaymentSense_WorkerService',
  334.             'app.pdf_creator' => 'getApp_PdfCreatorService',
  335.             'app.person_daily_schedule_normalizer' => 'getApp_PersonDailyScheduleNormalizerService',
  336.             'app.plivo' => 'getApp_PlivoService',
  337.             'app.product_balance_history' => 'getApp_ProductBalanceHistoryService',
  338.             'app.product_service' => 'getApp_ProductServiceService',
  339.             'app.push_notification' => 'getApp_PushNotificationService',
  340.             'app.quote_area_normalizer' => 'getApp_QuoteAreaNormalizerService',
  341.             'app.reference_creator' => 'getApp_ReferenceCreatorService',
  342.             'app.reminders_manager' => 'getApp_RemindersManagerService',
  343.             'app.reminders_worker' => 'getApp_RemindersWorkerService',
  344.             'app.replace_old_prepay' => 'getApp_ReplaceOldPrepayService',
  345.             'app.report_detail_switch' => 'getApp_ReportDetailSwitchService',
  346.             'app.report_detail_switch_org_level' => 'getApp_ReportDetailSwitchOrgLevelService',
  347.             'app.s3_manager' => 'getApp_S3ManagerService',
  348.             'app.scheduler_calendar_events_service' => 'getApp_SchedulerCalendarEventsServiceService',
  349.             'app.service_csv' => 'getApp_ServiceCsvService',
  350.             'app.session_authenticator' => 'getApp_SessionAuthenticatorService',
  351.             'app.session_destroy' => 'getApp_SessionDestroyService',
  352.             'app.share_clinic_all_patients' => 'getApp_ShareClinicAllPatientsService',
  353.             'app.smsservice' => 'getApp_SmsserviceService',
  354.             'app.super_admin.create' => 'getApp_SuperAdmin_CreateService',
  355.             'app.super_admin_normalizer' => 'getApp_SuperAdminNormalizerService',
  356.             'app.table_conversation_normalizer' => 'getApp_TableConversationNormalizerService',
  357.             'app.terms_and_cond_command' => 'getApp_TermsAndCondCommandService',
  358.             'app.thumbor_listener' => 'getApp_ThumborListenerService',
  359.             'app.traffic_light_patient' => 'getApp_TrafficLightPatientService',
  360.             'app.twilio' => 'getApp_TwilioService',
  361.             'app.update_patient_status' => 'getApp_UpdatePatientStatusService',
  362.             'app.xero_worker' => 'getApp_XeroWorkerService',
  363.             'authentication_handler' => 'getAuthenticationHandlerService',
  364.             'cache.app' => 'getCache_AppService',
  365.             'cache.app_clearer' => 'getCache_AppClearerService',
  366.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  367.             'cache.system' => 'getCache_SystemService',
  368.             'cache.system_clearer' => 'getCache_SystemClearerService',
  369.             'cache_clearer' => 'getCacheClearerService',
  370.             'cache_warmer' => 'getCacheWarmerService',
  371.             'captcha' => 'getCaptchaService',
  372.             'captcha.form.type' => 'getCaptcha_Form_TypeService',
  373.             'captcha.validator' => 'getCaptcha_ValidatorService',
  374.             'command_add_hash_to_widget' => 'getCommandAddHashToWidgetService',
  375.             'command_appointment_update_equipment' => 'getCommandAppointmentUpdateEquipmentService',
  376.             'command_check_unpaid_invoice' => 'getCommandCheckUnpaidInvoiceService',
  377.             'command_create_admin' => 'getCommandCreateAdminService',
  378.             'command_create_clinic_voucher' => 'getCommandCreateClinicVoucherService',
  379.             'command_create_clinics_topics' => 'getCommandCreateClinicsTopicsService',
  380.             'command_create_session_table' => 'getCommandCreateSessionTableService',
  381.             'command_delete_clinic_appointments' => 'getCommandDeleteClinicAppointmentsService',
  382.             'command_delete_online_booking_appointments' => 'getCommandDeleteOnlineBookingAppointmentsService',
  383.             'command_email_stack' => 'getCommandEmailStackService',
  384.             'command_file_download' => 'getCommandFileDownloadService',
  385.             'command_google_add' => 'getCommandGoogleAddService',
  386.             'command_google_calendar_check' => 'getCommandGoogleCalendarCheckService',
  387.             'command_google_event_add_room' => 'getCommandGoogleEventAddRoomService',
  388.             'command_google_event_add_treatment' => 'getCommandGoogleEventAddTreatmentService',
  389.             'command_google_sync' => 'getCommandGoogleSyncService',
  390.             'command_icalendar_export' => 'getCommandIcalendarExportService',
  391.             'command_import_files_by_clinic' => 'getCommandImportFilesByClinicService',
  392.             'command_import_mongo' => 'getCommandImportMongoService',
  393.             'command_import_mysql' => 'getCommandImportMysqlService',
  394.             'command_pdf_create' => 'getCommandPdfCreateService',
  395.             'command_remove_old_archive' => 'getCommandRemoveOldArchiveService',
  396.             'command_send_sms' => 'getCommandSendSmsService',
  397.             'command_sms' => 'getCommandSmsService',
  398.             'command_sms_stack' => 'getCommandSmsStackService',
  399.             'command_test_fixtures' => 'getCommandTestFixturesService',
  400.             'command_thumbor_url' => 'getCommandThumborUrlService',
  401.             'command_update_clinic_automatic' => 'getCommandUpdateClinicAutomaticService',
  402.             'command_update_export_clinic' => 'getCommandUpdateExportClinicService',
  403.             'command_update_mailchimp_patients' => 'getCommandUpdateMailchimpPatientsService',
  404.             'command_update_share_clinic' => 'getCommandUpdateShareClinicService',
  405.             'console.command.public_alias.App\\Command\\ClinicRemovePatientsCommand' => 'getClinicRemovePatientsCommandService',
  406.             'console.command.public_alias.App\\Command\\CreateStripePaymentTypeCommand' => 'getCreateStripePaymentTypeCommandService',
  407.             'console.command.public_alias.App\\Command\\DeleteClinicAnswersCommand' => 'getDeleteClinicAnswersCommandService',
  408.             'console.command.public_alias.App\\Command\\Paymentsense\\CreatePaymentsensePaymentTypesCommand' => 'getCreatePaymentsensePaymentTypesCommandService',
  409.             'console.command.public_alias.App\\Command\\Paymentsense\\EndOfDayReports' => 'getEndOfDayReportsService',
  410.             'console.command.public_alias.App\\Command\\ProcessCampaignTrackingCommand' => 'getProcessCampaignTrackingCommandService',
  411.             'console.command.public_alias.App\\Command\\ProcessFilterCommand' => 'getProcessFilterCommandService',
  412.             'console.command.public_alias.App\\Command\\SetPatientsCreatedByCommand' => 'getSetPatientsCreatedByCommandService',
  413.             'console.command.public_alias.App\\Command\\Temporary\\MigrateLearnAbout' => 'getMigrateLearnAboutService',
  414.             'console.command.public_alias.App\\Command\\UpdateClinicSharingNew' => 'getUpdateClinicSharingNewService',
  415.             'console.command.public_alias.App\\Command\\UpdatePhotoNotesCommand' => 'getUpdatePhotoNotesCommandService',
  416.             'console.command.public_alias.App\\Command\\XeroDataSynchronizeCommand' => 'getXeroDataSynchronizeCommandService',
  417.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  418.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  419.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  420.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  421.             'console.command_loader' => 'getConsole_CommandLoaderService',
  422.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  423.             'data_collector.dump' => 'getDataCollector_DumpService',
  424.             'doctrine' => 'getDoctrineService',
  425.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  426.             'doctrine.dbal.pgsql_connection' => 'getDoctrine_Dbal_PgsqlConnectionService',
  427.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  428.             'error_controller' => 'getErrorControllerService',
  429.             'event_dispatcher' => 'getEventDispatcherService',
  430.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  431.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  432.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  433.             'filesystem' => 'getFilesystemService',
  434.             'form.factory' => 'getForm_FactoryService',
  435.             'form.type.file' => 'getForm_Type_FileService',
  436.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  437.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  438.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  439.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  440.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  441.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  442.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  443.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  444.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  445.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  446.             'http_kernel' => 'getHttpKernelService',
  447.             'knp_paginator' => 'getKnpPaginatorService',
  448.             'logger' => 'getLoggerService',
  449.             'manager_patients_creator_set' => 'getManagerPatientsCreatorSetService',
  450.             'mcfedr_aws_push.sns_client' => 'getMcfedrAwsPush_SnsClientService',
  451.             'mcfedr_queue_manager.default' => 'getMcfedrQueueManager_DefaultService',
  452.             'mcfedr_queue_manager.delay' => 'getMcfedrQueueManager_DelayService',
  453.             'mcfedr_queue_manager.periodic' => 'getMcfedrQueueManager_PeriodicService',
  454.             'mcfedr_queue_manager.runner.default' => 'getMcfedrQueueManager_Runner_DefaultService',
  455.             'mcfedr_queue_manager.runner.delay' => 'getMcfedrQueueManager_Runner_DelayService',
  456.             'message_bus' => 'getMessageBusService',
  457.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  458.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  459.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  460.             'profiler' => 'getProfilerService',
  461.             'request_stack' => 'getRequestStackService',
  462.             'router' => 'getRouterService',
  463.             'routing.loader' => 'getRouting_LoaderService',
  464.             's3_client' => 'getS3ClientService',
  465.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  466.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  467.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  468.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  469.             'security.token_storage' => 'getSecurity_TokenStorageService',
  470.             'serializer' => 'getSerializerService',
  471.             'services_resetter' => 'getServicesResetterService',
  472.             'ses_client' => 'getSesClientService',
  473.             'session' => 'getSessionService',
  474.             'simple_captcha' => 'getSimpleCaptchaService',
  475.             'simple_captcha.form.type' => 'getSimpleCaptcha_Form_TypeService',
  476.             'simple_captcha.validator' => 'getSimpleCaptcha_ValidatorService',
  477.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  478.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  479.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  480.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  481.             'translator' => 'getTranslatorService',
  482.             'twig' => 'getTwigService',
  483.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  484.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  485.             'validator' => 'getValidatorService',
  486.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  487.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  488.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  489.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  490.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  491.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  492.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  493.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  494.         ];
  495.         $this->aliases = [
  496.             'Mcfedr\\QueueManagerBundle\\Command\\DoctrineDelayRunnerCommand' => 'mcfedr_queue_manager.runner.delay',
  497.             'Mcfedr\\QueueManagerBundle\\Command\\SqsRunnerCommand' => 'mcfedr_queue_manager.runner.default',
  498.             'Mcfedr\\QueueManagerBundle\\Manager\\DoctrineDelayQueueManager' => 'mcfedr_queue_manager.delay',
  499.             'Mcfedr\\QueueManagerBundle\\Manager\\PeriodicQueueManager' => 'mcfedr_queue_manager.periodic',
  500.             'Mcfedr\\QueueManagerBundle\\Manager\\SqsQueueManager' => 'mcfedr_queue_manager.default',
  501.             'app.clinic_manager' => 'App\\Services\\ClinicManager',
  502.             'console.command.public_alias.App\\Command\\AdminCreateCommand' => 'command_create_admin',
  503.             'console.command.public_alias.App\\Command\\AppointmentUpdateEquipmentCommand' => 'command_appointment_update_equipment',
  504.             'console.command.public_alias.App\\Command\\CheckUnpaidInvoiceCommand' => 'command_check_unpaid_invoice',
  505.             'console.command.public_alias.App\\Command\\ClinicDeleteAppointmentsCommand' => 'command_delete_clinic_appointments',
  506.             'console.command.public_alias.App\\Command\\ClinicTopicsCreateCommand' => 'command_create_clinics_topics',
  507.             'console.command.public_alias.App\\Command\\CreateClinicVoucherCommand' => 'command_create_clinic_voucher',
  508.             'console.command.public_alias.App\\Command\\CreateDefaultPatientStatusesCommand' => 'app.default_patient_statuses_command',
  509.             'console.command.public_alias.App\\Command\\CreateSessionTableCommand' => 'command_create_session_table',
  510.             'console.command.public_alias.App\\Command\\DestroySessionCommand' => 'app.session_destroy',
  511.             'console.command.public_alias.App\\Command\\DownloadFileCommand' => 'command_file_download',
  512.             'console.command.public_alias.App\\Command\\ExportClinic' => 'command_update_export_clinic',
  513.             'console.command.public_alias.App\\Command\\GoogleCalendarCheckCommand' => 'command_google_calendar_check',
  514.             'console.command.public_alias.App\\Command\\GoogleEventAddCommand' => 'command_google_add',
  515.             'console.command.public_alias.App\\Command\\GoogleEventAddRoomCommand' => 'command_google_event_add_room',
  516.             'console.command.public_alias.App\\Command\\GoogleEventAddTreatmentCommand' => 'command_google_event_add_treatment',
  517.             'console.command.public_alias.App\\Command\\GoogleEventCheckCommand' => 'command_google_sync',
  518.             'console.command.public_alias.App\\Command\\ICalendarExportCommand' => 'command_icalendar_export',
  519.             'console.command.public_alias.App\\Command\\ImportFilesByClinicCommand' => 'command_import_files_by_clinic',
  520.             'console.command.public_alias.App\\Command\\ImportMongoCommand' => 'command_import_mongo',
  521.             'console.command.public_alias.App\\Command\\ImportMySqlCommand' => 'command_import_mysql',
  522.             'console.command.public_alias.App\\Command\\LearnAboutSourcesCommand' => 'app.learn_about_sources_command',
  523.             'console.command.public_alias.App\\Command\\MailchimpPatientsUpdateCommand' => 'command_update_mailchimp_patients',
  524.             'console.command.public_alias.App\\Command\\OnlineBookingAddHashToWidgetCommand' => 'command_add_hash_to_widget',
  525.             'console.command.public_alias.App\\Command\\OnlineBookingNotConfirmedAppointmentCommand' => 'command_delete_online_booking_appointments',
  526.             'console.command.public_alias.App\\Command\\PdfCreateCommand' => 'command_pdf_create',
  527.             'console.command.public_alias.App\\Command\\RemoveOldArchive' => 'command_remove_old_archive',
  528.             'console.command.public_alias.App\\Command\\ReplaceOldPrepayCommand' => 'app.replace_old_prepay',
  529.             'console.command.public_alias.App\\Command\\SendSmsCommand' => 'command_send_sms',
  530.             'console.command.public_alias.App\\Command\\SmsCommand' => 'command_sms',
  531.             'console.command.public_alias.App\\Command\\TermsAndCondCommand' => 'app.terms_and_cond_command',
  532.             'console.command.public_alias.App\\Command\\TestFixturesLoaderCommand' => 'command_test_fixtures',
  533.             'console.command.public_alias.App\\Command\\ThumborCommand' => 'command_thumbor_url',
  534.             'console.command.public_alias.App\\Command\\UpdateClinicSharing' => 'command_update_share_clinic',
  535.             'console.command.public_alias.App\\Command\\UpdateNewClinicAutomatic' => 'command_update_clinic_automatic',
  536.             'database_connection' => 'doctrine.dbal.default_connection',
  537.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  538.             'mailer' => 'swiftmailer.mailer.default',
  539.             'mcfedr_aws_push.devices' => 'Mcfedr\\AwsPushBundle\\Service\\Devices',
  540.             'mcfedr_aws_push.messages' => 'Mcfedr\\AwsPushBundle\\Service\\Messages',
  541.             'mcfedr_aws_push.topics' => 'Mcfedr\\AwsPushBundle\\Service\\Topics',
  542.             'mcfedr_doctrine_delay_queue_driver.worker' => 'Mcfedr\\QueueManagerBundle\\Worker\\DoctrineDelayWorker',
  543.             'mcfedr_periodic_queue_driver.worker' => 'Mcfedr\\QueueManagerBundle\\Worker\\PeriodicWorker',
  544.             'mcfedr_queue_manager.registry' => 'Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry',
  545.             'messenger.default_bus' => 'message_bus',
  546.         ];
  547.         $this->privates['service_container'] = function () {
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  554.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  556.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  557.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  559.             include_once \dirname(__DIR__4).'/src/Aws/SESManager.php';
  560.             include_once \dirname(__DIR__4).'/src/Services/UserManager.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  562.             include_once \dirname(__DIR__4).'/src/EventListener/DoctrineExtensionSubscriber.php';
  563.             include_once \dirname(__DIR__4).'/src/EventListener/XFrameOptionsListener.php';
  564.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/AxisX.php';
  565.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/Interfaces/ListMethodReportInterface.php';
  566.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/AxisY.php';
  567.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/Interfaces/CustomReportFactoryInterface.php';
  568.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/CustomReportFactory.php';
  569.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/Interfaces/ReportFactoryInterface.php';
  570.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/AppointmentsTypePeriod/AppointmentsFactory.php';
  571.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/BillingsTypePeriod/BillingsFactory.php';
  572.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/EmailOpenRateTypePeriod/EmailOpenRateFactory.php';
  573.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/InvoiceTypePeriod/InvoiceFactory.php';
  574.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/CommissionReportTypePeriod/CommissionReportFactory.php';
  575.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/NewPatientsTypePeriod/NewPatientsFactory.php';
  576.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/PatientsTypePeriod/PatientsFactory.php';
  577.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/PractitionerTypePeriod/PractitionerFactory.php';
  578.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/ProspectsTypePeriod/ProspectsFactory.php';
  579.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/ProspectsConvertingTypePeriod/ProspectsConvertingFactory.php';
  580.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/TreatmentsTypePeriod/TreatmentsFactory.php';
  581.             include_once \dirname(__DIR__4).'/src/Model/CustomReports/DobTypePeriod/DobFactory.php';
  582.             include_once \dirname(__DIR__4).'/vendor/jbouzekri/phumbor-bundle/Jb/Bundle/PhumborBundle/Transformer/BaseTransformer.php';
  583.             include_once \dirname(__DIR__4).'/vendor/99designs/phumbor/lib/Thumbor/Url/BuilderFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  587.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  604.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  608.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  617.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  623.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  626.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  629.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  631.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  632.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  633.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  647.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  649.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  651.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  652.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  653.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Twig/Extension/BreadcrumbsExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  756.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  774.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  777.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  789.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  790.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  796.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  812.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  813.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  815.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  816.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  817.             include_once \dirname(__DIR__4).'/vendor/jbouzekri/phumbor-bundle/Jb/Bundle/PhumborBundle/Twig/PhumborExtension.php';
  818.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  819.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  828.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  830.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  832.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  867.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  868.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  870.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  871.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Ses/SesClient.php';
  872.             include_once \dirname(__DIR__4).'/src/EventListener/JsonResponseListener.php';
  873.             include_once \dirname(__DIR__4).'/src/EventListener/ThumborListener.php';
  874.             include_once \dirname(__DIR__4).'/src/EventListener/ClinicSubscriber.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  897.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  898.         };
  899.     }
  900.     public function compile(): void
  901.     {
  902.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  903.     }
  904.     public function isCompiled(): bool
  905.     {
  906.         return true;
  907.     }
  908.     public function getRemovedIds(): array
  909.     {
  910.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  911.     }
  912.     protected function createProxy($class, \Closure $factory)
  913.     {
  914.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  915.         return $factory();
  916.     }
  917.     /**
  918.      * Gets the public 'App\Controller\Admin\AdminSettingController' shared autowired service.
  919.      *
  920.      * @return \App\Controller\Admin\AdminSettingController
  921.      */
  922.     protected function getAdminSettingControllerService()
  923.     {
  924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  926.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminSettingController.php';
  927.         $this->services['App\\Controller\\Admin\\AdminSettingController'] = $instance = new \App\Controller\Admin\AdminSettingController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  928.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\AdminSettingController'$this));
  929.         return $instance;
  930.     }
  931.     /**
  932.      * Gets the public 'App\Controller\Admin\AppointmentController' shared autowired service.
  933.      *
  934.      * @return \App\Controller\Admin\AppointmentController
  935.      */
  936.     protected function getAppointmentControllerService()
  937.     {
  938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  940.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AppointmentController.php';
  941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  942.         include_once \dirname(__DIR__4).'/src/Form/DataTransformer/PatientTransformer.php';
  943.         $this->services['App\\Controller\\Admin\\AppointmentController'] = $instance = new \App\Controller\Admin\AppointmentController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.form_data_transformer.patient_transformer'] ?? ($this->services['app.form_data_transformer.patient_transformer'] = new \App\Form\DataTransformer\PatientTransformer())), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Services\\Zoom\\ZoomAccessTokenGenerator'] ?? $this->getZoomAccessTokenGeneratorService()), ($this->privates['App\\Services\\Zoom\\ZoomMeetingService'] ?? $this->getZoomMeetingServiceService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  944.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\AppointmentController'$this));
  945.         return $instance;
  946.     }
  947.     /**
  948.      * Gets the public 'App\Controller\Admin\BlockerController' shared autowired service.
  949.      *
  950.      * @return \App\Controller\Admin\BlockerController
  951.      */
  952.     protected function getBlockerControllerService()
  953.     {
  954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  956.         include_once \dirname(__DIR__4).'/src/Controller/Admin/BlockerController.php';
  957.         $this->services['App\\Controller\\Admin\\BlockerController'] = $instance = new \App\Controller\Admin\BlockerController();
  958.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\BlockerController'$this));
  959.         return $instance;
  960.     }
  961.     /**
  962.      * Gets the public 'App\Controller\Admin\ChatController' shared autowired service.
  963.      *
  964.      * @return \App\Controller\Admin\ChatController
  965.      */
  966.     protected function getChatControllerService()
  967.     {
  968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  970.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ChatController.php';
  971.         $this->services['App\\Controller\\Admin\\ChatController'] = $instance = new \App\Controller\Admin\ChatController();
  972.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\ChatController'$this));
  973.         return $instance;
  974.     }
  975.     /**
  976.      * Gets the public 'App\Controller\Admin\ClinicDashboardController' shared autowired service.
  977.      *
  978.      * @return \App\Controller\Admin\ClinicDashboardController
  979.      */
  980.     protected function getClinicDashboardControllerService()
  981.     {
  982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  984.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ClinicDashboardController.php';
  985.         include_once \dirname(__DIR__4).'/src/Services/AppointmentService.php';
  986.         include_once \dirname(__DIR__4).'/src/Services/ConversionService.php';
  987.         include_once \dirname(__DIR__4).'/src/Services/PatientService.php';
  988.         include_once \dirname(__DIR__4).'/src/Services/CancellationService.php';
  989.         include_once \dirname(__DIR__4).'/src/Services/RetentionService.php';
  990.         include_once \dirname(__DIR__4).'/src/Services/PatientSpendingService.php';
  991.         include_once \dirname(__DIR__4).'/src/Services/PractitionerReportsService.php';
  992.         include_once \dirname(__DIR__4).'/src/Services/FinancialService.php';
  993.         include_once \dirname(__DIR__4).'/src/Services/VoucherService.php';
  994.         include_once \dirname(__DIR__4).'/src/Services/TerminalService.php';
  995.         include_once \dirname(__DIR__4).'/src/Services/MailingListService.php';
  996.         include_once \dirname(__DIR__4).'/src/Services/SmsMessagesService.php';
  997.         include_once \dirname(__DIR__4).'/src/Services/PatientReferralService.php';
  998.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  999.         $this->services['App\\Controller\\Admin\\ClinicDashboardController'] = $instance = new \App\Controller\Admin\ClinicDashboardController(new \App\Services\AppointmentService($a), new \App\Services\ConversionService($a), new \App\Services\PatientService($a), new \App\Services\CancellationService($a), new \App\Services\RetentionService($a), new \App\Services\PatientSpendingService($a), new \App\Services\PractitionerReportsService($a), new \App\Services\FinancialService($a), new \App\Services\VoucherService($a), new \App\Services\TerminalService($a), new \App\Services\MailingListService($a), new \App\Services\SmsMessagesService($a), new \App\Services\PatientReferralService($a), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1000.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\ClinicDashboardController'$this));
  1001.         return $instance;
  1002.     }
  1003.     /**
  1004.      * Gets the public 'App\Controller\Admin\Clinic\AppointmentCodeController' shared autowired service.
  1005.      *
  1006.      * @return \App\Controller\Admin\Clinic\AppointmentCodeController
  1007.      */
  1008.     protected function getAppointmentCodeControllerService()
  1009.     {
  1010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1012.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/AppointmentCodeController.php';
  1013.         $this->services['App\\Controller\\Admin\\Clinic\\AppointmentCodeController'] = $instance = new \App\Controller\Admin\Clinic\AppointmentCodeController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1014.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\AppointmentCodeController'$this));
  1015.         return $instance;
  1016.     }
  1017.     /**
  1018.      * Gets the public 'App\Controller\Admin\Clinic\BlockerReasonController' shared autowired service.
  1019.      *
  1020.      * @return \App\Controller\Admin\Clinic\BlockerReasonController
  1021.      */
  1022.     protected function getBlockerReasonControllerService()
  1023.     {
  1024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1026.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/BlockerReasonController.php';
  1027.         $this->services['App\\Controller\\Admin\\Clinic\\BlockerReasonController'] = $instance = new \App\Controller\Admin\Clinic\BlockerReasonController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1028.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\BlockerReasonController'$this));
  1029.         return $instance;
  1030.     }
  1031.     /**
  1032.      * Gets the public 'App\Controller\Admin\Clinic\Campaign\DefaultController' shared autowired service.
  1033.      *
  1034.      * @return \App\Controller\Admin\Clinic\Campaign\DefaultController
  1035.      */
  1036.     protected function getDefaultControllerService()
  1037.     {
  1038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1040.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Campaign/DefaultController.php';
  1041.         $this->services['App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\Campaign\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['logger'] ?? $this->getLoggerService()));
  1042.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController'$this));
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the public 'App\Controller\Admin\Clinic\ChronoscanController' shared autowired service.
  1047.      *
  1048.      * @return \App\Controller\Admin\Clinic\ChronoscanController
  1049.      */
  1050.     protected function getChronoscanControllerService()
  1051.     {
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1054.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/ChronoscanController.php';
  1055.         $this->services['App\\Controller\\Admin\\Clinic\\ChronoscanController'] = $instance = new \App\Controller\Admin\Clinic\ChronoscanController();
  1056.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\ChronoscanController'$this));
  1057.         return $instance;
  1058.     }
  1059.     /**
  1060.      * Gets the public 'App\Controller\Admin\Clinic\ClinicCorrespondenceController' shared autowired service.
  1061.      *
  1062.      * @return \App\Controller\Admin\Clinic\ClinicCorrespondenceController
  1063.      */
  1064.     protected function getClinicCorrespondenceControllerService()
  1065.     {
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1068.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/ClinicCorrespondenceController.php';
  1069.         $this->services['App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController'] = $instance = new \App\Controller\Admin\Clinic\ClinicCorrespondenceController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  1070.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController'$this));
  1071.         return $instance;
  1072.     }
  1073.     /**
  1074.      * Gets the public 'App\Controller\Admin\Clinic\ClinicCustomReportController' shared autowired service.
  1075.      *
  1076.      * @return \App\Controller\Admin\Clinic\ClinicCustomReportController
  1077.      */
  1078.     protected function getClinicCustomReportControllerService()
  1079.     {
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1082.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/ClinicCustomReportController.php';
  1083.         include_once \dirname(__DIR__4).'/src/Services/CustomReports/GenerateReportsService.php';
  1084.         include_once \dirname(__DIR__4).'/src/Model/CustomReports/Filter/Filter.php';
  1085.         include_once \dirname(__DIR__4).'/src/Services/CustomReports/ColumnsReportsService.php';
  1086.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1087.         $b = new \App\Model\CustomReports\Filter\Filter();
  1088.         $c = ($this->privates['App\\Services\\CustomReports\\ColumnsReportsService'] ?? ($this->privates['App\\Services\\CustomReports\\ColumnsReportsService'] = new \App\Services\CustomReports\ColumnsReportsService()));
  1089.         $this->services['App\\Controller\\Admin\\Clinic\\ClinicCustomReportController'] = $instance = new \App\Controller\Admin\Clinic\ClinicCustomReportController(new \App\Services\CustomReports\GenerateReportsService($a, ($this->privates['App\\Model\\CustomReports\\AxisX'] ?? $this->getAxisXService()), ($this->privates['App\\Model\\CustomReports\\AxisY'] ?? ($this->privates['App\\Model\\CustomReports\\AxisY'] = new \App\Model\CustomReports\AxisY())), $b, ($this->privates['App\\Model\\CustomReports\\CustomReportFactory'] ?? $this->getCustomReportFactoryService()), $c), $c$b$a, ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1090.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\ClinicCustomReportController'$this));
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the public 'App\Controller\Admin\Clinic\DefaultController' shared autowired service.
  1095.      *
  1096.      * @return \App\Controller\Admin\Clinic\DefaultController
  1097.      */
  1098.     protected function getDefaultController2Service()
  1099.     {
  1100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1102.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/DefaultController.php';
  1103.         $this->services['App\\Controller\\Admin\\Clinic\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.create_default_clinic_data'] ?? $this->getApp_CreateDefaultClinicDataService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['App\\Services\\ClinicManager'] ?? $this->getClinicManagerService()), ($this->privates['App\\Services\\Xero\\XeroService'] ?? $this->getXeroServiceService()), ($this->privates['App\\Services\\Zoom\\ZoomAccessTokenGenerator'] ?? $this->getZoomAccessTokenGeneratorService()), ($this->services['app.xero_worker'] ?? $this->getApp_XeroWorkerService()));
  1104.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\DefaultController'$this));
  1105.         return $instance;
  1106.     }
  1107.     /**
  1108.      * Gets the public 'App\Controller\Admin\Clinic\DiscountReasonController' shared autowired service.
  1109.      *
  1110.      * @return \App\Controller\Admin\Clinic\DiscountReasonController
  1111.      */
  1112.     protected function getDiscountReasonControllerService()
  1113.     {
  1114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1116.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/DiscountReasonController.php';
  1117.         $this->services['App\\Controller\\Admin\\Clinic\\DiscountReasonController'] = $instance = new \App\Controller\Admin\Clinic\DiscountReasonController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1118.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\DiscountReasonController'$this));
  1119.         return $instance;
  1120.     }
  1121.     /**
  1122.      * Gets the public 'App\Controller\Admin\Clinic\DocumentCategoryController' shared autowired service.
  1123.      *
  1124.      * @return \App\Controller\Admin\Clinic\DocumentCategoryController
  1125.      */
  1126.     protected function getDocumentCategoryControllerService()
  1127.     {
  1128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1130.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/DocumentCategoryController.php';
  1131.         $this->services['App\\Controller\\Admin\\Clinic\\DocumentCategoryController'] = $instance = new \App\Controller\Admin\Clinic\DocumentCategoryController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1132.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\DocumentCategoryController'$this));
  1133.         return $instance;
  1134.     }
  1135.     /**
  1136.      * Gets the public 'App\Controller\Admin\Clinic\EmailTemplate\DefaultController' shared autowired service.
  1137.      *
  1138.      * @return \App\Controller\Admin\Clinic\EmailTemplate\DefaultController
  1139.      */
  1140.     protected function getDefaultController3Service()
  1141.     {
  1142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1144.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/EmailTemplate/DefaultController.php';
  1145.         $this->services['App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\EmailTemplate\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1146.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController'$this));
  1147.         return $instance;
  1148.     }
  1149.     /**
  1150.      * Gets the public 'App\Controller\Admin\Clinic\EquipmentController' shared autowired service.
  1151.      *
  1152.      * @return \App\Controller\Admin\Clinic\EquipmentController
  1153.      */
  1154.     protected function getEquipmentControllerService()
  1155.     {
  1156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1158.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/EquipmentController.php';
  1159.         $this->services['App\\Controller\\Admin\\Clinic\\EquipmentController'] = $instance = new \App\Controller\Admin\Clinic\EquipmentController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1160.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\EquipmentController'$this));
  1161.         return $instance;
  1162.     }
  1163.     /**
  1164.      * Gets the public 'App\Controller\Admin\Clinic\Filter\DefaultController' shared autowired service.
  1165.      *
  1166.      * @return \App\Controller\Admin\Clinic\Filter\DefaultController
  1167.      */
  1168.     protected function getDefaultController4Service()
  1169.     {
  1170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1172.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Filter/DefaultController.php';
  1173.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1174.         $this->services['App\\Controller\\Admin\\Clinic\\Filter\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\Filter\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  1175.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Filter\\DefaultController'$this));
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public 'App\Controller\Admin\Clinic\FormsAreaController' shared autowired service.
  1180.      *
  1181.      * @return \App\Controller\Admin\Clinic\FormsAreaController
  1182.      */
  1183.     protected function getFormsAreaControllerService()
  1184.     {
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1187.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/FormsAreaController.php';
  1188.         $this->services['App\\Controller\\Admin\\Clinic\\FormsAreaController'] = $instance = new \App\Controller\Admin\Clinic\FormsAreaController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1189.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\FormsAreaController'$this));
  1190.         return $instance;
  1191.     }
  1192.     /**
  1193.      * Gets the public 'App\Controller\Admin\Clinic\HealthXChangeController' shared autowired service.
  1194.      *
  1195.      * @return \App\Controller\Admin\Clinic\HealthXChangeController
  1196.      */
  1197.     protected function getHealthXChangeControllerService()
  1198.     {
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1201.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/HealthXChangeController.php';
  1202.         $this->services['App\\Controller\\Admin\\Clinic\\HealthXChangeController'] = $instance = new \App\Controller\Admin\Clinic\HealthXChangeController();
  1203.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\HealthXChangeController'$this));
  1204.         return $instance;
  1205.     }
  1206.     /**
  1207.      * Gets the public 'App\Controller\Admin\Clinic\LearnAboutController' shared autowired service.
  1208.      *
  1209.      * @return \App\Controller\Admin\Clinic\LearnAboutController
  1210.      */
  1211.     protected function getLearnAboutControllerService()
  1212.     {
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1215.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/LearnAboutController.php';
  1216.         $this->services['App\\Controller\\Admin\\Clinic\\LearnAboutController'] = $instance = new \App\Controller\Admin\Clinic\LearnAboutController();
  1217.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\LearnAboutController'$this));
  1218.         return $instance;
  1219.     }
  1220.     /**
  1221.      * Gets the public 'App\Controller\Admin\Clinic\LicenseController' shared autowired service.
  1222.      *
  1223.      * @return \App\Controller\Admin\Clinic\LicenseController
  1224.      */
  1225.     protected function getLicenseControllerService()
  1226.     {
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1229.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/LicenseController.php';
  1230.         $this->services['App\\Controller\\Admin\\Clinic\\LicenseController'] = $instance = new \App\Controller\Admin\Clinic\LicenseController(($this->services['app.gocardless_service'] ?? $this->getApp_GocardlessServiceService()));
  1231.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\LicenseController'$this));
  1232.         return $instance;
  1233.     }
  1234.     /**
  1235.      * Gets the public 'App\Controller\Admin\Clinic\LocationController' shared autowired service.
  1236.      *
  1237.      * @return \App\Controller\Admin\Clinic\LocationController
  1238.      */
  1239.     protected function getLocationControllerService()
  1240.     {
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1243.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/LocationController.php';
  1244.         $this->services['App\\Controller\\Admin\\Clinic\\LocationController'] = $instance = new \App\Controller\Admin\Clinic\LocationController();
  1245.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\LocationController'$this));
  1246.         return $instance;
  1247.     }
  1248.     /**
  1249.      * Gets the public 'App\Controller\Admin\Clinic\MailChimpController' shared autowired service.
  1250.      *
  1251.      * @return \App\Controller\Admin\Clinic\MailChimpController
  1252.      */
  1253.     protected function getMailChimpControllerService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1257.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/MailChimpController.php';
  1258.         $this->services['App\\Controller\\Admin\\Clinic\\MailChimpController'] = $instance = new \App\Controller\Admin\Clinic\MailChimpController(($this->services['logger'] ?? $this->getLoggerService()));
  1259.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\MailChimpController'$this));
  1260.         return $instance;
  1261.     }
  1262.     /**
  1263.      * Gets the public 'App\Controller\Admin\Clinic\MarketingController' shared autowired service.
  1264.      *
  1265.      * @return \App\Controller\Admin\Clinic\MarketingController
  1266.      */
  1267.     protected function getMarketingControllerService()
  1268.     {
  1269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1271.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/MarketingController.php';
  1272.         $this->services['App\\Controller\\Admin\\Clinic\\MarketingController'] = $instance = new \App\Controller\Admin\Clinic\MarketingController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1273.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\MarketingController'$this));
  1274.         return $instance;
  1275.     }
  1276.     /**
  1277.      * Gets the public 'App\Controller\Admin\Clinic\Membership\DefaultController' shared autowired service.
  1278.      *
  1279.      * @return \App\Controller\Admin\Clinic\Membership\DefaultController
  1280.      */
  1281.     protected function getDefaultController5Service()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1285.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Membership/DefaultController.php';
  1286.         $this->services['App\\Controller\\Admin\\Clinic\\Membership\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\Membership\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1287.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Membership\\DefaultController'$this));
  1288.         return $instance;
  1289.     }
  1290.     /**
  1291.      * Gets the public 'App\Controller\Admin\Clinic\Membership\MembershipItemController' shared autowired service.
  1292.      *
  1293.      * @return \App\Controller\Admin\Clinic\Membership\MembershipItemController
  1294.      */
  1295.     protected function getMembershipItemControllerService()
  1296.     {
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1299.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Membership/MembershipItemController.php';
  1300.         $this->services['App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController'] = $instance = new \App\Controller\Admin\Clinic\Membership\MembershipItemController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1301.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController'$this));
  1302.         return $instance;
  1303.     }
  1304.     /**
  1305.      * Gets the public 'App\Controller\Admin\Clinic\NotConvertReasonController' shared autowired service.
  1306.      *
  1307.      * @return \App\Controller\Admin\Clinic\NotConvertReasonController
  1308.      */
  1309.     protected function getNotConvertReasonControllerService()
  1310.     {
  1311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1313.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/NotConvertReasonController.php';
  1314.         $this->services['App\\Controller\\Admin\\Clinic\\NotConvertReasonController'] = $instance = new \App\Controller\Admin\Clinic\NotConvertReasonController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1315.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\NotConvertReasonController'$this));
  1316.         return $instance;
  1317.     }
  1318.     /**
  1319.      * Gets the public 'App\Controller\Admin\Clinic\NotificationController' shared autowired service.
  1320.      *
  1321.      * @return \App\Controller\Admin\Clinic\NotificationController
  1322.      */
  1323.     protected function getNotificationControllerService()
  1324.     {
  1325.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1327.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/NotificationController.php';
  1328.         $this->services['App\\Controller\\Admin\\Clinic\\NotificationController'] = $instance = new \App\Controller\Admin\Clinic\NotificationController();
  1329.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\NotificationController'$this));
  1330.         return $instance;
  1331.     }
  1332.     /**
  1333.      * Gets the public 'App\Controller\Admin\Clinic\OnlineBookingController' shared autowired service.
  1334.      *
  1335.      * @return \App\Controller\Admin\Clinic\OnlineBookingController
  1336.      */
  1337.     protected function getOnlineBookingControllerService()
  1338.     {
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1341.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/OnlineBookingController.php';
  1342.         $this->services['App\\Controller\\Admin\\Clinic\\OnlineBookingController'] = $instance = new \App\Controller\Admin\Clinic\OnlineBookingController();
  1343.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\OnlineBookingController'$this));
  1344.         return $instance;
  1345.     }
  1346.     /**
  1347.      * Gets the public 'App\Controller\Admin\Clinic\OutcomeController' shared autowired service.
  1348.      *
  1349.      * @return \App\Controller\Admin\Clinic\OutcomeController
  1350.      */
  1351.     protected function getOutcomeControllerService()
  1352.     {
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1355.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/OutcomeController.php';
  1356.         $this->services['App\\Controller\\Admin\\Clinic\\OutcomeController'] = $instance = new \App\Controller\Admin\Clinic\OutcomeController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1357.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\OutcomeController'$this));
  1358.         return $instance;
  1359.     }
  1360.     /**
  1361.      * Gets the public 'App\Controller\Admin\Clinic\PatientStatusController' shared autowired service.
  1362.      *
  1363.      * @return \App\Controller\Admin\Clinic\PatientStatusController
  1364.      */
  1365.     protected function getPatientStatusControllerService()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1369.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/PatientStatusController.php';
  1370.         $this->services['App\\Controller\\Admin\\Clinic\\PatientStatusController'] = $instance = new \App\Controller\Admin\Clinic\PatientStatusController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1371.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\PatientStatusController'$this));
  1372.         return $instance;
  1373.     }
  1374.     /**
  1375.      * Gets the public 'App\Controller\Admin\Clinic\PlivoController' shared autowired service.
  1376.      *
  1377.      * @return \App\Controller\Admin\Clinic\PlivoController
  1378.      */
  1379.     protected function getPlivoControllerService()
  1380.     {
  1381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1383.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/PlivoController.php';
  1384.         $this->services['App\\Controller\\Admin\\Clinic\\PlivoController'] = $instance = new \App\Controller\Admin\Clinic\PlivoController();
  1385.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\PlivoController'$this));
  1386.         return $instance;
  1387.     }
  1388.     /**
  1389.      * Gets the public 'App\Controller\Admin\Clinic\PolicyController' shared autowired service.
  1390.      *
  1391.      * @return \App\Controller\Admin\Clinic\PolicyController
  1392.      */
  1393.     protected function getPolicyControllerService()
  1394.     {
  1395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1397.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/PolicyController.php';
  1398.         $this->services['App\\Controller\\Admin\\Clinic\\PolicyController'] = $instance = new \App\Controller\Admin\Clinic\PolicyController();
  1399.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\PolicyController'$this));
  1400.         return $instance;
  1401.     }
  1402.     /**
  1403.      * Gets the public 'App\Controller\Admin\Clinic\PostAptFormController' shared autowired service.
  1404.      *
  1405.      * @return \App\Controller\Admin\Clinic\PostAptFormController
  1406.      */
  1407.     protected function getPostAptFormControllerService()
  1408.     {
  1409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1411.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/PostAptFormController.php';
  1412.         $this->services['App\\Controller\\Admin\\Clinic\\PostAptFormController'] = $instance = new \App\Controller\Admin\Clinic\PostAptFormController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1413.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\PostAptFormController'$this));
  1414.         return $instance;
  1415.     }
  1416.     /**
  1417.      * Gets the public 'App\Controller\Admin\Clinic\PrescriptionController' shared autowired service.
  1418.      *
  1419.      * @return \App\Controller\Admin\Clinic\PrescriptionController
  1420.      */
  1421.     protected function getPrescriptionControllerService()
  1422.     {
  1423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1425.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/PrescriptionController.php';
  1426.         $this->services['App\\Controller\\Admin\\Clinic\\PrescriptionController'] = $instance = new \App\Controller\Admin\Clinic\PrescriptionController(($this->privates['App\\Services\\CreatePdf'] ?? $this->getCreatePdfService()));
  1427.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\PrescriptionController'$this));
  1428.         return $instance;
  1429.     }
  1430.     /**
  1431.      * Gets the public 'App\Controller\Admin\Clinic\PriceTierController' shared autowired service.
  1432.      *
  1433.      * @return \App\Controller\Admin\Clinic\PriceTierController
  1434.      */
  1435.     protected function getPriceTierControllerService()
  1436.     {
  1437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1439.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/PriceTierController.php';
  1440.         $this->services['App\\Controller\\Admin\\Clinic\\PriceTierController'] = $instance = new \App\Controller\Admin\Clinic\PriceTierController();
  1441.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\PriceTierController'$this));
  1442.         return $instance;
  1443.     }
  1444.     /**
  1445.      * Gets the public 'App\Controller\Admin\Clinic\Questionaire\DefaultController' shared autowired service.
  1446.      *
  1447.      * @return \App\Controller\Admin\Clinic\Questionaire\DefaultController
  1448.      */
  1449.     protected function getDefaultController6Service()
  1450.     {
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1453.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Questionaire/DefaultController.php';
  1454.         $this->services['App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\Questionaire\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  1455.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController'$this));
  1456.         return $instance;
  1457.     }
  1458.     /**
  1459.      * Gets the public 'App\Controller\Admin\Clinic\Questionaire\QuestionController' shared autowired service.
  1460.      *
  1461.      * @return \App\Controller\Admin\Clinic\Questionaire\QuestionController
  1462.      */
  1463.     protected function getQuestionControllerService()
  1464.     {
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1467.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Questionaire/QuestionController.php';
  1468.         $this->services['App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController'] = $instance = new \App\Controller\Admin\Clinic\Questionaire\QuestionController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1469.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController'$this));
  1470.         return $instance;
  1471.     }
  1472.     /**
  1473.      * Gets the public 'App\Controller\Admin\Clinic\RegisterController' shared autowired service.
  1474.      *
  1475.      * @return \App\Controller\Admin\Clinic\RegisterController
  1476.      */
  1477.     protected function getRegisterControllerService()
  1478.     {
  1479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1481.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/RegisterController.php';
  1482.         $this->services['App\\Controller\\Admin\\Clinic\\RegisterController'] = $instance = new \App\Controller\Admin\Clinic\RegisterController(($this->services['session'] ?? $this->getSessionService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.create_default_clinic_data'] ?? $this->getApp_CreateDefaultClinicDataService()), ($this->services['router'] ?? $this->getRouterService()));
  1483.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\RegisterController'$this));
  1484.         return $instance;
  1485.     }
  1486.     /**
  1487.      * Gets the public 'App\Controller\Admin\Clinic\ReminderController' shared autowired service.
  1488.      *
  1489.      * @return \App\Controller\Admin\Clinic\ReminderController
  1490.      */
  1491.     protected function getReminderControllerService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1495.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/ReminderController.php';
  1496.         $this->services['App\\Controller\\Admin\\Clinic\\ReminderController'] = $instance = new \App\Controller\Admin\Clinic\ReminderController();
  1497.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\ReminderController'$this));
  1498.         return $instance;
  1499.     }
  1500.     /**
  1501.      * Gets the public 'App\Controller\Admin\Clinic\RoomController' shared autowired service.
  1502.      *
  1503.      * @return \App\Controller\Admin\Clinic\RoomController
  1504.      */
  1505.     protected function getRoomControllerService()
  1506.     {
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1509.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/RoomController.php';
  1510.         $this->services['App\\Controller\\Admin\\Clinic\\RoomController'] = $instance = new \App\Controller\Admin\Clinic\RoomController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1511.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\RoomController'$this));
  1512.         return $instance;
  1513.     }
  1514.     /**
  1515.      * Gets the public 'App\Controller\Admin\Clinic\Stock\BatchController' shared autowired service.
  1516.      *
  1517.      * @return \App\Controller\Admin\Clinic\Stock\BatchController
  1518.      */
  1519.     protected function getBatchControllerService()
  1520.     {
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1523.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/BatchController.php';
  1524.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\BatchController'] = $instance = new \App\Controller\Admin\Clinic\Stock\BatchController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1525.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\BatchController'$this));
  1526.         return $instance;
  1527.     }
  1528.     /**
  1529.      * Gets the public 'App\Controller\Admin\Clinic\Stock\DefaultController' shared autowired service.
  1530.      *
  1531.      * @return \App\Controller\Admin\Clinic\Stock\DefaultController
  1532.      */
  1533.     protected function getDefaultController7Service()
  1534.     {
  1535.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1537.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/DefaultController.php';
  1538.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\Stock\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1539.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\DefaultController'$this));
  1540.         return $instance;
  1541.     }
  1542.     /**
  1543.      * Gets the public 'App\Controller\Admin\Clinic\Stock\FormarchiveController' shared autowired service.
  1544.      *
  1545.      * @return \App\Controller\Admin\Clinic\Stock\FormarchiveController
  1546.      */
  1547.     protected function getFormarchiveControllerService()
  1548.     {
  1549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1551.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/FormarchiveController.php';
  1552.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\FormarchiveController'] = $instance = new \App\Controller\Admin\Clinic\Stock\FormarchiveController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1553.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\FormarchiveController'$this));
  1554.         return $instance;
  1555.     }
  1556.     /**
  1557.      * Gets the public 'App\Controller\Admin\Clinic\Stock\GoodsReceivedController' shared autowired service.
  1558.      *
  1559.      * @return \App\Controller\Admin\Clinic\Stock\GoodsReceivedController
  1560.      */
  1561.     protected function getGoodsReceivedControllerService()
  1562.     {
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1565.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/GoodsReceivedController.php';
  1566.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController'] = $instance = new \App\Controller\Admin\Clinic\Stock\GoodsReceivedController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.history'] ?? $this->getApp_HistoryService()));
  1567.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController'$this));
  1568.         return $instance;
  1569.     }
  1570.     /**
  1571.      * Gets the public 'App\Controller\Admin\Clinic\Stock\HealthXChangeController' shared autowired service.
  1572.      *
  1573.      * @return \App\Controller\Admin\Clinic\Stock\HealthXChangeController
  1574.      */
  1575.     protected function getHealthXChangeController2Service()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1579.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/HealthXChangeController.php';
  1580.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController'] = $instance = new \App\Controller\Admin\Clinic\Stock\HealthXChangeController(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.hx_change'] ?? $this->getApp_HxChangeService()));
  1581.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController'$this));
  1582.         return $instance;
  1583.     }
  1584.     /**
  1585.      * Gets the public 'App\Controller\Admin\Clinic\Stock\PrepayPackageController' shared autowired service.
  1586.      *
  1587.      * @return \App\Controller\Admin\Clinic\Stock\PrepayPackageController
  1588.      */
  1589.     protected function getPrepayPackageControllerService()
  1590.     {
  1591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1593.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/PrepayPackageController.php';
  1594.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController'] = $instance = new \App\Controller\Admin\Clinic\Stock\PrepayPackageController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1595.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController'$this));
  1596.         return $instance;
  1597.     }
  1598.     /**
  1599.      * Gets the public 'App\Controller\Admin\Clinic\Stock\PriceListController' shared autowired service.
  1600.      *
  1601.      * @return \App\Controller\Admin\Clinic\Stock\PriceListController
  1602.      */
  1603.     protected function getPriceListControllerService()
  1604.     {
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1607.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/PriceListController.php';
  1608.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\PriceListController'] = $instance = new \App\Controller\Admin\Clinic\Stock\PriceListController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  1609.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\PriceListController'$this));
  1610.         return $instance;
  1611.     }
  1612.     /**
  1613.      * Gets the public 'App\Controller\Admin\Clinic\Stock\ProductController' shared autowired service.
  1614.      *
  1615.      * @return \App\Controller\Admin\Clinic\Stock\ProductController
  1616.      */
  1617.     protected function getProductControllerService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1621.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/ProductController.php';
  1622.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\ProductController'] = $instance = new \App\Controller\Admin\Clinic\Stock\ProductController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  1623.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\ProductController'$this));
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the public 'App\Controller\Admin\Clinic\Stock\TreatmentClinicController' shared autowired service.
  1628.      *
  1629.      * @return \App\Controller\Admin\Clinic\Stock\TreatmentClinicController
  1630.      */
  1631.     protected function getTreatmentClinicControllerService()
  1632.     {
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1635.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/TreatmentClinicController.php';
  1636.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController'] = $instance = new \App\Controller\Admin\Clinic\Stock\TreatmentClinicController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  1637.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController'$this));
  1638.         return $instance;
  1639.     }
  1640.     /**
  1641.      * Gets the public 'App\Controller\Admin\Clinic\Stock\TreatmentGroupController' shared autowired service.
  1642.      *
  1643.      * @return \App\Controller\Admin\Clinic\Stock\TreatmentGroupController
  1644.      */
  1645.     protected function getTreatmentGroupControllerService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1649.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/Stock/TreatmentGroupController.php';
  1650.         $this->services['App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController'] = $instance = new \App\Controller\Admin\Clinic\Stock\TreatmentGroupController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1651.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController'$this));
  1652.         return $instance;
  1653.     }
  1654.     /**
  1655.      * Gets the public 'App\Controller\Admin\Clinic\StripeController' shared autowired service.
  1656.      *
  1657.      * @return \App\Controller\Admin\Clinic\StripeController
  1658.      */
  1659.     protected function getStripeControllerService()
  1660.     {
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1663.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/StripeController.php';
  1664.         $this->services['App\\Controller\\Admin\\Clinic\\StripeController'] = $instance = new \App\Controller\Admin\Clinic\StripeController();
  1665.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\StripeController'$this));
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'App\Controller\Admin\Clinic\SurveyController' shared autowired service.
  1670.      *
  1671.      * @return \App\Controller\Admin\Clinic\SurveyController
  1672.      */
  1673.     protected function getSurveyControllerService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1677.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/SurveyController.php';
  1678.         $this->services['App\\Controller\\Admin\\Clinic\\SurveyController'] = $instance = new \App\Controller\Admin\Clinic\SurveyController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1679.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\SurveyController'$this));
  1680.         return $instance;
  1681.     }
  1682.     /**
  1683.      * Gets the public 'App\Controller\Admin\Clinic\SystemEmails\DefaultController' shared autowired service.
  1684.      *
  1685.      * @return \App\Controller\Admin\Clinic\SystemEmails\DefaultController
  1686.      */
  1687.     protected function getDefaultController8Service()
  1688.     {
  1689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1691.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/SystemEmails/DefaultController.php';
  1692.         $this->services['App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController'] = $instance = new \App\Controller\Admin\Clinic\SystemEmails\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1693.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController'$this));
  1694.         return $instance;
  1695.     }
  1696.     /**
  1697.      * Gets the public 'App\Controller\Admin\Clinic\TermsAndCondController' shared autowired service.
  1698.      *
  1699.      * @return \App\Controller\Admin\Clinic\TermsAndCondController
  1700.      */
  1701.     protected function getTermsAndCondControllerService()
  1702.     {
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1705.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/TermsAndCondController.php';
  1706.         $this->services['App\\Controller\\Admin\\Clinic\\TermsAndCondController'] = $instance = new \App\Controller\Admin\Clinic\TermsAndCondController();
  1707.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\TermsAndCondController'$this));
  1708.         return $instance;
  1709.     }
  1710.     /**
  1711.      * Gets the public 'App\Controller\Admin\Clinic\TwilioController' shared autowired service.
  1712.      *
  1713.      * @return \App\Controller\Admin\Clinic\TwilioController
  1714.      */
  1715.     protected function getTwilioControllerService()
  1716.     {
  1717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1719.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/TwilioController.php';
  1720.         $this->services['App\\Controller\\Admin\\Clinic\\TwilioController'] = $instance = new \App\Controller\Admin\Clinic\TwilioController();
  1721.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\TwilioController'$this));
  1722.         return $instance;
  1723.     }
  1724.     /**
  1725.      * Gets the public 'App\Controller\Admin\Clinic\UserController' shared autowired service.
  1726.      *
  1727.      * @return \App\Controller\Admin\Clinic\UserController
  1728.      */
  1729.     protected function getUserControllerService()
  1730.     {
  1731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1733.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Clinic/UserController.php';
  1734.         $this->services['App\\Controller\\Admin\\Clinic\\UserController'] = $instance = new \App\Controller\Admin\Clinic\UserController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  1735.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Clinic\\UserController'$this));
  1736.         return $instance;
  1737.     }
  1738.     /**
  1739.      * Gets the public 'App\Controller\Admin\CustomReports\CustomReportsController' shared autowired service.
  1740.      *
  1741.      * @return \App\Controller\Admin\CustomReports\CustomReportsController
  1742.      */
  1743.     protected function getCustomReportsControllerService()
  1744.     {
  1745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1747.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomReports/CustomReportsController.php';
  1748.         include_once \dirname(__DIR__4).'/src/Services/CustomReports/ColumnsReportsService.php';
  1749.         $this->services['App\\Controller\\Admin\\CustomReports\\CustomReportsController'] = $instance = new \App\Controller\Admin\CustomReports\CustomReportsController(($this->privates['App\\Model\\CustomReports\\AxisX'] ?? $this->getAxisXService()), ($this->privates['App\\Model\\CustomReports\\AxisY'] ?? ($this->privates['App\\Model\\CustomReports\\AxisY'] = new \App\Model\CustomReports\AxisY())), ($this->privates['App\\Services\\CustomReports\\ColumnsReportsService'] ?? ($this->privates['App\\Services\\CustomReports\\ColumnsReportsService'] = new \App\Services\CustomReports\ColumnsReportsService())));
  1750.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\CustomReports\\CustomReportsController'$this));
  1751.         return $instance;
  1752.     }
  1753.     /**
  1754.      * Gets the public 'App\Controller\Admin\CustomReports\FavoritesCustomReportsController' shared autowired service.
  1755.      *
  1756.      * @return \App\Controller\Admin\CustomReports\FavoritesCustomReportsController
  1757.      */
  1758.     protected function getFavoritesCustomReportsControllerService()
  1759.     {
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1762.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomReports/FavoritesCustomReportsController.php';
  1763.         $this->services['App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController'] = $instance = new \App\Controller\Admin\CustomReports\FavoritesCustomReportsController();
  1764.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController'$this));
  1765.         return $instance;
  1766.     }
  1767.     /**
  1768.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  1769.      *
  1770.      * @return \App\Controller\Admin\DashboardController
  1771.      */
  1772.     protected function getDashboardControllerService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1776.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  1777.         include_once \dirname(__DIR__4).'/src/Services/DashboardService.php';
  1778.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['app.create_default_task_board'] ?? $this->getApp_CreateDefaultTaskBoardService()), ($this->services['app.dashboard_service'] ?? ($this->services['app.dashboard_service'] = new \App\Services\DashboardService($this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE')))));
  1779.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\DashboardController'$this));
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the public 'App\Controller\Admin\DaySheetController' shared autowired service.
  1784.      *
  1785.      * @return \App\Controller\Admin\DaySheetController
  1786.      */
  1787.     protected function getDaySheetControllerService()
  1788.     {
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1791.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DaySheetController.php';
  1792.         $this->services['App\\Controller\\Admin\\DaySheetController'] = $instance = new \App\Controller\Admin\DaySheetController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1793.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\DaySheetController'$this));
  1794.         return $instance;
  1795.     }
  1796.     /**
  1797.      * Gets the public 'App\Controller\Admin\HelpController' shared autowired service.
  1798.      *
  1799.      * @return \App\Controller\Admin\HelpController
  1800.      */
  1801.     protected function getHelpControllerService()
  1802.     {
  1803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1805.         include_once \dirname(__DIR__4).'/src/Controller/Admin/HelpController.php';
  1806.         $this->services['App\\Controller\\Admin\\HelpController'] = $instance = new \App\Controller\Admin\HelpController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1807.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\HelpController'$this));
  1808.         return $instance;
  1809.     }
  1810.     /**
  1811.      * Gets the public 'App\Controller\Admin\InvoicesController' shared autowired service.
  1812.      *
  1813.      * @return \App\Controller\Admin\InvoicesController
  1814.      */
  1815.     protected function getInvoicesControllerService()
  1816.     {
  1817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1819.         include_once \dirname(__DIR__4).'/src/Controller/Admin/InvoicesController.php';
  1820.         $this->services['App\\Controller\\Admin\\InvoicesController'] = $instance = new \App\Controller\Admin\InvoicesController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  1821.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\InvoicesController'$this));
  1822.         return $instance;
  1823.     }
  1824.     /**
  1825.      * Gets the public 'App\Controller\Admin\LeadCaptureController' shared autowired service.
  1826.      *
  1827.      * @return \App\Controller\Admin\LeadCaptureController
  1828.      */
  1829.     protected function getLeadCaptureControllerService()
  1830.     {
  1831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1833.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LeadCaptureController.php';
  1834.         $this->services['App\\Controller\\Admin\\LeadCaptureController'] = $instance = new \App\Controller\Admin\LeadCaptureController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1835.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\LeadCaptureController'$this));
  1836.         return $instance;
  1837.     }
  1838.     /**
  1839.      * Gets the public 'App\Controller\Admin\LeadCapturePipelineController' shared autowired service.
  1840.      *
  1841.      * @return \App\Controller\Admin\LeadCapturePipelineController
  1842.      */
  1843.     protected function getLeadCapturePipelineControllerService()
  1844.     {
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1847.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LeadCapturePipelineController.php';
  1848.         include_once \dirname(__DIR__4).'/src/Services/DashboardService.php';
  1849.         $this->services['App\\Controller\\Admin\\LeadCapturePipelineController'] = $instance = new \App\Controller\Admin\LeadCapturePipelineController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['app.create_default_task_board'] ?? $this->getApp_CreateDefaultTaskBoardService()), ($this->services['app.dashboard_service'] ?? ($this->services['app.dashboard_service'] = new \App\Services\DashboardService($this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE')))), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  1850.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\LeadCapturePipelineController'$this));
  1851.         return $instance;
  1852.     }
  1853.     /**
  1854.      * Gets the public 'App\Controller\Admin\LeadCaptureStageController' shared autowired service.
  1855.      *
  1856.      * @return \App\Controller\Admin\LeadCaptureStageController
  1857.      */
  1858.     protected function getLeadCaptureStageControllerService()
  1859.     {
  1860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1862.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LeadCaptureStageController.php';
  1863.         $this->services['App\\Controller\\Admin\\LeadCaptureStageController'] = $instance = new \App\Controller\Admin\LeadCaptureStageController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1864.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\LeadCaptureStageController'$this));
  1865.         return $instance;
  1866.     }
  1867.     /**
  1868.      * Gets the public 'App\Controller\Admin\Message\DefaultController' shared autowired service.
  1869.      *
  1870.      * @return \App\Controller\Admin\Message\DefaultController
  1871.      */
  1872.     protected function getDefaultController9Service()
  1873.     {
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1876.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Message/DefaultController.php';
  1877.         $this->services['App\\Controller\\Admin\\Message\\DefaultController'] = $instance = new \App\Controller\Admin\Message\DefaultController();
  1878.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Message\\DefaultController'$this));
  1879.         return $instance;
  1880.     }
  1881.     /**
  1882.      * Gets the public 'App\Controller\Admin\OnBoardingController' shared autowired service.
  1883.      *
  1884.      * @return \App\Controller\Admin\OnBoardingController
  1885.      */
  1886.     protected function getOnBoardingControllerService()
  1887.     {
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1890.         include_once \dirname(__DIR__4).'/src/Controller/Admin/OnBoardingController.php';
  1891.         $this->services['App\\Controller\\Admin\\OnBoardingController'] = $instance = new \App\Controller\Admin\OnBoardingController();
  1892.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\OnBoardingController'$this));
  1893.         return $instance;
  1894.     }
  1895.     /**
  1896.      * Gets the public 'App\Controller\Admin\Organisation\DashboardConsentzAdminController' shared autowired service.
  1897.      *
  1898.      * @return \App\Controller\Admin\Organisation\DashboardConsentzAdminController
  1899.      */
  1900.     protected function getDashboardConsentzAdminControllerService()
  1901.     {
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1904.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Organisation/DashboardConsentzAdminController.php';
  1905.         $this->services['App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController'] = $instance = new \App\Controller\Admin\Organisation\DashboardConsentzAdminController();
  1906.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController'$this));
  1907.         return $instance;
  1908.     }
  1909.     /**
  1910.      * Gets the public 'App\Controller\Admin\Organisation\DefaultController' shared autowired service.
  1911.      *
  1912.      * @return \App\Controller\Admin\Organisation\DefaultController
  1913.      */
  1914.     protected function getDefaultController10Service()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1918.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Organisation/DefaultController.php';
  1919.         $this->services['App\\Controller\\Admin\\Organisation\\DefaultController'] = $instance = new \App\Controller\Admin\Organisation\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  1920.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Organisation\\DefaultController'$this));
  1921.         return $instance;
  1922.     }
  1923.     /**
  1924.      * Gets the public 'App\Controller\Admin\Organisation\UserController' shared autowired service.
  1925.      *
  1926.      * @return \App\Controller\Admin\Organisation\UserController
  1927.      */
  1928.     protected function getUserController2Service()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1932.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Organisation/UserController.php';
  1933.         $this->services['App\\Controller\\Admin\\Organisation\\UserController'] = $instance = new \App\Controller\Admin\Organisation\UserController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  1934.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Organisation\\UserController'$this));
  1935.         return $instance;
  1936.     }
  1937.     /**
  1938.      * Gets the public 'App\Controller\Admin\Patient\AppointmentTabController' shared autowired service.
  1939.      *
  1940.      * @return \App\Controller\Admin\Patient\AppointmentTabController
  1941.      */
  1942.     protected function getAppointmentTabControllerService()
  1943.     {
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1946.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/AppointmentTabController.php';
  1947.         $this->services['App\\Controller\\Admin\\Patient\\AppointmentTabController'] = $instance = new \App\Controller\Admin\Patient\AppointmentTabController();
  1948.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\AppointmentTabController'$this));
  1949.         return $instance;
  1950.     }
  1951.     /**
  1952.      * Gets the public 'App\Controller\Admin\Patient\ConsultationNoteController' shared autowired service.
  1953.      *
  1954.      * @return \App\Controller\Admin\Patient\ConsultationNoteController
  1955.      */
  1956.     protected function getConsultationNoteControllerService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1960.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/ConsultationNoteController.php';
  1961.         $this->services['App\\Controller\\Admin\\Patient\\ConsultationNoteController'] = $instance = new \App\Controller\Admin\Patient\ConsultationNoteController();
  1962.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\ConsultationNoteController'$this));
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the public 'App\Controller\Admin\Patient\CorrespondenceController' shared autowired service.
  1967.      *
  1968.      * @return \App\Controller\Admin\Patient\CorrespondenceController
  1969.      */
  1970.     protected function getCorrespondenceControllerService()
  1971.     {
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1974.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/CorrespondenceController.php';
  1975.         include_once \dirname(__DIR__4).'/src/Services/TagManager.php';
  1976.         $this->services['App\\Controller\\Admin\\Patient\\CorrespondenceController'] = $instance = new \App\Controller\Admin\Patient\CorrespondenceController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->privates['App\\Services\\TagManager'] ?? ($this->privates['App\\Services\\TagManager'] = new \App\Services\TagManager())), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['App\\Services\\ClinicManager'] ?? $this->getClinicManagerService()));
  1977.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\CorrespondenceController'$this));
  1978.         return $instance;
  1979.     }
  1980.     /**
  1981.      * Gets the public 'App\Controller\Admin\Patient\DefaultController' shared autowired service.
  1982.      *
  1983.      * @return \App\Controller\Admin\Patient\DefaultController
  1984.      */
  1985.     protected function getDefaultController11Service()
  1986.     {
  1987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1989.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/DefaultController.php';
  1990.         $this->services['App\\Controller\\Admin\\Patient\\DefaultController'] = $instance = new \App\Controller\Admin\Patient\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Services\\Zoom\\ZoomMeetingService'] ?? $this->getZoomMeetingServiceService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  1991.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\DefaultController'$this));
  1992.         return $instance;
  1993.     }
  1994.     /**
  1995.      * Gets the public 'App\Controller\Admin\Patient\DocumentController' shared autowired service.
  1996.      *
  1997.      * @return \App\Controller\Admin\Patient\DocumentController
  1998.      */
  1999.     protected function getDocumentControllerService()
  2000.     {
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2003.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/DocumentController.php';
  2004.         $this->services['App\\Controller\\Admin\\Patient\\DocumentController'] = $instance = new \App\Controller\Admin\Patient\DocumentController();
  2005.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\DocumentController'$this));
  2006.         return $instance;
  2007.     }
  2008.     /**
  2009.      * Gets the public 'App\Controller\Admin\Patient\FormController' shared autowired service.
  2010.      *
  2011.      * @return \App\Controller\Admin\Patient\FormController
  2012.      */
  2013.     protected function getFormControllerService()
  2014.     {
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2017.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/FormController.php';
  2018.         $this->services['App\\Controller\\Admin\\Patient\\FormController'] = $instance = new \App\Controller\Admin\Patient\FormController();
  2019.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\FormController'$this));
  2020.         return $instance;
  2021.     }
  2022.     /**
  2023.      * Gets the public 'App\Controller\Admin\Patient\InvoiceController' shared autowired service.
  2024.      *
  2025.      * @return \App\Controller\Admin\Patient\InvoiceController
  2026.      */
  2027.     protected function getInvoiceControllerService()
  2028.     {
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2031.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/InvoiceController.php';
  2032.         $this->services['App\\Controller\\Admin\\Patient\\InvoiceController'] = $instance = new \App\Controller\Admin\Patient\InvoiceController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.invoice_history'] ?? $this->getApp_InvoiceHistoryService()), ($this->services['app.payment_manager'] ?? $this->getApp_PaymentManagerService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->privates['App\\Services\\StripeService'] ?? $this->getStripeServiceService()), ($this->services['logger'] ?? $this->getLoggerService()));
  2033.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\InvoiceController'$this));
  2034.         return $instance;
  2035.     }
  2036.     /**
  2037.      * Gets the public 'App\Controller\Admin\Patient\MembershipController' shared autowired service.
  2038.      *
  2039.      * @return \App\Controller\Admin\Patient\MembershipController
  2040.      */
  2041.     protected function getMembershipControllerService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2045.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/MembershipController.php';
  2046.         $this->services['App\\Controller\\Admin\\Patient\\MembershipController'] = $instance = new \App\Controller\Admin\Patient\MembershipController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Services\\StripeService'] ?? $this->getStripeServiceService()));
  2047.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\MembershipController'$this));
  2048.         return $instance;
  2049.     }
  2050.     /**
  2051.      * Gets the public 'App\Controller\Admin\Patient\NoteController' shared autowired service.
  2052.      *
  2053.      * @return \App\Controller\Admin\Patient\NoteController
  2054.      */
  2055.     protected function getNoteControllerService()
  2056.     {
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2059.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/NoteController.php';
  2060.         $this->services['App\\Controller\\Admin\\Patient\\NoteController'] = $instance = new \App\Controller\Admin\Patient\NoteController();
  2061.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\NoteController'$this));
  2062.         return $instance;
  2063.     }
  2064.     /**
  2065.      * Gets the public 'App\Controller\Admin\Patient\PhotoController' shared autowired service.
  2066.      *
  2067.      * @return \App\Controller\Admin\Patient\PhotoController
  2068.      */
  2069.     protected function getPhotoControllerService()
  2070.     {
  2071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2073.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/PhotoController.php';
  2074.         $this->services['App\\Controller\\Admin\\Patient\\PhotoController'] = $instance = new \App\Controller\Admin\Patient\PhotoController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  2075.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\PhotoController'$this));
  2076.         return $instance;
  2077.     }
  2078.     /**
  2079.      * Gets the public 'App\Controller\Admin\Patient\PrepayController' shared autowired service.
  2080.      *
  2081.      * @return \App\Controller\Admin\Patient\PrepayController
  2082.      */
  2083.     protected function getPrepayControllerService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2087.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/PrepayController.php';
  2088.         $this->services['App\\Controller\\Admin\\Patient\\PrepayController'] = $instance = new \App\Controller\Admin\Patient\PrepayController();
  2089.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\PrepayController'$this));
  2090.         return $instance;
  2091.     }
  2092.     /**
  2093.      * Gets the public 'App\Controller\Admin\Patient\PrescriptionController' shared autowired service.
  2094.      *
  2095.      * @return \App\Controller\Admin\Patient\PrescriptionController
  2096.      */
  2097.     protected function getPrescriptionController2Service()
  2098.     {
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2101.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/PrescriptionController.php';
  2102.         $this->services['App\\Controller\\Admin\\Patient\\PrescriptionController'] = $instance = new \App\Controller\Admin\Patient\PrescriptionController();
  2103.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\PrescriptionController'$this));
  2104.         return $instance;
  2105.     }
  2106.     /**
  2107.      * Gets the public 'App\Controller\Admin\Patient\QuestionaireController' shared autowired service.
  2108.      *
  2109.      * @return \App\Controller\Admin\Patient\QuestionaireController
  2110.      */
  2111.     protected function getQuestionaireControllerService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2115.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/QuestionaireController.php';
  2116.         $this->services['App\\Controller\\Admin\\Patient\\QuestionaireController'] = $instance = new \App\Controller\Admin\Patient\QuestionaireController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  2117.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\QuestionaireController'$this));
  2118.         return $instance;
  2119.     }
  2120.     /**
  2121.      * Gets the public 'App\Controller\Admin\Patient\TreatmentController' shared autowired service.
  2122.      *
  2123.      * @return \App\Controller\Admin\Patient\TreatmentController
  2124.      */
  2125.     protected function getTreatmentControllerService()
  2126.     {
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2129.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/TreatmentController.php';
  2130.         $this->services['App\\Controller\\Admin\\Patient\\TreatmentController'] = $instance = new \App\Controller\Admin\Patient\TreatmentController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  2131.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\TreatmentController'$this));
  2132.         return $instance;
  2133.     }
  2134.     /**
  2135.      * Gets the public 'App\Controller\Admin\Patient\TreatmentPhotoController' shared autowired service.
  2136.      *
  2137.      * @return \App\Controller\Admin\Patient\TreatmentPhotoController
  2138.      */
  2139.     protected function getTreatmentPhotoControllerService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2143.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Patient/TreatmentPhotoController.php';
  2144.         $this->services['App\\Controller\\Admin\\Patient\\TreatmentPhotoController'] = $instance = new \App\Controller\Admin\Patient\TreatmentPhotoController();
  2145.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Patient\\TreatmentPhotoController'$this));
  2146.         return $instance;
  2147.     }
  2148.     /**
  2149.      * Gets the public 'App\Controller\Admin\PaymentsenseController' shared autowired service.
  2150.      *
  2151.      * @return \App\Controller\Admin\PaymentsenseController
  2152.      */
  2153.     protected function getPaymentsenseControllerService()
  2154.     {
  2155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2157.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PaymentsenseController.php';
  2158.         $this->services['App\\Controller\\Admin\\PaymentsenseController'] = $instance = new \App\Controller\Admin\PaymentsenseController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  2159.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\PaymentsenseController'$this));
  2160.         return $instance;
  2161.     }
  2162.     /**
  2163.      * Gets the public 'App\Controller\Admin\Predefine\FormsAreaController' shared autowired service.
  2164.      *
  2165.      * @return \App\Controller\Admin\Predefine\FormsAreaController
  2166.      */
  2167.     protected function getFormsAreaController2Service()
  2168.     {
  2169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2171.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Predefine/FormsAreaController.php';
  2172.         $this->services['App\\Controller\\Admin\\Predefine\\FormsAreaController'] = $instance = new \App\Controller\Admin\Predefine\FormsAreaController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  2173.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Predefine\\FormsAreaController'$this));
  2174.         return $instance;
  2175.     }
  2176.     /**
  2177.      * Gets the public 'App\Controller\Admin\Predefine\ProductController' shared autowired service.
  2178.      *
  2179.      * @return \App\Controller\Admin\Predefine\ProductController
  2180.      */
  2181.     protected function getProductController2Service()
  2182.     {
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2185.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Predefine/ProductController.php';
  2186.         $this->services['App\\Controller\\Admin\\Predefine\\ProductController'] = $instance = new \App\Controller\Admin\Predefine\ProductController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  2187.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Predefine\\ProductController'$this));
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the public 'App\Controller\Admin\Predefine\TreatmentController' shared autowired service.
  2192.      *
  2193.      * @return \App\Controller\Admin\Predefine\TreatmentController
  2194.      */
  2195.     protected function getTreatmentController2Service()
  2196.     {
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2199.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Predefine/TreatmentController.php';
  2200.         $this->services['App\\Controller\\Admin\\Predefine\\TreatmentController'] = $instance = new \App\Controller\Admin\Predefine\TreatmentController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  2201.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Predefine\\TreatmentController'$this));
  2202.         return $instance;
  2203.     }
  2204.     /**
  2205.      * Gets the public 'App\Controller\Admin\PriceTier\AddonController' shared autowired service.
  2206.      *
  2207.      * @return \App\Controller\Admin\PriceTier\AddonController
  2208.      */
  2209.     protected function getAddonControllerService()
  2210.     {
  2211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2213.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PriceTier/AddonController.php';
  2214.         $this->services['App\\Controller\\Admin\\PriceTier\\AddonController'] = $instance = new \App\Controller\Admin\PriceTier\AddonController();
  2215.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\PriceTier\\AddonController'$this));
  2216.         return $instance;
  2217.     }
  2218.     /**
  2219.      * Gets the public 'App\Controller\Admin\PriceTier\PriceTierController' shared autowired service.
  2220.      *
  2221.      * @return \App\Controller\Admin\PriceTier\PriceTierController
  2222.      */
  2223.     protected function getPriceTierController2Service()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2227.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PriceTier/PriceTierController.php';
  2228.         $this->services['App\\Controller\\Admin\\PriceTier\\PriceTierController'] = $instance = new \App\Controller\Admin\PriceTier\PriceTierController();
  2229.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\PriceTier\\PriceTierController'$this));
  2230.         return $instance;
  2231.     }
  2232.     /**
  2233.      * Gets the public 'App\Controller\Admin\PriceTier\PriceTiersGroupController' shared autowired service.
  2234.      *
  2235.      * @return \App\Controller\Admin\PriceTier\PriceTiersGroupController
  2236.      */
  2237.     protected function getPriceTiersGroupControllerService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2241.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PriceTier/PriceTiersGroupController.php';
  2242.         $this->services['App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController'] = $instance = new \App\Controller\Admin\PriceTier\PriceTiersGroupController();
  2243.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController'$this));
  2244.         return $instance;
  2245.     }
  2246.     /**
  2247.      * Gets the public 'App\Controller\Admin\PriceTier\PromoCodeController' shared autowired service.
  2248.      *
  2249.      * @return \App\Controller\Admin\PriceTier\PromoCodeController
  2250.      */
  2251.     protected function getPromoCodeControllerService()
  2252.     {
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2255.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PriceTier/PromoCodeController.php';
  2256.         $this->services['App\\Controller\\Admin\\PriceTier\\PromoCodeController'] = $instance = new \App\Controller\Admin\PriceTier\PromoCodeController(($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  2257.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\PriceTier\\PromoCodeController'$this));
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the public 'App\Controller\Admin\ReportController' shared autowired service.
  2262.      *
  2263.      * @return \App\Controller\Admin\ReportController
  2264.      */
  2265.     protected function getReportControllerService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2269.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ReportController.php';
  2270.         $this->services['App\\Controller\\Admin\\ReportController'] = $instance = new \App\Controller\Admin\ReportController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  2271.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\ReportController'$this));
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the public 'App\Controller\Admin\SmsPlanController' shared autowired service.
  2276.      *
  2277.      * @return \App\Controller\Admin\SmsPlanController
  2278.      */
  2279.     protected function getSmsPlanControllerService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2283.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SmsPlanController.php';
  2284.         $this->services['App\\Controller\\Admin\\SmsPlanController'] = $instance = new \App\Controller\Admin\SmsPlanController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  2285.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\SmsPlanController'$this));
  2286.         return $instance;
  2287.     }
  2288.     /**
  2289.      * Gets the public 'App\Controller\Admin\SmsTransactionController' shared autowired service.
  2290.      *
  2291.      * @return \App\Controller\Admin\SmsTransactionController
  2292.      */
  2293.     protected function getSmsTransactionControllerService()
  2294.     {
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2297.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SmsTransactionController.php';
  2298.         $this->services['App\\Controller\\Admin\\SmsTransactionController'] = $instance = new \App\Controller\Admin\SmsTransactionController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  2299.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\SmsTransactionController'$this));
  2300.         return $instance;
  2301.     }
  2302.     /**
  2303.      * Gets the public 'App\Controller\Admin\TaskBoardController' shared autowired service.
  2304.      *
  2305.      * @return \App\Controller\Admin\TaskBoardController
  2306.      */
  2307.     protected function getTaskBoardControllerService()
  2308.     {
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2311.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TaskBoardController.php';
  2312.         $this->services['App\\Controller\\Admin\\TaskBoardController'] = $instance = new \App\Controller\Admin\TaskBoardController();
  2313.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\TaskBoardController'$this));
  2314.         return $instance;
  2315.     }
  2316.     /**
  2317.      * Gets the public 'App\Controller\Admin\Waiting\ItemController' shared autowired service.
  2318.      *
  2319.      * @return \App\Controller\Admin\Waiting\ItemController
  2320.      */
  2321.     protected function getItemControllerService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2325.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Waiting/ItemController.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  2327.         include_once \dirname(__DIR__4).'/src/Form/DataTransformer/PatientTransformer.php';
  2328.         $this->services['App\\Controller\\Admin\\Waiting\\ItemController'] = $instance = new \App\Controller\Admin\Waiting\ItemController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['app.form_data_transformer.patient_transformer'] ?? ($this->services['app.form_data_transformer.patient_transformer'] = new \App\Form\DataTransformer\PatientTransformer())), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  2329.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Waiting\\ItemController'$this));
  2330.         return $instance;
  2331.     }
  2332.     /**
  2333.      * Gets the public 'App\Controller\Api\Appointment\DefaultController' shared autowired service.
  2334.      *
  2335.      * @return \App\Controller\Api\Appointment\DefaultController
  2336.      */
  2337.     protected function getDefaultController12Service()
  2338.     {
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2341.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2342.         include_once \dirname(__DIR__4).'/src/Controller/Api/Appointment/DefaultController.php';
  2343.         $this->services['App\\Controller\\Api\\Appointment\\DefaultController'] = $instance = new \App\Controller\Api\Appointment\DefaultController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2344.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Appointment\\DefaultController'$this));
  2345.         return $instance;
  2346.     }
  2347.     /**
  2348.      * Gets the public 'App\Controller\Api\Clinic\AfterCareNoteController' shared autowired service.
  2349.      *
  2350.      * @return \App\Controller\Api\Clinic\AfterCareNoteController
  2351.      */
  2352.     protected function getAfterCareNoteControllerService()
  2353.     {
  2354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2356.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2357.         include_once \dirname(__DIR__4).'/src/Controller/Api/Clinic/AfterCareNoteController.php';
  2358.         $this->services['App\\Controller\\Api\\Clinic\\AfterCareNoteController'] = $instance = new \App\Controller\Api\Clinic\AfterCareNoteController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2359.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Clinic\\AfterCareNoteController'$this));
  2360.         return $instance;
  2361.     }
  2362.     /**
  2363.      * Gets the public 'App\Controller\Api\Clinic\DefaultController' shared autowired service.
  2364.      *
  2365.      * @return \App\Controller\Api\Clinic\DefaultController
  2366.      */
  2367.     protected function getDefaultController13Service()
  2368.     {
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2371.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2372.         include_once \dirname(__DIR__4).'/src/Controller/Api/Clinic/DefaultController.php';
  2373.         $this->services['App\\Controller\\Api\\Clinic\\DefaultController'] = $instance = new \App\Controller\Api\Clinic\DefaultController(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()));
  2374.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Clinic\\DefaultController'$this));
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the public 'App\Controller\Api\Clinic\FormController' shared autowired service.
  2379.      *
  2380.      * @return \App\Controller\Api\Clinic\FormController
  2381.      */
  2382.     protected function getFormController2Service()
  2383.     {
  2384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2386.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2387.         include_once \dirname(__DIR__4).'/src/Controller/Api/Clinic/FormController.php';
  2388.         $this->services['App\\Controller\\Api\\Clinic\\FormController'] = $instance = new \App\Controller\Api\Clinic\FormController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2389.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Clinic\\FormController'$this));
  2390.         return $instance;
  2391.     }
  2392.     /**
  2393.      * Gets the public 'App\Controller\Api\Clinic\MarketingController' shared autowired service.
  2394.      *
  2395.      * @return \App\Controller\Api\Clinic\MarketingController
  2396.      */
  2397.     protected function getMarketingController2Service()
  2398.     {
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2401.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2402.         include_once \dirname(__DIR__4).'/src/Controller/Api/Clinic/MarketingController.php';
  2403.         $this->services['App\\Controller\\Api\\Clinic\\MarketingController'] = $instance = new \App\Controller\Api\Clinic\MarketingController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2404.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Clinic\\MarketingController'$this));
  2405.         return $instance;
  2406.     }
  2407.     /**
  2408.      * Gets the public 'App\Controller\Api\Clinic\PrescriptionController' shared autowired service.
  2409.      *
  2410.      * @return \App\Controller\Api\Clinic\PrescriptionController
  2411.      */
  2412.     protected function getPrescriptionController3Service()
  2413.     {
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2416.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2417.         include_once \dirname(__DIR__4).'/src/Controller/Api/Clinic/PrescriptionController.php';
  2418.         $this->services['App\\Controller\\Api\\Clinic\\PrescriptionController'] = $instance = new \App\Controller\Api\Clinic\PrescriptionController(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->privates['App\\Services\\CreatePdf'] ?? $this->getCreatePdfService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2419.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Clinic\\PrescriptionController'$this));
  2420.         return $instance;
  2421.     }
  2422.     /**
  2423.      * Gets the public 'App\Controller\Api\Clinic\TreatmentController' shared autowired service.
  2424.      *
  2425.      * @return \App\Controller\Api\Clinic\TreatmentController
  2426.      */
  2427.     protected function getTreatmentController3Service()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2431.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2432.         include_once \dirname(__DIR__4).'/src/Controller/Api/Clinic/TreatmentController.php';
  2433.         $this->services['App\\Controller\\Api\\Clinic\\TreatmentController'] = $instance = new \App\Controller\Api\Clinic\TreatmentController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2434.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Clinic\\TreatmentController'$this));
  2435.         return $instance;
  2436.     }
  2437.     /**
  2438.      * Gets the public 'App\Controller\Api\DefaultController' shared autowired service.
  2439.      *
  2440.      * @return \App\Controller\Api\DefaultController
  2441.      */
  2442.     protected function getDefaultController14Service()
  2443.     {
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2446.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2447.         include_once \dirname(__DIR__4).'/src/Controller/Api/DefaultController.php';
  2448.         $this->services['App\\Controller\\Api\\DefaultController'] = $instance = new \App\Controller\Api\DefaultController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2449.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\DefaultController'$this));
  2450.         return $instance;
  2451.     }
  2452.     /**
  2453.      * Gets the public 'App\Controller\Api\Message\DefaultController' shared autowired service.
  2454.      *
  2455.      * @return \App\Controller\Api\Message\DefaultController
  2456.      */
  2457.     protected function getDefaultController15Service()
  2458.     {
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2461.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2462.         include_once \dirname(__DIR__4).'/src/Controller/Api/Message/DefaultController.php';
  2463.         $this->services['App\\Controller\\Api\\Message\\DefaultController'] = $instance = new \App\Controller\Api\Message\DefaultController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2464.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Message\\DefaultController'$this));
  2465.         return $instance;
  2466.     }
  2467.     /**
  2468.      * Gets the public 'App\Controller\Api\OnlineBooking\AppointmentController' shared autowired service.
  2469.      *
  2470.      * @return \App\Controller\Api\OnlineBooking\AppointmentController
  2471.      */
  2472.     protected function getAppointmentController2Service()
  2473.     {
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2476.         include_once \dirname(__DIR__4).'/src/Controller/Api/OnlineBooking/AppointmentController.php';
  2477.         $this->services['App\\Controller\\Api\\OnlineBooking\\AppointmentController'] = $instance = new \App\Controller\Api\OnlineBooking\AppointmentController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()));
  2478.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\OnlineBooking\\AppointmentController'$this));
  2479.         return $instance;
  2480.     }
  2481.     /**
  2482.      * Gets the public 'App\Controller\Api\OnlineBooking\DefaultController' shared autowired service.
  2483.      *
  2484.      * @return \App\Controller\Api\OnlineBooking\DefaultController
  2485.      */
  2486.     protected function getDefaultController16Service()
  2487.     {
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2490.         include_once \dirname(__DIR__4).'/src/Controller/Api/OnlineBooking/DefaultController.php';
  2491.         $this->services['App\\Controller\\Api\\OnlineBooking\\DefaultController'] = $instance = new \App\Controller\Api\OnlineBooking\DefaultController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()));
  2492.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\OnlineBooking\\DefaultController'$this));
  2493.         return $instance;
  2494.     }
  2495.     /**
  2496.      * Gets the public 'App\Controller\Api\OnlineBooking\PaymentPrepareController' shared autowired service.
  2497.      *
  2498.      * @return \App\Controller\Api\OnlineBooking\PaymentPrepareController
  2499.      */
  2500.     protected function getPaymentPrepareControllerService()
  2501.     {
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2504.         include_once \dirname(__DIR__4).'/src/Controller/Api/OnlineBooking/PaymentPrepareController.php';
  2505.         $this->services['App\\Controller\\Api\\OnlineBooking\\PaymentPrepareController'] = $instance = new \App\Controller\Api\OnlineBooking\PaymentPrepareController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.payment_manager'] ?? $this->getApp_PaymentManagerService()));
  2506.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\OnlineBooking\\PaymentPrepareController'$this));
  2507.         return $instance;
  2508.     }
  2509.     /**
  2510.      * Gets the public 'App\Controller\Api\OnlineBooking\StepController' shared autowired service.
  2511.      *
  2512.      * @return \App\Controller\Api\OnlineBooking\StepController
  2513.      */
  2514.     protected function getStepControllerService()
  2515.     {
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2518.         include_once \dirname(__DIR__4).'/src/Controller/Api/OnlineBooking/StepController.php';
  2519.         $this->services['App\\Controller\\Api\\OnlineBooking\\StepController'] = $instance = new \App\Controller\Api\OnlineBooking\StepController(($this->services['serializer'] ?? $this->getSerializerService()));
  2520.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\OnlineBooking\\StepController'$this));
  2521.         return $instance;
  2522.     }
  2523.     /**
  2524.      * Gets the public 'App\Controller\Api\OnlineBooking\StripeController' shared autowired service.
  2525.      *
  2526.      * @return \App\Controller\Api\OnlineBooking\StripeController
  2527.      */
  2528.     protected function getStripeController2Service()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2532.         include_once \dirname(__DIR__4).'/src/Controller/Api/OnlineBooking/StripeController.php';
  2533.         $this->services['App\\Controller\\Api\\OnlineBooking\\StripeController'] = $instance = new \App\Controller\Api\OnlineBooking\StripeController(($this->services['app.payment_manager'] ?? $this->getApp_PaymentManagerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  2534.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\OnlineBooking\\StripeController'$this));
  2535.         return $instance;
  2536.     }
  2537.     /**
  2538.      * Gets the public 'App\Controller\Api\Patient\CorrespondenceController' shared autowired service.
  2539.      *
  2540.      * @return \App\Controller\Api\Patient\CorrespondenceController
  2541.      */
  2542.     protected function getCorrespondenceController2Service()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2546.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2547.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/CorrespondenceController.php';
  2548.         $this->services['App\\Controller\\Api\\Patient\\CorrespondenceController'] = $instance = new \App\Controller\Api\Patient\CorrespondenceController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2549.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\CorrespondenceController'$this));
  2550.         return $instance;
  2551.     }
  2552.     /**
  2553.      * Gets the public 'App\Controller\Api\Patient\DefaultController' shared autowired service.
  2554.      *
  2555.      * @return \App\Controller\Api\Patient\DefaultController
  2556.      */
  2557.     protected function getDefaultController17Service()
  2558.     {
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2561.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2562.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/DefaultController.php';
  2563.         $this->services['App\\Controller\\Api\\Patient\\DefaultController'] = $instance = new \App\Controller\Api\Patient\DefaultController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2564.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\DefaultController'$this));
  2565.         return $instance;
  2566.     }
  2567.     /**
  2568.      * Gets the public 'App\Controller\Api\Patient\DocumentController' shared autowired service.
  2569.      *
  2570.      * @return \App\Controller\Api\Patient\DocumentController
  2571.      */
  2572.     protected function getDocumentController2Service()
  2573.     {
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2576.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2577.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/DocumentController.php';
  2578.         $this->services['App\\Controller\\Api\\Patient\\DocumentController'] = $instance = new \App\Controller\Api\Patient\DocumentController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2579.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\DocumentController'$this));
  2580.         return $instance;
  2581.     }
  2582.     /**
  2583.      * Gets the public 'App\Controller\Api\Patient\FormController' shared autowired service.
  2584.      *
  2585.      * @return \App\Controller\Api\Patient\FormController
  2586.      */
  2587.     protected function getFormController3Service()
  2588.     {
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2591.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2592.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/FormController.php';
  2593.         $this->services['App\\Controller\\Api\\Patient\\FormController'] = $instance = new \App\Controller\Api\Patient\FormController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2594.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\FormController'$this));
  2595.         return $instance;
  2596.     }
  2597.     /**
  2598.      * Gets the public 'App\Controller\Api\Patient\ImportantInfoController' shared autowired service.
  2599.      *
  2600.      * @return \App\Controller\Api\Patient\ImportantInfoController
  2601.      */
  2602.     protected function getImportantInfoControllerService()
  2603.     {
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2606.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2607.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/ImportantInfoController.php';
  2608.         $this->services['App\\Controller\\Api\\Patient\\ImportantInfoController'] = $instance = new \App\Controller\Api\Patient\ImportantInfoController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2609.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\ImportantInfoController'$this));
  2610.         return $instance;
  2611.     }
  2612.     /**
  2613.      * Gets the public 'App\Controller\Api\Patient\InvoiceController' shared autowired service.
  2614.      *
  2615.      * @return \App\Controller\Api\Patient\InvoiceController
  2616.      */
  2617.     protected function getInvoiceController2Service()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2621.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2622.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/InvoiceController.php';
  2623.         $this->services['App\\Controller\\Api\\Patient\\InvoiceController'] = $instance = new \App\Controller\Api\Patient\InvoiceController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2624.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\InvoiceController'$this));
  2625.         return $instance;
  2626.     }
  2627.     /**
  2628.      * Gets the public 'App\Controller\Api\Patient\LearnAboutSourceController' shared autowired service.
  2629.      *
  2630.      * @return \App\Controller\Api\Patient\LearnAboutSourceController
  2631.      */
  2632.     protected function getLearnAboutSourceControllerService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2636.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2637.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/LearnAboutSourceController.php';
  2638.         $this->services['App\\Controller\\Api\\Patient\\LearnAboutSourceController'] = $instance = new \App\Controller\Api\Patient\LearnAboutSourceController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2639.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\LearnAboutSourceController'$this));
  2640.         return $instance;
  2641.     }
  2642.     /**
  2643.      * Gets the public 'App\Controller\Api\Patient\MemoryJogController' shared autowired service.
  2644.      *
  2645.      * @return \App\Controller\Api\Patient\MemoryJogController
  2646.      */
  2647.     protected function getMemoryJogControllerService()
  2648.     {
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2651.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2652.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/MemoryJogController.php';
  2653.         $this->services['App\\Controller\\Api\\Patient\\MemoryJogController'] = $instance = new \App\Controller\Api\Patient\MemoryJogController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2654.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\MemoryJogController'$this));
  2655.         return $instance;
  2656.     }
  2657.     /**
  2658.      * Gets the public 'App\Controller\Api\Patient\NoteController' shared autowired service.
  2659.      *
  2660.      * @return \App\Controller\Api\Patient\NoteController
  2661.      */
  2662.     protected function getNoteController2Service()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2666.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2667.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/NoteController.php';
  2668.         $this->services['App\\Controller\\Api\\Patient\\NoteController'] = $instance = new \App\Controller\Api\Patient\NoteController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2669.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\NoteController'$this));
  2670.         return $instance;
  2671.     }
  2672.     /**
  2673.      * Gets the public 'App\Controller\Api\Patient\Note\AdditionalNoteController' shared autowired service.
  2674.      *
  2675.      * @return \App\Controller\Api\Patient\Note\AdditionalNoteController
  2676.      */
  2677.     protected function getAdditionalNoteControllerService()
  2678.     {
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2681.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2682.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/Note/AdditionalNoteController.php';
  2683.         $this->services['App\\Controller\\Api\\Patient\\Note\\AdditionalNoteController'] = $instance = new \App\Controller\Api\Patient\Note\AdditionalNoteController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2684.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\Note\\AdditionalNoteController'$this));
  2685.         return $instance;
  2686.     }
  2687.     /**
  2688.      * Gets the public 'App\Controller\Api\Patient\Note\AudioNoteController' shared autowired service.
  2689.      *
  2690.      * @return \App\Controller\Api\Patient\Note\AudioNoteController
  2691.      */
  2692.     protected function getAudioNoteControllerService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2696.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2697.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/Note/AudioNoteController.php';
  2698.         $this->services['App\\Controller\\Api\\Patient\\Note\\AudioNoteController'] = $instance = new \App\Controller\Api\Patient\Note\AudioNoteController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2699.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\Note\\AudioNoteController'$this));
  2700.         return $instance;
  2701.     }
  2702.     /**
  2703.      * Gets the public 'App\Controller\Api\Patient\Note\ConsultationNoteController' shared autowired service.
  2704.      *
  2705.      * @return \App\Controller\Api\Patient\Note\ConsultationNoteController
  2706.      */
  2707.     protected function getConsultationNoteController2Service()
  2708.     {
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2711.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2712.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/Note/ConsultationNoteController.php';
  2713.         $this->services['App\\Controller\\Api\\Patient\\Note\\ConsultationNoteController'] = $instance = new \App\Controller\Api\Patient\Note\ConsultationNoteController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2714.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\Note\\ConsultationNoteController'$this));
  2715.         return $instance;
  2716.     }
  2717.     /**
  2718.      * Gets the public 'App\Controller\Api\Patient\Note\OutcomeNoteController' shared autowired service.
  2719.      *
  2720.      * @return \App\Controller\Api\Patient\Note\OutcomeNoteController
  2721.      */
  2722.     protected function getOutcomeNoteControllerService()
  2723.     {
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2726.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2727.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/Note/OutcomeNoteController.php';
  2728.         $this->services['App\\Controller\\Api\\Patient\\Note\\OutcomeNoteController'] = $instance = new \App\Controller\Api\Patient\Note\OutcomeNoteController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2729.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\Note\\OutcomeNoteController'$this));
  2730.         return $instance;
  2731.     }
  2732.     /**
  2733.      * Gets the public 'App\Controller\Api\Patient\Note\QuoteAreaController' shared autowired service.
  2734.      *
  2735.      * @return \App\Controller\Api\Patient\Note\QuoteAreaController
  2736.      */
  2737.     protected function getQuoteAreaControllerService()
  2738.     {
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2741.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2742.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/Note/QuoteAreaController.php';
  2743.         $this->services['App\\Controller\\Api\\Patient\\Note\\QuoteAreaController'] = $instance = new \App\Controller\Api\Patient\Note\QuoteAreaController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2744.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\Note\\QuoteAreaController'$this));
  2745.         return $instance;
  2746.     }
  2747.     /**
  2748.      * Gets the public 'App\Controller\Api\Patient\Note\TreatmentNoteController' shared autowired service.
  2749.      *
  2750.      * @return \App\Controller\Api\Patient\Note\TreatmentNoteController
  2751.      */
  2752.     protected function getTreatmentNoteControllerService()
  2753.     {
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2756.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2757.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/Note/TreatmentNoteController.php';
  2758.         $this->services['App\\Controller\\Api\\Patient\\Note\\TreatmentNoteController'] = $instance = new \App\Controller\Api\Patient\Note\TreatmentNoteController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2759.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\Note\\TreatmentNoteController'$this));
  2760.         return $instance;
  2761.     }
  2762.     /**
  2763.      * Gets the public 'App\Controller\Api\Patient\PhotoController' shared autowired service.
  2764.      *
  2765.      * @return \App\Controller\Api\Patient\PhotoController
  2766.      */
  2767.     protected function getPhotoController2Service()
  2768.     {
  2769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2771.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2772.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/PhotoController.php';
  2773.         $this->services['App\\Controller\\Api\\Patient\\PhotoController'] = $instance = new \App\Controller\Api\Patient\PhotoController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2774.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\PhotoController'$this));
  2775.         return $instance;
  2776.     }
  2777.     /**
  2778.      * Gets the public 'App\Controller\Api\Patient\PrepayController' shared autowired service.
  2779.      *
  2780.      * @return \App\Controller\Api\Patient\PrepayController
  2781.      */
  2782.     protected function getPrepayController2Service()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2786.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2787.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/PrepayController.php';
  2788.         $this->services['App\\Controller\\Api\\Patient\\PrepayController'] = $instance = new \App\Controller\Api\Patient\PrepayController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2789.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\PrepayController'$this));
  2790.         return $instance;
  2791.     }
  2792.     /**
  2793.      * Gets the public 'App\Controller\Api\Patient\QuestionaireController' shared autowired service.
  2794.      *
  2795.      * @return \App\Controller\Api\Patient\QuestionaireController
  2796.      */
  2797.     protected function getQuestionaireController2Service()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2801.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2802.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/QuestionaireController.php';
  2803.         $this->services['App\\Controller\\Api\\Patient\\QuestionaireController'] = $instance = new \App\Controller\Api\Patient\QuestionaireController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2804.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\QuestionaireController'$this));
  2805.         return $instance;
  2806.     }
  2807.     /**
  2808.      * Gets the public 'App\Controller\Api\Patient\SketchController' shared autowired service.
  2809.      *
  2810.      * @return \App\Controller\Api\Patient\SketchController
  2811.      */
  2812.     protected function getSketchControllerService()
  2813.     {
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2816.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2817.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/SketchController.php';
  2818.         $this->services['App\\Controller\\Api\\Patient\\SketchController'] = $instance = new \App\Controller\Api\Patient\SketchController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2819.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\SketchController'$this));
  2820.         return $instance;
  2821.     }
  2822.     /**
  2823.      * Gets the public 'App\Controller\Api\Patient\TreatmentClinicController' shared autowired service.
  2824.      *
  2825.      * @return \App\Controller\Api\Patient\TreatmentClinicController
  2826.      */
  2827.     protected function getTreatmentClinicController2Service()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2831.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2832.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/TreatmentClinicController.php';
  2833.         $this->services['App\\Controller\\Api\\Patient\\TreatmentClinicController'] = $instance = new \App\Controller\Api\Patient\TreatmentClinicController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2834.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\TreatmentClinicController'$this));
  2835.         return $instance;
  2836.     }
  2837.     /**
  2838.      * Gets the public 'App\Controller\Api\Patient\TreatmentController' shared autowired service.
  2839.      *
  2840.      * @return \App\Controller\Api\Patient\TreatmentController
  2841.      */
  2842.     protected function getTreatmentController4Service()
  2843.     {
  2844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2846.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2847.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/TreatmentController.php';
  2848.         $this->services['App\\Controller\\Api\\Patient\\TreatmentController'] = $instance = new \App\Controller\Api\Patient\TreatmentController(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->privates['App\\Services\\CreatePdf'] ?? $this->getCreatePdfService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2849.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\TreatmentController'$this));
  2850.         return $instance;
  2851.     }
  2852.     /**
  2853.      * Gets the public 'App\Controller\Api\Patient\TreatmentPhotoController' shared autowired service.
  2854.      *
  2855.      * @return \App\Controller\Api\Patient\TreatmentPhotoController
  2856.      */
  2857.     protected function getTreatmentPhotoController2Service()
  2858.     {
  2859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2861.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2862.         include_once \dirname(__DIR__4).'/src/Controller/Api/Patient/TreatmentPhotoController.php';
  2863.         $this->services['App\\Controller\\Api\\Patient\\TreatmentPhotoController'] = $instance = new \App\Controller\Api\Patient\TreatmentPhotoController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2864.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Patient\\TreatmentPhotoController'$this));
  2865.         return $instance;
  2866.     }
  2867.     /**
  2868.      * Gets the public 'App\Controller\BaseApiController' shared autowired service.
  2869.      *
  2870.      * @return \App\Controller\BaseApiController
  2871.      */
  2872.     protected function getBaseApiControllerService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2876.         include_once \dirname(__DIR__4).'/src/Controller/BaseApiController.php';
  2877.         $this->services['App\\Controller\\BaseApiController'] = $instance = new \App\Controller\BaseApiController(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  2878.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\BaseApiController'$this));
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the public 'App\Controller\BrandingController' shared autowired service.
  2883.      *
  2884.      * @return \App\Controller\BrandingController
  2885.      */
  2886.     protected function getBrandingControllerService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2890.         include_once \dirname(__DIR__4).'/src/Controller/BrandingController.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2892.         $this->services['App\\Controller\\BrandingController'] = $instance = new \App\Controller\BrandingController(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()));
  2893.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\BrandingController'$this));
  2894.         return $instance;
  2895.     }
  2896.     /**
  2897.      * Gets the public 'App\Controller\CustomFormDataController' shared autowired service.
  2898.      *
  2899.      * @return \App\Controller\CustomFormDataController
  2900.      */
  2901.     protected function getCustomFormDataControllerService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2905.         include_once \dirname(__DIR__4).'/src/Controller/CustomFormDataController.php';
  2906.         $this->services['App\\Controller\\CustomFormDataController'] = $instance = new \App\Controller\CustomFormDataController(($this->privates['App\\Repository\\CustomFormDataRepository'] ?? $this->getCustomFormDataRepositoryService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()));
  2907.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CustomFormDataController'$this));
  2908.         return $instance;
  2909.     }
  2910.     /**
  2911.      * Gets the public 'App\Controller\CustomerSettingController' shared autowired service.
  2912.      *
  2913.      * @return \App\Controller\CustomerSettingController
  2914.      */
  2915.     protected function getCustomerSettingControllerService()
  2916.     {
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2919.         include_once \dirname(__DIR__4).'/src/Controller/CustomerSettingController.php';
  2920.         $this->services['App\\Controller\\CustomerSettingController'] = $instance = new \App\Controller\CustomerSettingController();
  2921.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CustomerSettingController'$this));
  2922.         return $instance;
  2923.     }
  2924.     /**
  2925.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  2926.      *
  2927.      * @return \App\Controller\DefaultController
  2928.      */
  2929.     protected function getDefaultController18Service()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2933.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  2934.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.create_default_clinic_data'] ?? $this->getApp_CreateDefaultClinicDataService()), ($this->services['app.create_default_kinds'] ?? $this->getApp_CreateDefaultKindsService()), ($this->services['App\\Services\\ClinicManager'] ?? $this->getClinicManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Services\\MembershipService'] ?? $this->getMembershipServiceService()), ($this->services['app.invoice_history'] ?? $this->getApp_InvoiceHistoryService()), ($this->privates['App\\Services\\StripeService'] ?? $this->getStripeServiceService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['app.plivo'] ?? $this->getApp_PlivoService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  2935.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\DefaultController'$this));
  2936.         return $instance;
  2937.     }
  2938.     /**
  2939.      * Gets the public 'App\Controller\DomainController' shared autowired service.
  2940.      *
  2941.      * @return \App\Controller\DomainController
  2942.      */
  2943.     protected function getDomainControllerService()
  2944.     {
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2947.         include_once \dirname(__DIR__4).'/src/Controller/DomainController.php';
  2948.         $this->services['App\\Controller\\DomainController'] = $instance = new \App\Controller\DomainController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  2949.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\DomainController'$this));
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the public 'App\Controller\EmailTrackerController' shared autowired service.
  2954.      *
  2955.      * @return \App\Controller\EmailTrackerController
  2956.      */
  2957.     protected function getEmailTrackerControllerService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2961.         include_once \dirname(__DIR__4).'/src/Controller/EmailTrackerController.php';
  2962.         $this->services['App\\Controller\\EmailTrackerController'] = $instance = new \App\Controller\EmailTrackerController();
  2963.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\EmailTrackerController'$this));
  2964.         return $instance;
  2965.     }
  2966.     /**
  2967.      * Gets the public 'App\Controller\EventController' shared autowired service.
  2968.      *
  2969.      * @return \App\Controller\EventController
  2970.      */
  2971.     protected function getEventControllerService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2975.         include_once \dirname(__DIR__4).'/src/Controller/EventController.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2977.         $this->services['App\\Controller\\EventController'] = $instance = new \App\Controller\EventController(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()), ($this->privates['App\\Services\\Zoom\\ZoomAccessTokenGenerator'] ?? $this->getZoomAccessTokenGeneratorService()), ($this->privates['App\\Services\\Zoom\\ZoomMeetingService'] ?? $this->getZoomMeetingServiceService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()));
  2978.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\EventController'$this));
  2979.         return $instance;
  2980.     }
  2981.     /**
  2982.      * Gets the public 'App\Controller\Front\PostAptFormSentController' shared autowired service.
  2983.      *
  2984.      * @return \App\Controller\Front\PostAptFormSentController
  2985.      */
  2986.     protected function getPostAptFormSentControllerService()
  2987.     {
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2990.         include_once \dirname(__DIR__4).'/src/Controller/Front/PostAptFormSentController.php';
  2991.         $this->services['App\\Controller\\Front\\PostAptFormSentController'] = $instance = new \App\Controller\Front\PostAptFormSentController();
  2992.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Front\\PostAptFormSentController'$this));
  2993.         return $instance;
  2994.     }
  2995.     /**
  2996.      * Gets the public 'App\Controller\Front\SurveySentController' shared autowired service.
  2997.      *
  2998.      * @return \App\Controller\Front\SurveySentController
  2999.      */
  3000.     protected function getSurveySentControllerService()
  3001.     {
  3002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3004.         include_once \dirname(__DIR__4).'/src/Controller/Front/SurveySentController.php';
  3005.         $this->services['App\\Controller\\Front\\SurveySentController'] = $instance = new \App\Controller\Front\SurveySentController();
  3006.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Front\\SurveySentController'$this));
  3007.         return $instance;
  3008.     }
  3009.     /**
  3010.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  3011.      *
  3012.      * @return \App\Controller\HomeController
  3013.      */
  3014.     protected function getHomeControllerService()
  3015.     {
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3018.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  3019.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  3020.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\HomeController'$this));
  3021.         return $instance;
  3022.     }
  3023.     /**
  3024.      * Gets the public 'App\Controller\MeetingController' shared autowired service.
  3025.      *
  3026.      * @return \App\Controller\MeetingController
  3027.      */
  3028.     protected function getMeetingControllerService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3032.         include_once \dirname(__DIR__4).'/src/Controller/MeetingController.php';
  3033.         $this->services['App\\Controller\\MeetingController'] = $instance = new \App\Controller\MeetingController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->privates['App\\Services\\Zoom\\ZoomAccessTokenGenerator'] ?? $this->getZoomAccessTokenGeneratorService()), ($this->privates['App\\Services\\Zoom\\ZoomMeetingService'] ?? $this->getZoomMeetingServiceService()));
  3034.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\MeetingController'$this));
  3035.         return $instance;
  3036.     }
  3037.     /**
  3038.      * Gets the public 'App\Controller\MessageController' shared autowired service.
  3039.      *
  3040.      * @return \App\Controller\MessageController
  3041.      */
  3042.     protected function getMessageControllerService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3046.         include_once \dirname(__DIR__4).'/src/Controller/MessageController.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3048.         $this->services['App\\Controller\\MessageController'] = $instance = new \App\Controller\MessageController(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3049.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\MessageController'$this));
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the public 'App\Controller\NewWebsiteController' shared autowired service.
  3054.      *
  3055.      * @return \App\Controller\NewWebsiteController
  3056.      */
  3057.     protected function getNewWebsiteControllerService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3061.         include_once \dirname(__DIR__4).'/src/Controller/NewWebsiteController.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3063.         $this->services['App\\Controller\\NewWebsiteController'] = $instance = new \App\Controller\NewWebsiteController(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()));
  3064.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\NewWebsiteController'$this));
  3065.         return $instance;
  3066.     }
  3067.     /**
  3068.      * Gets the public 'App\Controller\NewWidgetController' shared autowired service.
  3069.      *
  3070.      * @return \App\Controller\NewWidgetController
  3071.      */
  3072.     protected function getNewWidgetControllerService()
  3073.     {
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3076.         include_once \dirname(__DIR__4).'/src/Controller/NewWidgetController.php';
  3077.         $this->services['App\\Controller\\NewWidgetController'] = $instance = new \App\Controller\NewWidgetController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  3078.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\NewWidgetController'$this));
  3079.         return $instance;
  3080.     }
  3081.     /**
  3082.      * Gets the public 'App\Controller\OpenController' shared autowired service.
  3083.      *
  3084.      * @return \App\Controller\OpenController
  3085.      */
  3086.     protected function getOpenControllerService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3090.         include_once \dirname(__DIR__4).'/src/Controller/OpenController.php';
  3091.         $this->services['App\\Controller\\OpenController'] = $instance = new \App\Controller\OpenController();
  3092.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\OpenController'$this));
  3093.         return $instance;
  3094.     }
  3095.     /**
  3096.      * Gets the public 'App\Controller\PatientController' shared autowired service.
  3097.      *
  3098.      * @return \App\Controller\PatientController
  3099.      */
  3100.     protected function getPatientControllerService()
  3101.     {
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3104.         include_once \dirname(__DIR__4).'/src/Controller/PatientController.php';
  3105.         include_once \dirname(__DIR__4).'/src/Services/TagManager.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3107.         $this->services['App\\Controller\\PatientController'] = $instance = new \App\Controller\PatientController(($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Services\\TagManager'] ?? ($this->privates['App\\Services\\TagManager'] = new \App\Services\TagManager())), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['app.plivo'] ?? $this->getApp_PlivoService()), ($this->services['App\\Services\\ClinicManager'] ?? $this->getClinicManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  3108.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PatientController'$this));
  3109.         return $instance;
  3110.     }
  3111.     /**
  3112.      * Gets the public 'App\Controller\PaymentController' shared autowired service.
  3113.      *
  3114.      * @return \App\Controller\PaymentController
  3115.      */
  3116.     protected function getPaymentControllerService()
  3117.     {
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3120.         include_once \dirname(__DIR__4).'/src/Controller/PaymentController.php';
  3121.         $this->services['App\\Controller\\PaymentController'] = $instance = new \App\Controller\PaymentController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['logger'] ?? $this->getLoggerService()));
  3122.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PaymentController'$this));
  3123.         return $instance;
  3124.     }
  3125.     /**
  3126.      * Gets the public 'App\Controller\PlivoWebhookController' shared autowired service.
  3127.      *
  3128.      * @return \App\Controller\PlivoWebhookController
  3129.      */
  3130.     protected function getPlivoWebhookControllerService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3134.         include_once \dirname(__DIR__4).'/src/Controller/PlivoWebhookController.php';
  3135.         $this->services['App\\Controller\\PlivoWebhookController'] = $instance = new \App\Controller\PlivoWebhookController(($this->services['logger'] ?? $this->getLoggerService()));
  3136.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PlivoWebhookController'$this));
  3137.         return $instance;
  3138.     }
  3139.     /**
  3140.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  3141.      *
  3142.      * @return \App\Controller\ProfileController
  3143.      */
  3144.     protected function getProfileControllerService()
  3145.     {
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3148.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  3149.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  3150.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ProfileController'$this));
  3151.         return $instance;
  3152.     }
  3153.     /**
  3154.      * Gets the public 'App\Controller\ProspectController' shared autowired service.
  3155.      *
  3156.      * @return \App\Controller\ProspectController
  3157.      */
  3158.     protected function getProspectControllerService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3162.         include_once \dirname(__DIR__4).'/src/Controller/ProspectController.php';
  3163.         include_once \dirname(__DIR__4).'/src/Services/TagManager.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3165.         $this->services['App\\Controller\\ProspectController'] = $instance = new \App\Controller\ProspectController(($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Services\\TagManager'] ?? ($this->privates['App\\Services\\TagManager'] = new \App\Services\TagManager())), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['app.plivo'] ?? $this->getApp_PlivoService()), ($this->services['App\\Services\\ClinicManager'] ?? $this->getClinicManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  3166.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ProspectController'$this));
  3167.         return $instance;
  3168.     }
  3169.     /**
  3170.      * Gets the public 'App\Controller\PublicProfileController' shared autowired service.
  3171.      *
  3172.      * @return \App\Controller\PublicProfileController
  3173.      */
  3174.     protected function getPublicProfileControllerService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3178.         include_once \dirname(__DIR__4).'/src/Controller/PublicProfileController.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3180.         $this->services['App\\Controller\\PublicProfileController'] = $instance = new \App\Controller\PublicProfileController(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()));
  3181.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PublicProfileController'$this));
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the public 'App\Controller\SmsReviewController' shared autowired service.
  3186.      *
  3187.      * @return \App\Controller\SmsReviewController
  3188.      */
  3189.     protected function getSmsReviewControllerService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3193.         include_once \dirname(__DIR__4).'/src/Controller/SmsReviewController.php';
  3194.         $this->services['App\\Controller\\SmsReviewController'] = $instance = new \App\Controller\SmsReviewController();
  3195.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SmsReviewController'$this));
  3196.         return $instance;
  3197.     }
  3198.     /**
  3199.      * Gets the public 'App\Controller\SyncController' shared autowired service.
  3200.      *
  3201.      * @return \App\Controller\SyncController
  3202.      */
  3203.     protected function getSyncControllerService()
  3204.     {
  3205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3207.         include_once \dirname(__DIR__4).'/src/Controller/SyncController.php';
  3208.         $this->services['App\\Controller\\SyncController'] = $instance = new \App\Controller\SyncController();
  3209.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SyncController'$this));
  3210.         return $instance;
  3211.     }
  3212.     /**
  3213.      * Gets the public 'App\Controller\TemplateController' shared autowired service.
  3214.      *
  3215.      * @return \App\Controller\TemplateController
  3216.      */
  3217.     protected function getTemplateControllerService()
  3218.     {
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3221.         include_once \dirname(__DIR__4).'/src/Controller/TemplateController.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3223.         $this->services['App\\Controller\\TemplateController'] = $instance = new \App\Controller\TemplateController(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()));
  3224.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\TemplateController'$this));
  3225.         return $instance;
  3226.     }
  3227.     /**
  3228.      * Gets the public 'App\Controller\TestController' shared autowired service.
  3229.      *
  3230.      * @return \App\Controller\TestController
  3231.      */
  3232.     protected function getTestControllerService()
  3233.     {
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3236.         include_once \dirname(__DIR__4).'/src/Controller/TestController.php';
  3237.         $this->services['App\\Controller\\TestController'] = $instance = new \App\Controller\TestController();
  3238.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\TestController'$this));
  3239.         return $instance;
  3240.     }
  3241.     /**
  3242.      * Gets the public 'App\Controller\TwilioWebhookController' shared autowired service.
  3243.      *
  3244.      * @return \App\Controller\TwilioWebhookController
  3245.      */
  3246.     protected function getTwilioWebhookControllerService()
  3247.     {
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3250.         include_once \dirname(__DIR__4).'/src/Controller/TwilioWebhookController.php';
  3251.         $this->services['App\\Controller\\TwilioWebhookController'] = $instance = new \App\Controller\TwilioWebhookController(($this->services['logger'] ?? $this->getLoggerService()));
  3252.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\TwilioWebhookController'$this));
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the public 'App\Controller\YourController' shared autowired service.
  3257.      *
  3258.      * @return \App\Controller\YourController
  3259.      */
  3260.     protected function getYourControllerService()
  3261.     {
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3264.         include_once \dirname(__DIR__4).'/src/Controller/YourController.php';
  3265.         $this->services['App\\Controller\\YourController'] = $instance = new \App\Controller\YourController(($this->services['app.invoice_history'] ?? $this->getApp_InvoiceHistoryService()), ($this->services['logger'] ?? $this->getLoggerService()));
  3266.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\YourController'$this));
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the public 'App\Services\ClinicManager' shared autowired service.
  3271.      *
  3272.      * @return \App\Services\ClinicManager
  3273.      */
  3274.     protected function getClinicManagerService()
  3275.     {
  3276.         include_once \dirname(__DIR__4).'/src/Services/ClinicManager.php';
  3277.         return $this->services['App\\Services\\ClinicManager'] = new \App\Services\ClinicManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()));
  3278.     }
  3279.     /**
  3280.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  3281.      *
  3282.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  3283.      */
  3284.     protected function getProfilerControllerService()
  3285.     {
  3286.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  3287.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  3288.     }
  3289.     /**
  3290.      * Gets the public 'Faker\Generator' shared service.
  3291.      *
  3292.      * @return \Faker\Generator
  3293.      */
  3294.     protected function getGeneratorService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  3299.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  3300.         $instance->seed(1);
  3301.         $instance->addProvider(($this->services['app.encoder_password'] ?? $this->getApp_EncoderPasswordService()));
  3302.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  3303.         return $instance;
  3304.     }
  3305.     /**
  3306.      * Gets the public 'HarmBandstra\SwaggerUiBundle\Controller\DocsController' shared autowired service.
  3307.      *
  3308.      * @return \HarmBandstra\SwaggerUiBundle\Controller\DocsController
  3309.      */
  3310.     protected function getDocsControllerService()
  3311.     {
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/harmbandstra/swagger-ui-bundle/src/Controller/DocsController.php';
  3315.         $this->services['HarmBandstra\\SwaggerUiBundle\\Controller\\DocsController'] = $instance = new \HarmBandstra\SwaggerUiBundle\Controller\DocsController($this->parameters['hb_swagger_ui.files'], (\dirname(__DIR__4).'/src/../docs/'), '/bundles/hbswaggerui/'NULL);
  3316.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3317.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3318.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3319.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3320.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  3321.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  3322.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3323.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3324.             'router' => ['services''router''getRouterService'false],
  3325.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3326.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3327.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3328.             'serializer' => ['services''serializer''getSerializerService'false],
  3329.             'session' => ['services''session''getSessionService'false],
  3330.             'twig' => ['services''twig''getTwigService'false],
  3331.         ], [
  3332.             'doctrine' => '?',
  3333.             'form.factory' => '?',
  3334.             'http_kernel' => '?',
  3335.             'message_bus' => '?',
  3336.             'messenger.default_bus' => '?',
  3337.             'parameter_bag' => '?',
  3338.             'request_stack' => '?',
  3339.             'router' => '?',
  3340.             'security.authorization_checker' => '?',
  3341.             'security.csrf.token_manager' => '?',
  3342.             'security.token_storage' => '?',
  3343.             'serializer' => '?',
  3344.             'session' => '?',
  3345.             'twig' => '?',
  3346.         ]))->withContext('HarmBandstra\\SwaggerUiBundle\\Controller\\DocsController'$this));
  3347.         return $instance;
  3348.     }
  3349.     /**
  3350.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  3351.      *
  3352.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  3353.      */
  3354.     protected function getBlameableEventSubscriberService()
  3355.     {
  3356.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  3357.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL);
  3358.     }
  3359.     /**
  3360.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  3361.      *
  3362.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  3363.      */
  3364.     protected function getLoggableEventSubscriberService()
  3365.     {
  3366.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  3367.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->services['logger'] ?? $this->getLoggerService()));
  3368.     }
  3369.     /**
  3370.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  3371.      *
  3372.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  3373.      */
  3374.     protected function getSluggableEventSubscriberService()
  3375.     {
  3376.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  3377.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService()));
  3378.     }
  3379.     /**
  3380.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  3381.      *
  3382.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  3383.      */
  3384.     protected function getSoftDeletableEventSubscriberService()
  3385.     {
  3386.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  3387.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  3388.     }
  3389.     /**
  3390.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  3391.      *
  3392.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  3393.      */
  3394.     protected function getTimestampableEventSubscriberService()
  3395.     {
  3396.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  3397.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  3398.     }
  3399.     /**
  3400.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  3401.      *
  3402.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  3403.      */
  3404.     protected function getTranslatableEventSubscriberService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  3407.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  3408.     }
  3409.     /**
  3410.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  3411.      *
  3412.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  3413.      */
  3414.     protected function getTreeEventSubscriberService()
  3415.     {
  3416.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  3417.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  3418.     }
  3419.     /**
  3420.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  3421.      *
  3422.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  3423.      */
  3424.     protected function getUuidableEventSubscriberService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  3427.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  3428.     }
  3429.     /**
  3430.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  3431.      *
  3432.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  3433.      */
  3434.     protected function getLocaleProviderService()
  3435.     {
  3436.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  3438.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] = new \Knp\DoctrineBehaviors\Provider\LocaleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  3439.     }
  3440.     /**
  3441.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  3442.      *
  3443.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  3444.      */
  3445.     protected function getUserProviderService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  3449.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), NULL);
  3450.     }
  3451.     /**
  3452.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  3453.      *
  3454.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  3455.      */
  3456.     protected function getDefaultSluggableRepositoryService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  3459.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3460.     }
  3461.     /**
  3462.      * Gets the public 'Mcfedr\AwsPushBundle\Controller\ApiController' shared autowired service.
  3463.      *
  3464.      * @return \Mcfedr\AwsPushBundle\Controller\ApiController
  3465.      */
  3466.     protected function getApiControllerService()
  3467.     {
  3468.         include_once \dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/Controller/ApiController.php';
  3469.         return $this->services['Mcfedr\\AwsPushBundle\\Controller\\ApiController'] = new \Mcfedr\AwsPushBundle\Controller\ApiController(($this->services['Mcfedr\\AwsPushBundle\\Service\\Devices'] ?? $this->getDevicesService()), ($this->services['Mcfedr\\AwsPushBundle\\Service\\Messages'] ?? $this->getMessagesService()), ($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), '', ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['logger'] ?? $this->getLoggerService()));
  3470.     }
  3471.     /**
  3472.      * Gets the public 'Mcfedr\AwsPushBundle\Service\Devices' shared service.
  3473.      *
  3474.      * @return \Mcfedr\AwsPushBundle\Service\Devices
  3475.      */
  3476.     protected function getDevicesService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/Service/Devices.php';
  3479.         return $this->services['Mcfedr\\AwsPushBundle\\Service\\Devices'] = new \Mcfedr\AwsPushBundle\Service\Devices(($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), $this->getParameter('mcfedr_aws_push.platforms'));
  3480.     }
  3481.     /**
  3482.      * Gets the public 'Mcfedr\AwsPushBundle\Service\Messages' shared service.
  3483.      *
  3484.      * @return \Mcfedr\AwsPushBundle\Service\Messages
  3485.      */
  3486.     protected function getMessagesService()
  3487.     {
  3488.         include_once \dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/Service/Messages.php';
  3489.         return $this->services['Mcfedr\\AwsPushBundle\\Service\\Messages'] = new \Mcfedr\AwsPushBundle\Service\Messages(($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), $this->getParameter('mcfedr_aws_push.platforms'), false, ($this->services['logger'] ?? $this->getLoggerService()), []);
  3490.     }
  3491.     /**
  3492.      * Gets the public 'Mcfedr\AwsPushBundle\Service\Topics' shared service.
  3493.      *
  3494.      * @return \Mcfedr\AwsPushBundle\Service\Topics
  3495.      */
  3496.     protected function getTopicsService()
  3497.     {
  3498.         include_once \dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/Service/Topics.php';
  3499.         return $this->services['Mcfedr\\AwsPushBundle\\Service\\Topics'] = new \Mcfedr\AwsPushBundle\Service\Topics(($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), ($this->services['Mcfedr\\AwsPushBundle\\Service\\Messages'] ?? $this->getMessagesService()), false, ($this->services['logger'] ?? $this->getLoggerService()));
  3500.     }
  3501.     /**
  3502.      * Gets the public 'Mcfedr\QueueManagerBundle\Manager\QueueManagerRegistry' shared autowired service.
  3503.      *
  3504.      * @return \Mcfedr\QueueManagerBundle\Manager\QueueManagerRegistry
  3505.      */
  3506.     protected function getQueueManagerRegistryService()
  3507.     {
  3508.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/QueueManagerRegistry.php';
  3509.         return $this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] = new \Mcfedr\QueueManagerBundle\Manager\QueueManagerRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3510.             'Mcfedr\\QueueManagerBundle\\Manager\\DoctrineDelayQueueManager' => ['services''mcfedr_queue_manager.delay''getMcfedrQueueManager_DelayService'false],
  3511.             'Mcfedr\\QueueManagerBundle\\Manager\\PeriodicQueueManager' => ['services''mcfedr_queue_manager.periodic''getMcfedrQueueManager_PeriodicService'false],
  3512.             'Mcfedr\\QueueManagerBundle\\Manager\\SqsQueueManager' => ['services''mcfedr_queue_manager.default''getMcfedrQueueManager_DefaultService'false],
  3513.             'default' => ['services''mcfedr_queue_manager.default''getMcfedrQueueManager_DefaultService'false],
  3514.             'delay' => ['services''mcfedr_queue_manager.delay''getMcfedrQueueManager_DelayService'false],
  3515.             'mcfedr_queue_manager.default' => ['services''mcfedr_queue_manager.default''getMcfedrQueueManager_DefaultService'false],
  3516.             'mcfedr_queue_manager.delay' => ['services''mcfedr_queue_manager.delay''getMcfedrQueueManager_DelayService'false],
  3517.             'mcfedr_queue_manager.periodic' => ['services''mcfedr_queue_manager.periodic''getMcfedrQueueManager_PeriodicService'false],
  3518.             'periodic' => ['services''mcfedr_queue_manager.periodic''getMcfedrQueueManager_PeriodicService'false],
  3519.         ], [
  3520.             'Mcfedr\\QueueManagerBundle\\Manager\\DoctrineDelayQueueManager' => '?',
  3521.             'Mcfedr\\QueueManagerBundle\\Manager\\PeriodicQueueManager' => '?',
  3522.             'Mcfedr\\QueueManagerBundle\\Manager\\SqsQueueManager' => '?',
  3523.             'default' => '?',
  3524.             'delay' => '?',
  3525.             'mcfedr_queue_manager.default' => '?',
  3526.             'mcfedr_queue_manager.delay' => '?',
  3527.             'mcfedr_queue_manager.periodic' => '?',
  3528.             'periodic' => '?',
  3529.         ]))->withContext('Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'$this), [=> 'delay'=> 'mcfedr_queue_manager.delay'=> 'periodic'=> 'mcfedr_queue_manager.periodic'=> 'default'=> 'mcfedr_queue_manager.default'=> 'Mcfedr\\QueueManagerBundle\\Manager\\DoctrineDelayQueueManager'=> 'Mcfedr\\QueueManagerBundle\\Manager\\PeriodicQueueManager'=> 'Mcfedr\\QueueManagerBundle\\Manager\\SqsQueueManager'], 'default');
  3530.     }
  3531.     /**
  3532.      * Gets the public 'Mcfedr\QueueManagerBundle\Runner\JobExecutor' shared autowired service.
  3533.      *
  3534.      * @return \Mcfedr\QueueManagerBundle\Runner\JobExecutor
  3535.      */
  3536.     protected function getJobExecutorService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Runner/JobExecutor.php';
  3539.         return $this->services['Mcfedr\\QueueManagerBundle\\Runner\\JobExecutor'] = new \Mcfedr\QueueManagerBundle\Runner\JobExecutor((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3540.             'App\\Services\\DeleteClinicAnswersWorker' => ['privates''App\\Services\\DeleteClinicAnswersWorker''getDeleteClinicAnswersWorkerService'false],
  3541.             'App\\Services\\DeleteClinicPatientsWorker' => ['privates''App\\Services\\DeleteClinicPatientsWorker''getDeleteClinicPatientsWorkerService'false],
  3542.             'App\\Services\\MainWorker' => ['services''app.main_worker''getApp_MainWorkerService'false],
  3543.             'App\\Services\\PatientsDocumentsImportFromZipWorker' => ['privates''App\\Services\\PatientsDocumentsImportFromZipWorker''getPatientsDocumentsImportFromZipWorkerService'false],
  3544.             'App\\Services\\PatientsPhotosImportFromZipWorker' => ['privates''App\\Services\\PatientsPhotosImportFromZipWorker''getPatientsPhotosImportFromZipWorkerService'false],
  3545.             'App\\Services\\PaymentSense\\PaymentsenseWorker' => ['services''app.payment_sense.worker''getApp_PaymentSense_WorkerService'false],
  3546.             'App\\Services\\RemindersWorker' => ['services''app.reminders_worker''getApp_RemindersWorkerService'false],
  3547.             'App\\Services\\SetPatientsCreatedByWorker' => ['privates''App\\Services\\SetPatientsCreatedByWorker''getSetPatientsCreatedByWorkerService'false],
  3548.             'App\\Services\\UpdatePhotoNotesWorker' => ['privates''App\\Services\\UpdatePhotoNotesWorker''getUpdatePhotoNotesWorkerService'false],
  3549.             'App\\Services\\Xero\\XeroSyncWorker' => ['services''app.xero_worker''getApp_XeroWorkerService'false],
  3550.             'Mcfedr\\QueueManagerBundle\\Worker\\DoctrineDelayWorker' => ['services''Mcfedr\\QueueManagerBundle\\Worker\\DoctrineDelayWorker''getDoctrineDelayWorkerService'false],
  3551.             'Mcfedr\\QueueManagerBundle\\Worker\\PeriodicWorker' => ['services''Mcfedr\\QueueManagerBundle\\Worker\\PeriodicWorker''getPeriodicWorkerService'false],
  3552.             'app.main_worker' => ['services''app.main_worker''getApp_MainWorkerService'false],
  3553.             'app.payment_sense.worker' => ['services''app.payment_sense.worker''getApp_PaymentSense_WorkerService'false],
  3554.             'app.reminders_worker' => ['services''app.reminders_worker''getApp_RemindersWorkerService'false],
  3555.             'app.xero_worker' => ['services''app.xero_worker''getApp_XeroWorkerService'false],
  3556.             'mcfedr_doctrine_delay_queue_driver.worker' => ['services''Mcfedr\\QueueManagerBundle\\Worker\\DoctrineDelayWorker''getDoctrineDelayWorkerService'false],
  3557.             'mcfedr_periodic_queue_driver.worker' => ['services''Mcfedr\\QueueManagerBundle\\Worker\\PeriodicWorker''getPeriodicWorkerService'false],
  3558.         ], [
  3559.             'App\\Services\\DeleteClinicAnswersWorker' => '?',
  3560.             'App\\Services\\DeleteClinicPatientsWorker' => '?',
  3561.             'App\\Services\\MainWorker' => '?',
  3562.             'App\\Services\\PatientsDocumentsImportFromZipWorker' => '?',
  3563.             'App\\Services\\PatientsPhotosImportFromZipWorker' => '?',
  3564.             'App\\Services\\PaymentSense\\PaymentsenseWorker' => '?',
  3565.             'App\\Services\\RemindersWorker' => '?',
  3566.             'App\\Services\\SetPatientsCreatedByWorker' => '?',
  3567.             'App\\Services\\UpdatePhotoNotesWorker' => '?',
  3568.             'App\\Services\\Xero\\XeroSyncWorker' => '?',
  3569.             'Mcfedr\\QueueManagerBundle\\Worker\\DoctrineDelayWorker' => '?',
  3570.             'Mcfedr\\QueueManagerBundle\\Worker\\PeriodicWorker' => '?',
  3571.             'app.main_worker' => '?',
  3572.             'app.payment_sense.worker' => '?',
  3573.             'app.reminders_worker' => '?',
  3574.             'app.xero_worker' => '?',
  3575.             'mcfedr_doctrine_delay_queue_driver.worker' => '?',
  3576.             'mcfedr_periodic_queue_driver.worker' => '?',
  3577.         ]))->withContext('Mcfedr\\QueueManagerBundle\\Runner\\JobExecutor'$this), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['logger'] ?? $this->getLoggerService()));
  3578.     }
  3579.     /**
  3580.      * Gets the public 'Mcfedr\QueueManagerBundle\Subscriber\DoctrineResetSubscriber' shared service.
  3581.      *
  3582.      * @return \Mcfedr\QueueManagerBundle\Subscriber\DoctrineResetSubscriber
  3583.      */
  3584.     protected function getDoctrineResetSubscriberService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Subscriber/DoctrineResetSubscriber.php';
  3587.         return $this->services['Mcfedr\\QueueManagerBundle\\Subscriber\\DoctrineResetSubscriber'] = new \Mcfedr\QueueManagerBundle\Subscriber\DoctrineResetSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3588.     }
  3589.     /**
  3590.      * Gets the public 'Mcfedr\QueueManagerBundle\Subscriber\SwiftMailerSubscriber' shared service.
  3591.      *
  3592.      * @return \Mcfedr\QueueManagerBundle\Subscriber\SwiftMailerSubscriber
  3593.      */
  3594.     protected function getSwiftMailerSubscriberService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Subscriber/SwiftMailerSubscriber.php';
  3598.         return $this->services['Mcfedr\\QueueManagerBundle\\Subscriber\\SwiftMailerSubscriber'] = new \Mcfedr\QueueManagerBundle\Subscriber\SwiftMailerSubscriber(10$this, ($this->services['logger'] ?? $this->getLoggerService()));
  3599.     }
  3600.     /**
  3601.      * Gets the public 'Mcfedr\QueueManagerBundle\Worker\DoctrineDelayWorker' shared autowired service.
  3602.      *
  3603.      * @return \Mcfedr\QueueManagerBundle\Worker\DoctrineDelayWorker
  3604.      */
  3605.     protected function getDoctrineDelayWorkerService()
  3606.     {
  3607.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/InternalWorker.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Worker/DoctrineDelayWorker.php';
  3610.         return $this->services['Mcfedr\\QueueManagerBundle\\Worker\\DoctrineDelayWorker'] = new \Mcfedr\QueueManagerBundle\Worker\DoctrineDelayWorker(($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()));
  3611.     }
  3612.     /**
  3613.      * Gets the public 'Mcfedr\QueueManagerBundle\Worker\PeriodicWorker' shared autowired service.
  3614.      *
  3615.      * @return \Mcfedr\QueueManagerBundle\Worker\PeriodicWorker
  3616.      */
  3617.     protected function getPeriodicWorkerService()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/InternalWorker.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Worker/PeriodicWorker.php';
  3622.         return $this->services['Mcfedr\\QueueManagerBundle\\Worker\\PeriodicWorker'] = new \Mcfedr\QueueManagerBundle\Worker\PeriodicWorker(($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['Mcfedr\\QueueManagerBundle\\Runner\\JobExecutor'] ?? $this->getJobExecutorService()));
  3623.     }
  3624.     /**
  3625.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3626.      *
  3627.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3628.      */
  3629.     protected function getRedirectControllerService()
  3630.     {
  3631.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3632.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  3633.     }
  3634.     /**
  3635.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3636.      *
  3637.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3638.      */
  3639.     protected function getTemplateController2Service()
  3640.     {
  3641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3642.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  3643.     }
  3644.     /**
  3645.      * Gets the public 'app.api_error_manager' shared autowired service.
  3646.      *
  3647.      * @return \App\Services\ApiErrorManager
  3648.      */
  3649.     protected function getApp_ApiErrorManagerService()
  3650.     {
  3651.         include_once \dirname(__DIR__4).'/src/Services/ApiErrorManager.php';
  3652.         return $this->services['app.api_error_manager'] = new \App\Services\ApiErrorManager();
  3653.     }
  3654.     /**
  3655.      * Gets the public 'app.application_authenticator' shared autowired service.
  3656.      *
  3657.      * @return \App\Security\ApplicationAuthenticator
  3658.      */
  3659.     protected function getApp_ApplicationAuthenticatorService()
  3660.     {
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3664.         include_once \dirname(__DIR__4).'/src/Security/ApplicationAuthenticator.php';
  3665.         include_once \dirname(__DIR__4).'/src/Services/Licence/CheckLicenceService.php';
  3666.         return $this->services['app.application_authenticator'] = new \App\Security\ApplicationAuthenticator(($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.check_licence_service'] ?? ($this->services['app.check_licence_service'] = new \App\Services\Licence\CheckLicenceService())));
  3667.     }
  3668.     /**
  3669.      * Gets the public 'app.appointment_normalizer' shared autowired service.
  3670.      *
  3671.      * @return \App\Normalize\AppointmentNormalizer
  3672.      */
  3673.     protected function getApp_AppointmentNormalizerService()
  3674.     {
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3677.         include_once \dirname(__DIR__4).'/src/Normalize/AppointmentNormalizer.php';
  3678.         return $this->services['app.appointment_normalizer'] = new \App\Normalize\AppointmentNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  3679.     }
  3680.     /**
  3681.      * Gets the public 'app.appointment_subscriber' shared autowired service.
  3682.      *
  3683.      * @return \App\EventListener\AppointmentSubscriber
  3684.      */
  3685.     protected function getApp_AppointmentSubscriberService()
  3686.     {
  3687.         include_once \dirname(__DIR__4).'/src/EventListener/AppointmentSubscriber.php';
  3688.         return $this->services['app.appointment_subscriber'] = new \App\EventListener\AppointmentSubscriber(($this->services['app.clinic_report_recency_of_visit'] ?? $this->getApp_ClinicReportRecencyOfVisitService()), ($this->services['logger'] ?? $this->getLoggerService()));
  3689.     }
  3690.     /**
  3691.      * Gets the public 'app.check.clinic_doctrine_listener' shared autowired service.
  3692.      *
  3693.      * @return \App\EventListener\ClinicDoctrineSubscriber
  3694.      */
  3695.     protected function getApp_Check_ClinicDoctrineListenerService()
  3696.     {
  3697.         include_once \dirname(__DIR__4).'/src/EventListener/ClinicDoctrineSubscriber.php';
  3698.         return $this->services['app.check.clinic_doctrine_listener'] = new \App\EventListener\ClinicDoctrineSubscriber(($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()));
  3699.     }
  3700.     /**
  3701.      * Gets the public 'app.check.clinic_listener' shared autowired service.
  3702.      *
  3703.      * @return \App\EventListener\ClinicSubscriber
  3704.      */
  3705.     protected function getApp_Check_ClinicListenerService()
  3706.     {
  3707.         return $this->services['app.check.clinic_listener'] = new \App\EventListener\ClinicSubscriber(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3708.     }
  3709.     /**
  3710.      * Gets the public 'app.check_licence_service' shared autowired service.
  3711.      *
  3712.      * @return \App\Services\Licence\CheckLicenceService
  3713.      */
  3714.     protected function getApp_CheckLicenceServiceService()
  3715.     {
  3716.         include_once \dirname(__DIR__4).'/src/Services/Licence/CheckLicenceService.php';
  3717.         return $this->services['app.check_licence_service'] = new \App\Services\Licence\CheckLicenceService();
  3718.     }
  3719.     /**
  3720.      * Gets the public 'app.clinic_document_category_normalizer' shared autowired service.
  3721.      *
  3722.      * @return \App\Normalize\Clinic\DocumentCategoryNormalizer
  3723.      */
  3724.     protected function getApp_ClinicDocumentCategoryNormalizerService()
  3725.     {
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3728.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/DocumentCategoryNormalizer.php';
  3729.         return $this->services['app.clinic_document_category_normalizer'] = new \App\Normalize\Clinic\DocumentCategoryNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3730.     }
  3731.     /**
  3732.      * Gets the public 'app.clinic_form_normalizer' shared autowired service.
  3733.      *
  3734.      * @return \App\Normalize\Clinic\FormNormalizer
  3735.      */
  3736.     protected function getApp_ClinicFormNormalizerService()
  3737.     {
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3740.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/FormNormalizer.php';
  3741.         return $this->services['app.clinic_form_normalizer'] = new \App\Normalize\Clinic\FormNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3742.     }
  3743.     /**
  3744.      * Gets the public 'app.clinic_marketing_normalizer' shared autowired service.
  3745.      *
  3746.      * @return \App\Normalize\Clinic\MarketingNormalizer
  3747.      */
  3748.     protected function getApp_ClinicMarketingNormalizerService()
  3749.     {
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3751.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/MarketingNormalizer.php';
  3752.         return $this->services['app.clinic_marketing_normalizer'] = new \App\Normalize\Clinic\MarketingNormalizer();
  3753.     }
  3754.     /**
  3755.      * Gets the public 'app.clinic_normalizer' shared autowired service.
  3756.      *
  3757.      * @return \App\Normalize\ClinicNormalizer
  3758.      */
  3759.     protected function getApp_ClinicNormalizerService()
  3760.     {
  3761.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3762.         include_once \dirname(__DIR__4).'/src/Normalize/ClinicNormalizer.php';
  3763.         return $this->services['app.clinic_normalizer'] = new \App\Normalize\ClinicNormalizer(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3764.     }
  3765.     /**
  3766.      * Gets the public 'app.clinic_price_list_normalizer' shared autowired service.
  3767.      *
  3768.      * @return \App\Normalize\Clinic\PriceListNormalizer
  3769.      */
  3770.     protected function getApp_ClinicPriceListNormalizerService()
  3771.     {
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3773.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/PriceListNormalizer.php';
  3774.         return $this->services['app.clinic_price_list_normalizer'] = new \App\Normalize\Clinic\PriceListNormalizer();
  3775.     }
  3776.     /**
  3777.      * Gets the public 'app.clinic_product' shared autowired service.
  3778.      *
  3779.      * @return \App\Normalize\Clinic\ProductNormalizer
  3780.      */
  3781.     protected function getApp_ClinicProductService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3784.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/ProductNormalizer.php';
  3785.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/ItemGoodsReceivedNormalizer.php';
  3786.         return $this->services['app.clinic_product'] = new \App\Normalize\Clinic\ProductNormalizer(($this->services['app.normalize_item_goods_received_normalizer'] ?? ($this->services['app.normalize_item_goods_received_normalizer'] = new \App\Normalize\Clinic\ItemGoodsReceivedNormalizer())));
  3787.     }
  3788.     /**
  3789.      * Gets the public 'app.clinic_report_recency_of_visit' shared autowired service.
  3790.      *
  3791.      * @return \App\Report\DiffDayBetweenLastVisits
  3792.      */
  3793.     protected function getApp_ClinicReportRecencyOfVisitService()
  3794.     {
  3795.         include_once \dirname(__DIR__4).'/src/Report/DiffDayBetweenLastVisits.php';
  3796.         return $this->services['app.clinic_report_recency_of_visit'] = new \App\Report\DiffDayBetweenLastVisits(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3797.     }
  3798.     /**
  3799.      * Gets the public 'app.clinic_task_item_normalizer' shared autowired service.
  3800.      *
  3801.      * @return \App\Normalize\Clinic\TaskItemNormalizer
  3802.      */
  3803.     protected function getApp_ClinicTaskItemNormalizerService()
  3804.     {
  3805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3806.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3807.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/TaskItemNormalizer.php';
  3808.         return $this->services['app.clinic_task_item_normalizer'] = new \App\Normalize\Clinic\TaskItemNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3809.     }
  3810.     /**
  3811.      * Gets the public 'app.clinic_treatment_clinic_normalizer' shared autowired service.
  3812.      *
  3813.      * @return \App\Normalize\Clinic\TreatmentClinicNormalizer
  3814.      */
  3815.     protected function getApp_ClinicTreatmentClinicNormalizerService()
  3816.     {
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  3820.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/TreatmentClinicNormalizer.php';
  3821.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/ItemGoodsReceivedNormalizer.php';
  3822.         return $this->services['app.clinic_treatment_clinic_normalizer'] = new \App\Normalize\Clinic\TreatmentClinicNormalizer(($this->services['app.normalize_item_goods_received_normalizer'] ?? ($this->services['app.normalize_item_goods_received_normalizer'] = new \App\Normalize\Clinic\ItemGoodsReceivedNormalizer())), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3823.     }
  3824.     /**
  3825.      * Gets the public 'app.clinic_user.subscriber' shared autowired service.
  3826.      *
  3827.      * @return \App\EventListener\ClinicUserSubscriber
  3828.      */
  3829.     protected function getApp_ClinicUser_SubscriberService()
  3830.     {
  3831.         include_once \dirname(__DIR__4).'/src/EventListener/ClinicUserSubscriber.php';
  3832.         return $this->services['app.clinic_user.subscriber'] = new \App\EventListener\ClinicUserSubscriber(($this->services['app.google_service'] ?? $this->getApp_GoogleServiceService()));
  3833.     }
  3834.     /**
  3835.      * Gets the public 'app.clinic_user_normalizer' shared autowired service.
  3836.      *
  3837.      * @return \App\Normalize\Person\UserNormalizer
  3838.      */
  3839.     protected function getApp_ClinicUserNormalizerService()
  3840.     {
  3841.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  3845.         include_once \dirname(__DIR__4).'/src/Normalize/Person/UserNormalizer.php';
  3846.         return $this->services['app.clinic_user_normalizer'] = new \App\Normalize\Person\UserNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), $this->getEnv('TIMEZONE_FOR_TIME_TYPE'));
  3847.     }
  3848.     /**
  3849.      * Gets the public 'app.clinic_vat_normalizer' shared autowired service.
  3850.      *
  3851.      * @return \App\Normalize\Clinic\Vat\VatNormalizer
  3852.      */
  3853.     protected function getApp_ClinicVatNormalizerService()
  3854.     {
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3856.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/Vat/VatNormalizer.php';
  3857.         return $this->services['app.clinic_vat_normalizer'] = new \App\Normalize\Clinic\Vat\VatNormalizer();
  3858.     }
  3859.     /**
  3860.      * Gets the public 'app.correspondence_from_notification_creator' shared autowired service.
  3861.      *
  3862.      * @return \App\Services\CorrespondenceFromNotificationCreator
  3863.      */
  3864.     protected function getApp_CorrespondenceFromNotificationCreatorService()
  3865.     {
  3866.         include_once \dirname(__DIR__4).'/src/Services/CorrespondenceFromNotificationCreator.php';
  3867.         return $this->services['app.correspondence_from_notification_creator'] = new \App\Services\CorrespondenceFromNotificationCreator();
  3868.     }
  3869.     /**
  3870.      * Gets the public 'app.create_clinic_gift_voucher' shared autowired service.
  3871.      *
  3872.      * @return \App\Services\CreateClinicGiftVoucher
  3873.      */
  3874.     protected function getApp_CreateClinicGiftVoucherService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/src/Services/CreateClinicGiftVoucher.php';
  3877.         return $this->services['app.create_clinic_gift_voucher'] = new \App\Services\CreateClinicGiftVoucher(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3878.     }
  3879.     /**
  3880.      * Gets the public 'app.create_default_clinic_data' shared autowired service.
  3881.      *
  3882.      * @return \App\Services\CreateDefaultDataClinic
  3883.      */
  3884.     protected function getApp_CreateDefaultClinicDataService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/src/Services/CreateDefaultDataClinic.php';
  3887.         return $this->services['app.create_default_clinic_data'] = new \App\Services\CreateDefaultDataClinic(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.history'] ?? $this->getApp_HistoryService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), (\dirname(__DIR__4).'/src'));
  3888.     }
  3889.     /**
  3890.      * Gets the public 'app.create_default_kinds' shared autowired service.
  3891.      *
  3892.      * @return \App\Services\CreateDefaultPaymentType
  3893.      */
  3894.     protected function getApp_CreateDefaultKindsService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/src/Services/CreateDefaultPaymentType.php';
  3897.         return $this->services['app.create_default_kinds'] = new \App\Services\CreateDefaultPaymentType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3898.     }
  3899.     /**
  3900.      * Gets the public 'app.create_default_task_board' shared autowired service.
  3901.      *
  3902.      * @return \App\Services\CreateDefaultTaskBoard
  3903.      */
  3904.     protected function getApp_CreateDefaultTaskBoardService()
  3905.     {
  3906.         include_once \dirname(__DIR__4).'/src/Services/CreateDefaultTaskBoard.php';
  3907.         return $this->services['app.create_default_task_board'] = new \App\Services\CreateDefaultTaskBoard(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3908.     }
  3909.     /**
  3910.      * Gets the public 'app.create_dto_goods_received' shared autowired service.
  3911.      *
  3912.      * @return \App\Services\CreateGoodsReceivedDTO
  3913.      */
  3914.     protected function getApp_CreateDtoGoodsReceivedService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/src/Services/CreateGoodsReceivedDTO.php';
  3917.         return $this->services['app.create_dto_goods_received'] = new \App\Services\CreateGoodsReceivedDTO();
  3918.     }
  3919.     /**
  3920.      * Gets the public 'app.dashboard_service' shared autowired service.
  3921.      *
  3922.      * @return \App\Services\DashboardService
  3923.      */
  3924.     protected function getApp_DashboardServiceService()
  3925.     {
  3926.         include_once \dirname(__DIR__4).'/src/Services/DashboardService.php';
  3927.         return $this->services['app.dashboard_service'] = new \App\Services\DashboardService($this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  3928.     }
  3929.     /**
  3930.      * Gets the public 'app.default_patient_statuses_command' shared autowired service.
  3931.      *
  3932.      * @return \App\Command\CreateDefaultPatientStatusesCommand
  3933.      */
  3934.     protected function getApp_DefaultPatientStatusesCommandService()
  3935.     {
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3937.         include_once \dirname(__DIR__4).'/src/Command/CreateDefaultPatientStatusesCommand.php';
  3938.         return $this->services['app.default_patient_statuses_command'] = new \App\Command\CreateDefaultPatientStatusesCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.create_default_clinic_data'] ?? $this->getApp_CreateDefaultClinicDataService()));
  3939.     }
  3940.     /**
  3941.      * Gets the public 'app.delete_patient' shared autowired service.
  3942.      *
  3943.      * @return \App\Services\DeletePatientService
  3944.      */
  3945.     protected function getApp_DeletePatientService()
  3946.     {
  3947.         include_once \dirname(__DIR__4).'/src/Services/DeletePatientService.php';
  3948.         return $this->services['app.delete_patient'] = new \App\Services\DeletePatientService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3949.     }
  3950.     /**
  3951.      * Gets the public 'app.device_manager' shared autowired service.
  3952.      *
  3953.      * @return \App\Services\DeviceManager
  3954.      */
  3955.     protected function getApp_DeviceManagerService()
  3956.     {
  3957.         include_once \dirname(__DIR__4).'/src/Services/DeviceManager.php';
  3958.         return $this->services['app.device_manager'] = new \App\Services\DeviceManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()));
  3959.     }
  3960.     /**
  3961.      * Gets the public 'app.docuemnt.subscriber' shared autowired service.
  3962.      *
  3963.      * @return \App\EventListener\PatientDocumentSubscriber
  3964.      */
  3965.     protected function getApp_Docuemnt_SubscriberService()
  3966.     {
  3967.         include_once \dirname(__DIR__4).'/src/EventListener/PatientDocumentSubscriber.php';
  3968.         return $this->services['app.docuemnt.subscriber'] = new \App\EventListener\PatientDocumentSubscriber();
  3969.     }
  3970.     /**
  3971.      * Gets the public 'app.draggable_event_normalizer' shared autowired service.
  3972.      *
  3973.      * @return \App\Normalize\DraggableEventNormalizer
  3974.      */
  3975.     protected function getApp_DraggableEventNormalizerService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3979.         include_once \dirname(__DIR__4).'/src/Normalize/DraggableEventNormalizer.php';
  3980.         return $this->services['app.draggable_event_normalizer'] = new \App\Normalize\DraggableEventNormalizer($this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3981.     }
  3982.     /**
  3983.      * Gets the public 'app.encoder_password' shared autowired service.
  3984.      *
  3985.      * @return \App\DataFixtures\Faker\AppFaker
  3986.      */
  3987.     protected function getApp_EncoderPasswordService()
  3988.     {
  3989.         include_once \dirname(__DIR__4).'/src/DataFixtures/Faker/AppFaker.php';
  3990.         return $this->services['app.encoder_password'] = new \App\DataFixtures\Faker\AppFaker(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  3991.     }
  3992.     /**
  3993.      * Gets the public 'app.export_all_data_clinic' shared autowired service.
  3994.      *
  3995.      * @return \App\Services\ExportClinicData
  3996.      */
  3997.     protected function getApp_ExportAllDataClinicService()
  3998.     {
  3999.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4000.         include_once \dirname(__DIR__4).'/src/Services/ExportClinicData.php';
  4001.         return $this->services['app.export_all_data_clinic'] = new \App\Services\ExportClinicData(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()), $this->getEnv('UPLOADS_FOLDER'), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  4002.     }
  4003.     /**
  4004.      * Gets the public 'app.file.subscriber' shared autowired service.
  4005.      *
  4006.      * @return \App\EventListener\MediaSubscriber
  4007.      */
  4008.     protected function getApp_File_SubscriberService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/src/EventListener/MediaSubscriber.php';
  4011.         return $this->services['app.file.subscriber'] = new \App\EventListener\MediaSubscriber(($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()));
  4012.     }
  4013.     /**
  4014.      * Gets the public 'app.form.subscriber' shared autowired service.
  4015.      *
  4016.      * @return \App\EventListener\PatientFormSubscriber
  4017.      */
  4018.     protected function getApp_Form_SubscriberService()
  4019.     {
  4020.         include_once \dirname(__DIR__4).'/src/EventListener/PatientFormSubscriber.php';
  4021.         return $this->services['app.form.subscriber'] = new \App\EventListener\PatientFormSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4022.     }
  4023.     /**
  4024.      * Gets the public 'app.form_data_transformer.patient_transformer' shared autowired service.
  4025.      *
  4026.      * @return \App\Form\DataTransformer\PatientTransformer
  4027.      */
  4028.     protected function getApp_FormDataTransformer_PatientTransformerService()
  4029.     {
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  4031.         include_once \dirname(__DIR__4).'/src/Form/DataTransformer/PatientTransformer.php';
  4032.         return $this->services['app.form_data_transformer.patient_transformer'] = new \App\Form\DataTransformer\PatientTransformer();
  4033.     }
  4034.     /**
  4035.      * Gets the public 'app.form_data_transformer.question_choice_type' shared autowired service.
  4036.      *
  4037.      * @return \App\Form\DataTransformer\QuestionChoiceTypeTransformer
  4038.      */
  4039.     protected function getApp_FormDataTransformer_QuestionChoiceTypeService()
  4040.     {
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  4042.         include_once \dirname(__DIR__4).'/src/Form/DataTransformer/QuestionChoiceTypeTransformer.php';
  4043.         return $this->services['app.form_data_transformer.question_choice_type'] = new \App\Form\DataTransformer\QuestionChoiceTypeTransformer();
  4044.     }
  4045.     /**
  4046.      * Gets the public 'app.form_file.subscriber' shared autowired service.
  4047.      *
  4048.      * @return \App\EventListener\FormFileSubscriber
  4049.      */
  4050.     protected function getApp_FormFile_SubscriberService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/src/EventListener/FormFileSubscriber.php';
  4053.         return $this->services['app.form_file.subscriber'] = new \App\EventListener\FormFileSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4054.     }
  4055.     /**
  4056.      * Gets the public 'app.get_address_client' shared autowired service.
  4057.      *
  4058.      * @return \App\Services\GetAddress
  4059.      */
  4060.     protected function getApp_GetAddressClientService()
  4061.     {
  4062.         include_once \dirname(__DIR__4).'/src/Services/GetAddress.php';
  4063.         return $this->services['app.get_address_client'] = new \App\Services\GetAddress(($this->services['logger'] ?? $this->getLoggerService()));
  4064.     }
  4065.     /**
  4066.      * Gets the public 'app.gocardless_service' shared autowired service.
  4067.      *
  4068.      * @return \App\Services\GoCardlessService
  4069.      */
  4070.     protected function getApp_GocardlessServiceService()
  4071.     {
  4072.         include_once \dirname(__DIR__4).'/src/Services/GoCardlessService.php';
  4073.         return $this->services['app.gocardless_service'] = new \App\Services\GoCardlessService(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('GOCARDLESS_ENVIRONMENT'), $this->getEnv('GOCARDLESS_ACCESS_TOKEN'), ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('GOCARDLESS_WEBHOOK_SECRET'), ($this->services['logger'] ?? $this->getLoggerService()));
  4074.     }
  4075.     /**
  4076.      * Gets the public 'app.google_event_normalizer' shared autowired service.
  4077.      *
  4078.      * @return \App\Normalize\GoogleEventNormalizer
  4079.      */
  4080.     protected function getApp_GoogleEventNormalizerService()
  4081.     {
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4084.         include_once \dirname(__DIR__4).'/src/Normalize/GoogleEventNormalizer.php';
  4085.         return $this->services['app.google_event_normalizer'] = new \App\Normalize\GoogleEventNormalizer($this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  4086.     }
  4087.     /**
  4088.      * Gets the public 'app.google_service' shared autowired service.
  4089.      *
  4090.      * @return \App\Services\GoogleService
  4091.      */
  4092.     protected function getApp_GoogleServiceService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/src/Services/GoogleService.php';
  4095.         return $this->services['app.google_service'] = new \App\Services\GoogleService($this->getEnv('GOOGLE_CLIENT_ID'), $this->getEnv('GOOGLE_CLIENT_SECRET'), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), ($this->services['router'] ?? $this->getRouterService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->services['session'] ?? $this->getSessionService()));
  4096.     }
  4097.     /**
  4098.      * Gets the public 'app.history' shared autowired service.
  4099.      *
  4100.      * @return \App\Services\HistoryService
  4101.      */
  4102.     protected function getApp_HistoryService()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/src/Services/HistoryService.php';
  4105.         include_once \dirname(__DIR__4).'/src/Services/ProductService.php';
  4106.         return $this->services['app.history'] = new \App\Services\HistoryService(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.product_service'] ?? ($this->services['app.product_service'] = new \App\Services\ProductService())), ($this->services['app.product_balance_history'] ?? $this->getApp_ProductBalanceHistoryService()));
  4107.     }
  4108.     /**
  4109.      * Gets the public 'app.hx_change' shared autowired service.
  4110.      *
  4111.      * @return \App\Services\HealthXChange\HealthXChangeImpl
  4112.      */
  4113.     protected function getApp_HxChangeService()
  4114.     {
  4115.         include_once \dirname(__DIR__4).'/src/Services/HealthXChange/HealthXChange.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4118.         include_once \dirname(__DIR__4).'/src/Services/HealthXChange/HealthXChangeImpl.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4121.         $this->services['app.hx_change'] = $instance = new \App\Services\HealthXChange\HealthXChangeImpl(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['GuzzleHttp\\Client'] ?? ($this->privates['GuzzleHttp\\Client'] = new \GuzzleHttp\Client())), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  4122.         $instance->setSerializer(($this->services['serializer'] ?? $this->getSerializerService()));
  4123.         return $instance;
  4124.     }
  4125.     /**
  4126.      * Gets the public 'app.hxc_product_normalizer' shared autowired service.
  4127.      *
  4128.      * @return \App\Normalize\Clinic\HealthXChange\HXCProductNormalizer
  4129.      */
  4130.     protected function getApp_HxcProductNormalizerService()
  4131.     {
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4134.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/HealthXChange/HXCProductNormalizer.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4137.         return $this->services['app.hxc_product_normalizer'] = new \App\Normalize\Clinic\HealthXChange\HXCProductNormalizer(($this->privates['GuzzleHttp\\Client'] ?? ($this->privates['GuzzleHttp\\Client'] = new \GuzzleHttp\Client())));
  4138.     }
  4139.     /**
  4140.      * Gets the public 'app.hxc_response_normalizer' shared autowired service.
  4141.      *
  4142.      * @return \App\Normalize\Clinic\HealthXChange\HXCResponseNormalizer
  4143.      */
  4144.     protected function getApp_HxcResponseNormalizerService()
  4145.     {
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4149.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/HealthXChange/HXCResponseNormalizer.php';
  4150.         return $this->services['app.hxc_response_normalizer'] = new \App\Normalize\Clinic\HealthXChange\HXCResponseNormalizer();
  4151.     }
  4152.     /**
  4153.      * Gets the public 'app.invoice_history' shared autowired service.
  4154.      *
  4155.      * @return \App\Services\InvoiceHistoryService
  4156.      */
  4157.     protected function getApp_InvoiceHistoryService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/src/Services/InvoiceHistoryService.php';
  4160.         return $this->services['app.invoice_history'] = new \App\Services\InvoiceHistoryService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4161.     }
  4162.     /**
  4163.      * Gets the public 'app.json_exception_listener' shared autowired service.
  4164.      *
  4165.      * @return \App\EventListener\ExceptionListener
  4166.      */
  4167.     protected function getApp_JsonExceptionListenerService()
  4168.     {
  4169.         include_once \dirname(__DIR__4).'/src/EventListener/ExceptionListener.php';
  4170.         return $this->services['app.json_exception_listener'] = new \App\EventListener\ExceptionListener(($this->services['logger'] ?? $this->getLoggerService()));
  4171.     }
  4172.     /**
  4173.      * Gets the public 'app.json_response_listener' shared autowired service.
  4174.      *
  4175.      * @return \App\EventListener\JsonResponseListener
  4176.      */
  4177.     protected function getApp_JsonResponseListenerService()
  4178.     {
  4179.         return $this->services['app.json_response_listener'] = new \App\EventListener\JsonResponseListener(($this->services['logger'] ?? $this->getLoggerService()));
  4180.     }
  4181.     /**
  4182.      * Gets the public 'app.leadcapture_history' shared autowired service.
  4183.      *
  4184.      * @return \App\Services\LeadCaptureHistoryService
  4185.      */
  4186.     protected function getApp_LeadcaptureHistoryService()
  4187.     {
  4188.         include_once \dirname(__DIR__4).'/src/Services/LeadCaptureHistoryService.php';
  4189.         return $this->services['app.leadcapture_history'] = new \App\Services\LeadCaptureHistoryService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4190.     }
  4191.     /**
  4192.      * Gets the public 'app.learn_about_normalizer' shared autowired service.
  4193.      *
  4194.      * @return \App\Normalize\Patient\LearnAboutNormalizer
  4195.      */
  4196.     protected function getApp_LearnAboutNormalizerService()
  4197.     {
  4198.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4201.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/LearnAboutNormalizer.php';
  4202.         return $this->services['app.learn_about_normalizer'] = new \App\Normalize\Patient\LearnAboutNormalizer();
  4203.     }
  4204.     /**
  4205.      * Gets the public 'app.learn_about_source_normalizer' shared autowired service.
  4206.      *
  4207.      * @return \App\Normalize\Clinic\LearnAboutSourceNormalizer
  4208.      */
  4209.     protected function getApp_LearnAboutSourceNormalizerService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4213.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/LearnAboutSourceNormalizer.php';
  4214.         return $this->services['app.learn_about_source_normalizer'] = new \App\Normalize\Clinic\LearnAboutSourceNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4215.     }
  4216.     /**
  4217.      * Gets the public 'app.learn_about_sources_command' shared autowired service.
  4218.      *
  4219.      * @return \App\Command\LearnAboutSourcesCommand
  4220.      */
  4221.     protected function getApp_LearnAboutSourcesCommandService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4224.         include_once \dirname(__DIR__4).'/src/Command/LearnAboutSourcesCommand.php';
  4225.         return $this->services['app.learn_about_sources_command'] = new \App\Command\LearnAboutSourcesCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.create_default_clinic_data'] ?? $this->getApp_CreateDefaultClinicDataService()));
  4226.     }
  4227.     /**
  4228.      * Gets the public 'app.mail_chimp_batch_response_normalizer' shared autowired service.
  4229.      *
  4230.      * @return \App\Normalize\MailChimp\BatchResponseNormalizer
  4231.      */
  4232.     protected function getApp_MailChimpBatchResponseNormalizerService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4235.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/BatchResponseNormalizer.php';
  4236.         return $this->services['app.mail_chimp_batch_response_normalizer'] = new \App\Normalize\MailChimp\BatchResponseNormalizer();
  4237.     }
  4238.     /**
  4239.      * Gets the public 'app.mail_chimp_client' shared autowired service.
  4240.      *
  4241.      * @return \App\Services\MailChimp\MailChimpClientImpl
  4242.      */
  4243.     protected function getApp_MailChimpClientService()
  4244.     {
  4245.         include_once \dirname(__DIR__4).'/src/Services/MailChimp/MailChimpClient.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4248.         include_once \dirname(__DIR__4).'/src/Services/MailChimp/MailChimpClientImpl.php';
  4249.         include_once \dirname(__DIR__4).'/src/Services/GuzzleClient/GuzzleClient.php';
  4250.         include_once \dirname(__DIR__4).'/src/Services/GuzzleClient/GuzzleClientImpl.php';
  4251.         $this->services['app.mail_chimp_client'] = $instance = new \App\Services\MailChimp\MailChimpClientImpl(new \App\Services\GuzzleClient\GuzzleClientImpl(), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  4252.         $instance->setSerializer(($this->services['serializer'] ?? $this->getSerializerService()));
  4253.         return $instance;
  4254.     }
  4255.     /**
  4256.      * Gets the public 'app.mail_chimp_item_list_campaign_defaults_normalizer' shared autowired service.
  4257.      *
  4258.      * @return \App\Normalize\MailChimp\ListItemCampaignDefaultsNormalizer
  4259.      */
  4260.     protected function getApp_MailChimpItemListCampaignDefaultsNormalizerService()
  4261.     {
  4262.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4264.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/ListItemCampaignDefaultsNormalizer.php';
  4265.         return $this->services['app.mail_chimp_item_list_campaign_defaults_normalizer'] = new \App\Normalize\MailChimp\ListItemCampaignDefaultsNormalizer();
  4266.     }
  4267.     /**
  4268.      * Gets the public 'app.mail_chimp_item_list_contact_normalizer' shared autowired service.
  4269.      *
  4270.      * @return \App\Normalize\MailChimp\ListItemContactNormalizer
  4271.      */
  4272.     protected function getApp_MailChimpItemListContactNormalizerService()
  4273.     {
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4276.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/ListItemContactNormalizer.php';
  4277.         return $this->services['app.mail_chimp_item_list_contact_normalizer'] = new \App\Normalize\MailChimp\ListItemContactNormalizer();
  4278.     }
  4279.     /**
  4280.      * Gets the public 'app.mail_chimp_item_list_normalizer' shared autowired service.
  4281.      *
  4282.      * @return \App\Normalize\MailChimp\ListItemNormalizer
  4283.      */
  4284.     protected function getApp_MailChimpItemListNormalizerService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4290.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/ListItemNormalizer.php';
  4291.         return $this->services['app.mail_chimp_item_list_normalizer'] = new \App\Normalize\MailChimp\ListItemNormalizer();
  4292.     }
  4293.     /**
  4294.      * Gets the public 'app.mail_chimp_member_normalizer' shared autowired service.
  4295.      *
  4296.      * @return \App\Normalize\MailChimp\MemberNormalizer
  4297.      */
  4298.     protected function getApp_MailChimpMemberNormalizerService()
  4299.     {
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4304.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MemberNormalizer.php';
  4305.         return $this->services['app.mail_chimp_member_normalizer'] = new \App\Normalize\MailChimp\MemberNormalizer();
  4306.     }
  4307.     /**
  4308.      * Gets the public 'app.mail_chimp_response_normalizer' shared autowired service.
  4309.      *
  4310.      * @return \App\Normalize\MailChimp\MailChimpResponseNormalizer
  4311.      */
  4312.     protected function getApp_MailChimpResponseNormalizerService()
  4313.     {
  4314.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4318.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MailChimpResponseNormalizer.php';
  4319.         return $this->services['app.mail_chimp_response_normalizer'] = new \App\Normalize\MailChimp\MailChimpResponseNormalizer();
  4320.     }
  4321.     /**
  4322.      * Gets the public 'app.mail_chimp_webhook_event_normalizer' shared autowired service.
  4323.      *
  4324.      * @return \App\Normalize\MailChimp\MailChimpWebhookEventNormalizer
  4325.      */
  4326.     protected function getApp_MailChimpWebhookEventNormalizerService()
  4327.     {
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4332.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MailChimpWebhookEventNormalizer.php';
  4333.         return $this->services['app.mail_chimp_webhook_event_normalizer'] = new \App\Normalize\MailChimp\MailChimpWebhookEventNormalizer();
  4334.     }
  4335.     /**
  4336.      * Gets the public 'app.mail_chimp_webhook_normalizer' shared autowired service.
  4337.      *
  4338.      * @return \App\Normalize\MailChimp\MailChimpWebhookNormalizer
  4339.      */
  4340.     protected function getApp_MailChimpWebhookNormalizerService()
  4341.     {
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4346.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MailChimpWebhookNormalizer.php';
  4347.         return $this->services['app.mail_chimp_webhook_normalizer'] = new \App\Normalize\MailChimp\MailChimpWebhookNormalizer();
  4348.     }
  4349.     /**
  4350.      * Gets the public 'app.main_worker' shared autowired service.
  4351.      *
  4352.      * @return \App\Services\MainWorker
  4353.      */
  4354.     protected function getApp_MainWorkerService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  4357.         include_once \dirname(__DIR__4).'/src/Services/MainWorker.php';
  4358.         return $this->services['app.main_worker'] = new \App\Services\MainWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.reminders_manager'] ?? $this->getApp_RemindersManagerService()), ($this->services['app.notifications_manager'] ?? $this->getApp_NotificationsManagerService()), ($this->services['app.export_all_data_clinic'] ?? $this->getApp_ExportAllDataClinicService()), ($this->services['app.share_clinic_all_patients'] ?? $this->getApp_ShareClinicAllPatientsService()));
  4359.     }
  4360.     /**
  4361.      * Gets the public 'app.media_manager' shared autowired service.
  4362.      *
  4363.      * @return \App\Services\MediaManager
  4364.      */
  4365.     protected function getApp_MediaManagerService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/src/Services/MediaManager.php';
  4368.         return $this->services['app.media_manager'] = new \App\Services\MediaManager($this->targetDir.'', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['logger'] ?? $this->getLoggerService()));
  4369.     }
  4370.     /**
  4371.      * Gets the public 'app.media_normalizer' shared autowired service.
  4372.      *
  4373.      * @return \App\Normalize\MediaNormalizer
  4374.      */
  4375.     protected function getApp_MediaNormalizerService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4378.         include_once \dirname(__DIR__4).'/src/Normalize/MediaNormalizer.php';
  4379.         $this->services['app.media_normalizer'] = $instance = new \App\Normalize\MediaNormalizer();
  4380.         $instance->setThumbor(($this->privates['phumbor.url.transformer'] ?? $this->getPhumbor_Url_TransformerService()));
  4381.         $instance->setSession(($this->services['session'] ?? $this->getSessionService()));
  4382.         return $instance;
  4383.     }
  4384.     /**
  4385.      * Gets the public 'app.message_normalizer' shared autowired service.
  4386.      *
  4387.      * @return \App\Normalize\Message\MessageNormalizer
  4388.      */
  4389.     protected function getApp_MessageNormalizerService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4393.         include_once \dirname(__DIR__4).'/src/Normalize/Message/MessageNormalizer.php';
  4394.         return $this->services['app.message_normalizer'] = new \App\Normalize\Message\MessageNormalizer();
  4395.     }
  4396.     /**
  4397.      * Gets the public 'app.normalize_clinic_room_normalizer' shared autowired service.
  4398.      *
  4399.      * @return \App\Normalize\Clinic\RoomNormalizer
  4400.      */
  4401.     protected function getApp_NormalizeClinicRoomNormalizerService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4404.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/RoomNormalizer.php';
  4405.         return $this->services['app.normalize_clinic_room_normalizer'] = new \App\Normalize\Clinic\RoomNormalizer(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  4406.     }
  4407.     /**
  4408.      * Gets the public 'app.normalize_day_sheet_normalizer' shared autowired service.
  4409.      *
  4410.      * @return \App\Normalize\DaySheetNormalizer
  4411.      */
  4412.     protected function getApp_NormalizeDaySheetNormalizerService()
  4413.     {
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4415.         include_once \dirname(__DIR__4).'/src/Normalize/DaySheetNormalizer.php';
  4416.         return $this->services['app.normalize_day_sheet_normalizer'] = new \App\Normalize\DaySheetNormalizer(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  4417.     }
  4418.     /**
  4419.      * Gets the public 'app.normalize_item_goods_received_normalizer' shared autowired service.
  4420.      *
  4421.      * @return \App\Normalize\Clinic\ItemGoodsReceivedNormalizer
  4422.      */
  4423.     protected function getApp_NormalizeItemGoodsReceivedNormalizerService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4426.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/ItemGoodsReceivedNormalizer.php';
  4427.         return $this->services['app.normalize_item_goods_received_normalizer'] = new \App\Normalize\Clinic\ItemGoodsReceivedNormalizer();
  4428.     }
  4429.     /**
  4430.      * Gets the public 'app.normalize_notification_normalizer' shared autowired service.
  4431.      *
  4432.      * @return \App\Normalize\NotificationNormalizer
  4433.      */
  4434.     protected function getApp_NormalizeNotificationNormalizerService()
  4435.     {
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4437.         include_once \dirname(__DIR__4).'/src/Normalize/NotificationNormalizer.php';
  4438.         return $this->services['app.normalize_notification_normalizer'] = new \App\Normalize\NotificationNormalizer();
  4439.     }
  4440.     /**
  4441.      * Gets the public 'app.normalize_patient.additional_note_normalizer' shared autowired service.
  4442.      *
  4443.      * @return \App\Normalize\Patient\Note\AdditionalNoteNormalizer
  4444.      */
  4445.     protected function getApp_NormalizePatient_AdditionalNoteNormalizerService()
  4446.     {
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4451.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/AdditionalNoteNormalizer.php';
  4452.         return $this->services['app.normalize_patient.additional_note_normalizer'] = new \App\Normalize\Patient\Note\AdditionalNoteNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4453.     }
  4454.     /**
  4455.      * Gets the public 'app.normalize_patient.audio_note_normalizer' shared autowired service.
  4456.      *
  4457.      * @return \App\Normalize\Patient\Note\AudioNoteNormalizer
  4458.      */
  4459.     protected function getApp_NormalizePatient_AudioNoteNormalizerService()
  4460.     {
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4464.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/AudioNoteNormalizer.php';
  4465.         return $this->services['app.normalize_patient.audio_note_normalizer'] = new \App\Normalize\Patient\Note\AudioNoteNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4466.     }
  4467.     /**
  4468.      * Gets the public 'app.normalize_patient.chronoscan_dto_normalizer' shared autowired service.
  4469.      *
  4470.      * @return \App\Normalize\Patient\Chronoscan\PatientDTONormalizer
  4471.      */
  4472.     protected function getApp_NormalizePatient_ChronoscanDtoNormalizerService()
  4473.     {
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4478.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Chronoscan/PatientDTONormalizer.php';
  4479.         return $this->services['app.normalize_patient.chronoscan_dto_normalizer'] = new \App\Normalize\Patient\Chronoscan\PatientDTONormalizer();
  4480.     }
  4481.     /**
  4482.      * Gets the public 'app.normalize_patient.consultation_note_normalizer' shared autowired service.
  4483.      *
  4484.      * @return \App\Normalize\Patient\Note\ConsultationNoteNormalizer
  4485.      */
  4486.     protected function getApp_NormalizePatient_ConsultationNoteNormalizerService()
  4487.     {
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4492.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/ConsultationNoteNormalizer.php';
  4493.         return $this->services['app.normalize_patient.consultation_note_normalizer'] = new \App\Normalize\Patient\Note\ConsultationNoteNormalizer();
  4494.     }
  4495.     /**
  4496.      * Gets the public 'app.normalize_patient.memory_jog_normalizer' shared autowired service.
  4497.      *
  4498.      * @return \App\Normalize\Patient\MemoryJogNormalizer
  4499.      */
  4500.     protected function getApp_NormalizePatient_MemoryJogNormalizerService()
  4501.     {
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4506.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/MemoryJogNormalizer.php';
  4507.         return $this->services['app.normalize_patient.memory_jog_normalizer'] = new \App\Normalize\Patient\MemoryJogNormalizer();
  4508.     }
  4509.     /**
  4510.      * Gets the public 'app.normalize_patient.note_normalizer' shared autowired service.
  4511.      *
  4512.      * @return \App\Normalize\Patient\NoteNormalizer
  4513.      */
  4514.     protected function getApp_NormalizePatient_NoteNormalizerService()
  4515.     {
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4520.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/NoteNormalizer.php';
  4521.         return $this->services['app.normalize_patient.note_normalizer'] = new \App\Normalize\Patient\NoteNormalizer();
  4522.     }
  4523.     /**
  4524.      * Gets the public 'app.normalize_patient.sketch_normalizer' shared autowired service.
  4525.      *
  4526.      * @return \App\Normalize\Patient\SketchNormalizer
  4527.      */
  4528.     protected function getApp_NormalizePatient_SketchNormalizerService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4534.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/SketchNormalizer.php';
  4535.         return $this->services['app.normalize_patient.sketch_normalizer'] = new \App\Normalize\Patient\SketchNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4536.     }
  4537.     /**
  4538.      * Gets the public 'app.normalize_patient.treatment_note_normalizer' shared autowired service.
  4539.      *
  4540.      * @return \App\Normalize\Patient\Note\TreatmentNoteNormalizer
  4541.      */
  4542.     protected function getApp_NormalizePatient_TreatmentNoteNormalizerService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4548.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/TreatmentNoteNormalizer.php';
  4549.         return $this->services['app.normalize_patient.treatment_note_normalizer'] = new \App\Normalize\Patient\Note\TreatmentNoteNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4550.     }
  4551.     /**
  4552.      * Gets the public 'app.notifications_manager' shared autowired service.
  4553.      *
  4554.      * @return \App\Services\NotificationsManager
  4555.      */
  4556.     protected function getApp_NotificationsManagerService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/src/Services/NotificationsManager.php';
  4559.         include_once \dirname(__DIR__4).'/src/Services/CorrespondenceFromNotificationCreator.php';
  4560.         return $this->services['app.notifications_manager'] = new \App\Services\NotificationsManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), $this->getEnv('SHORT_HOST_NAME'), ($this->services['app.correspondence_from_notification_creator'] ?? ($this->services['app.correspondence_from_notification_creator'] = new \App\Services\CorrespondenceFromNotificationCreator())), ($this->services['twig'] ?? $this->getTwigService()), $this->getEnv('resolve:APP_URl'), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  4561.     }
  4562.     /**
  4563.      * Gets the public 'app.online_booking_settings_normalizer' shared autowired service.
  4564.      *
  4565.      * @return \App\Normalize\OnlineBooking\SettingsNormalizer
  4566.      */
  4567.     protected function getApp_OnlineBookingSettingsNormalizerService()
  4568.     {
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4570.         include_once \dirname(__DIR__4).'/src/Normalize/OnlineBooking/SettingsNormalizer.php';
  4571.         return $this->services['app.online_booking_settings_normalizer'] = new \App\Normalize\OnlineBooking\SettingsNormalizer();
  4572.     }
  4573.     /**
  4574.      * Gets the public 'app.online_booking_widget_normalizer' shared autowired service.
  4575.      *
  4576.      * @return \App\Normalize\OnlineBooking\WidgetNormalizer
  4577.      */
  4578.     protected function getApp_OnlineBookingWidgetNormalizerService()
  4579.     {
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4581.         include_once \dirname(__DIR__4).'/src/Normalize/OnlineBooking/WidgetNormalizer.php';
  4582.         return $this->services['app.online_booking_widget_normalizer'] = new \App\Normalize\OnlineBooking\WidgetNormalizer();
  4583.     }
  4584.     /**
  4585.      * Gets the public 'app.outcome_normalizer' shared autowired service.
  4586.      *
  4587.      * @return \App\Normalize\Clinic\OutcomeNormalizer
  4588.      */
  4589.     protected function getApp_OutcomeNormalizerService()
  4590.     {
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4592.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/OutcomeNormalizer.php';
  4593.         return $this->services['app.outcome_normalizer'] = new \App\Normalize\Clinic\OutcomeNormalizer();
  4594.     }
  4595.     /**
  4596.      * Gets the public 'app.outcome_note_normalizer' shared autowired service.
  4597.      *
  4598.      * @return \App\Normalize\Patient\Note\OutcomeNoteNormalizer
  4599.      */
  4600.     protected function getApp_OutcomeNoteNormalizerService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4604.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/OutcomeNoteNormalizer.php';
  4605.         return $this->services['app.outcome_note_normalizer'] = new \App\Normalize\Patient\Note\OutcomeNoteNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4606.     }
  4607.     /**
  4608.      * Gets the public 'app.patient_answer_normalizer' shared autowired service.
  4609.      *
  4610.      * @return \App\Normalize\Patient\AnswerNormalizer
  4611.      */
  4612.     protected function getApp_PatientAnswerNormalizerService()
  4613.     {
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4616.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/AnswerNormalizer.php';
  4617.         return $this->services['app.patient_answer_normalizer'] = new \App\Normalize\Patient\AnswerNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4618.     }
  4619.     /**
  4620.      * Gets the public 'app.patient_capture_history' shared autowired service.
  4621.      *
  4622.      * @return \App\Services\PatientCaptureHistoryService
  4623.      */
  4624.     protected function getApp_PatientCaptureHistoryService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/src/Services/PatientCaptureHistoryService.php';
  4627.         return $this->services['app.patient_capture_history'] = new \App\Services\PatientCaptureHistoryService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4628.     }
  4629.     /**
  4630.      * Gets the public 'app.patient_correspondence' shared autowired service.
  4631.      *
  4632.      * @return \App\Normalize\Patient\CorrespondenceNormalizer
  4633.      */
  4634.     protected function getApp_PatientCorrespondenceService()
  4635.     {
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4637.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/CorrespondenceNormalizer.php';
  4638.         return $this->services['app.patient_correspondence'] = new \App\Normalize\Patient\CorrespondenceNormalizer();
  4639.     }
  4640.     /**
  4641.      * Gets the public 'app.patient_document_normalizer' shared autowired service.
  4642.      *
  4643.      * @return \App\Normalize\Patient\DocumentNormalizer
  4644.      */
  4645.     protected function getApp_PatientDocumentNormalizerService()
  4646.     {
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4649.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/DocumentNormalizer.php';
  4650.         return $this->services['app.patient_document_normalizer'] = new \App\Normalize\Patient\DocumentNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.clinic_document_category_normalizer'] ?? $this->getApp_ClinicDocumentCategoryNormalizerService()));
  4651.     }
  4652.     /**
  4653.      * Gets the public 'app.patient_form_normalizer' shared autowired service.
  4654.      *
  4655.      * @return \App\Normalize\Patient\FormNormalizer
  4656.      */
  4657.     protected function getApp_PatientFormNormalizerService()
  4658.     {
  4659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4661.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/FormNormalizer.php';
  4662.         return $this->services['app.patient_form_normalizer'] = new \App\Normalize\Patient\FormNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4663.     }
  4664.     /**
  4665.      * Gets the public 'app.patient_generated_voucher_normalizer' shared autowired service.
  4666.      *
  4667.      * @return \App\Normalize\Patient\GeneratedPatientVoucherNormalizer
  4668.      */
  4669.     protected function getApp_PatientGeneratedVoucherNormalizerService()
  4670.     {
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4672.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/GeneratedPatientVoucherNormalizer.php';
  4673.         return $this->services['app.patient_generated_voucher_normalizer'] = new \App\Normalize\Patient\GeneratedPatientVoucherNormalizer();
  4674.     }
  4675.     /**
  4676.      * Gets the public 'app.patient_invoice__normalizer' shared autowired service.
  4677.      *
  4678.      * @return \App\Normalize\Patient\InvoiceNormalizer
  4679.      */
  4680.     protected function getApp_PatientInvoiceNormalizerService()
  4681.     {
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4686.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/InvoiceNormalizer.php';
  4687.         return $this->services['app.patient_invoice__normalizer'] = new \App\Normalize\Patient\InvoiceNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4688.     }
  4689.     /**
  4690.      * Gets the public 'app.patient_item_normalizer' shared autowired service.
  4691.      *
  4692.      * @return \App\Normalize\Patient\ItemNormalizer
  4693.      */
  4694.     protected function getApp_PatientItemNormalizerService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4698.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/ItemNormalizer.php';
  4699.         return $this->services['app.patient_item_normalizer'] = new \App\Normalize\Patient\ItemNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4700.     }
  4701.     /**
  4702.      * Gets the public 'app.patient_model_invoice_voucher_normalizer' shared autowired service.
  4703.      *
  4704.      * @return \App\Normalize\Model\InvoiceGiftVoucherNormalizer
  4705.      */
  4706.     protected function getApp_PatientModelInvoiceVoucherNormalizerService()
  4707.     {
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4710.         include_once \dirname(__DIR__4).'/src/Normalize/Model/InvoiceGiftVoucherNormalizer.php';
  4711.         return $this->services['app.patient_model_invoice_voucher_normalizer'] = new \App\Normalize\Model\InvoiceGiftVoucherNormalizer();
  4712.     }
  4713.     /**
  4714.      * Gets the public 'app.patient_normalizer' shared autowired service.
  4715.      *
  4716.      * @return \App\Normalize\Person\PatientNormalizer
  4717.      */
  4718.     protected function getApp_PatientNormalizerService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4724.         include_once \dirname(__DIR__4).'/src/Normalize/Person/PatientNormalizer.php';
  4725.         return $this->services['app.patient_normalizer'] = new \App\Normalize\Person\PatientNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  4726.     }
  4727.     /**
  4728.      * Gets the public 'app.patient_payment_normalizer' shared autowired service.
  4729.      *
  4730.      * @return \App\Normalize\Patient\PaymentNormalizer
  4731.      */
  4732.     protected function getApp_PatientPaymentNormalizerService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4736.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/PaymentNormalizer.php';
  4737.         return $this->services['app.patient_payment_normalizer'] = new \App\Normalize\Patient\PaymentNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4738.     }
  4739.     /**
  4740.      * Gets the public 'app.patient_photo_normalizer' shared autowired service.
  4741.      *
  4742.      * @return \App\Normalize\Patient\PhotoNormalizer
  4743.      */
  4744.     protected function getApp_PatientPhotoNormalizerService()
  4745.     {
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4750.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/PhotoNormalizer.php';
  4751.         return $this->services['app.patient_photo_normalizer'] = new \App\Normalize\Patient\PhotoNormalizer();
  4752.     }
  4753.     /**
  4754.      * Gets the public 'app.patient_prepay__normalizer' shared autowired service.
  4755.      *
  4756.      * @return \App\Normalize\Patient\PrepayNormalizer
  4757.      */
  4758.     protected function getApp_PatientPrepayNormalizerService()
  4759.     {
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4764.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/PrepayNormalizer.php';
  4765.         return $this->services['app.patient_prepay__normalizer'] = new \App\Normalize\Patient\PrepayNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4766.     }
  4767.     /**
  4768.      * Gets the public 'app.patient_prepay_treatment_item_normalizer' shared autowired service.
  4769.      *
  4770.      * @return \App\Normalize\Patient\PrepayTreatmentItemNormalizer
  4771.      */
  4772.     protected function getApp_PatientPrepayTreatmentItemNormalizerService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4776.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/PrepayTreatmentItemNormalizer.php';
  4777.         return $this->services['app.patient_prepay_treatment_item_normalizer'] = new \App\Normalize\Patient\PrepayTreatmentItemNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4778.     }
  4779.     /**
  4780.      * Gets the public 'app.patient_question_normalizer' shared autowired service.
  4781.      *
  4782.      * @return \App\Normalize\Patient\QuestionNormalizer
  4783.      */
  4784.     protected function getApp_PatientQuestionNormalizerService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4787.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/QuestionNormalizer.php';
  4788.         return $this->services['app.patient_question_normalizer'] = new \App\Normalize\Patient\QuestionNormalizer();
  4789.     }
  4790.     /**
  4791.      * Gets the public 'app.patient_questionaire_normalizer' shared autowired service.
  4792.      *
  4793.      * @return \App\Normalize\Patient\QuestionaireNormalizer
  4794.      */
  4795.     protected function getApp_PatientQuestionaireNormalizerService()
  4796.     {
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4798.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/QuestionaireNormalizer.php';
  4799.         return $this->services['app.patient_questionaire_normalizer'] = new \App\Normalize\Patient\QuestionaireNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4800.     }
  4801.     /**
  4802.      * Gets the public 'app.patient_treatment_normalizer' shared autowired service.
  4803.      *
  4804.      * @return \App\Normalize\Patient\TreatmentNormalizer
  4805.      */
  4806.     protected function getApp_PatientTreatmentNormalizerService()
  4807.     {
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4810.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/TreatmentNormalizer.php';
  4811.         return $this->services['app.patient_treatment_normalizer'] = new \App\Normalize\Patient\TreatmentNormalizer();
  4812.     }
  4813.     /**
  4814.      * Gets the public 'app.patient_treatment_photo' shared autowired service.
  4815.      *
  4816.      * @return \App\Normalize\Patient\TreatmentPhotoNormalizer
  4817.      */
  4818.     protected function getApp_PatientTreatmentPhotoService()
  4819.     {
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4824.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/TreatmentPhotoNormalizer.php';
  4825.         return $this->services['app.patient_treatment_photo'] = new \App\Normalize\Patient\TreatmentPhotoNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4826.     }
  4827.     /**
  4828.      * Gets the public 'app.patient_treatment_photo_used_product' shared autowired service.
  4829.      *
  4830.      * @return \App\Normalize\Patient\TreatmentPhotoUsedProductNormalizer
  4831.      */
  4832.     protected function getApp_PatientTreatmentPhotoUsedProductService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4835.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/TreatmentPhotoUsedProductNormalizer.php';
  4836.         return $this->services['app.patient_treatment_photo_used_product'] = new \App\Normalize\Patient\TreatmentPhotoUsedProductNormalizer(($this->services['app.clinic_treatment_clinic_normalizer'] ?? $this->getApp_ClinicTreatmentClinicNormalizerService()));
  4837.     }
  4838.     /**
  4839.      * Gets the public 'app.patient_treatment_plan_normalizer' shared autowired service.
  4840.      *
  4841.      * @return \App\Normalize\Patient\TreatmentPlanNormalizer
  4842.      */
  4843.     protected function getApp_PatientTreatmentPlanNormalizerService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4847.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/TreatmentPlanNormalizer.php';
  4848.         return $this->services['app.patient_treatment_plan_normalizer'] = new \App\Normalize\Patient\TreatmentPlanNormalizer();
  4849.     }
  4850.     /**
  4851.      * Gets the public 'app.payment_manager' shared autowired service.
  4852.      *
  4853.      * @return \App\Services\PaymentManager
  4854.      */
  4855.     protected function getApp_PaymentManagerService()
  4856.     {
  4857.         include_once \dirname(__DIR__4).'/src/Services/PaymentManager.php';
  4858.         return $this->services['app.payment_manager'] = new \App\Services\PaymentManager(($this->services['session'] ?? $this->getSessionService()), ($this->services['app.history'] ?? $this->getApp_HistoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.invoice_history'] ?? $this->getApp_InvoiceHistoryService()));
  4859.     }
  4860.     /**
  4861.      * Gets the public 'app.payment_sense.connect_e' shared autowired service.
  4862.      *
  4863.      * @return \App\Services\PaymentSense\PaymentsenseConnectE
  4864.      */
  4865.     protected function getApp_PaymentSense_ConnectEService()
  4866.     {
  4867.         include_once \dirname(__DIR__4).'/src/Services/PaymentSense/PaymentsenseConnectE.php';
  4868.         return $this->services['app.payment_sense.connect_e'] = new \App\Services\PaymentSense\PaymentsenseConnectE($this->getEnv('IS_TEST_PAYMENTSENSE'), ($this->services['logger'] ?? $this->getLoggerService()));
  4869.     }
  4870.     /**
  4871.      * Gets the public 'app.payment_sense.handpoint_e' shared autowired service.
  4872.      *
  4873.      * @return \App\Services\PaymentSense\HandpointE
  4874.      */
  4875.     protected function getApp_PaymentSense_HandpointEService()
  4876.     {
  4877.         include_once \dirname(__DIR__4).'/src/Services/PaymentSense/HandpointE.php';
  4878.         return $this->services['app.payment_sense.handpoint_e'] = new \App\Services\PaymentSense\HandpointE($this->getEnv('IS_TEST_PAYMENTSENSE'), ($this->services['logger'] ?? $this->getLoggerService()));
  4879.     }
  4880.     /**
  4881.      * Gets the public 'app.payment_sense.pos' shared autowired service.
  4882.      *
  4883.      * @return \App\Services\PaymentSense\PaymentsensePOSService
  4884.      */
  4885.     protected function getApp_PaymentSense_PosService()
  4886.     {
  4887.         include_once \dirname(__DIR__4).'/src/Services/PaymentSense/PaymentsensePOSService.php';
  4888.         return $this->services['app.payment_sense.pos'] = new \App\Services\PaymentSense\PaymentsensePOSService($this->getEnv('IS_TEST_PAYMENTSENSE'), $this->getEnv('PAYMENTSENSE_HOUSE_ID'), ($this->services['logger'] ?? $this->getLoggerService()));
  4889.     }
  4890.     /**
  4891.      * Gets the public 'app.payment_sense.worker' shared autowired service.
  4892.      *
  4893.      * @return \App\Services\PaymentSense\PaymentsenseWorker
  4894.      */
  4895.     protected function getApp_PaymentSense_WorkerService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  4898.         include_once \dirname(__DIR__4).'/src/Services/PaymentSense/PaymentsenseWorker.php';
  4899.         return $this->services['app.payment_sense.worker'] = new \App\Services\PaymentSense\PaymentsenseWorker(($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.payment_sense.pos'] ?? $this->getApp_PaymentSense_PosService()), ($this->services['logger'] ?? $this->getLoggerService()));
  4900.     }
  4901.     /**
  4902.      * Gets the public 'app.pdf_creator' shared autowired service.
  4903.      *
  4904.      * @return \App\Services\PdfCreatorService
  4905.      */
  4906.     protected function getApp_PdfCreatorService()
  4907.     {
  4908.         include_once \dirname(__DIR__4).'/src/Services/PdfCreatorService.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4910.         return $this->services['app.pdf_creator'] = new \App\Services\PdfCreatorService(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), $this->targetDir.'', ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()));
  4911.     }
  4912.     /**
  4913.      * Gets the public 'app.person_daily_schedule_normalizer' shared autowired service.
  4914.      *
  4915.      * @return \App\Normalize\Person\DailyScheduleNormalizer
  4916.      */
  4917.     protected function getApp_PersonDailyScheduleNormalizerService()
  4918.     {
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4920.         include_once \dirname(__DIR__4).'/src/Normalize/Person/DailyScheduleNormalizer.php';
  4921.         return $this->services['app.person_daily_schedule_normalizer'] = new \App\Normalize\Person\DailyScheduleNormalizer();
  4922.     }
  4923.     /**
  4924.      * Gets the public 'app.plivo' shared autowired service.
  4925.      *
  4926.      * @return \App\Services\Plivo
  4927.      */
  4928.     protected function getApp_PlivoService()
  4929.     {
  4930.         include_once \dirname(__DIR__4).'/src/Services/Plivo.php';
  4931.         return $this->services['app.plivo'] = new \App\Services\Plivo(($this->services['logger'] ?? $this->getLoggerService()));
  4932.     }
  4933.     /**
  4934.      * Gets the public 'app.product_balance_history' shared autowired service.
  4935.      *
  4936.      * @return \App\Services\ProductBalanceHistoryService
  4937.      */
  4938.     protected function getApp_ProductBalanceHistoryService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/src/Services/ProductBalanceHistoryService.php';
  4941.         return $this->services['app.product_balance_history'] = new \App\Services\ProductBalanceHistoryService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4942.     }
  4943.     /**
  4944.      * Gets the public 'app.product_service' shared autowired service.
  4945.      *
  4946.      * @return \App\Services\ProductService
  4947.      */
  4948.     protected function getApp_ProductServiceService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/src/Services/ProductService.php';
  4951.         return $this->services['app.product_service'] = new \App\Services\ProductService();
  4952.     }
  4953.     /**
  4954.      * Gets the public 'app.push_notification' shared autowired service.
  4955.      *
  4956.      * @return \App\Services\PushNotification
  4957.      */
  4958.     protected function getApp_PushNotificationService()
  4959.     {
  4960.         include_once \dirname(__DIR__4).'/src/Services/PushNotification.php';
  4961.         return $this->services['app.push_notification'] = new \App\Services\PushNotification(($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), ($this->services['Mcfedr\\AwsPushBundle\\Service\\Devices'] ?? $this->getDevicesService()), ($this->services['Mcfedr\\AwsPushBundle\\Service\\Messages'] ?? $this->getMessagesService()), ($this->services['logger'] ?? $this->getLoggerService()));
  4962.     }
  4963.     /**
  4964.      * Gets the public 'app.quote_area_normalizer' shared autowired service.
  4965.      *
  4966.      * @return \App\Normalize\Patient\Note\QuoteAreaNormalizer
  4967.      */
  4968.     protected function getApp_QuoteAreaNormalizerService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4972.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/QuoteAreaNormalizer.php';
  4973.         return $this->services['app.quote_area_normalizer'] = new \App\Normalize\Patient\Note\QuoteAreaNormalizer();
  4974.     }
  4975.     /**
  4976.      * Gets the public 'app.reference_creator' shared autowired service.
  4977.      *
  4978.      * @return \App\Reference\ReferenceCreator
  4979.      */
  4980.     protected function getApp_ReferenceCreatorService()
  4981.     {
  4982.         include_once \dirname(__DIR__4).'/src/Reference/ReferenceCreator.php';
  4983.         return $this->services['app.reference_creator'] = new \App\Reference\ReferenceCreator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4984.     }
  4985.     /**
  4986.      * Gets the public 'app.reminders_manager' shared autowired service.
  4987.      *
  4988.      * @return \App\Services\RemindersManager
  4989.      */
  4990.     protected function getApp_RemindersManagerService()
  4991.     {
  4992.         include_once \dirname(__DIR__4).'/src/Services/RemindersManager.php';
  4993.         return $this->services['app.reminders_manager'] = new \App\Services\RemindersManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()));
  4994.     }
  4995.     /**
  4996.      * Gets the public 'app.reminders_worker' shared autowired service.
  4997.      *
  4998.      * @return \App\Services\RemindersWorker
  4999.      */
  5000.     protected function getApp_RemindersWorkerService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  5003.         include_once \dirname(__DIR__4).'/src/Services/RemindersWorker.php';
  5004.         return $this->services['app.reminders_worker'] = new \App\Services\RemindersWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.notifications_manager'] ?? $this->getApp_NotificationsManagerService()));
  5005.     }
  5006.     /**
  5007.      * Gets the public 'app.replace_old_prepay' shared autowired service.
  5008.      *
  5009.      * @return \App\Command\ReplaceOldPrepayCommand
  5010.      */
  5011.     protected function getApp_ReplaceOldPrepayService()
  5012.     {
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5014.         include_once \dirname(__DIR__4).'/src/Command/ReplaceOldPrepayCommand.php';
  5015.         return $this->services['app.replace_old_prepay'] = new \App\Command\ReplaceOldPrepayCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()));
  5016.     }
  5017.     /**
  5018.      * Gets the public 'app.report_detail_switch' shared autowired service.
  5019.      *
  5020.      * @return \App\ExportImport\SwitchTypeServiceDetail
  5021.      */
  5022.     protected function getApp_ReportDetailSwitchService()
  5023.     {
  5024.         include_once \dirname(__DIR__4).'/src/ExportImport/SwitchTypeServiceDetail.php';
  5025.         return $this->services['app.report_detail_switch'] = new \App\ExportImport\SwitchTypeServiceDetail(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()));
  5026.     }
  5027.     /**
  5028.      * Gets the public 'app.report_detail_switch_org_level' shared autowired service.
  5029.      *
  5030.      * @return \App\ExportImport\SwitchTypeServiceDetailOrgLevel
  5031.      */
  5032.     protected function getApp_ReportDetailSwitchOrgLevelService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/src/ExportImport/SwitchTypeServiceDetailOrgLevel.php';
  5035.         return $this->services['app.report_detail_switch_org_level'] = new \App\ExportImport\SwitchTypeServiceDetailOrgLevel(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  5036.     }
  5037.     /**
  5038.      * Gets the public 'app.s3_manager' shared autowired service.
  5039.      *
  5040.      * @return \App\Aws\S3Manager
  5041.      */
  5042.     protected function getApp_S3ManagerService()
  5043.     {
  5044.         include_once \dirname(__DIR__4).'/src/Aws/S3Manager.php';
  5045.         return $this->services['app.s3_manager'] = new \App\Aws\S3Manager(($this->services['s3_client'] ?? $this->getS3ClientService()), $this->getEnv('AWS_BUCKET'), ($this->services['logger'] ?? $this->getLoggerService()), $this->getEnv('UPLOADS_FOLDER'), (\dirname(__DIR__4).'/src/../public/uploads/s3/'), $this->getEnv('UPLOADS_CLINIC_FOLDER'), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  5046.     }
  5047.     /**
  5048.      * Gets the public 'app.scheduler_calendar_events_service' shared autowired service.
  5049.      *
  5050.      * @return \App\Services\CalendarEvent\SchedulerCalendarEvents
  5051.      */
  5052.     protected function getApp_SchedulerCalendarEventsServiceService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/src/Services/CalendarService.php';
  5055.         include_once \dirname(__DIR__4).'/src/Services/CalendarEvent/SchedulerCalendarEvents.php';
  5056.         return $this->services['app.scheduler_calendar_events_service'] = new \App\Services\CalendarEvent\SchedulerCalendarEvents(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['session'] ?? $this->getSessionService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  5057.     }
  5058.     /**
  5059.      * Gets the public 'app.service_csv' shared autowired service.
  5060.      *
  5061.      * @return \App\ExportImport\ServiceCSV
  5062.      */
  5063.     protected function getApp_ServiceCsvService()
  5064.     {
  5065.         include_once \dirname(__DIR__4).'/src/ExportImport/ServiceCSV.php';
  5066.         return $this->services['app.service_csv'] = new \App\ExportImport\ServiceCSV(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), $this->getEnv('EXPORT_RANGE'), (\dirname(__DIR__4).'/src/../public/uploads/s3/'), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->services['app.invoice_history'] ?? $this->getApp_InvoiceHistoryService()));
  5067.     }
  5068.     /**
  5069.      * Gets the public 'app.session_authenticator' shared autowired service.
  5070.      *
  5071.      * @return \App\Security\SessionAuthenticator
  5072.      */
  5073.     protected function getApp_SessionAuthenticatorService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5078.         include_once \dirname(__DIR__4).'/src/Security/ApplicationAuthenticator.php';
  5079.         include_once \dirname(__DIR__4).'/src/Security/SessionAuthenticator.php';
  5080.         include_once \dirname(__DIR__4).'/src/Services/Licence/CheckLicenceService.php';
  5081.         return $this->services['app.session_authenticator'] = new \App\Security\SessionAuthenticator(($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.check_licence_service'] ?? ($this->services['app.check_licence_service'] = new \App\Services\Licence\CheckLicenceService())));
  5082.     }
  5083.     /**
  5084.      * Gets the public 'app.session_destroy' shared autowired service.
  5085.      *
  5086.      * @return \App\Command\DestroySessionCommand
  5087.      */
  5088.     protected function getApp_SessionDestroyService()
  5089.     {
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5091.         include_once \dirname(__DIR__4).'/src/Command/DestroySessionCommand.php';
  5092.         return $this->services['app.session_destroy'] = new \App\Command\DestroySessionCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5093.     }
  5094.     /**
  5095.      * Gets the public 'app.share_clinic_all_patients' shared autowired service.
  5096.      *
  5097.      * @return \App\Services\ShareClinicPatients
  5098.      */
  5099.     protected function getApp_ShareClinicAllPatientsService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/src/Services/ShareClinicPatients.php';
  5102.         return $this->services['app.share_clinic_all_patients'] = new \App\Services\ShareClinicPatients(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  5103.     }
  5104.     /**
  5105.      * Gets the public 'app.smsservice' shared autowired service.
  5106.      *
  5107.      * @return \App\Services\SmsService
  5108.      */
  5109.     protected function getApp_SmsserviceService()
  5110.     {
  5111.         include_once \dirname(__DIR__4).'/src/Services/SmsService.php';
  5112.         return $this->services['app.smsservice'] = new \App\Services\SmsService(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['app.plivo'] ?? $this->getApp_PlivoService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  5113.     }
  5114.     /**
  5115.      * Gets the public 'app.super_admin.create' shared autowired service.
  5116.      *
  5117.      * @return \App\Services\AdminCreator
  5118.      */
  5119.     protected function getApp_SuperAdmin_CreateService()
  5120.     {
  5121.         include_once \dirname(__DIR__4).'/src/Services/AdminCreator.php';
  5122.         return $this->services['app.super_admin.create'] = new \App\Services\AdminCreator(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['validator'] ?? $this->getValidatorService()));
  5123.     }
  5124.     /**
  5125.      * Gets the public 'app.super_admin_normalizer' shared autowired service.
  5126.      *
  5127.      * @return \App\Normalize\Person\SuperAdminNormalizer
  5128.      */
  5129.     protected function getApp_SuperAdminNormalizerService()
  5130.     {
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  5135.         include_once \dirname(__DIR__4).'/src/Normalize/Person/SuperAdminNormalizer.php';
  5136.         return $this->services['app.super_admin_normalizer'] = new \App\Normalize\Person\SuperAdminNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  5137.     }
  5138.     /**
  5139.      * Gets the public 'app.table_conversation_normalizer' shared autowired service.
  5140.      *
  5141.      * @return \App\Normalize\Message\TableConversationNormalizer
  5142.      */
  5143.     protected function getApp_TableConversationNormalizerService()
  5144.     {
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  5147.         include_once \dirname(__DIR__4).'/src/Normalize/Message/TableConversationNormalizer.php';
  5148.         return $this->services['app.table_conversation_normalizer'] = new \App\Normalize\Message\TableConversationNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5149.     }
  5150.     /**
  5151.      * Gets the public 'app.terms_and_cond_command' shared autowired service.
  5152.      *
  5153.      * @return \App\Command\TermsAndCondCommand
  5154.      */
  5155.     protected function getApp_TermsAndCondCommandService()
  5156.     {
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5158.         include_once \dirname(__DIR__4).'/src/Command/TermsAndCondCommand.php';
  5159.         return $this->services['app.terms_and_cond_command'] = new \App\Command\TermsAndCondCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.create_default_clinic_data'] ?? $this->getApp_CreateDefaultClinicDataService()));
  5160.     }
  5161.     /**
  5162.      * Gets the public 'app.thumbor_listener' shared autowired service.
  5163.      *
  5164.      * @return \App\EventListener\ThumborListener
  5165.      */
  5166.     protected function getApp_ThumborListenerService()
  5167.     {
  5168.         return $this->services['app.thumbor_listener'] = new \App\EventListener\ThumborListener($this->getEnv('THUMBOR_URL'), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['session'] ?? $this->getSessionService()));
  5169.     }
  5170.     /**
  5171.      * Gets the public 'app.traffic_light_patient' shared autowired service.
  5172.      *
  5173.      * @return \App\Services\TrafficLightService
  5174.      */
  5175.     protected function getApp_TrafficLightPatientService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/src/Services/TrafficLightService.php';
  5178.         return $this->services['app.traffic_light_patient'] = new \App\Services\TrafficLightService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5179.     }
  5180.     /**
  5181.      * Gets the public 'app.twilio' shared autowired service.
  5182.      *
  5183.      * @return \App\Services\Twilio
  5184.      */
  5185.     protected function getApp_TwilioService()
  5186.     {
  5187.         include_once \dirname(__DIR__4).'/src/Services/Twilio.php';
  5188.         return $this->services['app.twilio'] = new \App\Services\Twilio(($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Repository\\AdminSettingRepository'] ?? $this->getAdminSettingRepositoryService()));
  5189.     }
  5190.     /**
  5191.      * Gets the public 'app.update_patient_status' shared autowired service.
  5192.      *
  5193.      * @return \App\Services\PatientStatus\UpdatePatientAfterChangeStatus
  5194.      */
  5195.     protected function getApp_UpdatePatientStatusService()
  5196.     {
  5197.         include_once \dirname(__DIR__4).'/src/Services/PatientStatus/UpdatePatientAfterChangeStatus.php';
  5198.         return $this->services['app.update_patient_status'] = new \App\Services\PatientStatus\UpdatePatientAfterChangeStatus(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5199.     }
  5200.     /**
  5201.      * Gets the public 'app.xero_worker' shared autowired service.
  5202.      *
  5203.      * @return \App\Services\Xero\XeroSyncWorker
  5204.      */
  5205.     protected function getApp_XeroWorkerService()
  5206.     {
  5207.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  5208.         include_once \dirname(__DIR__4).'/src/Services/Xero/XeroSyncWorker.php';
  5209.         return $this->services['app.xero_worker'] = new \App\Services\Xero\XeroSyncWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Services\\Xero\\XeroService'] ?? $this->getXeroServiceService()));
  5210.     }
  5211.     /**
  5212.      * Gets the public 'authentication_handler' shared autowired service.
  5213.      *
  5214.      * @return \App\Handler\AuthenticationHandler
  5215.      */
  5216.     protected function getAuthenticationHandlerService()
  5217.     {
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5219.         include_once \dirname(__DIR__4).'/src/Handler/AuthenticationHandler.php';
  5220.         return $this->services['authentication_handler'] = new \App\Handler\AuthenticationHandler(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\AppHelper'] ?? $this->getAppHelperService()), ($this->services['session'] ?? $this->getSessionService()));
  5221.     }
  5222.     /**
  5223.      * Gets the public 'cache.app' shared service.
  5224.      *
  5225.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5226.      */
  5227.     protected function getCache_AppService()
  5228.     {
  5229.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('noMj7FVRuH'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  5230.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5231.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5232.     }
  5233.     /**
  5234.      * Gets the public 'cache.app_clearer' shared service.
  5235.      *
  5236.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5237.      */
  5238.     protected function getCache_AppClearerService()
  5239.     {
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5242.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  5243.     }
  5244.     /**
  5245.      * Gets the public 'cache.global_clearer' shared service.
  5246.      *
  5247.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5248.      */
  5249.     protected function getCache_GlobalClearerService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5253.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  5254.     }
  5255.     /**
  5256.      * Gets the public 'cache.system' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5259.      */
  5260.     protected function getCache_SystemService()
  5261.     {
  5262.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CUlHDxgcd+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5263.     }
  5264.     /**
  5265.      * Gets the public 'cache.system_clearer' shared service.
  5266.      *
  5267.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5268.      */
  5269.     protected function getCache_SystemClearerService()
  5270.     {
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5273.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  5274.     }
  5275.     /**
  5276.      * Gets the public 'cache_clearer' shared service.
  5277.      *
  5278.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  5279.      */
  5280.     protected function getCacheClearerService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  5284.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  5285.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  5286.         }, 1));
  5287.     }
  5288.     /**
  5289.      * Gets the public 'cache_warmer' shared service.
  5290.      *
  5291.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  5292.      */
  5293.     protected function getCacheWarmerService()
  5294.     {
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  5297.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  5298.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  5299.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  5300.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  5301.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  5302.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  5303.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  5304.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  5305.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  5306.     }
  5307.     /**
  5308.      * Gets the public 'captcha' shared service.
  5309.      *
  5310.      * @return \Captcha\Bundle\CaptchaBundle\Integration\BotDetectCaptcha
  5311.      */
  5312.     protected function getCaptchaService()
  5313.     {
  5314.         include_once \dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Integration/BotDetectCaptcha.php';
  5315.         return $this->services['captcha'] = new \Captcha\Bundle\CaptchaBundle\Integration\BotDetectCaptcha($this);
  5316.     }
  5317.     /**
  5318.      * Gets the public 'captcha.form.type' shared service.
  5319.      *
  5320.      * @return \Captcha\Bundle\CaptchaBundle\Form\Type\CaptchaType
  5321.      */
  5322.     protected function getCaptcha_Form_TypeService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Form/Type/CaptchaType.php';
  5327.         return $this->services['captcha.form.type'] = new \Captcha\Bundle\CaptchaBundle\Form\Type\CaptchaType($this$this->parameters['captcha.config']);
  5328.     }
  5329.     /**
  5330.      * Gets the public 'captcha.validator' shared service.
  5331.      *
  5332.      * @return \Captcha\Bundle\CaptchaBundle\Validator\Constraints\ValidCaptchaValidator
  5333.      */
  5334.     protected function getCaptcha_ValidatorService()
  5335.     {
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Validator/Constraints/ValidCaptchaValidator.php';
  5339.         return $this->services['captcha.validator'] = new \Captcha\Bundle\CaptchaBundle\Validator\Constraints\ValidCaptchaValidator($this);
  5340.     }
  5341.     /**
  5342.      * Gets the public 'command_add_hash_to_widget' shared autowired service.
  5343.      *
  5344.      * @return \App\Command\OnlineBookingAddHashToWidgetCommand
  5345.      */
  5346.     protected function getCommandAddHashToWidgetService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5349.         include_once \dirname(__DIR__4).'/src/Command/OnlineBookingAddHashToWidgetCommand.php';
  5350.         return $this->services['command_add_hash_to_widget'] = new \App\Command\OnlineBookingAddHashToWidgetCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.google_service'] ?? $this->getApp_GoogleServiceService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()));
  5351.     }
  5352.     /**
  5353.      * Gets the public 'command_appointment_update_equipment' shared autowired service.
  5354.      *
  5355.      * @return \App\Command\AppointmentUpdateEquipmentCommand
  5356.      */
  5357.     protected function getCommandAppointmentUpdateEquipmentService()
  5358.     {
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5360.         include_once \dirname(__DIR__4).'/src/Command/AppointmentUpdateEquipmentCommand.php';
  5361.         return $this->services['command_appointment_update_equipment'] = new \App\Command\AppointmentUpdateEquipmentCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5362.     }
  5363.     /**
  5364.      * Gets the public 'command_check_unpaid_invoice' shared autowired service.
  5365.      *
  5366.      * @return \App\Command\CheckUnpaidInvoiceCommand
  5367.      */
  5368.     protected function getCommandCheckUnpaidInvoiceService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5371.         include_once \dirname(__DIR__4).'/src/Command/CheckUnpaidInvoiceCommand.php';
  5372.         return $this->services['command_check_unpaid_invoice'] = new \App\Command\CheckUnpaidInvoiceCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  5373.     }
  5374.     /**
  5375.      * Gets the public 'command_create_admin' shared autowired service.
  5376.      *
  5377.      * @return \App\Command\AdminCreateCommand
  5378.      */
  5379.     protected function getCommandCreateAdminService()
  5380.     {
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5382.         include_once \dirname(__DIR__4).'/src/Command/AdminCreateCommand.php';
  5383.         return $this->services['command_create_admin'] = new \App\Command\AdminCreateCommand(($this->services['app.super_admin.create'] ?? $this->getApp_SuperAdmin_CreateService()));
  5384.     }
  5385.     /**
  5386.      * Gets the public 'command_create_clinic_voucher' shared autowired service.
  5387.      *
  5388.      * @return \App\Command\CreateClinicVoucherCommand
  5389.      */
  5390.     protected function getCommandCreateClinicVoucherService()
  5391.     {
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5393.         include_once \dirname(__DIR__4).'/src/Command/CreateClinicVoucherCommand.php';
  5394.         return $this->services['command_create_clinic_voucher'] = new \App\Command\CreateClinicVoucherCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.create_clinic_gift_voucher'] ?? $this->getApp_CreateClinicGiftVoucherService()));
  5395.     }
  5396.     /**
  5397.      * Gets the public 'command_create_clinics_topics' shared autowired service.
  5398.      *
  5399.      * @return \App\Command\ClinicTopicsCreateCommand
  5400.      */
  5401.     protected function getCommandCreateClinicsTopicsService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5404.         include_once \dirname(__DIR__4).'/src/Command/ClinicTopicsCreateCommand.php';
  5405.         return $this->services['command_create_clinics_topics'] = new \App\Command\ClinicTopicsCreateCommand(($this->services['app.push_notification'] ?? $this->getApp_PushNotificationService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  5406.     }
  5407.     /**
  5408.      * Gets the public 'command_create_session_table' shared autowired service.
  5409.      *
  5410.      * @return \App\Command\CreateSessionTableCommand
  5411.      */
  5412.     protected function getCommandCreateSessionTableService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5415.         include_once \dirname(__DIR__4).'/src/Command/CreateSessionTableCommand.php';
  5416.         return $this->services['command_create_session_table'] = new \App\Command\CreateSessionTableCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5417.     }
  5418.     /**
  5419.      * Gets the public 'command_delete_clinic_appointments' shared autowired service.
  5420.      *
  5421.      * @return \App\Command\ClinicDeleteAppointmentsCommand
  5422.      */
  5423.     protected function getCommandDeleteClinicAppointmentsService()
  5424.     {
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5426.         include_once \dirname(__DIR__4).'/src/Command/ClinicDeleteAppointmentsCommand.php';
  5427.         return $this->services['command_delete_clinic_appointments'] = new \App\Command\ClinicDeleteAppointmentsCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()));
  5428.     }
  5429.     /**
  5430.      * Gets the public 'command_delete_online_booking_appointments' shared autowired service.
  5431.      *
  5432.      * @return \App\Command\OnlineBookingNotConfirmedAppointmentCommand
  5433.      */
  5434.     protected function getCommandDeleteOnlineBookingAppointmentsService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5437.         include_once \dirname(__DIR__4).'/src/Command/OnlineBookingNotConfirmedAppointmentCommand.php';
  5438.         return $this->services['command_delete_online_booking_appointments'] = new \App\Command\OnlineBookingNotConfirmedAppointmentCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), ($this->privates['App\\Services\\ICalendar\\ICalendarCreator'] ?? $this->getICalendarCreatorService()), ($this->services['logger'] ?? $this->getLoggerService()));
  5439.     }
  5440.     /**
  5441.      * Gets the public 'command_email_stack' shared autowired service.
  5442.      *
  5443.      * @return \App\Command\EmailStackCommand
  5444.      */
  5445.     protected function getCommandEmailStackService()
  5446.     {
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5448.         include_once \dirname(__DIR__4).'/src/Command/EmailStackCommand.php';
  5449.         $this->services['command_email_stack'] = $instance = new \App\Command\EmailStackCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()));
  5450.         $instance->setName('app:email-stack');
  5451.         return $instance;
  5452.     }
  5453.     /**
  5454.      * Gets the public 'command_file_download' shared autowired service.
  5455.      *
  5456.      * @return \App\Command\DownloadFileCommand
  5457.      */
  5458.     protected function getCommandFileDownloadService()
  5459.     {
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5461.         include_once \dirname(__DIR__4).'/src/Command/DownloadFileCommand.php';
  5462.         return $this->services['command_file_download'] = new \App\Command\DownloadFileCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), $this->targetDir.'');
  5463.     }
  5464.     /**
  5465.      * Gets the public 'command_google_add' shared autowired service.
  5466.      *
  5467.      * @return \App\Command\GoogleEventAddCommand
  5468.      */
  5469.     protected function getCommandGoogleAddService()
  5470.     {
  5471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5472.         include_once \dirname(__DIR__4).'/src/Command/GoogleEventAddCommand.php';
  5473.         return $this->services['command_google_add'] = new \App\Command\GoogleEventAddCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.google_service'] ?? $this->getApp_GoogleServiceService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()));
  5474.     }
  5475.     /**
  5476.      * Gets the public 'command_google_calendar_check' shared autowired service.
  5477.      *
  5478.      * @return \App\Command\GoogleCalendarCheckCommand
  5479.      */
  5480.     protected function getCommandGoogleCalendarCheckService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5483.         include_once \dirname(__DIR__4).'/src/Command/GoogleCalendarCheckCommand.php';
  5484.         return $this->services['command_google_calendar_check'] = new \App\Command\GoogleCalendarCheckCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.google_service'] ?? $this->getApp_GoogleServiceService()));
  5485.     }
  5486.     /**
  5487.      * Gets the public 'command_google_event_add_room' shared autowired service.
  5488.      *
  5489.      * @return \App\Command\GoogleEventAddRoomCommand
  5490.      */
  5491.     protected function getCommandGoogleEventAddRoomService()
  5492.     {
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5494.         include_once \dirname(__DIR__4).'/src/Command/GoogleEventAddRoomCommand.php';
  5495.         return $this->services['command_google_event_add_room'] = new \App\Command\GoogleEventAddRoomCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5496.     }
  5497.     /**
  5498.      * Gets the public 'command_google_event_add_treatment' shared autowired service.
  5499.      *
  5500.      * @return \App\Command\GoogleEventAddTreatmentCommand
  5501.      */
  5502.     protected function getCommandGoogleEventAddTreatmentService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5505.         include_once \dirname(__DIR__4).'/src/Command/GoogleEventAddTreatmentCommand.php';
  5506.         return $this->services['command_google_event_add_treatment'] = new \App\Command\GoogleEventAddTreatmentCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5507.     }
  5508.     /**
  5509.      * Gets the public 'command_google_sync' shared autowired service.
  5510.      *
  5511.      * @return \App\Command\GoogleEventCheckCommand
  5512.      */
  5513.     protected function getCommandGoogleSyncService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5516.         include_once \dirname(__DIR__4).'/src/Command/GoogleEventCheckCommand.php';
  5517.         return $this->services['command_google_sync'] = new \App\Command\GoogleEventCheckCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.google_service'] ?? $this->getApp_GoogleServiceService()));
  5518.     }
  5519.     /**
  5520.      * Gets the public 'command_icalendar_export' shared autowired service.
  5521.      *
  5522.      * @return \App\Command\ICalendarExportCommand
  5523.      */
  5524.     protected function getCommandIcalendarExportService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5527.         include_once \dirname(__DIR__4).'/src/Command/ICalendarExportCommand.php';
  5528.         return $this->services['command_icalendar_export'] = new \App\Command\ICalendarExportCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.scheduler_calendar_events_service'] ?? $this->getApp_SchedulerCalendarEventsServiceService()), ($this->services['app.reminders_worker'] ?? $this->getApp_RemindersWorkerService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  5529.     }
  5530.     /**
  5531.      * Gets the public 'command_import_files_by_clinic' shared autowired service.
  5532.      *
  5533.      * @return \App\Command\ImportFilesByClinicCommand
  5534.      */
  5535.     protected function getCommandImportFilesByClinicService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5538.         include_once \dirname(__DIR__4).'/src/Command/ImportFilesByClinicCommand.php';
  5539.         return $this->services['command_import_files_by_clinic'] = new \App\Command\ImportFilesByClinicCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), (\dirname(__DIR__4).'/src/../importFile/'));
  5540.     }
  5541.     /**
  5542.      * Gets the public 'command_import_mongo' shared autowired service.
  5543.      *
  5544.      * @return \App\Command\ImportMongoCommand
  5545.      */
  5546.     protected function getCommandImportMongoService()
  5547.     {
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5549.         include_once \dirname(__DIR__4).'/src/Command/ImportMongoCommand.php';
  5550.         return $this->services['command_import_mongo'] = new \App\Command\ImportMongoCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('MONGO_DB'), $this->getEnv('MONGO_COLLECTION'), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5551.     }
  5552.     /**
  5553.      * Gets the public 'command_import_mysql' shared autowired service.
  5554.      *
  5555.      * @return \App\Command\ImportMySqlCommand
  5556.      */
  5557.     protected function getCommandImportMysqlService()
  5558.     {
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5560.         include_once \dirname(__DIR__4).'/src/Command/ImportMySqlCommand.php';
  5561.         return $this->services['command_import_mysql'] = new \App\Command\ImportMySqlCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['logger'] ?? $this->getLoggerService()), $this->getEnv('IMPORT_CONFIG'), $this->getEnv('UPLOADS_FOLDER'), ($this->services['App\\Services\\ClinicManager'] ?? $this->getClinicManagerService()));
  5562.     }
  5563.     /**
  5564.      * Gets the public 'command_pdf_create' shared autowired service.
  5565.      *
  5566.      * @return \App\Command\PdfCreateCommand
  5567.      */
  5568.     protected function getCommandPdfCreateService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5571.         include_once \dirname(__DIR__4).'/src/Command/PdfCreateCommand.php';
  5572.         return $this->services['command_pdf_create'] = new \App\Command\PdfCreateCommand();
  5573.     }
  5574.     /**
  5575.      * Gets the public 'command_remove_old_archive' shared autowired service.
  5576.      *
  5577.      * @return \App\Command\RemoveOldArchive
  5578.      */
  5579.     protected function getCommandRemoveOldArchiveService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5582.         include_once \dirname(__DIR__4).'/src/Command/RemoveOldArchive.php';
  5583.         return $this->services['command_remove_old_archive'] = new \App\Command\RemoveOldArchive(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), ($this->services['logger'] ?? $this->getLoggerService()));
  5584.     }
  5585.     /**
  5586.      * Gets the public 'command_send_sms' shared autowired service.
  5587.      *
  5588.      * @return \App\Command\SendSmsCommand
  5589.      */
  5590.     protected function getCommandSendSmsService()
  5591.     {
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5593.         include_once \dirname(__DIR__4).'/src/Command/SendSmsCommand.php';
  5594.         return $this->services['command_send_sms'] = new \App\Command\SendSmsCommand(($this->services['app.twilio'] ?? $this->getApp_TwilioService()));
  5595.     }
  5596.     /**
  5597.      * Gets the public 'command_sms' shared autowired service.
  5598.      *
  5599.      * @return \App\Command\SmsCommand
  5600.      */
  5601.     protected function getCommandSmsService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5604.         include_once \dirname(__DIR__4).'/src/Command/SmsCommand.php';
  5605.         return $this->services['command_sms'] = new \App\Command\SmsCommand(($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()), ($this->services['app.patient_capture_history'] ?? $this->getApp_PatientCaptureHistoryService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()), ($this->services['logger'] ?? $this->getLoggerService()));
  5606.     }
  5607.     /**
  5608.      * Gets the public 'command_sms_stack' shared autowired service.
  5609.      *
  5610.      * @return \App\Command\SmsStackCommand
  5611.      */
  5612.     protected function getCommandSmsStackService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5615.         include_once \dirname(__DIR__4).'/src/Command/SmsStackCommand.php';
  5616.         $this->services['command_sms_stack'] = $instance = new \App\Command\SmsStackCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['app.twilio'] ?? $this->getApp_TwilioService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  5617.         $instance->setName('app:sms-stack');
  5618.         return $instance;
  5619.     }
  5620.     /**
  5621.      * Gets the public 'command_test_fixtures' shared autowired service.
  5622.      *
  5623.      * @return \App\Command\TestFixturesLoaderCommand
  5624.      */
  5625.     protected function getCommandTestFixturesService()
  5626.     {
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5628.         include_once \dirname(__DIR__4).'/src/Command/TestFixturesLoaderCommand.php';
  5629.         $this->services['command_test_fixtures'] = $instance = new \App\Command\TestFixturesLoaderCommand();
  5630.         $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'1)));
  5631.         $instance->setDefaultPath($this->getEnv('DEFAULT_DB_PATH'));
  5632.         $instance->setTestDbPath($this->getEnv('TEST_DB_PATH'));
  5633.         return $instance;
  5634.     }
  5635.     /**
  5636.      * Gets the public 'command_thumbor_url' shared autowired service.
  5637.      *
  5638.      * @return \App\Command\ThumborCommand
  5639.      */
  5640.     protected function getCommandThumborUrlService()
  5641.     {
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5643.         include_once \dirname(__DIR__4).'/src/Command/ThumborCommand.php';
  5644.         return $this->services['command_thumbor_url'] = new \App\Command\ThumborCommand(($this->privates['phumbor.url.transformer'] ?? $this->getPhumbor_Url_TransformerService()));
  5645.     }
  5646.     /**
  5647.      * Gets the public 'command_update_clinic_automatic' shared autowired service.
  5648.      *
  5649.      * @return \App\Command\UpdateNewClinicAutomatic
  5650.      */
  5651.     protected function getCommandUpdateClinicAutomaticService()
  5652.     {
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5654.         include_once \dirname(__DIR__4).'/src/Command/UpdateNewClinicAutomatic.php';
  5655.         return $this->services['command_update_clinic_automatic'] = new \App\Command\UpdateNewClinicAutomatic(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.mail_chimp_client'] ?? $this->getApp_MailChimpClientService()));
  5656.     }
  5657.     /**
  5658.      * Gets the public 'command_update_export_clinic' shared autowired service.
  5659.      *
  5660.      * @return \App\Command\ExportClinic
  5661.      */
  5662.     protected function getCommandUpdateExportClinicService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5665.         include_once \dirname(__DIR__4).'/src/Command/ExportClinic.php';
  5666.         return $this->services['command_update_export_clinic'] = new \App\Command\ExportClinic(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.export_all_data_clinic'] ?? $this->getApp_ExportAllDataClinicService()));
  5667.     }
  5668.     /**
  5669.      * Gets the public 'command_update_mailchimp_patients' shared autowired service.
  5670.      *
  5671.      * @return \App\Command\MailchimpPatientsUpdateCommand
  5672.      */
  5673.     protected function getCommandUpdateMailchimpPatientsService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5676.         include_once \dirname(__DIR__4).'/src/Command/MailchimpPatientsUpdateCommand.php';
  5677.         return $this->services['command_update_mailchimp_patients'] = new \App\Command\MailchimpPatientsUpdateCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.mail_chimp_client'] ?? $this->getApp_MailChimpClientService()));
  5678.     }
  5679.     /**
  5680.      * Gets the public 'command_update_share_clinic' shared autowired service.
  5681.      *
  5682.      * @return \App\Command\UpdateClinicSharing
  5683.      */
  5684.     protected function getCommandUpdateShareClinicService()
  5685.     {
  5686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5687.         include_once \dirname(__DIR__4).'/src/Command/UpdateClinicSharing.php';
  5688.         return $this->services['command_update_share_clinic'] = new \App\Command\UpdateClinicSharing(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.export_all_data_clinic'] ?? $this->getApp_ExportAllDataClinicService()));
  5689.     }
  5690.     /**
  5691.      * Gets the public 'console.command.public_alias.App\Command\ClinicRemovePatientsCommand' shared autowired service.
  5692.      *
  5693.      * @return \App\Command\ClinicRemovePatientsCommand
  5694.      */
  5695.     protected function getClinicRemovePatientsCommandService()
  5696.     {
  5697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5698.         include_once \dirname(__DIR__4).'/src/Command/ClinicRemovePatientsCommand.php';
  5699.         return $this->services['console.command.public_alias.App\\Command\\ClinicRemovePatientsCommand'] = new \App\Command\ClinicRemovePatientsCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\DeleteClinicPatientsWorker'] ?? $this->getDeleteClinicPatientsWorkerService()));
  5700.     }
  5701.     /**
  5702.      * Gets the public 'console.command.public_alias.App\Command\CreateStripePaymentTypeCommand' shared autowired service.
  5703.      *
  5704.      * @return \App\Command\CreateStripePaymentTypeCommand
  5705.      */
  5706.     protected function getCreateStripePaymentTypeCommandService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5709.         include_once \dirname(__DIR__4).'/src/Command/CreateStripePaymentTypeCommand.php';
  5710.         return $this->services['console.command.public_alias.App\\Command\\CreateStripePaymentTypeCommand'] = new \App\Command\CreateStripePaymentTypeCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5711.     }
  5712.     /**
  5713.      * Gets the public 'console.command.public_alias.App\Command\DeleteClinicAnswersCommand' shared autowired service.
  5714.      *
  5715.      * @return \App\Command\DeleteClinicAnswersCommand
  5716.      */
  5717.     protected function getDeleteClinicAnswersCommandService()
  5718.     {
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5720.         include_once \dirname(__DIR__4).'/src/Command/DeleteClinicAnswersCommand.php';
  5721.         return $this->services['console.command.public_alias.App\\Command\\DeleteClinicAnswersCommand'] = new \App\Command\DeleteClinicAnswersCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\DeleteClinicAnswersWorker'] ?? $this->getDeleteClinicAnswersWorkerService()));
  5722.     }
  5723.     /**
  5724.      * Gets the public 'console.command.public_alias.App\Command\Paymentsense\CreatePaymentsensePaymentTypesCommand' shared autowired service.
  5725.      *
  5726.      * @return \App\Command\Paymentsense\CreatePaymentsensePaymentTypesCommand
  5727.      */
  5728.     protected function getCreatePaymentsensePaymentTypesCommandService()
  5729.     {
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5731.         include_once \dirname(__DIR__4).'/src/Command/Paymentsense/CreatePaymentsensePaymentTypesCommand.php';
  5732.         return $this->services['console.command.public_alias.App\\Command\\Paymentsense\\CreatePaymentsensePaymentTypesCommand'] = new \App\Command\Paymentsense\CreatePaymentsensePaymentTypesCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5733.     }
  5734.     /**
  5735.      * Gets the public 'console.command.public_alias.App\Command\Paymentsense\EndOfDayReports' shared autowired service.
  5736.      *
  5737.      * @return \App\Command\Paymentsense\EndOfDayReports
  5738.      */
  5739.     protected function getEndOfDayReportsService()
  5740.     {
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5742.         include_once \dirname(__DIR__4).'/src/Command/Paymentsense/EndOfDayReports.php';
  5743.         return $this->services['console.command.public_alias.App\\Command\\Paymentsense\\EndOfDayReports'] = new \App\Command\Paymentsense\EndOfDayReports(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.payment_sense.worker'] ?? $this->getApp_PaymentSense_WorkerService()));
  5744.     }
  5745.     /**
  5746.      * Gets the public 'console.command.public_alias.App\Command\ProcessCampaignTrackingCommand' shared autowired service.
  5747.      *
  5748.      * @return \App\Command\ProcessCampaignTrackingCommand
  5749.      */
  5750.     protected function getProcessCampaignTrackingCommandService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5753.         include_once \dirname(__DIR__4).'/src/Command/ProcessCampaignTrackingCommand.php';
  5754.         return $this->services['console.command.public_alias.App\\Command\\ProcessCampaignTrackingCommand'] = new \App\Command\ProcessCampaignTrackingCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  5755.     }
  5756.     /**
  5757.      * Gets the public 'console.command.public_alias.App\Command\ProcessFilterCommand' shared autowired service.
  5758.      *
  5759.      * @return \App\Command\ProcessFilterCommand
  5760.      */
  5761.     protected function getProcessFilterCommandService()
  5762.     {
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5764.         include_once \dirname(__DIR__4).'/src/Command/ProcessFilterCommand.php';
  5765.         return $this->services['console.command.public_alias.App\\Command\\ProcessFilterCommand'] = new \App\Command\ProcessFilterCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.smsservice'] ?? $this->getApp_SmsserviceService()));
  5766.     }
  5767.     /**
  5768.      * Gets the public 'console.command.public_alias.App\Command\SetPatientsCreatedByCommand' shared autowired service.
  5769.      *
  5770.      * @return \App\Command\SetPatientsCreatedByCommand
  5771.      */
  5772.     protected function getSetPatientsCreatedByCommandService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5775.         include_once \dirname(__DIR__4).'/src/Command/SetPatientsCreatedByCommand.php';
  5776.         return $this->services['console.command.public_alias.App\\Command\\SetPatientsCreatedByCommand'] = new \App\Command\SetPatientsCreatedByCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\SetPatientsCreatedByWorker'] ?? $this->getSetPatientsCreatedByWorkerService()));
  5777.     }
  5778.     /**
  5779.      * Gets the public 'console.command.public_alias.App\Command\Temporary\MigrateLearnAbout' shared autowired service.
  5780.      *
  5781.      * @return \App\Command\Temporary\MigrateLearnAbout
  5782.      */
  5783.     protected function getMigrateLearnAboutService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5786.         include_once \dirname(__DIR__4).'/src/Command/Temporary/MigrateLearnAbout.php';
  5787.         return $this->services['console.command.public_alias.App\\Command\\Temporary\\MigrateLearnAbout'] = new \App\Command\Temporary\MigrateLearnAbout(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  5788.     }
  5789.     /**
  5790.      * Gets the public 'console.command.public_alias.App\Command\UpdateClinicSharingNew' shared autowired service.
  5791.      *
  5792.      * @return \App\Command\UpdateClinicSharingNew
  5793.      */
  5794.     protected function getUpdateClinicSharingNewService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5797.         include_once \dirname(__DIR__4).'/src/Command/UpdateClinicSharingNew.php';
  5798.         return $this->services['console.command.public_alias.App\\Command\\UpdateClinicSharingNew'] = new \App\Command\UpdateClinicSharingNew(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.export_all_data_clinic'] ?? $this->getApp_ExportAllDataClinicService()));
  5799.     }
  5800.     /**
  5801.      * Gets the public 'console.command.public_alias.App\Command\UpdatePhotoNotesCommand' shared autowired service.
  5802.      *
  5803.      * @return \App\Command\UpdatePhotoNotesCommand
  5804.      */
  5805.     protected function getUpdatePhotoNotesCommandService()
  5806.     {
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5808.         include_once \dirname(__DIR__4).'/src/Command/UpdatePhotoNotesCommand.php';
  5809.         return $this->services['console.command.public_alias.App\\Command\\UpdatePhotoNotesCommand'] = new \App\Command\UpdatePhotoNotesCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\UpdatePhotoNotesWorker'] ?? $this->getUpdatePhotoNotesWorkerService()));
  5810.     }
  5811.     /**
  5812.      * Gets the public 'console.command.public_alias.App\Command\XeroDataSynchronizeCommand' shared autowired service.
  5813.      *
  5814.      * @return \App\Command\XeroDataSynchronizeCommand
  5815.      */
  5816.     protected function getXeroDataSynchronizeCommandService()
  5817.     {
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5819.         include_once \dirname(__DIR__4).'/src/Command/XeroDataSynchronizeCommand.php';
  5820.         return $this->services['console.command.public_alias.App\\Command\\XeroDataSynchronizeCommand'] = new \App\Command\XeroDataSynchronizeCommand(($this->privates['App\\Services\\Xero\\XeroService'] ?? $this->getXeroServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.xero_worker'] ?? $this->getApp_XeroWorkerService()));
  5821.     }
  5822.     /**
  5823.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  5824.      *
  5825.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  5826.      */
  5827.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  5828.     {
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  5833.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  5834.     }
  5835.     /**
  5836.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  5837.      *
  5838.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  5839.      */
  5840.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  5846.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  5847.     }
  5848.     /**
  5849.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  5850.      *
  5851.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  5852.      */
  5853.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  5859.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  5860.     }
  5861.     /**
  5862.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  5863.      *
  5864.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  5865.      */
  5866.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  5872.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  5873.     }
  5874.     /**
  5875.      * Gets the public 'console.command_loader' shared service.
  5876.      *
  5877.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  5878.      */
  5879.     protected function getConsole_CommandLoaderService()
  5880.     {
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  5883.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5884.             'App\\Command\\AssigntouserCommand' => ['privates''App\\Command\\AssigntouserCommand''getAssigntouserCommandService'false],
  5885.             'App\\Command\\ChangeStatusCommand' => ['privates''App\\Command\\ChangeStatusCommand''getChangeStatusCommandService'false],
  5886.             'App\\Command\\ConvertToPatientCommand' => ['privates''App\\Command\\ConvertToPatientCommand''getConvertToPatientCommandService'false],
  5887.             'App\\Command\\DispatchEventCommand' => ['privates''App\\Command\\DispatchEventCommand''getDispatchEventCommandService'false],
  5888.             'App\\Command\\EmailStackCommand' => ['services''command_email_stack''getCommandEmailStackService'false],
  5889.             'App\\Command\\EncryptCommand' => ['privates''App\\Command\\EncryptCommand''getEncryptCommandService'false],
  5890.             'App\\Command\\NoteCommand' => ['privates''App\\Command\\NoteCommand''getNoteCommandService'false],
  5891.             'App\\Command\\SendEmailCommand' => ['privates''App\\Command\\SendEmailCommand''getSendEmailCommandService'false],
  5892.             'App\\Command\\SmsStackCommand' => ['services''command_sms_stack''getCommandSmsStackService'false],
  5893.             'App\\Command\\Temporary\\PriceTier\\CreatePriceTiersCommand' => ['privates''App\\Command\\Temporary\\PriceTier\\CreatePriceTiersCommand''getCreatePriceTiersCommandService'false],
  5894.             'App\\Command\\Temporary\\PriceTier\\MigrateToNewPriceTierStructureCommand' => ['privates''App\\Command\\Temporary\\PriceTier\\MigrateToNewPriceTierStructureCommand''getMigrateToNewPriceTierStructureCommandService'false],
  5895.             'App\\Command\\Temporary\\PriceTier\\MigrateToPriceTiersCommand' => ['privates''App\\Command\\Temporary\\PriceTier\\MigrateToPriceTiersCommand''getMigrateToPriceTiersCommandService'false],
  5896.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  5897.             'Mcfedr\\AwsPushBundle\\Command\\EnableAllCommand' => ['privates''Mcfedr\\AwsPushBundle\\Command\\EnableAllCommand''getEnableAllCommandService'false],
  5898.             'Mcfedr\\AwsPushBundle\\Command\\RemoveDisabledCommand' => ['privates''Mcfedr\\AwsPushBundle\\Command\\RemoveDisabledCommand''getRemoveDisabledCommandService'false],
  5899.             'Mcfedr\\AwsPushBundle\\Command\\SubscribeTopicsCommand' => ['privates''Mcfedr\\AwsPushBundle\\Command\\SubscribeTopicsCommand''getSubscribeTopicsCommandService'false],
  5900.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  5901.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  5902.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  5903.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  5904.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  5905.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  5906.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  5907.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  5908.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  5909.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  5910.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  5911.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  5912.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  5913.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  5914.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  5915.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  5916.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  5917.             'console.command.messenger_failed_messages_remove' => ['privates''console.command.messenger_failed_messages_remove''getConsole_Command_MessengerFailedMessagesRemoveService'false],
  5918.             'console.command.messenger_failed_messages_retry' => ['privates''console.command.messenger_failed_messages_retry''getConsole_Command_MessengerFailedMessagesRetryService'false],
  5919.             'console.command.messenger_failed_messages_show' => ['privates''console.command.messenger_failed_messages_show''getConsole_Command_MessengerFailedMessagesShowService'false],
  5920.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  5921.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  5922.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  5923.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  5924.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  5925.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  5926.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  5927.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  5928.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  5929.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  5930.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  5931.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  5932.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  5933.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  5934.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  5935.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  5936.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  5937.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  5938.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  5939.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  5940.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  5941.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  5942.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  5943.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  5944.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  5945.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  5946.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  5947.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  5948.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  5949.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  5950.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  5951.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  5952.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  5953.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  5954.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  5955.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  5956.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  5957.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  5958.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  5959.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  5960.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  5961.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  5962.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  5963.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  5964.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  5965.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  5966.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['services''hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService'false],
  5967.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  5968.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  5969.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  5970.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  5971.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  5972.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  5973.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  5974.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  5975.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  5976.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  5977.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  5978.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  5979.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  5980.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  5981.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  5982.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  5983.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  5984.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  5985.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  5986.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  5987.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  5988.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  5989.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  5990.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  5991.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  5992.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  5993.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  5994.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  5995.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  5996.         ], [
  5997.             'App\\Command\\AssigntouserCommand' => 'App\\Command\\AssigntouserCommand',
  5998.             'App\\Command\\ChangeStatusCommand' => 'App\\Command\\ChangeStatusCommand',
  5999.             'App\\Command\\ConvertToPatientCommand' => 'App\\Command\\ConvertToPatientCommand',
  6000.             'App\\Command\\DispatchEventCommand' => 'App\\Command\\DispatchEventCommand',
  6001.             'App\\Command\\EmailStackCommand' => '?',
  6002.             'App\\Command\\EncryptCommand' => 'App\\Command\\EncryptCommand',
  6003.             'App\\Command\\NoteCommand' => 'App\\Command\\NoteCommand',
  6004.             'App\\Command\\SendEmailCommand' => 'App\\Command\\SendEmailCommand',
  6005.             'App\\Command\\SmsStackCommand' => '?',
  6006.             'App\\Command\\Temporary\\PriceTier\\CreatePriceTiersCommand' => 'App\\Command\\Temporary\\PriceTier\\CreatePriceTiersCommand',
  6007.             'App\\Command\\Temporary\\PriceTier\\MigrateToNewPriceTierStructureCommand' => 'App\\Command\\Temporary\\PriceTier\\MigrateToNewPriceTierStructureCommand',
  6008.             'App\\Command\\Temporary\\PriceTier\\MigrateToPriceTiersCommand' => 'App\\Command\\Temporary\\PriceTier\\MigrateToPriceTiersCommand',
  6009.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  6010.             'Mcfedr\\AwsPushBundle\\Command\\EnableAllCommand' => 'Mcfedr\\AwsPushBundle\\Command\\EnableAllCommand',
  6011.             'Mcfedr\\AwsPushBundle\\Command\\RemoveDisabledCommand' => 'Mcfedr\\AwsPushBundle\\Command\\RemoveDisabledCommand',
  6012.             'Mcfedr\\AwsPushBundle\\Command\\SubscribeTopicsCommand' => 'Mcfedr\\AwsPushBundle\\Command\\SubscribeTopicsCommand',
  6013.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  6014.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  6015.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  6016.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  6017.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  6018.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  6019.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  6020.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  6021.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  6022.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  6023.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  6024.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  6025.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  6026.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  6027.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  6028.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  6029.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  6030.             'console.command.messenger_failed_messages_remove' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRemoveCommand',
  6031.             'console.command.messenger_failed_messages_retry' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRetryCommand',
  6032.             'console.command.messenger_failed_messages_show' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesShowCommand',
  6033.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  6034.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  6035.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  6036.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  6037.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  6038.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  6039.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  6040.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  6041.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  6042.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  6043.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  6044.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  6045.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  6046.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  6047.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  6048.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  6049.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  6050.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  6051.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  6052.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  6053.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  6054.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  6055.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  6056.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  6057.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  6058.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  6059.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  6060.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  6061.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  6062.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  6063.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  6064.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  6065.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  6066.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  6067.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  6068.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  6069.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  6070.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  6071.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  6072.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  6073.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  6074.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  6075.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  6076.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  6077.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  6078.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  6079.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  6080.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6081.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6082.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6083.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6084.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6085.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6086.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6087.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6088.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6089.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6090.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6091.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6092.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6093.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6094.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6095.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6096.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6097.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6098.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6099.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6100.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  6101.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  6102.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  6103.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  6104.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  6105.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  6106.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  6107.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  6108.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  6109.         ]), ['app:assign-to-user' => 'App\\Command\\AssigntouserCommand''app:change-status' => 'App\\Command\\ChangeStatusCommand''app:convert-to-patient' => 'App\\Command\\ConvertToPatientCommand''app:dispatch-command' => 'App\\Command\\DispatchEventCommand''app:email-stack' => 'App\\Command\\EmailStackCommand''app:encrypt' => 'App\\Command\\EncryptCommand''app:create-note' => 'App\\Command\\NoteCommand''app:send-email' => 'App\\Command\\SendEmailCommand''app:sms-stack' => 'App\\Command\\SmsStackCommand''app:create-price-tiers' => 'App\\Command\\Temporary\\PriceTier\\CreatePriceTiersCommand''app:migrate-to-new-structure-price-tiers' => 'App\\Command\\Temporary\\PriceTier\\MigrateToNewPriceTierStructureCommand''app:migrate-to-price-tiers' => 'App\\Command\\Temporary\\PriceTier\\MigrateToPriceTiersCommand''ckeditor:install' => 'fos_ck_editor.command.installer''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''mcfedr:aws:subscribe' => 'Mcfedr\\AwsPushBundle\\Command\\SubscribeTopicsCommand''mcfedr:aws:enable' => 'Mcfedr\\AwsPushBundle\\Command\\EnableAllCommand''mcfedr:aws:remove' => 'Mcfedr\\AwsPushBundle\\Command\\RemoveDisabledCommand''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  6110.     }
  6111.     /**
  6112.      * Gets the public 'container.env_var_processors_locator' shared service.
  6113.      *
  6114.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6115.      */
  6116.     protected function getContainer_EnvVarProcessorsLocatorService()
  6117.     {
  6118.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6119.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6120.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6121.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6122.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6123.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6124.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6125.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6126.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6127.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6128.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6129.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6130.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6131.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6132.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6133.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6134.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6135.         ], [
  6136.             'base64' => '?',
  6137.             'bool' => '?',
  6138.             'const' => '?',
  6139.             'csv' => '?',
  6140.             'default' => '?',
  6141.             'file' => '?',
  6142.             'float' => '?',
  6143.             'int' => '?',
  6144.             'json' => '?',
  6145.             'key' => '?',
  6146.             'query_string' => '?',
  6147.             'require' => '?',
  6148.             'resolve' => '?',
  6149.             'string' => '?',
  6150.             'trim' => '?',
  6151.             'url' => '?',
  6152.         ]);
  6153.     }
  6154.     /**
  6155.      * Gets the public 'data_collector.dump' shared service.
  6156.      *
  6157.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  6158.      */
  6159.     protected function getDataCollector_DumpService()
  6160.     {
  6161.         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()));
  6162.     }
  6163.     /**
  6164.      * Gets the public 'doctrine' shared service.
  6165.      *
  6166.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  6167.      */
  6168.     protected function getDoctrineService()
  6169.     {
  6170.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  6171.     }
  6172.     /**
  6173.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  6174.      *
  6175.      * @return \Doctrine\DBAL\Connection
  6176.      */
  6177.     protected function getDoctrine_Dbal_DefaultConnectionService()
  6178.     {
  6179.         $a = new \Doctrine\DBAL\Configuration();
  6180.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  6181.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions'])))]));
  6182.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6183.             'App\\EventListener\\AppointmentSubscriber' => ['services''app.appointment_subscriber''getApp_AppointmentSubscriberService'false],
  6184.             'App\\EventListener\\CampaignTriggerSubscriber' => ['privates''App\\EventListener\\CampaignTriggerSubscriber''getCampaignTriggerSubscriberService'false],
  6185.             'App\\EventListener\\ClinicDoctrineSubscriber' => ['services''app.check.clinic_doctrine_listener''getApp_Check_ClinicDoctrineListenerService'false],
  6186.             'App\\EventListener\\ClinicUserSubscriber' => ['services''app.clinic_user.subscriber''getApp_ClinicUser_SubscriberService'false],
  6187.             'App\\EventListener\\FormFileSubscriber' => ['services''app.form_file.subscriber''getApp_FormFile_SubscriberService'false],
  6188.             'App\\EventListener\\InvoiceSubscriber' => ['privates''App\\EventListener\\InvoiceSubscriber''getInvoiceSubscriberService'false],
  6189.             'App\\EventListener\\MediaSubscriber' => ['services''app.file.subscriber''getApp_File_SubscriberService'false],
  6190.             'App\\EventListener\\PatientDocumentSubscriber' => ['services''app.docuemnt.subscriber''getApp_Docuemnt_SubscriberService'false],
  6191.             'App\\EventListener\\PatientFormSubscriber' => ['services''app.form.subscriber''getApp_Form_SubscriberService'false],
  6192.             'App\\EventListener\\SurveyListener' => ['privates''App\\EventListener\\SurveyListener''getSurveyListenerService'false],
  6193.             'Gedmo\\Blameable\\BlameableListener' => ['privates''Gedmo\\Blameable\\BlameableListener''getBlameableListenerService'false],
  6194.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'false],
  6195.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'false],
  6196.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'false],
  6197.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'false],
  6198.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'false],
  6199.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'false],
  6200.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'false],
  6201.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'false],
  6202.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6203.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  6204.         ], [
  6205.             'App\\EventListener\\AppointmentSubscriber' => '?',
  6206.             'App\\EventListener\\CampaignTriggerSubscriber' => '?',
  6207.             'App\\EventListener\\ClinicDoctrineSubscriber' => '?',
  6208.             'App\\EventListener\\ClinicUserSubscriber' => '?',
  6209.             'App\\EventListener\\FormFileSubscriber' => '?',
  6210.             'App\\EventListener\\InvoiceSubscriber' => '?',
  6211.             'App\\EventListener\\MediaSubscriber' => '?',
  6212.             'App\\EventListener\\PatientDocumentSubscriber' => '?',
  6213.             'App\\EventListener\\PatientFormSubscriber' => '?',
  6214.             'App\\EventListener\\SurveyListener' => '?',
  6215.             'Gedmo\\Blameable\\BlameableListener' => '?',
  6216.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  6217.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  6218.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  6219.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  6220.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  6221.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  6222.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  6223.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  6224.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6225.             'stof_doctrine_extensions.listener.blameable' => '?',
  6226.         ]), [=> 'Gedmo\\Blameable\\BlameableListener'=> 'App\\EventListener\\AppointmentSubscriber'=> 'App\\EventListener\\AppointmentSubscriber'=> 'App\\EventListener\\CampaignTriggerSubscriber'=> 'App\\EventListener\\CampaignTriggerSubscriber'=> 'App\\EventListener\\ClinicDoctrineSubscriber'=> 'App\\EventListener\\ClinicDoctrineSubscriber'=> 'App\\EventListener\\ClinicUserSubscriber'=> 'App\\EventListener\\ClinicUserSubscriber'=> 'App\\EventListener\\FormFileSubscriber'10 => 'App\\EventListener\\FormFileSubscriber'11 => 'App\\EventListener\\InvoiceSubscriber'12 => 'App\\EventListener\\InvoiceSubscriber'13 => 'App\\EventListener\\MediaSubscriber'14 => 'App\\EventListener\\MediaSubscriber'15 => 'App\\EventListener\\PatientDocumentSubscriber'16 => 'App\\EventListener\\PatientDocumentSubscriber'17 => 'App\\EventListener\\PatientFormSubscriber'18 => 'App\\EventListener\\PatientFormSubscriber'19 => 'App\\EventListener\\SurveyListener'20 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'21 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'22 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'23 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'24 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'25 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'26 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'27 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'28 => 'stof_doctrine_extensions.listener.blameable']);
  6227.         $b->addEventListener([=> 'prePersist'], 'App\\EventListener\\SurveyListener');
  6228.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  6229.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('DATABASE_PORT'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'utf8mb4''driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$b, ['enum' => 'string']);
  6230.     }
  6231.     /**
  6232.      * Gets the public 'doctrine.dbal.pgsql_connection' shared service.
  6233.      *
  6234.      * @return \App\Connections\ConnectionPostgreSQL
  6235.      */
  6236.     protected function getDoctrine_Dbal_PgsqlConnectionService()
  6237.     {
  6238.         include_once \dirname(__DIR__4).'/src/Connections/ConnectionPostgreSQL.php';
  6239.         $a = new \Doctrine\DBAL\Configuration();
  6240.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.pgsql'] ?? ($this->privates['doctrine.dbal.logger.profiling.pgsql'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  6241.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions'])))]));
  6242.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6243.             'App\\EventListener\\AppointmentSubscriber' => ['services''app.appointment_subscriber''getApp_AppointmentSubscriberService'false],
  6244.             'App\\EventListener\\CampaignTriggerSubscriber' => ['privates''App\\EventListener\\CampaignTriggerSubscriber''getCampaignTriggerSubscriberService'false],
  6245.             'App\\EventListener\\ClinicDoctrineSubscriber' => ['services''app.check.clinic_doctrine_listener''getApp_Check_ClinicDoctrineListenerService'false],
  6246.             'App\\EventListener\\ClinicUserSubscriber' => ['services''app.clinic_user.subscriber''getApp_ClinicUser_SubscriberService'false],
  6247.             'App\\EventListener\\FormFileSubscriber' => ['services''app.form_file.subscriber''getApp_FormFile_SubscriberService'false],
  6248.             'App\\EventListener\\InvoiceSubscriber' => ['privates''App\\EventListener\\InvoiceSubscriber''getInvoiceSubscriberService'false],
  6249.             'App\\EventListener\\MediaSubscriber' => ['services''app.file.subscriber''getApp_File_SubscriberService'false],
  6250.             'App\\EventListener\\PatientDocumentSubscriber' => ['services''app.docuemnt.subscriber''getApp_Docuemnt_SubscriberService'false],
  6251.             'App\\EventListener\\PatientFormSubscriber' => ['services''app.form.subscriber''getApp_Form_SubscriberService'false],
  6252.             'App\\EventListener\\SurveyListener' => ['privates''App\\EventListener\\SurveyListener''getSurveyListenerService'false],
  6253.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'false],
  6254.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'false],
  6255.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'false],
  6256.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'false],
  6257.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'false],
  6258.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'false],
  6259.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'false],
  6260.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'false],
  6261.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6262.         ], [
  6263.             'App\\EventListener\\AppointmentSubscriber' => '?',
  6264.             'App\\EventListener\\CampaignTriggerSubscriber' => '?',
  6265.             'App\\EventListener\\ClinicDoctrineSubscriber' => '?',
  6266.             'App\\EventListener\\ClinicUserSubscriber' => '?',
  6267.             'App\\EventListener\\FormFileSubscriber' => '?',
  6268.             'App\\EventListener\\InvoiceSubscriber' => '?',
  6269.             'App\\EventListener\\MediaSubscriber' => '?',
  6270.             'App\\EventListener\\PatientDocumentSubscriber' => '?',
  6271.             'App\\EventListener\\PatientFormSubscriber' => '?',
  6272.             'App\\EventListener\\SurveyListener' => '?',
  6273.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  6274.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  6275.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  6276.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  6277.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  6278.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  6279.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  6280.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  6281.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6282.         ]), [=> 'App\\EventListener\\AppointmentSubscriber'=> 'App\\EventListener\\CampaignTriggerSubscriber'=> 'App\\EventListener\\ClinicDoctrineSubscriber'=> 'App\\EventListener\\ClinicUserSubscriber'=> 'App\\EventListener\\FormFileSubscriber'=> 'App\\EventListener\\InvoiceSubscriber'=> 'App\\EventListener\\MediaSubscriber'=> 'App\\EventListener\\PatientDocumentSubscriber'=> 'App\\EventListener\\PatientFormSubscriber'=> 'App\\EventListener\\SurveyListener'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'11 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'12 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'13 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'14 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'15 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'16 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'17 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber']);
  6283.         $b->addEventListener([=> 'prePersist'], 'App\\EventListener\\SurveyListener');
  6284.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  6285.         return $this->services['doctrine.dbal.pgsql_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_pgsql''host' => $this->getEnv('PSQL_DATABASE_HOST'), 'port' => $this->getEnv('PSQL_DATABASE_PORT'), 'dbname' => $this->getEnv('PSQL_DATABASE_NAME'), 'user' => $this->getEnv('PSQL_DATABASE_USER'), 'password' => $this->getEnv('PSQL_DATABASE_PASSWORD'), 'charset' => 'UTF8''driverOptions' => [], 'wrapperClass' => 'App\\Connections\\ConnectionPostgreSQL''defaultTableOptions' => []], $a$b, []);
  6286.     }
  6287.     /**
  6288.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  6289.      *
  6290.      * @return \Doctrine\ORM\EntityManager
  6291.      */
  6292.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  6293.     {
  6294.         if ($lazyLoad) {
  6295.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  6296.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6297.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  6298.                     $proxy->setProxyInitializer(null);
  6299.                     return true;
  6300.                 });
  6301.             });
  6302.         }
  6303.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  6316.         $a = new \Doctrine\ORM\Configuration();
  6317.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6318.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  6319.         $b->addDriver($c'App\\Entity');
  6320.         $b->addDriver($c'Mcfedr\\QueueManagerBundle\\Entity');
  6321.         $a->setEntityNamespaces(['App' => 'App\\Entity''McfedrQueueManagerBundle' => 'Mcfedr\\QueueManagerBundle\\Entity']);
  6322.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6323.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  6324.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6325.         $a->setMetadataDriverImpl($b);
  6326.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  6327.         $a->setProxyNamespace('Proxies');
  6328.         $a->setAutoGenerateProxyClasses(true);
  6329.         $a->setSchemaIgnoreClasses([]);
  6330.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  6331.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6332.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  6333.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  6334.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  6335.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6336.             'App\\Repository\\AdminSettingRepository' => ['privates''App\\Repository\\AdminSettingRepository''getAdminSettingRepositoryService'false],
  6337.             'App\\Repository\\AppointmentLeadRepository' => ['privates''App\\Repository\\AppointmentLeadRepository''getAppointmentLeadRepositoryService'false],
  6338.             'App\\Repository\\AssignDaysRepository' => ['privates''App\\Repository\\AssignDaysRepository''getAssignDaysRepositoryService'false],
  6339.             'App\\Repository\\AssignTimeRepository' => ['privates''App\\Repository\\AssignTimeRepository''getAssignTimeRepositoryService'false],
  6340.             'App\\Repository\\CampaigndetailsRepository' => ['privates''App\\Repository\\CampaigndetailsRepository''getCampaigndetailsRepositoryService'false],
  6341.             'App\\Repository\\ClinicPhoneRepository' => ['privates''App\\Repository\\ClinicPhoneRepository''getClinicPhoneRepositoryService'false],
  6342.             'App\\Repository\\Clinic\\ClinicRepository' => ['privates''App\\Repository\\Clinic\\ClinicRepository''getClinicRepositoryService'false],
  6343.             'App\\Repository\\Clinic\\DiscountReasonRepository' => ['privates''App\\Repository\\Clinic\\DiscountReasonRepository''getDiscountReasonRepositoryService'false],
  6344.             'App\\Repository\\Clinic\\FilterHistoryRepository' => ['privates''App\\Repository\\Clinic\\FilterHistoryRepository''getFilterHistoryRepositoryService'false],
  6345.             'App\\Repository\\Clinic\\FilterRepository' => ['privates''App\\Repository\\Clinic\\FilterRepository''getFilterRepositoryService'false],
  6346.             'App\\Repository\\Clinic\\Filter\\FilterRepository' => ['privates''App\\Repository\\Clinic\\Filter\\FilterRepository''getFilterRepository2Service'false],
  6347.             'App\\Repository\\Clinic\\FormFileRepository' => ['privates''App\\Repository\\Clinic\\FormFileRepository''getFormFileRepositoryService'false],
  6348.             'App\\Repository\\Clinic\\GenericSystemEmailsRepository' => ['privates''App\\Repository\\Clinic\\GenericSystemEmailsRepository''getGenericSystemEmailsRepositoryService'false],
  6349.             'App\\Repository\\Clinic\\NotConvertReasonRepository' => ['privates''App\\Repository\\Clinic\\NotConvertReasonRepository''getNotConvertReasonRepositoryService'false],
  6350.             'App\\Repository\\Clinic\\PostAptFormRepository' => ['privates''App\\Repository\\Clinic\\PostAptFormRepository''getPostAptFormRepositoryService'false],
  6351.             'App\\Repository\\Clinic\\PriceTier\\AddonRepository' => ['privates''App\\Repository\\Clinic\\PriceTier\\AddonRepository''getAddonRepositoryService'false],
  6352.             'App\\Repository\\Clinic\\PriceTier\\PriceTierRepository' => ['privates''App\\Repository\\Clinic\\PriceTier\\PriceTierRepository''getPriceTierRepositoryService'false],
  6353.             'App\\Repository\\Clinic\\PriceTier\\PriceTiersGroupRepository' => ['privates''App\\Repository\\Clinic\\PriceTier\\PriceTiersGroupRepository''getPriceTiersGroupRepositoryService'false],
  6354.             'App\\Repository\\Clinic\\PriceTier\\PromoCodeRepository' => ['privates''App\\Repository\\Clinic\\PriceTier\\PromoCodeRepository''getPromoCodeRepositoryService'false],
  6355.             'App\\Repository\\Clinic\\Stock\\GoodsReceivedRepository' => ['privates''App\\Repository\\Clinic\\Stock\\GoodsReceivedRepository''getGoodsReceivedRepositoryService'false],
  6356.             'App\\Repository\\Clinic\\Stock\\PriceListRepository' => ['privates''App\\Repository\\Clinic\\Stock\\PriceListRepository''getPriceListRepositoryService'false],
  6357.             'App\\Repository\\Clinic\\Stock\\ProductRepository' => ['privates''App\\Repository\\Clinic\\Stock\\ProductRepository''getProductRepositoryService'false],
  6358.             'App\\Repository\\Clinic\\SurveyRepository' => ['privates''App\\Repository\\Clinic\\SurveyRepository''getSurveyRepositoryService'false],
  6359.             'App\\Repository\\Clinic\\SystemEmailsRepository' => ['privates''App\\Repository\\Clinic\\SystemEmailsRepository''getSystemEmailsRepositoryService'false],
  6360.             'App\\Repository\\CommunicationRepository' => ['privates''App\\Repository\\CommunicationRepository''getCommunicationRepositoryService'false],
  6361.             'App\\Repository\\ConversationRepository' => ['privates''App\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  6362.             'App\\Repository\\CustomFormDataRepository' => ['privates''App\\Repository\\CustomFormDataRepository''getCustomFormDataRepositoryService'false],
  6363.             'App\\Repository\\CustomFormRepository' => ['privates''App\\Repository\\CustomFormRepository''getCustomFormRepositoryService'false],
  6364.             'App\\Repository\\CustomReports\\CustomReportsRepository' => ['privates''App\\Repository\\CustomReports\\CustomReportsRepository''getCustomReportsRepositoryService'false],
  6365.             'App\\Repository\\CustomReports\\FavoriteCustomReportsRepository' => ['privates''App\\Repository\\CustomReports\\FavoriteCustomReportsRepository''getFavoriteCustomReportsRepositoryService'false],
  6366.             'App\\Repository\\CustomReports\\GenerateReportsRepository' => ['privates''App\\Repository\\CustomReports\\GenerateReportsRepository''getGenerateReportsRepositoryService'false],
  6367.             'App\\Repository\\DashboardWidgetRepository' => ['privates''App\\Repository\\DashboardWidgetRepository''getDashboardWidgetRepositoryService'false],
  6368.             'App\\Repository\\DomainRepository' => ['privates''App\\Repository\\DomainRepository''getDomainRepositoryService'false],
  6369.             'App\\Repository\\EmailStackRepository' => ['privates''App\\Repository\\EmailStackRepository''getEmailStackRepositoryService'false],
  6370.             'App\\Repository\\EmailTrackerRepository' => ['privates''App\\Repository\\EmailTrackerRepository''getEmailTrackerRepositoryService'false],
  6371.             'App\\Repository\\EventRepository' => ['privates''App\\Repository\\EventRepository''getEventRepositoryService'false],
  6372.             'App\\Repository\\LearnAboutRepository' => ['privates''App\\Repository\\LearnAboutRepository''getLearnAboutRepositoryService'false],
  6373.             'App\\Repository\\LearnAboutSourceRepository' => ['privates''App\\Repository\\LearnAboutSourceRepository''getLearnAboutSourceRepositoryService'false],
  6374.             'App\\Repository\\Organisation\\CustomerSetting\\CustomerSettingRepository' => ['privates''App\\Repository\\Organisation\\CustomerSetting\\CustomerSettingRepository''getCustomerSettingRepositoryService'false],
  6375.             'App\\Repository\\Organisation\\OrganisationRepository' => ['privates''App\\Repository\\Organisation\\OrganisationRepository''getOrganisationRepositoryService'false],
  6376.             'App\\Repository\\PatientConversationRepository' => ['privates''App\\Repository\\PatientConversationRepository''getPatientConversationRepositoryService'false],
  6377.             'App\\Repository\\Patient\\Note\\NoteRepository' => ['privates''App\\Repository\\Patient\\Note\\NoteRepository''getNoteRepositoryService'false],
  6378.             'App\\Repository\\Patient\\PostAptFormSentRepository' => ['privates''App\\Repository\\Patient\\PostAptFormSentRepository''getPostAptFormSentRepositoryService'false],
  6379.             'App\\Repository\\Patient\\SurveySentRepository' => ['privates''App\\Repository\\Patient\\SurveySentRepository''getSurveySentRepositoryService'false],
  6380.             'App\\Repository\\PendingCampaignsRepository' => ['privates''App\\Repository\\PendingCampaignsRepository''getPendingCampaignsRepositoryService'false],
  6381.             'App\\Repository\\ProspectCommunicationRepository' => ['privates''App\\Repository\\ProspectCommunicationRepository''getProspectCommunicationRepositoryService'false],
  6382.             'App\\Repository\\ProspectConversationRepository' => ['privates''App\\Repository\\ProspectConversationRepository''getProspectConversationRepositoryService'false],
  6383.             'App\\Repository\\ProspectsMessageRepository' => ['privates''App\\Repository\\ProspectsMessageRepository''getProspectsMessageRepositoryService'false],
  6384.             'App\\Repository\\ReminderTaskRepository' => ['privates''App\\Repository\\ReminderTaskRepository''getReminderTaskRepositoryService'false],
  6385.             'App\\Repository\\SmsPlanRepository' => ['privates''App\\Repository\\SmsPlanRepository''getSmsPlanRepositoryService'false],
  6386.             'App\\Repository\\SmsSettingRepository' => ['privates''App\\Repository\\SmsSettingRepository''getSmsSettingRepositoryService'false],
  6387.             'App\\Repository\\SmsStackRepository' => ['privates''App\\Repository\\SmsStackRepository''getSmsStackRepositoryService'false],
  6388.             'App\\Repository\\SmsTransactionRepository' => ['privates''App\\Repository\\SmsTransactionRepository''getSmsTransactionRepositoryService'false],
  6389.             'App\\Repository\\SmsreviewRepository' => ['privates''App\\Repository\\SmsreviewRepository''getSmsreviewRepositoryService'false],
  6390.             'App\\Repository\\TaskJobRepository' => ['privates''App\\Repository\\TaskJobRepository''getTaskJobRepositoryService'false],
  6391.             'App\\Repository\\TemplateLibraryRepository' => ['privates''App\\Repository\\TemplateLibraryRepository''getTemplateLibraryRepositoryService'false],
  6392.             'App\\Repository\\TemplateRepository' => ['privates''App\\Repository\\TemplateRepository''getTemplateRepositoryService'false],
  6393.             'App\\Repository\\UsedMembershipItemsRepository' => ['privates''App\\Repository\\UsedMembershipItemsRepository''getUsedMembershipItemsRepositoryService'false],
  6394.             'App\\Repository\\WebsiteRepository' => ['privates''App\\Repository\\WebsiteRepository''getWebsiteRepositoryService'false],
  6395.         ], [
  6396.             'App\\Repository\\AdminSettingRepository' => '?',
  6397.             'App\\Repository\\AppointmentLeadRepository' => '?',
  6398.             'App\\Repository\\AssignDaysRepository' => '?',
  6399.             'App\\Repository\\AssignTimeRepository' => '?',
  6400.             'App\\Repository\\CampaigndetailsRepository' => '?',
  6401.             'App\\Repository\\ClinicPhoneRepository' => '?',
  6402.             'App\\Repository\\Clinic\\ClinicRepository' => '?',
  6403.             'App\\Repository\\Clinic\\DiscountReasonRepository' => '?',
  6404.             'App\\Repository\\Clinic\\FilterHistoryRepository' => '?',
  6405.             'App\\Repository\\Clinic\\FilterRepository' => '?',
  6406.             'App\\Repository\\Clinic\\Filter\\FilterRepository' => '?',
  6407.             'App\\Repository\\Clinic\\FormFileRepository' => '?',
  6408.             'App\\Repository\\Clinic\\GenericSystemEmailsRepository' => '?',
  6409.             'App\\Repository\\Clinic\\NotConvertReasonRepository' => '?',
  6410.             'App\\Repository\\Clinic\\PostAptFormRepository' => '?',
  6411.             'App\\Repository\\Clinic\\PriceTier\\AddonRepository' => '?',
  6412.             'App\\Repository\\Clinic\\PriceTier\\PriceTierRepository' => '?',
  6413.             'App\\Repository\\Clinic\\PriceTier\\PriceTiersGroupRepository' => '?',
  6414.             'App\\Repository\\Clinic\\PriceTier\\PromoCodeRepository' => '?',
  6415.             'App\\Repository\\Clinic\\Stock\\GoodsReceivedRepository' => '?',
  6416.             'App\\Repository\\Clinic\\Stock\\PriceListRepository' => '?',
  6417.             'App\\Repository\\Clinic\\Stock\\ProductRepository' => '?',
  6418.             'App\\Repository\\Clinic\\SurveyRepository' => '?',
  6419.             'App\\Repository\\Clinic\\SystemEmailsRepository' => '?',
  6420.             'App\\Repository\\CommunicationRepository' => '?',
  6421.             'App\\Repository\\ConversationRepository' => '?',
  6422.             'App\\Repository\\CustomFormDataRepository' => '?',
  6423.             'App\\Repository\\CustomFormRepository' => '?',
  6424.             'App\\Repository\\CustomReports\\CustomReportsRepository' => '?',
  6425.             'App\\Repository\\CustomReports\\FavoriteCustomReportsRepository' => '?',
  6426.             'App\\Repository\\CustomReports\\GenerateReportsRepository' => '?',
  6427.             'App\\Repository\\DashboardWidgetRepository' => '?',
  6428.             'App\\Repository\\DomainRepository' => '?',
  6429.             'App\\Repository\\EmailStackRepository' => '?',
  6430.             'App\\Repository\\EmailTrackerRepository' => '?',
  6431.             'App\\Repository\\EventRepository' => '?',
  6432.             'App\\Repository\\LearnAboutRepository' => '?',
  6433.             'App\\Repository\\LearnAboutSourceRepository' => '?',
  6434.             'App\\Repository\\Organisation\\CustomerSetting\\CustomerSettingRepository' => '?',
  6435.             'App\\Repository\\Organisation\\OrganisationRepository' => '?',
  6436.             'App\\Repository\\PatientConversationRepository' => '?',
  6437.             'App\\Repository\\Patient\\Note\\NoteRepository' => '?',
  6438.             'App\\Repository\\Patient\\PostAptFormSentRepository' => '?',
  6439.             'App\\Repository\\Patient\\SurveySentRepository' => '?',
  6440.             'App\\Repository\\PendingCampaignsRepository' => '?',
  6441.             'App\\Repository\\ProspectCommunicationRepository' => '?',
  6442.             'App\\Repository\\ProspectConversationRepository' => '?',
  6443.             'App\\Repository\\ProspectsMessageRepository' => '?',
  6444.             'App\\Repository\\ReminderTaskRepository' => '?',
  6445.             'App\\Repository\\SmsPlanRepository' => '?',
  6446.             'App\\Repository\\SmsSettingRepository' => '?',
  6447.             'App\\Repository\\SmsStackRepository' => '?',
  6448.             'App\\Repository\\SmsTransactionRepository' => '?',
  6449.             'App\\Repository\\SmsreviewRepository' => '?',
  6450.             'App\\Repository\\TaskJobRepository' => '?',
  6451.             'App\\Repository\\TemplateLibraryRepository' => '?',
  6452.             'App\\Repository\\TemplateRepository' => '?',
  6453.             'App\\Repository\\UsedMembershipItemsRepository' => '?',
  6454.             'App\\Repository\\WebsiteRepository' => '?',
  6455.         ])));
  6456.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  6457.         $a->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  6458.         $a->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  6459.         $a->addCustomDatetimeFunction('month_name''DoctrineExtensions\\Query\\Mysql\\MonthName');
  6460.         $a->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  6461.         $a->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  6462.         $a->addCustomDatetimeFunction('dayOfYear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  6463.         $a->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  6464.         $a->addCustomDatetimeFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  6465.         $a->addCustomDatetimeFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  6466.         $a->addCustomDatetimeFunction('first''App\\Report\\FirstFunction');
  6467.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  6468.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  6469.         return $instance;
  6470.     }
  6471.     /**
  6472.      * Gets the public 'error_controller' shared service.
  6473.      *
  6474.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  6475.      */
  6476.     protected function getErrorControllerService()
  6477.     {
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6483.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6484.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  6485.     }
  6486.     /**
  6487.      * Gets the public 'event_dispatcher' shared service.
  6488.      *
  6489.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  6490.      */
  6491.     protected function getEventDispatcherService()
  6492.     {
  6493.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  6494.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6495.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  6496.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6497.         $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())));
  6498.         $instance->addListener('knp_pager.before', [=> function () {
  6499.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  6500.         }, => 'before'], 0);
  6501.         $instance->addListener('knp_pager.pagination', [=> function () {
  6502.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  6503.         }, => 'pagination'], 0);
  6504.         $instance->addListener('knp_pager.before', [=> function () {
  6505.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  6506.         }, => 'before'], 1);
  6507.         $instance->addListener('knp_pager.before', [=> function () {
  6508.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  6509.         }, => 'before'], 1);
  6510.         $instance->addListener('knp_pager.pagination', [=> function () {
  6511.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  6512.         }, => 'pagination'], 1);
  6513.         $instance->addListener('kernel.exception', [=> function () {
  6514.             return ($this->services['app.json_exception_listener'] ?? $this->getApp_JsonExceptionListenerService());
  6515.         }, => 'onKernelException'], 0);
  6516.         $instance->addListener('kernel.response', [=> function () {
  6517.             return ($this->services['app.json_response_listener'] ?? $this->getApp_JsonResponseListenerService());
  6518.         }, => 'onKernelResponse'], 0);
  6519.         $instance->addListener('kernel.controller', [=> function () {
  6520.             return ($this->services['app.thumbor_listener'] ?? $this->getApp_ThumborListenerService());
  6521.         }, => 'onKernelController'], 0);
  6522.         $instance->addListener('kernel.response', [=> function () {
  6523.             return ($this->privates['App\\EventListener\\XFrameOptionsListener'] ?? ($this->privates['App\\EventListener\\XFrameOptionsListener'] = new \App\EventListener\XFrameOptionsListener()));
  6524.         }, => 'onKernelResponse'], 0);
  6525.         $instance->addListener('kernel.request', [=> function () {
  6526.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  6527.         }, => 'onKernelRequest'], 0);
  6528.         $instance->addListener('kernel.request', [=> function () {
  6529.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  6530.         }, => 'onKernelRequest'], 250);
  6531.         $instance->addListener('kernel.controller', [=> function () {
  6532.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  6533.         }, => 'onKernelController'], 0);
  6534.         $instance->addListener('kernel.controller_arguments', [=> function () {
  6535.             return ($this->services['app.check.clinic_listener'] ?? $this->getApp_Check_ClinicListenerService());
  6536.         }, => 'onKernelController'], 0);
  6537.         $instance->addListener('kernel.view', [=> function () {
  6538.             return ($this->services['app.check.clinic_listener'] ?? $this->getApp_Check_ClinicListenerService());
  6539.         }, => 'onKernelView'], 0);
  6540.         $instance->addListener('kernel.response', [=> function () {
  6541.             return ($this->services['app.check.clinic_listener'] ?? $this->getApp_Check_ClinicListenerService());
  6542.         }, => 'onKernelResponse'], 0);
  6543.         $instance->addListener('kernel.request', [=> function () {
  6544.             return ($this->privates['App\\EventListener\\DoctrineExtensionSubscriber'] ?? $this->getDoctrineExtensionSubscriberService());
  6545.         }, => 'onKernelRequest'], 0);
  6546.         $instance->addListener('mcfedr_queue_manager.job_finished', [=> function () {
  6547.             return ($this->services['Mcfedr\\QueueManagerBundle\\Subscriber\\DoctrineResetSubscriber'] ?? $this->getDoctrineResetSubscriberService());
  6548.         }, => 'onJobFinished'], 0);
  6549.         $instance->addListener('mcfedr_queue_manager.job_failed', [=> function () {
  6550.             return ($this->services['Mcfedr\\QueueManagerBundle\\Subscriber\\DoctrineResetSubscriber'] ?? $this->getDoctrineResetSubscriberService());
  6551.         }, => 'onJobFailed'], 0);
  6552.         $instance->addListener('mcfedr_queue_manager.job_finished', [=> function () {
  6553.             return ($this->services['Mcfedr\\QueueManagerBundle\\Subscriber\\SwiftMailerSubscriber'] ?? $this->getSwiftMailerSubscriberService());
  6554.         }, => 'onJobFinished'], 0);
  6555.         $instance->addListener('mcfedr_queue_manager.job_failed', [=> function () {
  6556.             return ($this->services['Mcfedr\\QueueManagerBundle\\Subscriber\\SwiftMailerSubscriber'] ?? $this->getSwiftMailerSubscriberService());
  6557.         }, => 'onJobFailed'], 0);
  6558.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  6559.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  6560.         }, => 'onWorkerMessageHandled'], 0);
  6561.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  6562.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  6563.         }, => 'onWorkerMessageFailed'], 0);
  6564.         $instance->addListener('kernel.controller', [=> function () {
  6565.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  6566.         }, => 'onKernelController'], 0);
  6567.         $instance->addListener('kernel.controller', [=> function () {
  6568.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  6569.         }, => 'onKernelController'], 0);
  6570.         $instance->addListener('kernel.controller', [=> function () {
  6571.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  6572.         }, => 'onKernelController'], -128);
  6573.         $instance->addListener('kernel.view', [=> function () {
  6574.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  6575.         }, => 'onKernelView'], 0);
  6576.         $instance->addListener('kernel.controller', [=> function () {
  6577.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  6578.         }, => 'onKernelController'], 0);
  6579.         $instance->addListener('kernel.response', [=> function () {
  6580.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  6581.         }, => 'onKernelResponse'], 0);
  6582.         $instance->addListener('kernel.controller_arguments', [=> function () {
  6583.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  6584.         }, => 'onKernelControllerArguments'], 0);
  6585.         $instance->addListener('kernel.controller_arguments', [=> function () {
  6586.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  6587.         }, => 'onKernelControllerArguments'], 0);
  6588.         $instance->addListener('console.command', [=> function () {
  6589.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  6590.         }, => 'onCommand'], 255);
  6591.         $instance->addListener('console.terminate', [=> function () {
  6592.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  6593.         }, => 'onTerminate'], -255);
  6594.         $instance->addListener('kernel.exception', [=> function () {
  6595.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  6596.         }, => 'onException'], 0);
  6597.         $instance->addListener('kernel.terminate', [=> function () {
  6598.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  6599.         }, => 'onTerminate'], 0);
  6600.         $instance->addListener('console.error', [=> function () {
  6601.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  6602.         }, => 'onException'], 0);
  6603.         $instance->addListener('console.terminate', [=> function () {
  6604.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  6605.         }, => 'onTerminate'], 0);
  6606.         $instance->addListener('console.error', [=> function () {
  6607.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  6608.         }, => 'onConsoleError'], 0);
  6609.         $instance->addListener('console.terminate', [=> function () {
  6610.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  6611.         }, => 'onConsoleTerminate'], 0);
  6612.         $instance->addListener('kernel.response', [=> function () {
  6613.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  6614.         }, => 'onKernelResponse'], 0);
  6615.         $instance->addListener('kernel.response', [=> function () {
  6616.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  6617.         }, => 'onKernelResponse'], -1024);
  6618.         $instance->addListener('kernel.request', [=> function () {
  6619.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6620.         }, => 'setDefaultLocale'], 100);
  6621.         $instance->addListener('kernel.request', [=> function () {
  6622.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6623.         }, => 'onKernelRequest'], 16);
  6624.         $instance->addListener('kernel.finish_request', [=> function () {
  6625.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6626.         }, => 'onKernelFinishRequest'], 0);
  6627.         $instance->addListener('kernel.request', [=> function () {
  6628.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  6629.         }, => 'onKernelRequest'], 256);
  6630.         $instance->addListener('kernel.request', [=> function () {
  6631.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  6632.         }, => 'resolveControllerName'], 24);
  6633.         $instance->addListener('kernel.response', [=> function () {
  6634.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  6635.         }, => 'onResponse'], -255);
  6636.         $instance->addListener('kernel.controller_arguments', [=> function () {
  6637.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  6638.         }, => 'onControllerArguments'], 0);
  6639.         $instance->addListener('kernel.exception', [=> function () {
  6640.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  6641.         }, => 'logKernelException'], 0);
  6642.         $instance->addListener('kernel.exception', [=> function () {
  6643.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  6644.         }, => 'onKernelException'], -128);
  6645.         $instance->addListener('kernel.request', [=> function () {
  6646.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  6647.         }, => 'onKernelRequest'], 15);
  6648.         $instance->addListener('kernel.finish_request', [=> function () {
  6649.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  6650.         }, => 'onKernelFinishRequest'], -15);
  6651.         $instance->addListener('console.error', [=> function () {
  6652.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  6653.         }, => 'onConsoleError'], -128);
  6654.         $instance->addListener('console.terminate', [=> function () {
  6655.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  6656.         }, => 'onConsoleTerminate'], -128);
  6657.         $instance->addListener('console.error', [=> function () {
  6658.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  6659.         }, => 'onConsoleError'], 0);
  6660.         $instance->addListener('kernel.request', [=> function () {
  6661.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6662.         }, => 'onKernelRequest'], 128);
  6663.         $instance->addListener('kernel.response', [=> function () {
  6664.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6665.         }, => 'onKernelResponse'], -1000);
  6666.         $instance->addListener('kernel.finish_request', [=> function () {
  6667.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6668.         }, => 'onFinishRequest'], 0);
  6669.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  6670.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  6671.         }, => 'onMessageFailed'], 100);
  6672.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  6673.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  6674.         }, => 'onMessageFailed'], -100);
  6675.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  6676.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  6677.         }, => 'onWorkerRunning'], 100);
  6678.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  6679.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  6680.         }, => 'onWorkerStarted'], 0);
  6681.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  6682.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  6683.         }, => 'onWorkerRunning'], 0);
  6684.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  6685.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener()));
  6686.         }, => 'onWorkerStarted'], 100);
  6687.         $instance->addListener('kernel.request', [=> function () {
  6688.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  6689.         }, => 'onKernelRequest'], 48);
  6690.         $instance->addListener('kernel.response', [=> function () {
  6691.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6692.         }, => 'onKernelResponse'], -100);
  6693.         $instance->addListener('kernel.exception', [=> function () {
  6694.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6695.         }, => 'onKernelException'], 0);
  6696.         $instance->addListener('kernel.terminate', [=> function () {
  6697.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6698.         }, => 'onKernelTerminate'], -1024);
  6699.         $instance->addListener('kernel.controller', [=> function () {
  6700.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  6701.         }, => 'onKernelController'], 0);
  6702.         $instance->addListener('kernel.response', [=> function () {
  6703.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  6704.         }, => 'onKernelResponse'], 0);
  6705.         $instance->addListener('kernel.request', [=> function () {
  6706.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  6707.         }, => 'configure'], 2048);
  6708.         $instance->addListener('console.command', [=> function () {
  6709.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  6710.         }, => 'configure'], 2048);
  6711.         $instance->addListener('kernel.request', [=> function () {
  6712.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6713.         }, => 'onKernelRequest'], 32);
  6714.         $instance->addListener('kernel.finish_request', [=> function () {
  6715.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6716.         }, => 'onKernelFinishRequest'], 0);
  6717.         $instance->addListener('kernel.exception', [=> function () {
  6718.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6719.         }, => 'onKernelException'], -64);
  6720.         $instance->addListener('kernel.response', [=> function () {
  6721.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  6722.         }, => 'onKernelResponse'], 0);
  6723.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  6724.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  6725.         }, => 'onVoterVote'], 0);
  6726.         $instance->addListener('kernel.request', [=> function () {
  6727.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6728.         }, => 'configureLogoutUrlGenerator'], 8);
  6729.         $instance->addListener('kernel.request', [=> function () {
  6730.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6731.         }, => 'onKernelRequest'], 8);
  6732.         $instance->addListener('kernel.finish_request', [=> function () {
  6733.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6734.         }, => 'onKernelFinishRequest'], 0);
  6735.         $instance->addListener('kernel.response', [=> function () {
  6736.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  6737.         }, => 'onKernelResponse'], -128);
  6738.         $instance->addListener('console.command', [=> function () {
  6739.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  6740.         }, => 'configure'], 1024);
  6741.         $instance->addListener('kernel.request', [=> function () {
  6742.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  6743.         }, => 'onKernelRequest'], 0);
  6744.         return $instance;
  6745.     }
  6746.     /**
  6747.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  6748.      *
  6749.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  6750.      */
  6751.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  6752.     {
  6753.         if ($lazyLoad) {
  6754.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  6755.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6756.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  6757.                     $proxy->setProxyInitializer(null);
  6758.                     return true;
  6759.                 });
  6760.             });
  6761.         }
  6762.         return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->services['logger'] ?? $this->getLoggerService()));
  6763.     }
  6764.     /**
  6765.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  6766.      *
  6767.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  6768.      */
  6769.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  6770.     {
  6771.         if ($lazyLoad) {
  6772.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  6773.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6774.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  6775.                     $proxy->setProxyInitializer(null);
  6776.                     return true;
  6777.                 });
  6778.             });
  6779.         }
  6780.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6781.     }
  6782.     /**
  6783.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  6784.      *
  6785.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  6786.      */
  6787.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  6788.     {
  6789.         if ($lazyLoad) {
  6790.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  6791.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6792.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  6793.                     $proxy->setProxyInitializer(null);
  6794.                     return true;
  6795.                 });
  6796.             });
  6797.         }
  6798.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6799.     }
  6800.     /**
  6801.      * Gets the public 'filesystem' shared service.
  6802.      *
  6803.      * @return \Symfony\Component\Filesystem\Filesystem
  6804.      */
  6805.     protected function getFilesystemService()
  6806.     {
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6808.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  6809.     }
  6810.     /**
  6811.      * Gets the public 'form.factory' shared service.
  6812.      *
  6813.      * @return \Symfony\Component\Form\FormFactory
  6814.      */
  6815.     protected function getForm_FactoryService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  6819.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  6820.     }
  6821.     /**
  6822.      * Gets the public 'form.type.file' shared service.
  6823.      *
  6824.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  6825.      */
  6826.     protected function getForm_Type_FileService()
  6827.     {
  6828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  6831.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  6832.     }
  6833.     /**
  6834.      * Gets the public 'fos_js_routing.controller' shared service.
  6835.      *
  6836.      * @return \FOS\JsRoutingBundle\Controller\Controller
  6837.      */
  6838.     protected function getFosJsRouting_ControllerService()
  6839.     {
  6840.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  6841.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  6842.     }
  6843.     /**
  6844.      * Gets the public 'fos_js_routing.extractor' shared service.
  6845.      *
  6846.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  6847.      */
  6848.     protected function getFosJsRouting_ExtractorService()
  6849.     {
  6850.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  6852.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  6853.     }
  6854.     /**
  6855.      * Gets the public 'fos_js_routing.serializer' shared service.
  6856.      *
  6857.      * @return \Symfony\Component\Serializer\Serializer
  6858.      */
  6859.     protected function getFosJsRouting_SerializerService()
  6860.     {
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  6872.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  6875.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  6876.     }
  6877.     /**
  6878.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  6879.      *
  6880.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  6881.      */
  6882.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  6883.     {
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  6886.         $this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
  6887.         $instance->setName('hautelook:fixtures:load');
  6888.         return $instance;
  6889.     }
  6890.     /**
  6891.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  6892.      *
  6893.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  6894.      */
  6895.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  6896.     {
  6897.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  6900.         return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  6901.     }
  6902.     /**
  6903.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  6904.      *
  6905.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  6906.      */
  6907.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  6908.     {
  6909.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  6912.         return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  6913.     }
  6914.     /**
  6915.      * Gets the public 'hautelook_alice.loader' shared service.
  6916.      *
  6917.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  6918.      */
  6919.     protected function getHautelookAlice_LoaderService()
  6920.     {
  6921.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  6924.         return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  6925.     }
  6926.     /**
  6927.      * Gets the public 'hautelook_alice.locator' shared service.
  6928.      *
  6929.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  6930.      */
  6931.     protected function getHautelookAlice_LocatorService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  6936.         return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']));
  6937.     }
  6938.     /**
  6939.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  6940.      *
  6941.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  6942.      */
  6943.     protected function getHautelookAlice_Resolver_BundleService()
  6944.     {
  6945.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  6948.         return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1))));
  6949.     }
  6950.     /**
  6951.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  6952.      *
  6953.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  6954.      */
  6955.     protected function getHautelookAlice_Resolver_FileService()
  6956.     {
  6957.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  6959.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  6960.     }
  6961.     /**
  6962.      * Gets the public 'http_kernel' shared service.
  6963.      *
  6964.      * @return \Symfony\Component\HttpKernel\HttpKernel
  6965.      */
  6966.     protected function getHttpKernelService()
  6967.     {
  6968.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  6969.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($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 () {
  6970.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  6971.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  6972.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  6973.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  6974.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  6975.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  6976.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  6977.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  6978.         }, 8)), $a));
  6979.     }
  6980.     /**
  6981.      * Gets the public 'knp_paginator' shared service.
  6982.      *
  6983.      * @return \Knp\Component\Pager\Paginator
  6984.      */
  6985.     protected function getKnpPaginatorService($lazyLoad true)
  6986.     {
  6987.         if ($lazyLoad) {
  6988.             return $this->services['knp_paginator'] = $this->createProxy('Paginator_f262b94', function () {
  6989.                 return \Paginator_f262b94::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6990.                     $wrappedInstance $this->getKnpPaginatorService(false);
  6991.                     $proxy->setProxyInitializer(null);
  6992.                     return true;
  6993.                 });
  6994.             });
  6995.         }
  6996.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6997.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  6998.         return $instance;
  6999.     }
  7000.     /**
  7001.      * Gets the public 'logger' shared service.
  7002.      *
  7003.      * @return \Symfony\Bridge\Monolog\Logger
  7004.      */
  7005.     protected function getLoggerService()
  7006.     {
  7007.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7008.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7009.         $instance->useMicrosecondTimestamps(true);
  7010.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7011.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7012.         $instance->pushHandler(($this->privates['monolog.handler.streamed_info'] ?? $this->getMonolog_Handler_StreamedInfoService()));
  7013.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7014.         return $instance;
  7015.     }
  7016.     /**
  7017.      * Gets the public 'manager_patients_creator_set' shared autowired service.
  7018.      *
  7019.      * @return \App\Services\PatientsCreatorManager
  7020.      */
  7021.     protected function getManagerPatientsCreatorSetService()
  7022.     {
  7023.         include_once \dirname(__DIR__4).'/src/Services/PatientsCreatorManager.php';
  7024.         return $this->services['manager_patients_creator_set'] = new \App\Services\PatientsCreatorManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), $this->getEnv('EXPORT_RANGE'));
  7025.     }
  7026.     /**
  7027.      * Gets the public 'mcfedr_aws_push.sns_client' shared service.
  7028.      *
  7029.      * @return \Aws\Sns\SnsClient
  7030.      */
  7031.     protected function getMcfedrAwsPush_SnsClientService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php';
  7034.         return $this->services['mcfedr_aws_push.sns_client'] = new \Aws\Sns\SnsClient(['version' => '2010-03-31''region' => $this->getEnv('AWS_REGION'), 'credentials' => $this->parameters['mcfedr_aws_push.aws.credentials']]);
  7035.     }
  7036.     /**
  7037.      * Gets the public 'mcfedr_queue_manager.default' shared autowired service.
  7038.      *
  7039.      * @return \Mcfedr\QueueManagerBundle\Manager\SqsQueueManager
  7040.      */
  7041.     protected function getMcfedrQueueManager_DefaultService()
  7042.     {
  7043.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/QueueManager.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/SqsClientTrait.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/SqsQueueManager.php';
  7046.         return $this->services['mcfedr_queue_manager.default'] = new \Mcfedr\QueueManagerBundle\Manager\SqsQueueManager(($this->privates['mcfedr_queue_manager.default.sqs_client'] ?? $this->getMcfedrQueueManager_Default_SqsClientService()), ['retry_limit' => 3'sleep_seconds' => 5'queues' => ['reminder' => $this->getEnv('resolve:SQS_QUEUE_REMINDER'), 'paymentsense' => $this->getEnv('resolve:SQS_QUEUE_PAYMENTSENSE'), 'zip_import' => $this->getEnv('resolve:SQS_QUEUE_ZIP_IMPORT'), 'set_created_by' => $this->getEnv('resolve:SQS_QUEUE_SET_CREATED_BY'), 'xero_sync' => $this->getEnv('resolve:SQS_QUEUE_XERO_SYNC')], 'default_url' => $this->getEnv('resolve:SQS_QUEUE_DEFAULT'), 'region' => $this->getEnv('resolve:MAIN_AWS_REGION'), 'credentials' => $this->parameters['mcfedr_aws_push.aws.credentials'], 'pub_sub_queues' => []]);
  7047.     }
  7048.     /**
  7049.      * Gets the public 'mcfedr_queue_manager.delay' shared autowired service.
  7050.      *
  7051.      * @return \Mcfedr\QueueManagerBundle\Manager\DoctrineDelayQueueManager
  7052.      */
  7053.     protected function getMcfedrQueueManager_DelayService()
  7054.     {
  7055.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/QueueManager.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/DoctrineDelayTrait.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/DoctrineDelayQueueManager.php';
  7058.         return $this->services['mcfedr_queue_manager.delay'] = new \Mcfedr\QueueManagerBundle\Manager\DoctrineDelayQueueManager(($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['mcfedr_queue_manager.delay.options']);
  7059.     }
  7060.     /**
  7061.      * Gets the public 'mcfedr_queue_manager.periodic' shared autowired service.
  7062.      *
  7063.      * @return \Mcfedr\QueueManagerBundle\Manager\PeriodicQueueManager
  7064.      */
  7065.     protected function getMcfedrQueueManager_PeriodicService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/QueueManager.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/PeriodicQueueManager.php';
  7069.         return $this->services['mcfedr_queue_manager.periodic'] = new \Mcfedr\QueueManagerBundle\Manager\PeriodicQueueManager(($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), $this->parameters['mcfedr_queue_manager.periodic.options']);
  7070.     }
  7071.     /**
  7072.      * Gets the public 'mcfedr_queue_manager.runner.default' shared autowired service.
  7073.      *
  7074.      * @return \Mcfedr\QueueManagerBundle\Command\SqsRunnerCommand
  7075.      */
  7076.     protected function getMcfedrQueueManager_Runner_DefaultService()
  7077.     {
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7079.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Command/RunnerCommand.php';
  7080.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/SqsClientTrait.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Command/SqsRunnerCommand.php';
  7082.         return $this->services['mcfedr_queue_manager.runner.default'] = new \Mcfedr\QueueManagerBundle\Command\SqsRunnerCommand(($this->privates['mcfedr_queue_manager.default.sqs_client'] ?? $this->getMcfedrQueueManager_Default_SqsClientService()), 'mcfedr:queue:default-runner', ['retry_limit' => 3'sleep_seconds' => 5'queues' => ['reminder' => $this->getEnv('resolve:SQS_QUEUE_REMINDER'), 'paymentsense' => $this->getEnv('resolve:SQS_QUEUE_PAYMENTSENSE'), 'zip_import' => $this->getEnv('resolve:SQS_QUEUE_ZIP_IMPORT'), 'set_created_by' => $this->getEnv('resolve:SQS_QUEUE_SET_CREATED_BY'), 'xero_sync' => $this->getEnv('resolve:SQS_QUEUE_XERO_SYNC')], 'default_url' => $this->getEnv('resolve:SQS_QUEUE_DEFAULT'), 'region' => $this->getEnv('resolve:MAIN_AWS_REGION'), 'credentials' => $this->parameters['mcfedr_aws_push.aws.credentials'], 'pub_sub_queues' => []], ($this->services['Mcfedr\\QueueManagerBundle\\Runner\\JobExecutor'] ?? $this->getJobExecutorService()), ($this->services['logger'] ?? $this->getLoggerService()));
  7083.     }
  7084.     /**
  7085.      * Gets the public 'mcfedr_queue_manager.runner.delay' shared autowired service.
  7086.      *
  7087.      * @return \Mcfedr\QueueManagerBundle\Command\DoctrineDelayRunnerCommand
  7088.      */
  7089.     protected function getMcfedrQueueManager_Runner_DelayService()
  7090.     {
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Command/RunnerCommand.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Manager/DoctrineDelayTrait.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Command/DoctrineDelayRunnerCommand.php';
  7095.         return $this->services['mcfedr_queue_manager.runner.delay'] = new \Mcfedr\QueueManagerBundle\Command\DoctrineDelayRunnerCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), 'mcfedr:queue:delay-runner'$this->parameters['mcfedr_queue_manager.delay.options'], ($this->services['Mcfedr\\QueueManagerBundle\\Runner\\JobExecutor'] ?? $this->getJobExecutorService()), ($this->services['logger'] ?? $this->getLoggerService()));
  7096.     }
  7097.     /**
  7098.      * Gets the public 'message_bus' shared service.
  7099.      *
  7100.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  7101.      */
  7102.     protected function getMessageBusService()
  7103.     {
  7104.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  7105.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  7106.             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')));
  7107.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  7108.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  7109.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  7110.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  7111.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  7112.         }, 7)));
  7113.     }
  7114.     /**
  7115.      * Gets the public 'nelmio_alice.data_loader' shared service.
  7116.      *
  7117.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  7118.      */
  7119.     protected function getNelmioAlice_DataLoaderService()
  7120.     {
  7121.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  7155.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  7190.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  7191.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  7192.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  7199.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  7214.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  7215.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  7216.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  7217.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  7227.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  7234.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  7258.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  7259.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  7260.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  7265.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7266.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  7268.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  7275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  7276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  7281.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  7282.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  7283.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  7284.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  7285.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  7286.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  7287.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7288.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  7289.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  7290.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  7291.         $j->setContainer($this);
  7292.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  7293.     }
  7294.     /**
  7295.      * Gets the public 'nelmio_alice.file_loader' shared service.
  7296.      *
  7297.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  7298.      */
  7299.     protected function getNelmioAlice_FileLoaderService()
  7300.     {
  7301.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  7303.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  7304.     }
  7305.     /**
  7306.      * Gets the public 'nelmio_alice.files_loader' shared service.
  7307.      *
  7308.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  7309.      */
  7310.     protected function getNelmioAlice_FilesLoaderService()
  7311.     {
  7312.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  7314.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  7315.     }
  7316.     /**
  7317.      * Gets the public 'profiler' shared service.
  7318.      *
  7319.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  7320.      */
  7321.     protected function getProfilerService()
  7322.     {
  7323.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  7324.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7325.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7326.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7327.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7328.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  7329.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  7330.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7331.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  7332.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  7333.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  7334.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  7335.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  7336.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  7337.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  7338.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  7339.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  7340.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  7341.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  7342.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  7343.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  7344.         $e->addLogger('pgsql', ($this->privates['doctrine.dbal.logger.profiling.pgsql'] ?? ($this->privates['doctrine.dbal.logger.profiling.pgsql'] = new \Doctrine\DBAL\Logging\DebugStack())));
  7345.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  7346.         $f->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  7347.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  7348.         if ($this->has('kernel')) {
  7349.             $g->setKernel($b);
  7350.         }
  7351.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  7352.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  7353.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  7354.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  7355.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  7356.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7357.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  7358.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  7359.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  7360.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  7361.         $instance->add($d);
  7362.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  7363.         $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->getSecurity_RoleHierarchyService()), ($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())));
  7364.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  7365.         $instance->add($e);
  7366.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  7367.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  7368.         $instance->add($f);
  7369.         $instance->add($g);
  7370.         return $instance;
  7371.     }
  7372.     /**
  7373.      * Gets the public 'request_stack' shared service.
  7374.      *
  7375.      * @return \Symfony\Component\HttpFoundation\RequestStack
  7376.      */
  7377.     protected function getRequestStackService()
  7378.     {
  7379.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  7380.     }
  7381.     /**
  7382.      * Gets the public 'router' shared service.
  7383.      *
  7384.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  7385.      */
  7386.     protected function getRouterService()
  7387.     {
  7388.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  7389.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7390.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7391.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7392.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7393.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7394.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  7395.         ], [
  7396.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  7397.         ]))->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'en');
  7398.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7399.         return $instance;
  7400.     }
  7401.     /**
  7402.      * Gets the public 'routing.loader' shared service.
  7403.      *
  7404.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  7405.      */
  7406.     protected function getRouting_LoaderService()
  7407.     {
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Routing/CaptchaRoutesLoader.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  7429.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  7431.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  7432.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  7433.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7434.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  7435.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  7436.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  7437.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  7438.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  7439.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7440.             'kernel' => ['services''kernel''getKernelService'false],
  7441.         ], [
  7442.             'kernel' => 'App\\Kernel',
  7443.         ]))));
  7444.         $a->addLoader(new \Captcha\Bundle\CaptchaBundle\Routing\CaptchaRoutesLoader());
  7445.         $a->addLoader($c);
  7446.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  7447.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  7448.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  7449.     }
  7450.     /**
  7451.      * Gets the public 's3_client' shared autowired service.
  7452.      *
  7453.      * @return \Aws\S3\S3Client
  7454.      */
  7455.     protected function getS3ClientService()
  7456.     {
  7457.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  7460.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  7461.         return $this->services['s3_client'] = new \Aws\S3\S3Client(['region' => $this->getEnv('resolve:MAIN_AWS_REGION'), 'version' => '2006-03-01''signature_version' => 'v4''credentials' => ['key' => 'AKIAWZLBBIYBWFZJS3I3''secret' => 'z/AvWfkaBxHloynuM/AhLmY0tR66SQrQssxlYlnx']]);
  7462.     }
  7463.     /**
  7464.      * Gets the public 'security.authentication_utils' shared service.
  7465.      *
  7466.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7467.      */
  7468.     protected function getSecurity_AuthenticationUtilsService()
  7469.     {
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7471.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7472.     }
  7473.     /**
  7474.      * Gets the public 'security.authorization_checker' shared service.
  7475.      *
  7476.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  7477.      */
  7478.     protected function getSecurity_AuthorizationCheckerService()
  7479.     {
  7480.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  7481.     }
  7482.     /**
  7483.      * Gets the public 'security.csrf.token_manager' shared service.
  7484.      *
  7485.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  7486.      */
  7487.     protected function getSecurity_Csrf_TokenManagerService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  7493.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7494.     }
  7495.     /**
  7496.      * Gets the public 'security.password_encoder' shared service.
  7497.      *
  7498.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  7499.      */
  7500.     protected function getSecurity_PasswordEncoderService()
  7501.     {
  7502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  7504.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  7505.     }
  7506.     /**
  7507.      * Gets the public 'security.token_storage' shared service.
  7508.      *
  7509.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  7510.      */
  7511.     protected function getSecurity_TokenStorageService()
  7512.     {
  7513.         return $this->services['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, [
  7514.             'session' => ['services''session''getSessionService'false],
  7515.         ], [
  7516.             'session' => '?',
  7517.         ]));
  7518.     }
  7519.     /**
  7520.      * Gets the public 'serializer' shared service.
  7521.      *
  7522.      * @return \Symfony\Component\Serializer\Serializer
  7523.      */
  7524.     protected function getSerializerService()
  7525.     {
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  7531.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  7532.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  7536.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/QuestionnairePDFNormalizer.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  7544.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  7564.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/HealthXChange/HXCResponseNormalizer.php';
  7565.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/ItemGoodsReceivedNormalizer.php';
  7566.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/MarketingNormalizer.php';
  7567.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/OutcomeNormalizer.php';
  7568.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/PriceListNormalizer.php';
  7569.         include_once \dirname(__DIR__4).'/src/Normalize/Clinic/Vat/VatNormalizer.php';
  7570.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/BatchResponseNormalizer.php';
  7571.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/ListItemCampaignDefaultsNormalizer.php';
  7572.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/ListItemContactNormalizer.php';
  7573.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/ListItemNormalizer.php';
  7574.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MailChimpResponseNormalizer.php';
  7575.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MailChimpWebhookEventNormalizer.php';
  7576.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MailChimpWebhookNormalizer.php';
  7577.         include_once \dirname(__DIR__4).'/src/Normalize/MailChimp/MemberNormalizer.php';
  7578.         include_once \dirname(__DIR__4).'/src/Normalize/Message/MessageNormalizer.php';
  7579.         include_once \dirname(__DIR__4).'/src/Normalize/Model/InvoiceGiftVoucherNormalizer.php';
  7580.         include_once \dirname(__DIR__4).'/src/Normalize/NotificationNormalizer.php';
  7581.         include_once \dirname(__DIR__4).'/src/Normalize/OnlineBooking/SettingsNormalizer.php';
  7582.         include_once \dirname(__DIR__4).'/src/Normalize/OnlineBooking/WidgetNormalizer.php';
  7583.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Chronoscan/PatientDTONormalizer.php';
  7584.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/CorrespondenceNormalizer.php';
  7585.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/GeneratedPatientVoucherNormalizer.php';
  7586.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/LearnAboutNormalizer.php';
  7587.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/MemoryJogNormalizer.php';
  7588.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/ConsultationNoteNormalizer.php';
  7589.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Note/QuoteAreaNormalizer.php';
  7590.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/NoteNormalizer.php';
  7591.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/PhotoNormalizer.php';
  7592.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/QuestionNormalizer.php';
  7593.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/TreatmentNormalizer.php';
  7594.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/TreatmentPlanNormalizer.php';
  7595.         include_once \dirname(__DIR__4).'/src/Normalize/Person/DailyScheduleNormalizer.php';
  7596.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  7597.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  7598.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> ($this->services['app.appointment_normalizer'] ?? $this->getApp_AppointmentNormalizerService()), => ($this->services['app.clinic_document_category_normalizer'] ?? $this->getApp_ClinicDocumentCategoryNormalizerService()), => ($this->services['app.clinic_form_normalizer'] ?? $this->getApp_ClinicFormNormalizerService()), => ($this->services['app.hxc_product_normalizer'] ?? $this->getApp_HxcProductNormalizerService()), => ($this->services['app.hxc_response_normalizer'] ?? ($this->services['app.hxc_response_normalizer'] = new \App\Normalize\Clinic\HealthXChange\HXCResponseNormalizer())), => ($this->services['app.normalize_item_goods_received_normalizer'] ?? ($this->services['app.normalize_item_goods_received_normalizer'] = new \App\Normalize\Clinic\ItemGoodsReceivedNormalizer())), => ($this->services['app.learn_about_source_normalizer'] ?? $this->getApp_LearnAboutSourceNormalizerService()), => ($this->services['app.clinic_marketing_normalizer'] ?? ($this->services['app.clinic_marketing_normalizer'] = new \App\Normalize\Clinic\MarketingNormalizer())), => ($this->services['app.outcome_normalizer'] ?? ($this->services['app.outcome_normalizer'] = new \App\Normalize\Clinic\OutcomeNormalizer())), => ($this->services['app.clinic_price_list_normalizer'] ?? ($this->services['app.clinic_price_list_normalizer'] = new \App\Normalize\Clinic\PriceListNormalizer())), 10 => ($this->services['app.clinic_product'] ?? $this->getApp_ClinicProductService()), 11 => ($this->services['app.normalize_clinic_room_normalizer'] ?? $this->getApp_NormalizeClinicRoomNormalizerService()), 12 => ($this->services['app.clinic_task_item_normalizer'] ?? $this->getApp_ClinicTaskItemNormalizerService()), 13 => ($this->services['app.clinic_treatment_clinic_normalizer'] ?? $this->getApp_ClinicTreatmentClinicNormalizerService()), 14 => ($this->services['app.clinic_vat_normalizer'] ?? ($this->services['app.clinic_vat_normalizer'] = new \App\Normalize\Clinic\Vat\VatNormalizer())), 15 => ($this->services['app.clinic_normalizer'] ?? $this->getApp_ClinicNormalizerService()), 16 => ($this->services['app.normalize_day_sheet_normalizer'] ?? $this->getApp_NormalizeDaySheetNormalizerService()), 17 => ($this->services['app.draggable_event_normalizer'] ?? $this->getApp_DraggableEventNormalizerService()), 18 => ($this->services['app.google_event_normalizer'] ?? $this->getApp_GoogleEventNormalizerService()), 19 => ($this->services['app.mail_chimp_batch_response_normalizer'] ?? ($this->services['app.mail_chimp_batch_response_normalizer'] = new \App\Normalize\MailChimp\BatchResponseNormalizer())), 20 => ($this->services['app.mail_chimp_item_list_campaign_defaults_normalizer'] ?? ($this->services['app.mail_chimp_item_list_campaign_defaults_normalizer'] = new \App\Normalize\MailChimp\ListItemCampaignDefaultsNormalizer())), 21 => ($this->services['app.mail_chimp_item_list_contact_normalizer'] ?? ($this->services['app.mail_chimp_item_list_contact_normalizer'] = new \App\Normalize\MailChimp\ListItemContactNormalizer())), 22 => ($this->services['app.mail_chimp_item_list_normalizer'] ?? ($this->services['app.mail_chimp_item_list_normalizer'] = new \App\Normalize\MailChimp\ListItemNormalizer())), 23 => ($this->services['app.mail_chimp_response_normalizer'] ?? ($this->services['app.mail_chimp_response_normalizer'] = new \App\Normalize\MailChimp\MailChimpResponseNormalizer())), 24 => ($this->services['app.mail_chimp_webhook_event_normalizer'] ?? ($this->services['app.mail_chimp_webhook_event_normalizer'] = new \App\Normalize\MailChimp\MailChimpWebhookEventNormalizer())), 25 => ($this->services['app.mail_chimp_webhook_normalizer'] ?? ($this->services['app.mail_chimp_webhook_normalizer'] = new \App\Normalize\MailChimp\MailChimpWebhookNormalizer())), 26 => ($this->services['app.mail_chimp_member_normalizer'] ?? ($this->services['app.mail_chimp_member_normalizer'] = new \App\Normalize\MailChimp\MemberNormalizer())), 27 => ($this->services['app.media_normalizer'] ?? $this->getApp_MediaNormalizerService()), 28 => ($this->services['app.message_normalizer'] ?? ($this->services['app.message_normalizer'] = new \App\Normalize\Message\MessageNormalizer())), 29 => ($this->services['app.table_conversation_normalizer'] ?? $this->getApp_TableConversationNormalizerService()), 30 => ($this->services['app.patient_model_invoice_voucher_normalizer'] ?? ($this->services['app.patient_model_invoice_voucher_normalizer'] = new \App\Normalize\Model\InvoiceGiftVoucherNormalizer())), 31 => ($this->services['app.normalize_notification_normalizer'] ?? ($this->services['app.normalize_notification_normalizer'] = new \App\Normalize\NotificationNormalizer())), 32 => ($this->services['app.online_booking_settings_normalizer'] ?? ($this->services['app.online_booking_settings_normalizer'] = new \App\Normalize\OnlineBooking\SettingsNormalizer())), 33 => ($this->services['app.online_booking_widget_normalizer'] ?? ($this->services['app.online_booking_widget_normalizer'] = new \App\Normalize\OnlineBooking\WidgetNormalizer())), 34 => ($this->services['app.patient_answer_normalizer'] ?? $this->getApp_PatientAnswerNormalizerService()), 35 => ($this->services['app.normalize_patient.chronoscan_dto_normalizer'] ?? ($this->services['app.normalize_patient.chronoscan_dto_normalizer'] = new \App\Normalize\Patient\Chronoscan\PatientDTONormalizer())), 36 => ($this->services['app.patient_correspondence'] ?? ($this->services['app.patient_correspondence'] = new \App\Normalize\Patient\CorrespondenceNormalizer())), 37 => ($this->services['app.patient_document_normalizer'] ?? $this->getApp_PatientDocumentNormalizerService()), 38 => ($this->services['app.patient_form_normalizer'] ?? $this->getApp_PatientFormNormalizerService()), 39 => ($this->services['app.patient_generated_voucher_normalizer'] ?? ($this->services['app.patient_generated_voucher_normalizer'] = new \App\Normalize\Patient\GeneratedPatientVoucherNormalizer())), 40 => ($this->services['app.patient_invoice__normalizer'] ?? $this->getApp_PatientInvoiceNormalizerService()), 41 => ($this->services['app.patient_item_normalizer'] ?? $this->getApp_PatientItemNormalizerService()), 42 => ($this->services['app.learn_about_normalizer'] ?? ($this->services['app.learn_about_normalizer'] = new \App\Normalize\Patient\LearnAboutNormalizer())), 43 => ($this->services['app.normalize_patient.memory_jog_normalizer'] ?? ($this->services['app.normalize_patient.memory_jog_normalizer'] = new \App\Normalize\Patient\MemoryJogNormalizer())), 44 => ($this->services['app.normalize_patient.additional_note_normalizer'] ?? $this->getApp_NormalizePatient_AdditionalNoteNormalizerService()), 45 => ($this->services['app.normalize_patient.audio_note_normalizer'] ?? $this->getApp_NormalizePatient_AudioNoteNormalizerService()), 46 => ($this->services['app.normalize_patient.consultation_note_normalizer'] ?? ($this->services['app.normalize_patient.consultation_note_normalizer'] = new \App\Normalize\Patient\Note\ConsultationNoteNormalizer())), 47 => ($this->services['app.outcome_note_normalizer'] ?? $this->getApp_OutcomeNoteNormalizerService()), 48 => ($this->services['app.quote_area_normalizer'] ?? ($this->services['app.quote_area_normalizer'] = new \App\Normalize\Patient\Note\QuoteAreaNormalizer())), 49 => ($this->services['app.normalize_patient.treatment_note_normalizer'] ?? $this->getApp_NormalizePatient_TreatmentNoteNormalizerService()), 50 => ($this->services['app.normalize_patient.note_normalizer'] ?? ($this->services['app.normalize_patient.note_normalizer'] = new \App\Normalize\Patient\NoteNormalizer())), 51 => ($this->services['app.patient_payment_normalizer'] ?? $this->getApp_PatientPaymentNormalizerService()), 52 => ($this->services['app.patient_photo_normalizer'] ?? ($this->services['app.patient_photo_normalizer'] = new \App\Normalize\Patient\PhotoNormalizer())), 53 => ($this->services['app.patient_prepay__normalizer'] ?? $this->getApp_PatientPrepayNormalizerService()), 54 => ($this->services['app.patient_prepay_treatment_item_normalizer'] ?? $this->getApp_PatientPrepayTreatmentItemNormalizerService()), 55 => ($this->services['app.patient_question_normalizer'] ?? ($this->services['app.patient_question_normalizer'] = new \App\Normalize\Patient\QuestionNormalizer())), 56 => ($this->services['app.patient_questionaire_normalizer'] ?? $this->getApp_PatientQuestionaireNormalizerService()), 57 => new \App\Normalize\Patient\QuestionnairePDFNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService())), 58 => ($this->services['app.normalize_patient.sketch_normalizer'] ?? $this->getApp_NormalizePatient_SketchNormalizerService()), 59 => ($this->services['app.patient_treatment_normalizer'] ?? ($this->services['app.patient_treatment_normalizer'] = new \App\Normalize\Patient\TreatmentNormalizer())), 60 => ($this->services['app.patient_treatment_photo'] ?? $this->getApp_PatientTreatmentPhotoService()), 61 => ($this->services['app.patient_treatment_photo_used_product'] ?? $this->getApp_PatientTreatmentPhotoUsedProductService()), 62 => ($this->services['app.patient_treatment_plan_normalizer'] ?? ($this->services['app.patient_treatment_plan_normalizer'] = new \App\Normalize\Patient\TreatmentPlanNormalizer())), 63 => ($this->services['app.person_daily_schedule_normalizer'] ?? ($this->services['app.person_daily_schedule_normalizer'] = new \App\Normalize\Person\DailyScheduleNormalizer())), 64 => ($this->services['app.patient_normalizer'] ?? $this->getApp_PatientNormalizerService()), 65 => ($this->services['app.super_admin_normalizer'] ?? $this->getApp_SuperAdminNormalizerService()), 66 => ($this->services['app.clinic_user_normalizer'] ?? $this->getApp_ClinicUserNormalizerService()), 67 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 68 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 69 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 70 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), 71 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 72 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 73 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 74 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 75 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  7599.     }
  7600.     /**
  7601.      * Gets the public 'services_resetter' shared service.
  7602.      *
  7603.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  7604.      */
  7605.     protected function getServicesResetterService()
  7606.     {
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  7608.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  7609.             if (isset($this->services['doctrine'])) {
  7610.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  7611.             }
  7612.             if (isset($this->privates['form.type.entity'])) {
  7613.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  7614.             }
  7615.             if (isset($this->privates['monolog.handler.streamed_info'])) {
  7616.                 yield 'monolog.handler.streamed_info' => ($this->privates['monolog.handler.streamed_info'] ?? null);
  7617.             }
  7618.             if (isset($this->privates['monolog.handler.main'])) {
  7619.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  7620.             }
  7621.             if (isset($this->privates['monolog.handler.console'])) {
  7622.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  7623.             }
  7624.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  7625.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  7626.             }
  7627.             if (isset($this->services['white_october_breadcrumbs'])) {
  7628.                 yield 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => ($this->services['white_october_breadcrumbs'] ?? null);
  7629.             }
  7630.             if (isset($this->services['cache.app'])) {
  7631.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  7632.             }
  7633.             if (isset($this->services['cache.system'])) {
  7634.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  7635.             }
  7636.             if (isset($this->privates['cache.validator'])) {
  7637.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  7638.             }
  7639.             if (isset($this->privates['cache.serializer'])) {
  7640.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  7641.             }
  7642.             if (isset($this->privates['cache.annotations'])) {
  7643.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  7644.             }
  7645.             if (isset($this->privates['cache.property_info'])) {
  7646.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  7647.             }
  7648.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  7649.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  7650.             }
  7651.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  7652.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  7653.             }
  7654.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  7655.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  7656.             }
  7657.             if (isset($this->services['profiler'])) {
  7658.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  7659.             }
  7660.             if (isset($this->services['validator'])) {
  7661.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  7662.             }
  7663.             if (isset($this->privates['debug.stopwatch'])) {
  7664.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  7665.             }
  7666.             if (isset($this->services['event_dispatcher'])) {
  7667.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  7668.             }
  7669.             if (isset($this->privates['twig.form.engine'])) {
  7670.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  7671.             }
  7672.             if (isset($this->services['security.token_storage'])) {
  7673.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  7674.             }
  7675.             if (isset($this->privates['cache.security_expression_language'])) {
  7676.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  7677.             }
  7678.         }, function () {
  7679.             return + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.streamed_info'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->services['white_october_breadcrumbs'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language']));
  7680.         }), ['doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.streamed_info' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => [=> 'clear'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset']]);
  7681.     }
  7682.     /**
  7683.      * Gets the public 'ses_client' shared autowired service.
  7684.      *
  7685.      * @return \Aws\Ses\SesClient
  7686.      */
  7687.     protected function getSesClientService()
  7688.     {
  7689.         return $this->services['ses_client'] = new \Aws\Ses\SesClient(['region' => $this->getEnv('AWS_REGION'), 'version' => '2010-12-01''signature_version' => 'v4''credentials' => ['key' => 'AKIAWZLBBIYBWFZJS3I3''secret' => 'z/AvWfkaBxHloynuM/AhLmY0tR66SQrQssxlYlnx']]);
  7690.     }
  7691.     /**
  7692.      * Gets the public 'session' shared service.
  7693.      *
  7694.      * @return \Symfony\Component\HttpFoundation\Session\Session
  7695.      */
  7696.     protected function getSessionService()
  7697.     {
  7698.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)));
  7699.     }
  7700.     /**
  7701.      * Gets the public 'simple_captcha' shared service.
  7702.      *
  7703.      * @return \Captcha\Bundle\CaptchaBundle\Integration\BotDetectSimpleCaptcha
  7704.      */
  7705.     protected function getSimpleCaptchaService()
  7706.     {
  7707.         include_once \dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Integration/BotDetectSimpleCaptcha.php';
  7708.         return $this->services['simple_captcha'] = new \Captcha\Bundle\CaptchaBundle\Integration\BotDetectSimpleCaptcha($this);
  7709.     }
  7710.     /**
  7711.      * Gets the public 'simple_captcha.form.type' shared service.
  7712.      *
  7713.      * @return \Captcha\Bundle\CaptchaBundle\Form\Type\SimpleCaptchaType
  7714.      */
  7715.     protected function getSimpleCaptcha_Form_TypeService()
  7716.     {
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Form/Type/SimpleCaptchaType.php';
  7720.         return $this->services['simple_captcha.form.type'] = new \Captcha\Bundle\CaptchaBundle\Form\Type\SimpleCaptchaType($this$this->parameters['captcha.config']);
  7721.     }
  7722.     /**
  7723.      * Gets the public 'simple_captcha.validator' shared service.
  7724.      *
  7725.      * @return \Captcha\Bundle\CaptchaBundle\Validator\Constraints\ValidSimpleCaptchaValidator
  7726.      */
  7727.     protected function getSimpleCaptcha_ValidatorService()
  7728.     {
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Validator/Constraints/ValidSimpleCaptchaValidator.php';
  7732.         return $this->services['simple_captcha.validator'] = new \Captcha\Bundle\CaptchaBundle\Validator\Constraints\ValidSimpleCaptchaValidator($this);
  7733.     }
  7734.     /**
  7735.      * Gets the public 'swiftmailer.mailer.default' shared service.
  7736.      *
  7737.      * @return \Swift_Mailer
  7738.      */
  7739.     protected function getSwiftmailer_Mailer_DefaultService()
  7740.     {
  7741.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  7742.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  7743.     }
  7744.     /**
  7745.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  7746.      *
  7747.      * @return \Swift_Plugins_MessageLogger
  7748.      */
  7749.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  7750.     {
  7751.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  7754.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  7755.     }
  7756.     /**
  7757.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  7758.      *
  7759.      * @return \Swift_Transport
  7760.      */
  7761.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  7762.     {
  7763.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  7764.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  7767.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  7768.     }
  7769.     /**
  7770.      * Gets the public 'swiftmailer.transport' shared service.
  7771.      *
  7772.      * @return \Swift_Transport_SpoolTransport
  7773.      */
  7774.     protected function getSwiftmailer_TransportService()
  7775.     {
  7776.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  7778.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  7785.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  7786.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  7787.         return $instance;
  7788.     }
  7789.     /**
  7790.      * Gets the public 'translator' shared service.
  7791.      *
  7792.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  7793.      */
  7794.     protected function getTranslatorService()
  7795.     {
  7796.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  7797.     }
  7798.     /**
  7799.      * Gets the public 'twig' shared service.
  7800.      *
  7801.      * @return \Twig\Environment
  7802.      */
  7803.     protected function getTwigService()
  7804.     {
  7805.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  7806.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  7807.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  7808.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  7809.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  7810.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  7811.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  7812.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  7813.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  7814.         $a->addPath((\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  7815.         $a->addPath((\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  7816.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  7817.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  7818.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  7819.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  7820.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  7821.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  7822.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  7823.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  7824.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  7825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  7826.         $a->addPath((\dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Resources/views'), 'Captcha');
  7827.         $a->addPath((\dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Resources/views'), '!Captcha');
  7828.         $a->addPath((\dirname(__DIR__4).'/templates'));
  7829.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  7830.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  7831.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  7832.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  7833.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  7834.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  7835.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  7836.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  7837.         $f = ($this->services['router'] ?? $this->getRouterService());
  7838.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7839.         $h = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  7840.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  7841.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  7842.         $j = new \Symfony\Bridge\Twig\AppVariable();
  7843.         $j->setEnvironment('dev');
  7844.         $j->setDebug(true);
  7845.         if ($this->has('security.token_storage')) {
  7846.             $j->setTokenStorage($h);
  7847.         }
  7848.         if ($this->has('request_stack')) {
  7849.             $j->setRequestStack($g);
  7850.         }
  7851.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  7852.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  7853.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  7854.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  7855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  7856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  7857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  7858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  7859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  7860.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  7861.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  7862.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  7863.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  7864.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  7865.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  7866.         $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())));
  7867.         $instance->addExtension(new \App\Twig\AppExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $h$this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), ($this->privates['App\\Model\\CustomReports\\AxisX'] ?? $this->getAxisXService()), ($this->privates['App\\Model\\CustomReports\\AxisY'] ?? ($this->privates['App\\Model\\CustomReports\\AxisY'] = new \App\Model\CustomReports\AxisY()))));
  7868.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  7869.         $instance->addExtension(new \Jb\Bundle\PhumborBundle\Twig\PhumborExtension(($this->privates['phumbor.url.transformer'] ?? $this->getPhumbor_Url_TransformerService())));
  7870.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  7871.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  7872.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  7873.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  7874.         $instance->addGlobal('app'$j);
  7875.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7876.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  7877.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  7878.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  7879.         ], [
  7880.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  7881.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  7882.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  7883.         ])));
  7884.         $instance->addGlobal('upload_folder'$this->getEnv('UPLOADS_FOLDER'));
  7885.         $instance->addGlobal('google_full_calendar_key'$this->getEnv('GOOGLE_FULL_CALENDAR_KEY'));
  7886.         $instance->addGlobal('full_calendar_scheduler_key'$this->getEnv('FULL_CALENDAR_SCHEDULER_KEY'));
  7887.         $instance->addGlobal('timeZoneCalendar'$this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  7888.         $instance->addGlobal('booking_server_name'$this->getEnv('resolve:BOOKING_SERVER_NAME'));
  7889.         $instance->addGlobal('is_test_paymentsense'$this->getEnv('IS_TEST_PAYMENTSENSE'));
  7890.         $instance->addGlobal('timetypeTimezone'$this->getEnv('TIMEZONE_FOR_TIME_TYPE'));
  7891.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  7892.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  7893.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), 0'.'','))->configure($instance);
  7894.         return $instance;
  7895.     }
  7896.     /**
  7897.      * Gets the public 'twig.controller.exception' shared service.
  7898.      *
  7899.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  7900.      *
  7901.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  7902.      */
  7903.     protected function getTwig_Controller_ExceptionService()
  7904.     {
  7905.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  7906.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  7907.     }
  7908.     /**
  7909.      * Gets the public 'twig.controller.preview_error' shared service.
  7910.      *
  7911.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  7912.      *
  7913.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  7914.      */
  7915.     protected function getTwig_Controller_PreviewErrorService()
  7916.     {
  7917.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  7918.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  7919.     }
  7920.     /**
  7921.      * Gets the public 'validator' shared service.
  7922.      *
  7923.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  7924.      */
  7925.     protected function getValidatorService()
  7926.     {
  7927.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  7928.     }
  7929.     /**
  7930.      * Gets the public 'var_dumper.cloner' shared service.
  7931.      *
  7932.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  7933.      */
  7934.     protected function getVarDumper_ClonerService()
  7935.     {
  7936.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  7937.         $instance->setMaxItems(2500);
  7938.         $instance->setMinDepth(1);
  7939.         $instance->setMaxString(-1);
  7940.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  7941.         return $instance;
  7942.     }
  7943.     /**
  7944.      * Gets the public 'web_profiler.controller.exception' shared service.
  7945.      *
  7946.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  7947.      *
  7948.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  7949.      */
  7950.     protected function getWebProfiler_Controller_ExceptionService()
  7951.     {
  7952.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  7953.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  7954.     }
  7955.     /**
  7956.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  7957.      *
  7958.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  7959.      */
  7960.     protected function getWebProfiler_Controller_ExceptionPanelService()
  7961.     {
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  7963.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  7964.     }
  7965.     /**
  7966.      * Gets the public 'web_profiler.controller.profiler' shared service.
  7967.      *
  7968.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  7969.      */
  7970.     protected function getWebProfiler_Controller_ProfilerService()
  7971.     {
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  7973.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  7974.     }
  7975.     /**
  7976.      * Gets the public 'web_profiler.controller.router' shared service.
  7977.      *
  7978.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  7979.      */
  7980.     protected function getWebProfiler_Controller_RouterService()
  7981.     {
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  7983.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  7984.             return new \EmptyIterator();
  7985.         }, 0));
  7986.     }
  7987.     /**
  7988.      * Gets the public 'white_october_breadcrumbs' shared service.
  7989.      *
  7990.      * @return \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs
  7991.      */
  7992.     protected function getWhiteOctoberBreadcrumbsService()
  7993.     {
  7994.         include_once \dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Model/Breadcrumbs.php';
  7995.         $this->services['white_october_breadcrumbs'] = $instance = new \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs();
  7996.         $instance->setRouter(($this->services['router'] ?? $this->getRouterService()));
  7997.         return $instance;
  7998.     }
  7999.     /**
  8000.      * Gets the public 'white_october_breadcrumbs.helper' shared service.
  8001.      *
  8002.      * @return \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper
  8003.      */
  8004.     protected function getWhiteOctoberBreadcrumbs_HelperService()
  8005.     {
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Templating/Helper/BreadcrumbsHelper.php';
  8009.         return $this->services['white_october_breadcrumbs.helper'] = new \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper(($this->services['twig'] ?? $this->getTwigService()), ($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), $this->parameters['white_october_breadcrumbs.options']);
  8010.     }
  8011.     /**
  8012.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  8013.      *
  8014.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  8015.      */
  8016.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  8017.     {
  8018.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  8019.     }
  8020.     /**
  8021.      * Gets the private '.errored..service_locator..UPs98a.App\Entity\Clinic\Clinic' shared service.
  8022.      *
  8023.      * @return \App\Entity\Clinic\Clinic
  8024.      */
  8025.     protected function getClinicService()
  8026.     {
  8027.         $this->throw('Cannot autowire service ".service_locator..UPs98a": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8028.     }
  8029.     /**
  8030.      * Gets the private '.errored..service_locator..UPs98a.App\Entity\Clinic\PriceTier\PriceTier' shared service.
  8031.      *
  8032.      * @return \App\Entity\Clinic\PriceTier\PriceTier
  8033.      */
  8034.     protected function getPriceTierService()
  8035.     {
  8036.         $this->throw('Cannot autowire service ".service_locator..UPs98a": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTier" but no such service exists.');
  8037.     }
  8038.     /**
  8039.      * Gets the private '.errored..service_locator..pYsF69.App\Entity\Clinic\Clinic' shared service.
  8040.      *
  8041.      * @return \App\Entity\Clinic\Clinic
  8042.      */
  8043.     protected function getClinic2Service()
  8044.     {
  8045.         $this->throw('Cannot autowire service ".service_locator..pYsF69": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8046.     }
  8047.     /**
  8048.      * Gets the private '.errored..service_locator..pYsF69.App\Entity\Patient\Invoice' shared service.
  8049.      *
  8050.      * @return \App\Entity\Patient\Invoice
  8051.      */
  8052.     protected function getInvoiceService()
  8053.     {
  8054.         $this->throw('Cannot autowire service ".service_locator..pYsF69": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  8055.     }
  8056.     /**
  8057.      * Gets the private '.errored..service_locator.0MaTbP..App\Entity\Clinic\Clinic' shared service.
  8058.      *
  8059.      * @return \App\Entity\Clinic\Clinic
  8060.      */
  8061.     protected function getClinic3Service()
  8062.     {
  8063.         $this->throw('Cannot autowire service ".service_locator.0MaTbP.": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8064.     }
  8065.     /**
  8066.      * Gets the private '.errored..service_locator.0aexhU0.App\Entity\Clinic\Clinic' shared service.
  8067.      *
  8068.      * @return \App\Entity\Clinic\Clinic
  8069.      */
  8070.     protected function getClinic4Service()
  8071.     {
  8072.         $this->throw('Cannot autowire service ".service_locator.0aexhU0": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8073.     }
  8074.     /**
  8075.      * Gets the private '.errored..service_locator.10MAuu9.App\Entity\Clinic\Clinic' shared service.
  8076.      *
  8077.      * @return \App\Entity\Clinic\Clinic
  8078.      */
  8079.     protected function getClinic5Service()
  8080.     {
  8081.         $this->throw('Cannot autowire service ".service_locator.10MAuu9": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8082.     }
  8083.     /**
  8084.      * Gets the private '.errored..service_locator.1JgWU4I.App\Entity\Clinic\Clinic' shared service.
  8085.      *
  8086.      * @return \App\Entity\Clinic\Clinic
  8087.      */
  8088.     protected function getClinic6Service()
  8089.     {
  8090.         $this->throw('Cannot autowire service ".service_locator.1JgWU4I": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8091.     }
  8092.     /**
  8093.      * Gets the private '.errored..service_locator.1vst1VH.App\Entity\PatientConversation' shared service.
  8094.      *
  8095.      * @return \App\Entity\PatientConversation
  8096.      */
  8097.     protected function getPatientConversationService()
  8098.     {
  8099.         $this->throw('Cannot autowire service ".service_locator.1vst1VH": it references class "App\\Entity\\PatientConversation" but no such service exists.');
  8100.     }
  8101.     /**
  8102.      * Gets the private '.errored..service_locator.24imQvf.App\Entity\Clinic\Clinic' shared service.
  8103.      *
  8104.      * @return \App\Entity\Clinic\Clinic
  8105.      */
  8106.     protected function getClinic7Service()
  8107.     {
  8108.         $this->throw('Cannot autowire service ".service_locator.24imQvf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8109.     }
  8110.     /**
  8111.      * Gets the private '.errored..service_locator.24imQvf.App\Entity\Clinic\PostAptForm' shared service.
  8112.      *
  8113.      * @return \App\Entity\Clinic\PostAptForm
  8114.      */
  8115.     protected function getPostAptFormService()
  8116.     {
  8117.         $this->throw('Cannot autowire service ".service_locator.24imQvf": it references class "App\\Entity\\Clinic\\PostAptForm" but no such service exists.');
  8118.     }
  8119.     /**
  8120.      * Gets the private '.errored..service_locator.2FkHyya.App\Entity\AppointmentLead' shared service.
  8121.      *
  8122.      * @return \App\Entity\AppointmentLead
  8123.      */
  8124.     protected function getAppointmentLeadService()
  8125.     {
  8126.         $this->throw('Cannot autowire service ".service_locator.2FkHyya": it references class "App\\Entity\\AppointmentLead" but no such service exists.');
  8127.     }
  8128.     /**
  8129.      * Gets the private '.errored..service_locator.2Q9CmqJ.App\Entity\Clinic\Clinic' shared service.
  8130.      *
  8131.      * @return \App\Entity\Clinic\Clinic
  8132.      */
  8133.     protected function getClinic8Service()
  8134.     {
  8135.         $this->throw('Cannot autowire service ".service_locator.2Q9CmqJ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8136.     }
  8137.     /**
  8138.      * Gets the private '.errored..service_locator.2Y5Izy2.App\Entity\Clinic\Clinic' shared service.
  8139.      *
  8140.      * @return \App\Entity\Clinic\Clinic
  8141.      */
  8142.     protected function getClinic9Service()
  8143.     {
  8144.         $this->throw('Cannot autowire service ".service_locator.2Y5Izy2": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8145.     }
  8146.     /**
  8147.      * Gets the private '.errored..service_locator.2Y5Izy2.App\Entity\LeadCapture\LeadCapture' shared service.
  8148.      *
  8149.      * @return \App\Entity\LeadCapture\LeadCapture
  8150.      */
  8151.     protected function getLeadCaptureService()
  8152.     {
  8153.         $this->throw('Cannot autowire service ".service_locator.2Y5Izy2": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.');
  8154.     }
  8155.     /**
  8156.      * Gets the private '.errored..service_locator.3QBme1G.App\Entity\Clinic\Clinic' shared service.
  8157.      *
  8158.      * @return \App\Entity\Clinic\Clinic
  8159.      */
  8160.     protected function getClinic10Service()
  8161.     {
  8162.         $this->throw('Cannot autowire service ".service_locator.3QBme1G": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8163.     }
  8164.     /**
  8165.      * Gets the private '.errored..service_locator.3QBme1G.App\Entity\Patient\Photo' shared service.
  8166.      *
  8167.      * @return \App\Entity\Patient\Photo
  8168.      */
  8169.     protected function getPhotoService()
  8170.     {
  8171.         $this->throw('Cannot autowire service ".service_locator.3QBme1G": it references class "App\\Entity\\Patient\\Photo" but no such service exists.');
  8172.     }
  8173.     /**
  8174.      * Gets the private '.errored..service_locator.3QBme1G.App\Entity\Person\Patient' shared service.
  8175.      *
  8176.      * @return \App\Entity\Person\Patient
  8177.      */
  8178.     protected function getPatientService()
  8179.     {
  8180.         $this->throw('Cannot autowire service ".service_locator.3QBme1G": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8181.     }
  8182.     /**
  8183.      * Gets the private '.errored..service_locator.3qztQy9.App\Entity\Clinic\Clinic' shared service.
  8184.      *
  8185.      * @return \App\Entity\Clinic\Clinic
  8186.      */
  8187.     protected function getClinic11Service()
  8188.     {
  8189.         $this->throw('Cannot autowire service ".service_locator.3qztQy9": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8190.     }
  8191.     /**
  8192.      * Gets the private '.errored..service_locator.3qztQy9.App\Entity\Clinic\FormFile' shared service.
  8193.      *
  8194.      * @return \App\Entity\Clinic\FormFile
  8195.      */
  8196.     protected function getFormFileService()
  8197.     {
  8198.         $this->throw('Cannot autowire service ".service_locator.3qztQy9": it references class "App\\Entity\\Clinic\\FormFile" but no such service exists.');
  8199.     }
  8200.     /**
  8201.      * Gets the private '.errored..service_locator.4.IvGOU.App\Entity\Clinic\Clinic' shared service.
  8202.      *
  8203.      * @return \App\Entity\Clinic\Clinic
  8204.      */
  8205.     protected function getClinic12Service()
  8206.     {
  8207.         $this->throw('Cannot autowire service ".service_locator.4.IvGOU": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8208.     }
  8209.     /**
  8210.      * Gets the private '.errored..service_locator.4.IvGOU.App\Entity\Person\Patient' shared service.
  8211.      *
  8212.      * @return \App\Entity\Person\Patient
  8213.      */
  8214.     protected function getPatient2Service()
  8215.     {
  8216.         $this->throw('Cannot autowire service ".service_locator.4.IvGOU": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8217.     }
  8218.     /**
  8219.      * Gets the private '.errored..service_locator.42A1ogn.App\Entity\Clinic\Clinic' shared service.
  8220.      *
  8221.      * @return \App\Entity\Clinic\Clinic
  8222.      */
  8223.     protected function getClinic13Service()
  8224.     {
  8225.         $this->throw('Cannot autowire service ".service_locator.42A1ogn": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8226.     }
  8227.     /**
  8228.      * Gets the private '.errored..service_locator.42A1ogn.App\Entity\Template' shared service.
  8229.      *
  8230.      * @return \App\Entity\Template
  8231.      */
  8232.     protected function getTemplateService()
  8233.     {
  8234.         $this->throw('Cannot autowire service ".service_locator.42A1ogn": it references class "App\\Entity\\Template" but no such service exists.');
  8235.     }
  8236.     /**
  8237.      * Gets the private '.errored..service_locator.4APodnU.App\Entity\Clinic\Clinic' shared service.
  8238.      *
  8239.      * @return \App\Entity\Clinic\Clinic
  8240.      */
  8241.     protected function getClinic14Service()
  8242.     {
  8243.         $this->throw('Cannot autowire service ".service_locator.4APodnU": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8244.     }
  8245.     /**
  8246.      * Gets the private '.errored..service_locator.4APodnU.App\Entity\Patient\CreditNote' shared service.
  8247.      *
  8248.      * @return \App\Entity\Patient\CreditNote
  8249.      */
  8250.     protected function getCreditNoteService()
  8251.     {
  8252.         $this->throw('Cannot autowire service ".service_locator.4APodnU": it references class "App\\Entity\\Patient\\CreditNote" but no such service exists.');
  8253.     }
  8254.     /**
  8255.      * Gets the private '.errored..service_locator.4APodnU.App\Entity\Person\Patient' shared service.
  8256.      *
  8257.      * @return \App\Entity\Person\Patient
  8258.      */
  8259.     protected function getPatient3Service()
  8260.     {
  8261.         $this->throw('Cannot autowire service ".service_locator.4APodnU": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8262.     }
  8263.     /**
  8264.      * Gets the private '.errored..service_locator.4VbiA7i.App\Entity\Clinic\Clinic' shared service.
  8265.      *
  8266.      * @return \App\Entity\Clinic\Clinic
  8267.      */
  8268.     protected function getClinic15Service()
  8269.     {
  8270.         $this->throw('Cannot autowire service ".service_locator.4VbiA7i": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8271.     }
  8272.     /**
  8273.      * Gets the private '.errored..service_locator.4VbiA7i.App\Entity\Clinic\Stock\GoodsReceived' shared service.
  8274.      *
  8275.      * @return \App\Entity\Clinic\Stock\GoodsReceived
  8276.      */
  8277.     protected function getGoodsReceivedService()
  8278.     {
  8279.         $this->throw('Cannot autowire service ".service_locator.4VbiA7i": it references class "App\\Entity\\Clinic\\Stock\\GoodsReceived" but no such service exists.');
  8280.     }
  8281.     /**
  8282.      * Gets the private '.errored..service_locator.4jitYca.App\Entity\Clinic\Clinic' shared service.
  8283.      *
  8284.      * @return \App\Entity\Clinic\Clinic
  8285.      */
  8286.     protected function getClinic16Service()
  8287.     {
  8288.         $this->throw('Cannot autowire service ".service_locator.4jitYca": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8289.     }
  8290.     /**
  8291.      * Gets the private '.errored..service_locator.4jitYca.App\Entity\Clinic\Survey' shared service.
  8292.      *
  8293.      * @return \App\Entity\Clinic\Survey
  8294.      */
  8295.     protected function getSurveyService()
  8296.     {
  8297.         $this->throw('Cannot autowire service ".service_locator.4jitYca": it references class "App\\Entity\\Clinic\\Survey" but no such service exists.');
  8298.     }
  8299.     /**
  8300.      * Gets the private '.errored..service_locator.4w3v8j7.App\Entity\Clinic\Clinic' shared service.
  8301.      *
  8302.      * @return \App\Entity\Clinic\Clinic
  8303.      */
  8304.     protected function getClinic17Service()
  8305.     {
  8306.         $this->throw('Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8307.     }
  8308.     /**
  8309.      * Gets the private '.errored..service_locator.4w3v8j7.App\Entity\Patient\Note\ConsultationNote' shared service.
  8310.      *
  8311.      * @return \App\Entity\Patient\Note\ConsultationNote
  8312.      */
  8313.     protected function getConsultationNoteService()
  8314.     {
  8315.         $this->throw('Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.');
  8316.     }
  8317.     /**
  8318.      * Gets the private '.errored..service_locator.4w3v8j7.App\Entity\Patient\Note\TreatmentNote' shared service.
  8319.      *
  8320.      * @return \App\Entity\Patient\Note\TreatmentNote
  8321.      */
  8322.     protected function getTreatmentNoteService()
  8323.     {
  8324.         $this->throw('Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Patient\\Note\\TreatmentNote" but no such service exists.');
  8325.     }
  8326.     /**
  8327.      * Gets the private '.errored..service_locator.4w3v8j7.App\Entity\Person\Patient' shared service.
  8328.      *
  8329.      * @return \App\Entity\Person\Patient
  8330.      */
  8331.     protected function getPatient4Service()
  8332.     {
  8333.         $this->throw('Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8334.     }
  8335.     /**
  8336.      * Gets the private '.errored..service_locator.5ZwdLGC.App\Entity\Clinic\Clinic' shared service.
  8337.      *
  8338.      * @return \App\Entity\Clinic\Clinic
  8339.      */
  8340.     protected function getClinic18Service()
  8341.     {
  8342.         $this->throw('Cannot autowire service ".service_locator.5ZwdLGC": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8343.     }
  8344.     /**
  8345.      * Gets the private '.errored..service_locator.5ZwdLGC.App\Entity\Person\Patient' shared service.
  8346.      *
  8347.      * @return \App\Entity\Person\Patient
  8348.      */
  8349.     protected function getPatient5Service()
  8350.     {
  8351.         $this->throw('Cannot autowire service ".service_locator.5ZwdLGC": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8352.     }
  8353.     /**
  8354.      * Gets the private '.errored..service_locator.5__gX7a.App\Entity\Clinic\Clinic' shared service.
  8355.      *
  8356.      * @return \App\Entity\Clinic\Clinic
  8357.      */
  8358.     protected function getClinic19Service()
  8359.     {
  8360.         $this->throw('Cannot autowire service ".service_locator.5__gX7a": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8361.     }
  8362.     /**
  8363.      * Gets the private '.errored..service_locator.5__gX7a.App\Entity\Clinic\Stock\Product' shared service.
  8364.      *
  8365.      * @return \App\Entity\Clinic\Stock\Product
  8366.      */
  8367.     protected function getProductService()
  8368.     {
  8369.         $this->throw('Cannot autowire service ".service_locator.5__gX7a": it references class "App\\Entity\\Clinic\\Stock\\Product" but no such service exists.');
  8370.     }
  8371.     /**
  8372.      * Gets the private '.errored..service_locator.5v.C.OB.App\Entity\Clinic\Clinic' shared service.
  8373.      *
  8374.      * @return \App\Entity\Clinic\Clinic
  8375.      */
  8376.     protected function getClinic20Service()
  8377.     {
  8378.         $this->throw('Cannot autowire service ".service_locator.5v.C.OB": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8379.     }
  8380.     /**
  8381.      * Gets the private '.errored..service_locator.5v.C.OB.App\Entity\Clinic\EmailTemplate\EmailTemplate' shared service.
  8382.      *
  8383.      * @return \App\Entity\Clinic\EmailTemplate\EmailTemplate
  8384.      */
  8385.     protected function getEmailTemplateService()
  8386.     {
  8387.         $this->throw('Cannot autowire service ".service_locator.5v.C.OB": it references class "App\\Entity\\Clinic\\EmailTemplate\\EmailTemplate" but no such service exists.');
  8388.     }
  8389.     /**
  8390.      * Gets the private '.errored..service_locator.6T68T.1.App\Entity\Clinic\Clinic' shared service.
  8391.      *
  8392.      * @return \App\Entity\Clinic\Clinic
  8393.      */
  8394.     protected function getClinic21Service()
  8395.     {
  8396.         $this->throw('Cannot autowire service ".service_locator.6T68T.1": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8397.     }
  8398.     /**
  8399.      * Gets the private '.errored..service_locator.6TfWF33.App\Entity\Clinic\Clinic' shared service.
  8400.      *
  8401.      * @return \App\Entity\Clinic\Clinic
  8402.      */
  8403.     protected function getClinic22Service()
  8404.     {
  8405.         $this->throw('Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8406.     }
  8407.     /**
  8408.      * Gets the private '.errored..service_locator.6TfWF33.App\Entity\Patient\Note\AudioNote' shared service.
  8409.      *
  8410.      * @return \App\Entity\Patient\Note\AudioNote
  8411.      */
  8412.     protected function getAudioNoteService()
  8413.     {
  8414.         $this->throw('Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Patient\\Note\\AudioNote" but no such service exists.');
  8415.     }
  8416.     /**
  8417.      * Gets the private '.errored..service_locator.6TfWF33.App\Entity\Patient\Note\ConsultationNote' shared service.
  8418.      *
  8419.      * @return \App\Entity\Patient\Note\ConsultationNote
  8420.      */
  8421.     protected function getConsultationNote2Service()
  8422.     {
  8423.         $this->throw('Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.');
  8424.     }
  8425.     /**
  8426.      * Gets the private '.errored..service_locator.6TfWF33.App\Entity\Person\Patient' shared service.
  8427.      *
  8428.      * @return \App\Entity\Person\Patient
  8429.      */
  8430.     protected function getPatient6Service()
  8431.     {
  8432.         $this->throw('Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8433.     }
  8434.     /**
  8435.      * Gets the private '.errored..service_locator.6qh_vyD.App\Entity\Clinic\Clinic' shared service.
  8436.      *
  8437.      * @return \App\Entity\Clinic\Clinic
  8438.      */
  8439.     protected function getClinic23Service()
  8440.     {
  8441.         $this->throw('Cannot autowire service ".service_locator.6qh_vyD": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8442.     }
  8443.     /**
  8444.      * Gets the private '.errored..service_locator.6qh_vyD.App\Entity\Patient\Note\ConsultationNote' shared service.
  8445.      *
  8446.      * @return \App\Entity\Patient\Note\ConsultationNote
  8447.      */
  8448.     protected function getConsultationNote3Service()
  8449.     {
  8450.         $this->throw('Cannot autowire service ".service_locator.6qh_vyD": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.');
  8451.     }
  8452.     /**
  8453.      * Gets the private '.errored..service_locator.6qh_vyD.App\Entity\Person\Patient' shared service.
  8454.      *
  8455.      * @return \App\Entity\Person\Patient
  8456.      */
  8457.     protected function getPatient7Service()
  8458.     {
  8459.         $this->throw('Cannot autowire service ".service_locator.6qh_vyD": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8460.     }
  8461.     /**
  8462.      * Gets the private '.errored..service_locator.6rqhUQM.App\Entity\Clinic\Clinic' shared service.
  8463.      *
  8464.      * @return \App\Entity\Clinic\Clinic
  8465.      */
  8466.     protected function getClinic24Service()
  8467.     {
  8468.         $this->throw('Cannot autowire service ".service_locator.6rqhUQM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8469.     }
  8470.     /**
  8471.      * Gets the private '.errored..service_locator.7.hIlZQ.App\Entity\Clinic\Clinic' shared service.
  8472.      *
  8473.      * @return \App\Entity\Clinic\Clinic
  8474.      */
  8475.     protected function getClinic25Service()
  8476.     {
  8477.         $this->throw('Cannot autowire service ".service_locator.7.hIlZQ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8478.     }
  8479.     /**
  8480.      * Gets the private '.errored..service_locator.7.hIlZQ.App\Entity\Clinic\Membership\Membership' shared service.
  8481.      *
  8482.      * @return \App\Entity\Clinic\Membership\Membership
  8483.      */
  8484.     protected function getMembershipService()
  8485.     {
  8486.         $this->throw('Cannot autowire service ".service_locator.7.hIlZQ": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.');
  8487.     }
  8488.     /**
  8489.      * Gets the private '.errored..service_locator.7D3PCQX.App\Entity\Clinic\Clinic' shared service.
  8490.      *
  8491.      * @return \App\Entity\Clinic\Clinic
  8492.      */
  8493.     protected function getClinic26Service()
  8494.     {
  8495.         $this->throw('Cannot autowire service ".service_locator.7D3PCQX": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8496.     }
  8497.     /**
  8498.      * Gets the private '.errored..service_locator.7D3PCQX.App\Entity\Person\Patient' shared service.
  8499.      *
  8500.      * @return \App\Entity\Person\Patient
  8501.      */
  8502.     protected function getPatient8Service()
  8503.     {
  8504.         $this->throw('Cannot autowire service ".service_locator.7D3PCQX": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8505.     }
  8506.     /**
  8507.      * Gets the private '.errored..service_locator.7p79rlk.App\Entity\Clinic\Clinic' shared service.
  8508.      *
  8509.      * @return \App\Entity\Clinic\Clinic
  8510.      */
  8511.     protected function getClinic27Service()
  8512.     {
  8513.         $this->throw('Cannot autowire service ".service_locator.7p79rlk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8514.     }
  8515.     /**
  8516.      * Gets the private '.errored..service_locator.7p79rlk.App\Entity\Patient\GiftVoucher' shared service.
  8517.      *
  8518.      * @return \App\Entity\Patient\GiftVoucher
  8519.      */
  8520.     protected function getGiftVoucherService()
  8521.     {
  8522.         $this->throw('Cannot autowire service ".service_locator.7p79rlk": it references class "App\\Entity\\Patient\\GiftVoucher" but no such service exists.');
  8523.     }
  8524.     /**
  8525.      * Gets the private '.errored..service_locator.7p79rlk.App\Entity\Person\Patient' shared service.
  8526.      *
  8527.      * @return \App\Entity\Person\Patient
  8528.      */
  8529.     protected function getPatient9Service()
  8530.     {
  8531.         $this->throw('Cannot autowire service ".service_locator.7p79rlk": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8532.     }
  8533.     /**
  8534.      * Gets the private '.errored..service_locator.80YG0OI.App\Entity\Clinic\Clinic' shared service.
  8535.      *
  8536.      * @return \App\Entity\Clinic\Clinic
  8537.      */
  8538.     protected function getClinic28Service()
  8539.     {
  8540.         $this->throw('Cannot autowire service ".service_locator.80YG0OI": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8541.     }
  8542.     /**
  8543.      * Gets the private '.errored..service_locator.80YG0OI.App\Entity\Clinic\Stock\Product' shared service.
  8544.      *
  8545.      * @return \App\Entity\Clinic\Stock\Product
  8546.      */
  8547.     protected function getProduct2Service()
  8548.     {
  8549.         $this->throw('Cannot autowire service ".service_locator.80YG0OI": it references class "App\\Entity\\Clinic\\Stock\\Product" but no such service exists.');
  8550.     }
  8551.     /**
  8552.      * Gets the private '.errored..service_locator.813nvU3.App\Entity\Clinic\Clinic' shared service.
  8553.      *
  8554.      * @return \App\Entity\Clinic\Clinic
  8555.      */
  8556.     protected function getClinic29Service()
  8557.     {
  8558.         $this->throw('Cannot autowire service ".service_locator.813nvU3": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8559.     }
  8560.     /**
  8561.      * Gets the private '.errored..service_locator.813nvU3.App\Entity\Patient\Invoice' shared service.
  8562.      *
  8563.      * @return \App\Entity\Patient\Invoice
  8564.      */
  8565.     protected function getInvoice2Service()
  8566.     {
  8567.         $this->throw('Cannot autowire service ".service_locator.813nvU3": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  8568.     }
  8569.     /**
  8570.      * Gets the private '.errored..service_locator.813nvU3.App\Entity\Person\Patient' shared service.
  8571.      *
  8572.      * @return \App\Entity\Person\Patient
  8573.      */
  8574.     protected function getPatient10Service()
  8575.     {
  8576.         $this->throw('Cannot autowire service ".service_locator.813nvU3": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8577.     }
  8578.     /**
  8579.      * Gets the private '.errored..service_locator.8jQ7Uqv.App\Entity\Clinic\PriceTier\PriceTier' shared service.
  8580.      *
  8581.      * @return \App\Entity\Clinic\PriceTier\PriceTier
  8582.      */
  8583.     protected function getPriceTier2Service()
  8584.     {
  8585.         $this->throw('Cannot autowire service ".service_locator.8jQ7Uqv": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTier" but no such service exists.');
  8586.     }
  8587.     /**
  8588.      * Gets the private '.errored..service_locator.8nQVTrM.App\Entity\Clinic\Clinic' shared service.
  8589.      *
  8590.      * @return \App\Entity\Clinic\Clinic
  8591.      */
  8592.     protected function getClinic30Service()
  8593.     {
  8594.         $this->throw('Cannot autowire service ".service_locator.8nQVTrM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8595.     }
  8596.     /**
  8597.      * Gets the private '.errored..service_locator.8nQVTrM.App\Entity\Clinic\Stock\History' shared service.
  8598.      *
  8599.      * @return \App\Entity\Clinic\Stock\History
  8600.      */
  8601.     protected function getHistoryService()
  8602.     {
  8603.         $this->throw('Cannot autowire service ".service_locator.8nQVTrM": it references class "App\\Entity\\Clinic\\Stock\\History" but no such service exists.');
  8604.     }
  8605.     /**
  8606.      * Gets the private '.errored..service_locator.8sGbrBf.App\Entity\Clinic\Clinic' shared service.
  8607.      *
  8608.      * @return \App\Entity\Clinic\Clinic
  8609.      */
  8610.     protected function getClinic31Service()
  8611.     {
  8612.         $this->throw('Cannot autowire service ".service_locator.8sGbrBf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8613.     }
  8614.     /**
  8615.      * Gets the private '.errored..service_locator.8sGbrBf.App\Entity\Patient\TreatmentPhoto\TreatmentPhoto' shared service.
  8616.      *
  8617.      * @return \App\Entity\Patient\TreatmentPhoto\TreatmentPhoto
  8618.      */
  8619.     protected function getTreatmentPhotoService()
  8620.     {
  8621.         $this->throw('Cannot autowire service ".service_locator.8sGbrBf": it references class "App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto" but no such service exists.');
  8622.     }
  8623.     /**
  8624.      * Gets the private '.errored..service_locator.8sGbrBf.App\Entity\Person\Patient' shared service.
  8625.      *
  8626.      * @return \App\Entity\Person\Patient
  8627.      */
  8628.     protected function getPatient11Service()
  8629.     {
  8630.         $this->throw('Cannot autowire service ".service_locator.8sGbrBf": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8631.     }
  8632.     /**
  8633.      * Gets the private '.errored..service_locator.8zEFMlA.App\Entity\Clinic\Clinic' shared service.
  8634.      *
  8635.      * @return \App\Entity\Clinic\Clinic
  8636.      */
  8637.     protected function getClinic32Service()
  8638.     {
  8639.         $this->throw('Cannot autowire service ".service_locator.8zEFMlA": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8640.     }
  8641.     /**
  8642.      * Gets the private '.errored..service_locator.8zEFMlA.App\Entity\Person\Patient' shared service.
  8643.      *
  8644.      * @return \App\Entity\Person\Patient
  8645.      */
  8646.     protected function getPatient12Service()
  8647.     {
  8648.         $this->throw('Cannot autowire service ".service_locator.8zEFMlA": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8649.     }
  8650.     /**
  8651.      * Gets the private '.errored..service_locator.90mr1LM.App\Entity\Clinic\Clinic' shared service.
  8652.      *
  8653.      * @return \App\Entity\Clinic\Clinic
  8654.      */
  8655.     protected function getClinic33Service()
  8656.     {
  8657.         $this->throw('Cannot autowire service ".service_locator.90mr1LM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8658.     }
  8659.     /**
  8660.      * Gets the private '.errored..service_locator.90mr1LM.App\Entity\Person\Patient' shared service.
  8661.      *
  8662.      * @return \App\Entity\Person\Patient
  8663.      */
  8664.     protected function getPatient13Service()
  8665.     {
  8666.         $this->throw('Cannot autowire service ".service_locator.90mr1LM": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8667.     }
  8668.     /**
  8669.      * Gets the private '.errored..service_locator.9YwbXXO.App\Entity\Person\SuperClinicAdmin' shared service.
  8670.      *
  8671.      * @return \App\Entity\Person\SuperClinicAdmin
  8672.      */
  8673.     protected function getSuperClinicAdminService()
  8674.     {
  8675.         $this->throw('Cannot autowire service ".service_locator.9YwbXXO": it references class "App\\Entity\\Person\\SuperClinicAdmin" but no such service exists.');
  8676.     }
  8677.     /**
  8678.      * Gets the private '.errored..service_locator.Ac3QsRU.App\Entity\Clinic\Questionaire\Question' shared service.
  8679.      *
  8680.      * @return \App\Entity\Clinic\Questionaire\Question
  8681.      */
  8682.     protected function getQuestionService()
  8683.     {
  8684.         $this->throw('Cannot autowire service ".service_locator.Ac3QsRU": it references class "App\\Entity\\Clinic\\Questionaire\\Question" but no such service exists.');
  8685.     }
  8686.     /**
  8687.      * Gets the private '.errored..service_locator.Ac3QsRU.App\Entity\Clinic\Questionaire\Questionaire' shared service.
  8688.      *
  8689.      * @return \App\Entity\Clinic\Questionaire\Questionaire
  8690.      */
  8691.     protected function getQuestionaireService()
  8692.     {
  8693.         $this->throw('Cannot autowire service ".service_locator.Ac3QsRU": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.');
  8694.     }
  8695.     /**
  8696.      * Gets the private '.errored..service_locator.ArNaJ28.App\Entity\Clinic\Clinic' shared service.
  8697.      *
  8698.      * @return \App\Entity\Clinic\Clinic
  8699.      */
  8700.     protected function getClinic34Service()
  8701.     {
  8702.         $this->throw('Cannot autowire service ".service_locator.ArNaJ28": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8703.     }
  8704.     /**
  8705.      * Gets the private '.errored..service_locator.ArNaJ28.App\Entity\Clinic\Membership\Membership' shared service.
  8706.      *
  8707.      * @return \App\Entity\Clinic\Membership\Membership
  8708.      */
  8709.     protected function getMembership2Service()
  8710.     {
  8711.         $this->throw('Cannot autowire service ".service_locator.ArNaJ28": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.');
  8712.     }
  8713.     /**
  8714.      * Gets the private '.errored..service_locator.ArNaJ28.App\Entity\Clinic\Membership\MembershipItem' shared service.
  8715.      *
  8716.      * @return \App\Entity\Clinic\Membership\MembershipItem
  8717.      */
  8718.     protected function getMembershipItemService()
  8719.     {
  8720.         $this->throw('Cannot autowire service ".service_locator.ArNaJ28": it references class "App\\Entity\\Clinic\\Membership\\MembershipItem" but no such service exists.');
  8721.     }
  8722.     /**
  8723.      * Gets the private '.errored..service_locator.B1vxjga.App\Entity\Clinic\PostAptForm' shared service.
  8724.      *
  8725.      * @return \App\Entity\Clinic\PostAptForm
  8726.      */
  8727.     protected function getPostAptForm2Service()
  8728.     {
  8729.         $this->throw('Cannot autowire service ".service_locator.B1vxjga": it references class "App\\Entity\\Clinic\\PostAptForm" but no such service exists.');
  8730.     }
  8731.     /**
  8732.      * Gets the private '.errored..service_locator.BDUO5FL.App\Entity\Clinic\Clinic' shared service.
  8733.      *
  8734.      * @return \App\Entity\Clinic\Clinic
  8735.      */
  8736.     protected function getClinic35Service()
  8737.     {
  8738.         $this->throw('Cannot autowire service ".service_locator.BDUO5FL": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8739.     }
  8740.     /**
  8741.      * Gets the private '.errored..service_locator.BDUO5FL.App\Entity\Clinic\DocumentCategory' shared service.
  8742.      *
  8743.      * @return \App\Entity\Clinic\DocumentCategory
  8744.      */
  8745.     protected function getDocumentCategoryService()
  8746.     {
  8747.         $this->throw('Cannot autowire service ".service_locator.BDUO5FL": it references class "App\\Entity\\Clinic\\DocumentCategory" but no such service exists.');
  8748.     }
  8749.     /**
  8750.      * Gets the private '.errored..service_locator.BWlBdcv.App\Entity\Clinic\Clinic' shared service.
  8751.      *
  8752.      * @return \App\Entity\Clinic\Clinic
  8753.      */
  8754.     protected function getClinic36Service()
  8755.     {
  8756.         $this->throw('Cannot autowire service ".service_locator.BWlBdcv": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8757.     }
  8758.     /**
  8759.      * Gets the private '.errored..service_locator.BWlBdcv.App\Entity\Patient\Document' shared service.
  8760.      *
  8761.      * @return \App\Entity\Patient\Document
  8762.      */
  8763.     protected function getDocumentService()
  8764.     {
  8765.         $this->throw('Cannot autowire service ".service_locator.BWlBdcv": it references class "App\\Entity\\Patient\\Document" but no such service exists.');
  8766.     }
  8767.     /**
  8768.      * Gets the private '.errored..service_locator.BWlBdcv.App\Entity\Person\Patient' shared service.
  8769.      *
  8770.      * @return \App\Entity\Person\Patient
  8771.      */
  8772.     protected function getPatient14Service()
  8773.     {
  8774.         $this->throw('Cannot autowire service ".service_locator.BWlBdcv": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  8775.     }
  8776.     /**
  8777.      * Gets the private '.errored..service_locator.Bk42dRg.App\Entity\Clinic\Clinic' shared service.
  8778.      *
  8779.      * @return \App\Entity\Clinic\Clinic
  8780.      */
  8781.     protected function getClinic37Service()
  8782.     {
  8783.         $this->throw('Cannot autowire service ".service_locator.Bk42dRg": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8784.     }
  8785.     /**
  8786.      * Gets the private '.errored..service_locator.Bk42dRg.App\Entity\Clinic\Membership\Membership' shared service.
  8787.      *
  8788.      * @return \App\Entity\Clinic\Membership\Membership
  8789.      */
  8790.     protected function getMembership3Service()
  8791.     {
  8792.         $this->throw('Cannot autowire service ".service_locator.Bk42dRg": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.');
  8793.     }
  8794.     /**
  8795.      * Gets the private '.errored..service_locator.C8zb.1y.App\Entity\Clinic\Clinic' shared service.
  8796.      *
  8797.      * @return \App\Entity\Clinic\Clinic
  8798.      */
  8799.     protected function getClinic38Service()
  8800.     {
  8801.         $this->throw('Cannot autowire service ".service_locator.C8zb.1y": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8802.     }
  8803.     /**
  8804.      * Gets the private '.errored..service_locator.Cezlehm.App\Entity\ClinicPhone' shared service.
  8805.      *
  8806.      * @return \App\Entity\ClinicPhone
  8807.      */
  8808.     protected function getClinicPhoneService()
  8809.     {
  8810.         $this->throw('Cannot autowire service ".service_locator.Cezlehm": it references class "App\\Entity\\ClinicPhone" but no such service exists.');
  8811.     }
  8812.     /**
  8813.      * Gets the private '.errored..service_locator.CfhnSq8.App\Entity\Clinic\Clinic' shared service.
  8814.      *
  8815.      * @return \App\Entity\Clinic\Clinic
  8816.      */
  8817.     protected function getClinic39Service()
  8818.     {
  8819.         $this->throw('Cannot autowire service ".service_locator.CfhnSq8": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8820.     }
  8821.     /**
  8822.      * Gets the private '.errored..service_locator.ClLMzKf.App\Entity\Clinic\Clinic' shared service.
  8823.      *
  8824.      * @return \App\Entity\Clinic\Clinic
  8825.      */
  8826.     protected function getClinic40Service()
  8827.     {
  8828.         $this->throw('Cannot autowire service ".service_locator.ClLMzKf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8829.     }
  8830.     /**
  8831.      * Gets the private '.errored..service_locator.ClLMzKf.App\Entity\Patient\Note\ConsultationNote' shared service.
  8832.      *
  8833.      * @return \App\Entity\Patient\Note\ConsultationNote
  8834.      */
  8835.     protected function getConsultationNote4Service()
  8836.     {
  8837.         $this->throw('Cannot autowire service ".service_locator.ClLMzKf": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.');
  8838.     }
  8839.     /**
  8840.      * Gets the private '.errored..service_locator.DJT3sq_.App\Entity\Clinic\Clinic' shared service.
  8841.      *
  8842.      * @return \App\Entity\Clinic\Clinic
  8843.      */
  8844.     protected function getClinic41Service()
  8845.     {
  8846.         $this->throw('Cannot autowire service ".service_locator.DJT3sq_": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8847.     }
  8848.     /**
  8849.      * Gets the private '.errored..service_locator.DJT3sq_.App\Entity\LeadCapture\LeadCapture' shared service.
  8850.      *
  8851.      * @return \App\Entity\LeadCapture\LeadCapture
  8852.      */
  8853.     protected function getLeadCapture2Service()
  8854.     {
  8855.         $this->throw('Cannot autowire service ".service_locator.DJT3sq_": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.');
  8856.     }
  8857.     /**
  8858.      * Gets the private '.errored..service_locator.DmWmoqj.App\Entity\Clinic\Clinic' shared service.
  8859.      *
  8860.      * @return \App\Entity\Clinic\Clinic
  8861.      */
  8862.     protected function getClinic42Service()
  8863.     {
  8864.         $this->throw('Cannot autowire service ".service_locator.DmWmoqj": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8865.     }
  8866.     /**
  8867.      * Gets the private '.errored..service_locator.E03ryQX.App\Entity\Clinic\Clinic' shared service.
  8868.      *
  8869.      * @return \App\Entity\Clinic\Clinic
  8870.      */
  8871.     protected function getClinic43Service()
  8872.     {
  8873.         $this->throw('Cannot autowire service ".service_locator.E03ryQX": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8874.     }
  8875.     /**
  8876.      * Gets the private '.errored..service_locator.E03ryQX.App\Entity\Clinic\Room' shared service.
  8877.      *
  8878.      * @return \App\Entity\Clinic\Room
  8879.      */
  8880.     protected function getRoomService()
  8881.     {
  8882.         $this->throw('Cannot autowire service ".service_locator.E03ryQX": it references class "App\\Entity\\Clinic\\Room" but no such service exists.');
  8883.     }
  8884.     /**
  8885.      * Gets the private '.errored..service_locator.EQ96qjw.App\Entity\Clinic\Clinic' shared service.
  8886.      *
  8887.      * @return \App\Entity\Clinic\Clinic
  8888.      */
  8889.     protected function getClinic44Service()
  8890.     {
  8891.         $this->throw('Cannot autowire service ".service_locator.EQ96qjw": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8892.     }
  8893.     /**
  8894.      * Gets the private '.errored..service_locator.EQ96qjw.App\Entity\Clinic\LearnAboutSource' shared service.
  8895.      *
  8896.      * @return \App\Entity\Clinic\LearnAboutSource
  8897.      */
  8898.     protected function getLearnAboutSourceService()
  8899.     {
  8900.         $this->throw('Cannot autowire service ".service_locator.EQ96qjw": it references class "App\\Entity\\Clinic\\LearnAboutSource" but no such service exists.');
  8901.     }
  8902.     /**
  8903.      * Gets the private '.errored..service_locator.EY3aXVP.App\Entity\Clinic\Clinic' shared service.
  8904.      *
  8905.      * @return \App\Entity\Clinic\Clinic
  8906.      */
  8907.     protected function getClinic45Service()
  8908.     {
  8909.         $this->throw('Cannot autowire service ".service_locator.EY3aXVP": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8910.     }
  8911.     /**
  8912.      * Gets the private '.errored..service_locator.EY3aXVP.App\Entity\Clinic\Stock\TreatmentGroup' shared service.
  8913.      *
  8914.      * @return \App\Entity\Clinic\Stock\TreatmentGroup
  8915.      */
  8916.     protected function getTreatmentGroupService()
  8917.     {
  8918.         $this->throw('Cannot autowire service ".service_locator.EY3aXVP": it references class "App\\Entity\\Clinic\\Stock\\TreatmentGroup" but no such service exists.');
  8919.     }
  8920.     /**
  8921.      * Gets the private '.errored..service_locator.F7.Ceu7.App\Entity\Clinic\Appointment\GoogleEvent' shared service.
  8922.      *
  8923.      * @return \App\Entity\Clinic\Appointment\GoogleEvent
  8924.      */
  8925.     protected function getGoogleEventService()
  8926.     {
  8927.         $this->throw('Cannot autowire service ".service_locator.F7.Ceu7": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.');
  8928.     }
  8929.     /**
  8930.      * Gets the private '.errored..service_locator.F7.Ceu7.App\Entity\Clinic\Clinic' shared service.
  8931.      *
  8932.      * @return \App\Entity\Clinic\Clinic
  8933.      */
  8934.     protected function getClinic46Service()
  8935.     {
  8936.         $this->throw('Cannot autowire service ".service_locator.F7.Ceu7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8937.     }
  8938.     /**
  8939.      * Gets the private '.errored..service_locator.FSe76mi.App\Entity\Clinic\Clinic' shared service.
  8940.      *
  8941.      * @return \App\Entity\Clinic\Clinic
  8942.      */
  8943.     protected function getClinic47Service()
  8944.     {
  8945.         $this->throw('Cannot autowire service ".service_locator.FSe76mi": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8946.     }
  8947.     /**
  8948.      * Gets the private '.errored..service_locator.FSe76mi.App\Entity\LeadCapture\LeadCaptureStage' shared service.
  8949.      *
  8950.      * @return \App\Entity\LeadCapture\LeadCaptureStage
  8951.      */
  8952.     protected function getLeadCaptureStageService()
  8953.     {
  8954.         $this->throw('Cannot autowire service ".service_locator.FSe76mi": it references class "App\\Entity\\LeadCapture\\LeadCaptureStage" but no such service exists.');
  8955.     }
  8956.     /**
  8957.      * Gets the private '.errored..service_locator.FXKNrkO.App\Entity\LeadCapture\LeadCapture' shared service.
  8958.      *
  8959.      * @return \App\Entity\LeadCapture\LeadCapture
  8960.      */
  8961.     protected function getLeadCapture3Service()
  8962.     {
  8963.         $this->throw('Cannot autowire service ".service_locator.FXKNrkO": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.');
  8964.     }
  8965.     /**
  8966.      * Gets the private '.errored..service_locator.Fm31gW5.App\Entity\Clinic\Clinic' shared service.
  8967.      *
  8968.      * @return \App\Entity\Clinic\Clinic
  8969.      */
  8970.     protected function getClinic48Service()
  8971.     {
  8972.         $this->throw('Cannot autowire service ".service_locator.Fm31gW5": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  8973.     }
  8974.     /**
  8975.      * Gets the private '.errored..service_locator.Fm31gW5.App\Entity\Clinic\Location' shared service.
  8976.      *
  8977.      * @return \App\Entity\Clinic\Location
  8978.      */
  8979.     protected function getLocationService()
  8980.     {
  8981.         $this->throw('Cannot autowire service ".service_locator.Fm31gW5": it references class "App\\Entity\\Clinic\\Location" but no such service exists.');
  8982.     }
  8983.     /**
  8984.      * Gets the private '.errored..service_locator.G06nCWL.App\Entity\Clinic\PriceTier\PriceTiersGroup' shared service.
  8985.      *
  8986.      * @return \App\Entity\Clinic\PriceTier\PriceTiersGroup
  8987.      */
  8988.     protected function getPriceTiersGroupService()
  8989.     {
  8990.         $this->throw('Cannot autowire service ".service_locator.G06nCWL": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup" but no such service exists.');
  8991.     }
  8992.     /**
  8993.      * Gets the private '.errored..service_locator.GCaRaJU.App\Entity\Meeting' shared service.
  8994.      *
  8995.      * @return \App\Entity\Meeting
  8996.      */
  8997.     protected function getMeetingService()
  8998.     {
  8999.         $this->throw('Cannot autowire service ".service_locator.GCaRaJU": it references class "App\\Entity\\Meeting" but no such service exists.');
  9000.     }
  9001.     /**
  9002.      * Gets the private '.errored..service_locator.GjYSd7f.App\Entity\Clinic\Clinic' shared service.
  9003.      *
  9004.      * @return \App\Entity\Clinic\Clinic
  9005.      */
  9006.     protected function getClinic49Service()
  9007.     {
  9008.         $this->throw('Cannot autowire service ".service_locator.GjYSd7f": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9009.     }
  9010.     /**
  9011.      * Gets the private '.errored..service_locator.GrsX3Yy.App\Entity\AppointmentLead' shared service.
  9012.      *
  9013.      * @return \App\Entity\AppointmentLead
  9014.      */
  9015.     protected function getAppointmentLead2Service()
  9016.     {
  9017.         $this->throw('Cannot autowire service ".service_locator.GrsX3Yy": it references class "App\\Entity\\AppointmentLead" but no such service exists.');
  9018.     }
  9019.     /**
  9020.      * Gets the private '.errored..service_locator.GrsX3Yy.App\Entity\Clinic\Clinic' shared service.
  9021.      *
  9022.      * @return \App\Entity\Clinic\Clinic
  9023.      */
  9024.     protected function getClinic50Service()
  9025.     {
  9026.         $this->throw('Cannot autowire service ".service_locator.GrsX3Yy": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9027.     }
  9028.     /**
  9029.      * Gets the private '.errored..service_locator.H7EBq.3.App\Entity\Clinic\Clinic' shared service.
  9030.      *
  9031.      * @return \App\Entity\Clinic\Clinic
  9032.      */
  9033.     protected function getClinic51Service()
  9034.     {
  9035.         $this->throw('Cannot autowire service ".service_locator.H7EBq.3": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9036.     }
  9037.     /**
  9038.      * Gets the private '.errored..service_locator.H7EBq.3.App\Entity\Clinic\DiscountReason' shared service.
  9039.      *
  9040.      * @return \App\Entity\Clinic\DiscountReason
  9041.      */
  9042.     protected function getDiscountReasonService()
  9043.     {
  9044.         $this->throw('Cannot autowire service ".service_locator.H7EBq.3": it references class "App\\Entity\\Clinic\\DiscountReason" but no such service exists.');
  9045.     }
  9046.     /**
  9047.      * Gets the private '.errored..service_locator.H8QhZav.App\Entity\Clinic\Clinic' shared service.
  9048.      *
  9049.      * @return \App\Entity\Clinic\Clinic
  9050.      */
  9051.     protected function getClinic52Service()
  9052.     {
  9053.         $this->throw('Cannot autowire service ".service_locator.H8QhZav": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9054.     }
  9055.     /**
  9056.      * Gets the private '.errored..service_locator.H8QhZav.App\Entity\Clinic\Questionaire\Questionaire' shared service.
  9057.      *
  9058.      * @return \App\Entity\Clinic\Questionaire\Questionaire
  9059.      */
  9060.     protected function getQuestionaire2Service()
  9061.     {
  9062.         $this->throw('Cannot autowire service ".service_locator.H8QhZav": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.');
  9063.     }
  9064.     /**
  9065.      * Gets the private '.errored..service_locator.H8QhZav.App\Entity\Person\Patient' shared service.
  9066.      *
  9067.      * @return \App\Entity\Person\Patient
  9068.      */
  9069.     protected function getPatient15Service()
  9070.     {
  9071.         $this->throw('Cannot autowire service ".service_locator.H8QhZav": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9072.     }
  9073.     /**
  9074.      * Gets the private '.errored..service_locator.HwJZYKG.App\Entity\Clinic\Clinic' shared service.
  9075.      *
  9076.      * @return \App\Entity\Clinic\Clinic
  9077.      */
  9078.     protected function getClinic53Service()
  9079.     {
  9080.         $this->throw('Cannot autowire service ".service_locator.HwJZYKG": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9081.     }
  9082.     /**
  9083.      * Gets the private '.errored..service_locator.HwJZYKG.App\Entity\Clinic\Outcome' shared service.
  9084.      *
  9085.      * @return \App\Entity\Clinic\Outcome
  9086.      */
  9087.     protected function getOutcomeService()
  9088.     {
  9089.         $this->throw('Cannot autowire service ".service_locator.HwJZYKG": it references class "App\\Entity\\Clinic\\Outcome" but no such service exists.');
  9090.     }
  9091.     /**
  9092.      * Gets the private '.errored..service_locator.IFn9MRz.App\Entity\Clinic\Clinic' shared service.
  9093.      *
  9094.      * @return \App\Entity\Clinic\Clinic
  9095.      */
  9096.     protected function getClinic54Service()
  9097.     {
  9098.         $this->throw('Cannot autowire service ".service_locator.IFn9MRz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9099.     }
  9100.     /**
  9101.      * Gets the private '.errored..service_locator.IFn9MRz.App\Entity\Clinic\Stock\PrepayPackage' shared service.
  9102.      *
  9103.      * @return \App\Entity\Clinic\Stock\PrepayPackage
  9104.      */
  9105.     protected function getPrepayPackageService()
  9106.     {
  9107.         $this->throw('Cannot autowire service ".service_locator.IFn9MRz": it references class "App\\Entity\\Clinic\\Stock\\PrepayPackage" but no such service exists.');
  9108.     }
  9109.     /**
  9110.      * Gets the private '.errored..service_locator.IvKmV82.App\Entity\Clinic\Clinic' shared service.
  9111.      *
  9112.      * @return \App\Entity\Clinic\Clinic
  9113.      */
  9114.     protected function getClinic55Service()
  9115.     {
  9116.         $this->throw('Cannot autowire service ".service_locator.IvKmV82": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9117.     }
  9118.     /**
  9119.      * Gets the private '.errored..service_locator.IvKmV82.App\Entity\Patient\Invoice\Item' shared service.
  9120.      *
  9121.      * @return \App\Entity\Patient\Invoice\Item
  9122.      */
  9123.     protected function getItemService()
  9124.     {
  9125.         $this->throw('Cannot autowire service ".service_locator.IvKmV82": it references class "App\\Entity\\Patient\\Invoice\\Item" but no such service exists.');
  9126.     }
  9127.     /**
  9128.      * Gets the private '.errored..service_locator.IvKmV82.App\Entity\Person\Patient' shared service.
  9129.      *
  9130.      * @return \App\Entity\Person\Patient
  9131.      */
  9132.     protected function getPatient16Service()
  9133.     {
  9134.         $this->throw('Cannot autowire service ".service_locator.IvKmV82": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9135.     }
  9136.     /**
  9137.      * Gets the private '.errored..service_locator.JKV1TGV.App\Entity\Clinic\Clinic' shared service.
  9138.      *
  9139.      * @return \App\Entity\Clinic\Clinic
  9140.      */
  9141.     protected function getClinic56Service()
  9142.     {
  9143.         $this->throw('Cannot autowire service ".service_locator.JKV1TGV": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9144.     }
  9145.     /**
  9146.      * Gets the private '.errored..service_locator.JKV1TGV.DateTime' shared service.
  9147.      *
  9148.      * @return \DateTime
  9149.      */
  9150.     protected function get_Errored__ServiceLocator_JKV1TGV_DateTimeService()
  9151.     {
  9152.         $this->throw('Cannot autowire service ".service_locator.JKV1TGV": it references class "DateTime" but no such service exists.');
  9153.     }
  9154.     /**
  9155.      * Gets the private '.errored..service_locator.Jt3J7IK.App\Entity\Clinic\Clinic' shared service.
  9156.      *
  9157.      * @return \App\Entity\Clinic\Clinic
  9158.      */
  9159.     protected function getClinic57Service()
  9160.     {
  9161.         $this->throw('Cannot autowire service ".service_locator.Jt3J7IK": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9162.     }
  9163.     /**
  9164.      * Gets the private '.errored..service_locator.Jt3J7IK.App\Entity\TemplateLibrary' shared service.
  9165.      *
  9166.      * @return \App\Entity\TemplateLibrary
  9167.      */
  9168.     protected function getTemplateLibraryService()
  9169.     {
  9170.         $this->throw('Cannot autowire service ".service_locator.Jt3J7IK": it references class "App\\Entity\\TemplateLibrary" but no such service exists.');
  9171.     }
  9172.     /**
  9173.      * Gets the private '.errored..service_locator.JtHCLlY.App\Entity\Clinic\FormFile' shared service.
  9174.      *
  9175.      * @return \App\Entity\Clinic\FormFile
  9176.      */
  9177.     protected function getFormFile2Service()
  9178.     {
  9179.         $this->throw('Cannot autowire service ".service_locator.JtHCLlY": it references class "App\\Entity\\Clinic\\FormFile" but no such service exists.');
  9180.     }
  9181.     /**
  9182.      * Gets the private '.errored..service_locator.Jx816YY.App\Entity\Clinic\Clinic' shared service.
  9183.      *
  9184.      * @return \App\Entity\Clinic\Clinic
  9185.      */
  9186.     protected function getClinic58Service()
  9187.     {
  9188.         $this->throw('Cannot autowire service ".service_locator.Jx816YY": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9189.     }
  9190.     /**
  9191.      * Gets the private '.errored..service_locator.Jx816YY.App\Entity\Patient\Prepay' shared service.
  9192.      *
  9193.      * @return \App\Entity\Patient\Prepay
  9194.      */
  9195.     protected function getPrepayService()
  9196.     {
  9197.         $this->throw('Cannot autowire service ".service_locator.Jx816YY": it references class "App\\Entity\\Patient\\Prepay" but no such service exists.');
  9198.     }
  9199.     /**
  9200.      * Gets the private '.errored..service_locator.Jx816YY.App\Entity\Person\Patient' shared service.
  9201.      *
  9202.      * @return \App\Entity\Person\Patient
  9203.      */
  9204.     protected function getPatient17Service()
  9205.     {
  9206.         $this->throw('Cannot autowire service ".service_locator.Jx816YY": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9207.     }
  9208.     /**
  9209.      * Gets the private '.errored..service_locator.KKxSBFI.App\Entity\Clinic\Appointment\GoogleEvent' shared service.
  9210.      *
  9211.      * @return \App\Entity\Clinic\Appointment\GoogleEvent
  9212.      */
  9213.     protected function getGoogleEvent2Service()
  9214.     {
  9215.         $this->throw('Cannot autowire service ".service_locator.KKxSBFI": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.');
  9216.     }
  9217.     /**
  9218.      * Gets the private '.errored..service_locator.KKxSBFI.App\Entity\Clinic\Clinic' shared service.
  9219.      *
  9220.      * @return \App\Entity\Clinic\Clinic
  9221.      */
  9222.     protected function getClinic59Service()
  9223.     {
  9224.         $this->throw('Cannot autowire service ".service_locator.KKxSBFI": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9225.     }
  9226.     /**
  9227.      * Gets the private '.errored..service_locator.KXbWYTh.App\Entity\Clinic\Clinic' shared service.
  9228.      *
  9229.      * @return \App\Entity\Clinic\Clinic
  9230.      */
  9231.     protected function getClinic60Service()
  9232.     {
  9233.         $this->throw('Cannot autowire service ".service_locator.KXbWYTh": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9234.     }
  9235.     /**
  9236.      * Gets the private '.errored..service_locator.KXbWYTh.App\Entity\Clinic\Person\ClinicUser' shared service.
  9237.      *
  9238.      * @return \App\Entity\Clinic\Person\ClinicUser
  9239.      */
  9240.     protected function getClinicUserService()
  9241.     {
  9242.         $this->throw('Cannot autowire service ".service_locator.KXbWYTh": it references class "App\\Entity\\Clinic\\Person\\ClinicUser" but no such service exists.');
  9243.     }
  9244.     /**
  9245.      * Gets the private '.errored..service_locator.KnwevVB.App\Entity\Clinic\Clinic' shared service.
  9246.      *
  9247.      * @return \App\Entity\Clinic\Clinic
  9248.      */
  9249.     protected function getClinic61Service()
  9250.     {
  9251.         $this->throw('Cannot autowire service ".service_locator.KnwevVB": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9252.     }
  9253.     /**
  9254.      * Gets the private '.errored..service_locator.KnwevVB.App\Entity\Clinic\Stock\TreatmentClinic' shared service.
  9255.      *
  9256.      * @return \App\Entity\Clinic\Stock\TreatmentClinic
  9257.      */
  9258.     protected function getTreatmentClinicService()
  9259.     {
  9260.         $this->throw('Cannot autowire service ".service_locator.KnwevVB": it references class "App\\Entity\\Clinic\\Stock\\TreatmentClinic" but no such service exists.');
  9261.     }
  9262.     /**
  9263.      * Gets the private '.errored..service_locator.KyUB8p5.App\Entity\Clinic\Clinic' shared service.
  9264.      *
  9265.      * @return \App\Entity\Clinic\Clinic
  9266.      */
  9267.     protected function getClinic62Service()
  9268.     {
  9269.         $this->throw('Cannot autowire service ".service_locator.KyUB8p5": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9270.     }
  9271.     /**
  9272.      * Gets the private '.errored..service_locator.LSchCs..App\Entity\Clinic\Clinic' shared service.
  9273.      *
  9274.      * @return \App\Entity\Clinic\Clinic
  9275.      */
  9276.     protected function getClinic63Service()
  9277.     {
  9278.         $this->throw('Cannot autowire service ".service_locator.LSchCs.": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9279.     }
  9280.     /**
  9281.      * Gets the private '.errored..service_locator.LSchCs..App\Entity\Clinic\Questionaire\Questionaire' shared service.
  9282.      *
  9283.      * @return \App\Entity\Clinic\Questionaire\Questionaire
  9284.      */
  9285.     protected function getQuestionaire3Service()
  9286.     {
  9287.         $this->throw('Cannot autowire service ".service_locator.LSchCs.": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.');
  9288.     }
  9289.     /**
  9290.      * Gets the private '.errored..service_locator.LgQdaKk.App\Entity\Clinic\Clinic' shared service.
  9291.      *
  9292.      * @return \App\Entity\Clinic\Clinic
  9293.      */
  9294.     protected function getClinic64Service()
  9295.     {
  9296.         $this->throw('Cannot autowire service ".service_locator.LgQdaKk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9297.     }
  9298.     /**
  9299.      * Gets the private '.errored..service_locator.LgQdaKk.App\Entity\Patient\Payment\PaymentsensePOS' shared service.
  9300.      *
  9301.      * @return \App\Entity\Patient\Payment\PaymentsensePOS
  9302.      */
  9303.     protected function getPaymentsensePOSService()
  9304.     {
  9305.         $this->throw('Cannot autowire service ".service_locator.LgQdaKk": it references class "App\\Entity\\Patient\\Payment\\PaymentsensePOS" but no such service exists.');
  9306.     }
  9307.     /**
  9308.      * Gets the private '.errored..service_locator.Lo.IHzF.App\Entity\ProspectCommunication' shared service.
  9309.      *
  9310.      * @return \App\Entity\ProspectCommunication
  9311.      */
  9312.     protected function getProspectCommunicationService()
  9313.     {
  9314.         $this->throw('Cannot autowire service ".service_locator.Lo.IHzF": it references class "App\\Entity\\ProspectCommunication" but no such service exists.');
  9315.     }
  9316.     /**
  9317.      * Gets the private '.errored..service_locator.MKhjP8a.App\Entity\Clinic\Appointment\GoogleEvent' shared service.
  9318.      *
  9319.      * @return \App\Entity\Clinic\Appointment\GoogleEvent
  9320.      */
  9321.     protected function getGoogleEvent3Service()
  9322.     {
  9323.         $this->throw('Cannot autowire service ".service_locator.MKhjP8a": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.');
  9324.     }
  9325.     /**
  9326.      * Gets the private '.errored..service_locator.MKhjP8a.App\Entity\Clinic\Clinic' shared service.
  9327.      *
  9328.      * @return \App\Entity\Clinic\Clinic
  9329.      */
  9330.     protected function getClinic65Service()
  9331.     {
  9332.         $this->throw('Cannot autowire service ".service_locator.MKhjP8a": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9333.     }
  9334.     /**
  9335.      * Gets the private '.errored..service_locator.MKhjP8a.App\Entity\Clinic\PostAptForm' shared service.
  9336.      *
  9337.      * @return \App\Entity\Clinic\PostAptForm
  9338.      */
  9339.     protected function getPostAptForm3Service()
  9340.     {
  9341.         $this->throw('Cannot autowire service ".service_locator.MKhjP8a": it references class "App\\Entity\\Clinic\\PostAptForm" but no such service exists.');
  9342.     }
  9343.     /**
  9344.      * Gets the private '.errored..service_locator.MU6INTS.App\Entity\Person\Patient' shared service.
  9345.      *
  9346.      * @return \App\Entity\Person\Patient
  9347.      */
  9348.     protected function getPatient18Service()
  9349.     {
  9350.         $this->throw('Cannot autowire service ".service_locator.MU6INTS": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9351.     }
  9352.     /**
  9353.      * Gets the private '.errored..service_locator.O.EbPfk.App\Entity\Clinic\Clinic' shared service.
  9354.      *
  9355.      * @return \App\Entity\Clinic\Clinic
  9356.      */
  9357.     protected function getClinic66Service()
  9358.     {
  9359.         $this->throw('Cannot autowire service ".service_locator.O.EbPfk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9360.     }
  9361.     /**
  9362.      * Gets the private '.errored..service_locator.O.EbPfk.App\Entity\Patient\Invoice' shared service.
  9363.      *
  9364.      * @return \App\Entity\Patient\Invoice
  9365.      */
  9366.     protected function getInvoice3Service()
  9367.     {
  9368.         $this->throw('Cannot autowire service ".service_locator.O.EbPfk": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  9369.     }
  9370.     /**
  9371.      * Gets the private '.errored..service_locator.QogbiW..App\Entity\Clinic\PriceTier\PromoCode' shared service.
  9372.      *
  9373.      * @return \App\Entity\Clinic\PriceTier\PromoCode
  9374.      */
  9375.     protected function getPromoCodeService()
  9376.     {
  9377.         $this->throw('Cannot autowire service ".service_locator.QogbiW.": it references class "App\\Entity\\Clinic\\PriceTier\\PromoCode" but no such service exists.');
  9378.     }
  9379.     /**
  9380.      * Gets the private '.errored..service_locator.Qt0ou_B.App\Entity\Clinic\Clinic' shared service.
  9381.      *
  9382.      * @return \App\Entity\Clinic\Clinic
  9383.      */
  9384.     protected function getClinic67Service()
  9385.     {
  9386.         $this->throw('Cannot autowire service ".service_locator.Qt0ou_B": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9387.     }
  9388.     /**
  9389.      * Gets the private '.errored..service_locator.Qt0ou_B.App\Entity\Patient\Invoice' shared service.
  9390.      *
  9391.      * @return \App\Entity\Patient\Invoice
  9392.      */
  9393.     protected function getInvoice4Service()
  9394.     {
  9395.         $this->throw('Cannot autowire service ".service_locator.Qt0ou_B": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  9396.     }
  9397.     /**
  9398.      * Gets the private '.errored..service_locator.Qt0ou_B.App\Entity\Person\Patient' shared service.
  9399.      *
  9400.      * @return \App\Entity\Person\Patient
  9401.      */
  9402.     protected function getPatient19Service()
  9403.     {
  9404.         $this->throw('Cannot autowire service ".service_locator.Qt0ou_B": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9405.     }
  9406.     /**
  9407.      * Gets the private '.errored..service_locator.Rygxwx2.App\Entity\Clinic\PriceTier\PriceTiersGroup' shared service.
  9408.      *
  9409.      * @return \App\Entity\Clinic\PriceTier\PriceTiersGroup
  9410.      */
  9411.     protected function getPriceTiersGroup2Service()
  9412.     {
  9413.         $this->throw('Cannot autowire service ".service_locator.Rygxwx2": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup" but no such service exists.');
  9414.     }
  9415.     /**
  9416.      * Gets the private '.errored..service_locator.U95CptO.App\Entity\Clinic\Clinic' shared service.
  9417.      *
  9418.      * @return \App\Entity\Clinic\Clinic
  9419.      */
  9420.     protected function getClinic68Service()
  9421.     {
  9422.         $this->throw('Cannot autowire service ".service_locator.U95CptO": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9423.     }
  9424.     /**
  9425.      * Gets the private '.errored..service_locator.U95CptO.App\Entity\Person\Patient' shared service.
  9426.      *
  9427.      * @return \App\Entity\Person\Patient
  9428.      */
  9429.     protected function getPatient20Service()
  9430.     {
  9431.         $this->throw('Cannot autowire service ".service_locator.U95CptO": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9432.     }
  9433.     /**
  9434.      * Gets the private '.errored..service_locator.UDFAHFu.App\Entity\Clinic\Clinic' shared service.
  9435.      *
  9436.      * @return \App\Entity\Clinic\Clinic
  9437.      */
  9438.     protected function getClinic69Service()
  9439.     {
  9440.         $this->throw('Cannot autowire service ".service_locator.UDFAHFu": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9441.     }
  9442.     /**
  9443.      * Gets the private '.errored..service_locator.UDFAHFu.App\Entity\Person\Patient' shared service.
  9444.      *
  9445.      * @return \App\Entity\Person\Patient
  9446.      */
  9447.     protected function getPatient21Service()
  9448.     {
  9449.         $this->throw('Cannot autowire service ".service_locator.UDFAHFu": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9450.     }
  9451.     /**
  9452.      * Gets the private '.errored..service_locator.Uy1Qk.8.App\Entity\Clinic\Clinic' shared service.
  9453.      *
  9454.      * @return \App\Entity\Clinic\Clinic
  9455.      */
  9456.     protected function getClinic70Service()
  9457.     {
  9458.         $this->throw('Cannot autowire service ".service_locator.Uy1Qk.8": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9459.     }
  9460.     /**
  9461.      * Gets the private '.errored..service_locator.Uyoil4z.App\Entity\Clinic\Clinic' shared service.
  9462.      *
  9463.      * @return \App\Entity\Clinic\Clinic
  9464.      */
  9465.     protected function getClinic71Service()
  9466.     {
  9467.         $this->throw('Cannot autowire service ".service_locator.Uyoil4z": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9468.     }
  9469.     /**
  9470.      * Gets the private '.errored..service_locator.Uyoil4z.App\Entity\LeadCapture\LeadCapture' shared service.
  9471.      *
  9472.      * @return \App\Entity\LeadCapture\LeadCapture
  9473.      */
  9474.     protected function getLeadCapture4Service()
  9475.     {
  9476.         $this->throw('Cannot autowire service ".service_locator.Uyoil4z": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.');
  9477.     }
  9478.     /**
  9479.      * Gets the private '.errored..service_locator.VSFUhMz.App\Entity\Clinic\Clinic' shared service.
  9480.      *
  9481.      * @return \App\Entity\Clinic\Clinic
  9482.      */
  9483.     protected function getClinic72Service()
  9484.     {
  9485.         $this->throw('Cannot autowire service ".service_locator.VSFUhMz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9486.     }
  9487.     /**
  9488.      * Gets the private '.errored..service_locator.VUNzfCR.App\Entity\Clinic\Clinic' shared service.
  9489.      *
  9490.      * @return \App\Entity\Clinic\Clinic
  9491.      */
  9492.     protected function getClinic73Service()
  9493.     {
  9494.         $this->throw('Cannot autowire service ".service_locator.VUNzfCR": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9495.     }
  9496.     /**
  9497.      * Gets the private '.errored..service_locator.VetA824.App\Entity\Clinic\Clinic' shared service.
  9498.      *
  9499.      * @return \App\Entity\Clinic\Clinic
  9500.      */
  9501.     protected function getClinic74Service()
  9502.     {
  9503.         $this->throw('Cannot autowire service ".service_locator.VetA824": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9504.     }
  9505.     /**
  9506.      * Gets the private '.errored..service_locator.VetA824.App\Entity\Patient\Payment\PaymentsenseConnect' shared service.
  9507.      *
  9508.      * @return \App\Entity\Patient\Payment\PaymentsenseConnect
  9509.      */
  9510.     protected function getPaymentsenseConnectService()
  9511.     {
  9512.         $this->throw('Cannot autowire service ".service_locator.VetA824": it references class "App\\Entity\\Patient\\Payment\\PaymentsenseConnect" but no such service exists.');
  9513.     }
  9514.     /**
  9515.      * Gets the private '.errored..service_locator.VijrZBf.App\Entity\Clinic\Clinic' shared service.
  9516.      *
  9517.      * @return \App\Entity\Clinic\Clinic
  9518.      */
  9519.     protected function getClinic75Service()
  9520.     {
  9521.         $this->throw('Cannot autowire service ".service_locator.VijrZBf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9522.     }
  9523.     /**
  9524.      * Gets the private '.errored..service_locator.Vus4v0l.App\Entity\Clinic\Clinic' shared service.
  9525.      *
  9526.      * @return \App\Entity\Clinic\Clinic
  9527.      */
  9528.     protected function getClinic76Service()
  9529.     {
  9530.         $this->throw('Cannot autowire service ".service_locator.Vus4v0l": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9531.     }
  9532.     /**
  9533.      * Gets the private '.errored..service_locator.Vus4v0l.App\Entity\Event' shared service.
  9534.      *
  9535.      * @return \App\Entity\Event
  9536.      */
  9537.     protected function getEventService()
  9538.     {
  9539.         $this->throw('Cannot autowire service ".service_locator.Vus4v0l": it references class "App\\Entity\\Event" but no such service exists.');
  9540.     }
  9541.     /**
  9542.      * Gets the private '.errored..service_locator.WIPJg1W.App\Entity\Clinic\Clinic' shared service.
  9543.      *
  9544.      * @return \App\Entity\Clinic\Clinic
  9545.      */
  9546.     protected function getClinic77Service()
  9547.     {
  9548.         $this->throw('Cannot autowire service ".service_locator.WIPJg1W": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9549.     }
  9550.     /**
  9551.      * Gets the private '.errored..service_locator.WIPJg1W.App\Entity\Patient\Payment\Kind' shared service.
  9552.      *
  9553.      * @return \App\Entity\Patient\Payment\Kind
  9554.      */
  9555.     protected function getKindService()
  9556.     {
  9557.         $this->throw('Cannot autowire service ".service_locator.WIPJg1W": it references class "App\\Entity\\Patient\\Payment\\Kind" but no such service exists.');
  9558.     }
  9559.     /**
  9560.      * Gets the private '.errored..service_locator.WYfhOke.App\Entity\Clinic\Clinic' shared service.
  9561.      *
  9562.      * @return \App\Entity\Clinic\Clinic
  9563.      */
  9564.     protected function getClinic78Service()
  9565.     {
  9566.         $this->throw('Cannot autowire service ".service_locator.WYfhOke": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9567.     }
  9568.     /**
  9569.      * Gets the private '.errored..service_locator.YAbO6KB.App\Entity\Clinic\Clinic' shared service.
  9570.      *
  9571.      * @return \App\Entity\Clinic\Clinic
  9572.      */
  9573.     protected function getClinic79Service()
  9574.     {
  9575.         $this->throw('Cannot autowire service ".service_locator.YAbO6KB": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9576.     }
  9577.     /**
  9578.      * Gets the private '.errored..service_locator.YAbO6KB.App\Entity\Patient\Note\Note' shared service.
  9579.      *
  9580.      * @return \App\Entity\Patient\Note\Note
  9581.      */
  9582.     protected function getNoteService()
  9583.     {
  9584.         $this->throw('Cannot autowire service ".service_locator.YAbO6KB": it references class "App\\Entity\\Patient\\Note\\Note" but no such service exists.');
  9585.     }
  9586.     /**
  9587.      * Gets the private '.errored..service_locator.YAbO6KB.App\Entity\Person\Patient' shared service.
  9588.      *
  9589.      * @return \App\Entity\Person\Patient
  9590.      */
  9591.     protected function getPatient22Service()
  9592.     {
  9593.         $this->throw('Cannot autowire service ".service_locator.YAbO6KB": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9594.     }
  9595.     /**
  9596.      * Gets the private '.errored..service_locator.YDJMxWA.App\Entity\Clinic\Stock\TreatmentClinic' shared service.
  9597.      *
  9598.      * @return \App\Entity\Clinic\Stock\TreatmentClinic
  9599.      */
  9600.     protected function getTreatmentClinic2Service()
  9601.     {
  9602.         $this->throw('Cannot autowire service ".service_locator.YDJMxWA": it references class "App\\Entity\\Clinic\\Stock\\TreatmentClinic" but no such service exists.');
  9603.     }
  9604.     /**
  9605.      * Gets the private '.errored..service_locator.YH4gI56.App\Entity\CustomReports\CustomReports' shared service.
  9606.      *
  9607.      * @return \App\Entity\CustomReports\CustomReports
  9608.      */
  9609.     protected function getCustomReportsService()
  9610.     {
  9611.         $this->throw('Cannot autowire service ".service_locator.YH4gI56": it references class "App\\Entity\\CustomReports\\CustomReports" but no such service exists.');
  9612.     }
  9613.     /**
  9614.      * Gets the private '.errored..service_locator.YK7aVlK.App\Entity\ProspectConversation' shared service.
  9615.      *
  9616.      * @return \App\Entity\ProspectConversation
  9617.      */
  9618.     protected function getProspectConversationService()
  9619.     {
  9620.         $this->throw('Cannot autowire service ".service_locator.YK7aVlK": it references class "App\\Entity\\ProspectConversation" but no such service exists.');
  9621.     }
  9622.     /**
  9623.      * Gets the private '.errored..service_locator.YUUvPmb.App\Entity\Clinic\Clinic' shared service.
  9624.      *
  9625.      * @return \App\Entity\Clinic\Clinic
  9626.      */
  9627.     protected function getClinic80Service()
  9628.     {
  9629.         $this->throw('Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9630.     }
  9631.     /**
  9632.      * Gets the private '.errored..service_locator.YUUvPmb.App\Entity\Patient\Note\AdditionalNote' shared service.
  9633.      *
  9634.      * @return \App\Entity\Patient\Note\AdditionalNote
  9635.      */
  9636.     protected function getAdditionalNoteService()
  9637.     {
  9638.         $this->throw('Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Patient\\Note\\AdditionalNote" but no such service exists.');
  9639.     }
  9640.     /**
  9641.      * Gets the private '.errored..service_locator.YUUvPmb.App\Entity\Patient\Note\ConsultationNote' shared service.
  9642.      *
  9643.      * @return \App\Entity\Patient\Note\ConsultationNote
  9644.      */
  9645.     protected function getConsultationNote5Service()
  9646.     {
  9647.         $this->throw('Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.');
  9648.     }
  9649.     /**
  9650.      * Gets the private '.errored..service_locator.YUUvPmb.App\Entity\Person\Patient' shared service.
  9651.      *
  9652.      * @return \App\Entity\Person\Patient
  9653.      */
  9654.     protected function getPatient23Service()
  9655.     {
  9656.         $this->throw('Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9657.     }
  9658.     /**
  9659.      * Gets the private '.errored..service_locator.YXkzAZ0.App\Entity\Clinic\Questionaire\Question' shared service.
  9660.      *
  9661.      * @return \App\Entity\Clinic\Questionaire\Question
  9662.      */
  9663.     protected function getQuestion2Service()
  9664.     {
  9665.         $this->throw('Cannot autowire service ".service_locator.YXkzAZ0": it references class "App\\Entity\\Clinic\\Questionaire\\Question" but no such service exists.');
  9666.     }
  9667.     /**
  9668.      * Gets the private '.errored..service_locator.YXkzAZ0.App\Entity\Clinic\Questionaire\Questionaire' shared service.
  9669.      *
  9670.      * @return \App\Entity\Clinic\Questionaire\Questionaire
  9671.      */
  9672.     protected function getQuestionaire4Service()
  9673.     {
  9674.         $this->throw('Cannot autowire service ".service_locator.YXkzAZ0": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.');
  9675.     }
  9676.     /**
  9677.      * Gets the private '.errored..service_locator.YZo.umZ.App\Entity\Clinic\Clinic' shared service.
  9678.      *
  9679.      * @return \App\Entity\Clinic\Clinic
  9680.      */
  9681.     protected function getClinic81Service()
  9682.     {
  9683.         $this->throw('Cannot autowire service ".service_locator.YZo.umZ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9684.     }
  9685.     /**
  9686.      * Gets the private '.errored..service_locator.YmKsGL4.App\Entity\Clinic\Clinic' shared service.
  9687.      *
  9688.      * @return \App\Entity\Clinic\Clinic
  9689.      */
  9690.     protected function getClinic82Service()
  9691.     {
  9692.         $this->throw('Cannot autowire service ".service_locator.YmKsGL4": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9693.     }
  9694.     /**
  9695.      * Gets the private '.errored..service_locator.YmKsGL4.App\Entity\Patient\Payment\PaymentsensePOS' shared service.
  9696.      *
  9697.      * @return \App\Entity\Patient\Payment\PaymentsensePOS
  9698.      */
  9699.     protected function getPaymentsensePOS2Service()
  9700.     {
  9701.         $this->throw('Cannot autowire service ".service_locator.YmKsGL4": it references class "App\\Entity\\Patient\\Payment\\PaymentsensePOS" but no such service exists.');
  9702.     }
  9703.     /**
  9704.      * Gets the private '.errored..service_locator.YxqFOb4.App\Entity\Clinic\Appointment\GoogleEvent' shared service.
  9705.      *
  9706.      * @return \App\Entity\Clinic\Appointment\GoogleEvent
  9707.      */
  9708.     protected function getGoogleEvent4Service()
  9709.     {
  9710.         $this->throw('Cannot autowire service ".service_locator.YxqFOb4": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.');
  9711.     }
  9712.     /**
  9713.      * Gets the private '.errored..service_locator.Z7B4LE3.App\Entity\Clinic\Clinic' shared service.
  9714.      *
  9715.      * @return \App\Entity\Clinic\Clinic
  9716.      */
  9717.     protected function getClinic83Service()
  9718.     {
  9719.         $this->throw('Cannot autowire service ".service_locator.Z7B4LE3": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9720.     }
  9721.     /**
  9722.      * Gets the private '.errored..service_locator.Z7B4LE3.App\Entity\DaySheet\DaySheet' shared service.
  9723.      *
  9724.      * @return \App\Entity\DaySheet\DaySheet
  9725.      */
  9726.     protected function getDaySheetService()
  9727.     {
  9728.         $this->throw('Cannot autowire service ".service_locator.Z7B4LE3": it references class "App\\Entity\\DaySheet\\DaySheet" but no such service exists.');
  9729.     }
  9730.     /**
  9731.      * Gets the private '.errored..service_locator._nJi02u.App\Entity\Clinic\Clinic' shared service.
  9732.      *
  9733.      * @return \App\Entity\Clinic\Clinic
  9734.      */
  9735.     protected function getClinic84Service()
  9736.     {
  9737.         $this->throw('Cannot autowire service ".service_locator._nJi02u": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9738.     }
  9739.     /**
  9740.      * Gets the private '.errored..service_locator._xsr3s2.App\Entity\Clinic\Stock\PriceList' shared service.
  9741.      *
  9742.      * @return \App\Entity\Clinic\Stock\PriceList
  9743.      */
  9744.     protected function getPriceListService()
  9745.     {
  9746.         $this->throw('Cannot autowire service ".service_locator._xsr3s2": it references class "App\\Entity\\Clinic\\Stock\\PriceList" but no such service exists.');
  9747.     }
  9748.     /**
  9749.      * Gets the private '.errored..service_locator.ae8nc1y.App\Entity\Clinic\Marketing' shared service.
  9750.      *
  9751.      * @return \App\Entity\Clinic\Marketing
  9752.      */
  9753.     protected function getMarketingService()
  9754.     {
  9755.         $this->throw('Cannot autowire service ".service_locator.ae8nc1y": it references class "App\\Entity\\Clinic\\Marketing" but no such service exists.');
  9756.     }
  9757.     /**
  9758.      * Gets the private '.errored..service_locator.ajcsq0y.App\Entity\Clinic\Clinic' shared service.
  9759.      *
  9760.      * @return \App\Entity\Clinic\Clinic
  9761.      */
  9762.     protected function getClinic85Service()
  9763.     {
  9764.         $this->throw('Cannot autowire service ".service_locator.ajcsq0y": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9765.     }
  9766.     /**
  9767.      * Gets the private '.errored..service_locator.b07.ZNQ.App\Entity\Clinic\Clinic' shared service.
  9768.      *
  9769.      * @return \App\Entity\Clinic\Clinic
  9770.      */
  9771.     protected function getClinic86Service()
  9772.     {
  9773.         $this->throw('Cannot autowire service ".service_locator.b07.ZNQ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9774.     }
  9775.     /**
  9776.      * Gets the private '.errored..service_locator.b500Lf8.App\Entity\Clinic\Clinic' shared service.
  9777.      *
  9778.      * @return \App\Entity\Clinic\Clinic
  9779.      */
  9780.     protected function getClinic87Service()
  9781.     {
  9782.         $this->throw('Cannot autowire service ".service_locator.b500Lf8": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9783.     }
  9784.     /**
  9785.      * Gets the private '.errored..service_locator.bACQl82.App\Entity\Clinic\BlockerReason' shared service.
  9786.      *
  9787.      * @return \App\Entity\Clinic\BlockerReason
  9788.      */
  9789.     protected function getBlockerReasonService()
  9790.     {
  9791.         $this->throw('Cannot autowire service ".service_locator.bACQl82": it references class "App\\Entity\\Clinic\\BlockerReason" but no such service exists.');
  9792.     }
  9793.     /**
  9794.      * Gets the private '.errored..service_locator.bACQl82.App\Entity\Clinic\Clinic' shared service.
  9795.      *
  9796.      * @return \App\Entity\Clinic\Clinic
  9797.      */
  9798.     protected function getClinic88Service()
  9799.     {
  9800.         $this->throw('Cannot autowire service ".service_locator.bACQl82": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9801.     }
  9802.     /**
  9803.      * Gets the private '.errored..service_locator.cJXGZUz.App\Entity\Template' shared service.
  9804.      *
  9805.      * @return \App\Entity\Template
  9806.      */
  9807.     protected function getTemplate2Service()
  9808.     {
  9809.         $this->throw('Cannot autowire service ".service_locator.cJXGZUz": it references class "App\\Entity\\Template" but no such service exists.');
  9810.     }
  9811.     /**
  9812.      * Gets the private '.errored..service_locator.cWdrEcP.App\Entity\Clinic\Clinic' shared service.
  9813.      *
  9814.      * @return \App\Entity\Clinic\Clinic
  9815.      */
  9816.     protected function getClinic89Service()
  9817.     {
  9818.         $this->throw('Cannot autowire service ".service_locator.cWdrEcP": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9819.     }
  9820.     /**
  9821.      * Gets the private '.errored..service_locator.cWdrEcP.App\Entity\Clinic\Filter' shared service.
  9822.      *
  9823.      * @return \App\Entity\Clinic\Filter
  9824.      */
  9825.     protected function getFilterService()
  9826.     {
  9827.         $this->throw('Cannot autowire service ".service_locator.cWdrEcP": it references class "App\\Entity\\Clinic\\Filter" but no such service exists.');
  9828.     }
  9829.     /**
  9830.      * Gets the private '.errored..service_locator.cjPJq4m.App\Entity\Organisation\Organisation' shared service.
  9831.      *
  9832.      * @return \App\Entity\Organisation\Organisation
  9833.      */
  9834.     protected function getOrganisationService()
  9835.     {
  9836.         $this->throw('Cannot autowire service ".service_locator.cjPJq4m": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.');
  9837.     }
  9838.     /**
  9839.      * Gets the private '.errored..service_locator.dNZuJkQ.App\Entity\Clinic\Clinic' shared service.
  9840.      *
  9841.      * @return \App\Entity\Clinic\Clinic
  9842.      */
  9843.     protected function getClinic90Service()
  9844.     {
  9845.         $this->throw('Cannot autowire service ".service_locator.dNZuJkQ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9846.     }
  9847.     /**
  9848.      * Gets the private '.errored..service_locator.dcdszee.App\Entity\Organisation\Organisation' shared service.
  9849.      *
  9850.      * @return \App\Entity\Organisation\Organisation
  9851.      */
  9852.     protected function getOrganisation2Service()
  9853.     {
  9854.         $this->throw('Cannot autowire service ".service_locator.dcdszee": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.');
  9855.     }
  9856.     /**
  9857.      * Gets the private '.errored..service_locator.eFzRqZa.App\Entity\Clinic\Clinic' shared service.
  9858.      *
  9859.      * @return \App\Entity\Clinic\Clinic
  9860.      */
  9861.     protected function getClinic91Service()
  9862.     {
  9863.         $this->throw('Cannot autowire service ".service_locator.eFzRqZa": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9864.     }
  9865.     /**
  9866.      * Gets the private '.errored..service_locator.eFzRqZa.App\Entity\Waiting\Item' shared service.
  9867.      *
  9868.      * @return \App\Entity\Waiting\Item
  9869.      */
  9870.     protected function getItem2Service()
  9871.     {
  9872.         $this->throw('Cannot autowire service ".service_locator.eFzRqZa": it references class "App\\Entity\\Waiting\\Item" but no such service exists.');
  9873.     }
  9874.     /**
  9875.      * Gets the private '.errored..service_locator.eRYIJCe.App\Entity\Clinic\Clinic' shared service.
  9876.      *
  9877.      * @return \App\Entity\Clinic\Clinic
  9878.      */
  9879.     protected function getClinic92Service()
  9880.     {
  9881.         $this->throw('Cannot autowire service ".service_locator.eRYIJCe": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9882.     }
  9883.     /**
  9884.      * Gets the private '.errored..service_locator.eRYIJCe.App\Entity\Patient\Invoice' shared service.
  9885.      *
  9886.      * @return \App\Entity\Patient\Invoice
  9887.      */
  9888.     protected function getInvoice5Service()
  9889.     {
  9890.         $this->throw('Cannot autowire service ".service_locator.eRYIJCe": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  9891.     }
  9892.     /**
  9893.      * Gets the private '.errored..service_locator.eRYIJCe.App\Entity\Person\Patient' shared service.
  9894.      *
  9895.      * @return \App\Entity\Person\Patient
  9896.      */
  9897.     protected function getPatient24Service()
  9898.     {
  9899.         $this->throw('Cannot autowire service ".service_locator.eRYIJCe": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9900.     }
  9901.     /**
  9902.      * Gets the private '.errored..service_locator.e_ZnoRO.App\Entity\Clinic\Clinic' shared service.
  9903.      *
  9904.      * @return \App\Entity\Clinic\Clinic
  9905.      */
  9906.     protected function getClinic93Service()
  9907.     {
  9908.         $this->throw('Cannot autowire service ".service_locator.e_ZnoRO": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9909.     }
  9910.     /**
  9911.      * Gets the private '.errored..service_locator.e_ZnoRO.App\Entity\Patient\Correspondence\Correspondence' shared service.
  9912.      *
  9913.      * @return \App\Entity\Patient\Correspondence\Correspondence
  9914.      */
  9915.     protected function getCorrespondenceService()
  9916.     {
  9917.         $this->throw('Cannot autowire service ".service_locator.e_ZnoRO": it references class "App\\Entity\\Patient\\Correspondence\\Correspondence" but no such service exists.');
  9918.     }
  9919.     /**
  9920.      * Gets the private '.errored..service_locator.e_ZnoRO.App\Entity\Person\Patient' shared service.
  9921.      *
  9922.      * @return \App\Entity\Person\Patient
  9923.      */
  9924.     protected function getPatient25Service()
  9925.     {
  9926.         $this->throw('Cannot autowire service ".service_locator.e_ZnoRO": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9927.     }
  9928.     /**
  9929.      * Gets the private '.errored..service_locator.e_uTcY8.App\Entity\Organisation\Organisation' shared service.
  9930.      *
  9931.      * @return \App\Entity\Organisation\Organisation
  9932.      */
  9933.     protected function getOrganisation3Service()
  9934.     {
  9935.         $this->throw('Cannot autowire service ".service_locator.e_uTcY8": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.');
  9936.     }
  9937.     /**
  9938.      * Gets the private '.errored..service_locator.egBYXdx.App\Entity\Clinic\Clinic' shared service.
  9939.      *
  9940.      * @return \App\Entity\Clinic\Clinic
  9941.      */
  9942.     protected function getClinic94Service()
  9943.     {
  9944.         $this->throw('Cannot autowire service ".service_locator.egBYXdx": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9945.     }
  9946.     /**
  9947.      * Gets the private '.errored..service_locator.f2r2vfk.App\Entity\Clinic\Clinic' shared service.
  9948.      *
  9949.      * @return \App\Entity\Clinic\Clinic
  9950.      */
  9951.     protected function getClinic95Service()
  9952.     {
  9953.         $this->throw('Cannot autowire service ".service_locator.f2r2vfk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9954.     }
  9955.     /**
  9956.      * Gets the private '.errored..service_locator.f2r2vfk.App\Entity\Patient\Correspondence\Correspondence' shared service.
  9957.      *
  9958.      * @return \App\Entity\Patient\Correspondence\Correspondence
  9959.      */
  9960.     protected function getCorrespondence2Service()
  9961.     {
  9962.         $this->throw('Cannot autowire service ".service_locator.f2r2vfk": it references class "App\\Entity\\Patient\\Correspondence\\Correspondence" but no such service exists.');
  9963.     }
  9964.     /**
  9965.      * Gets the private '.errored..service_locator.f4N4fuN.App\Entity\Clinic\Clinic' shared service.
  9966.      *
  9967.      * @return \App\Entity\Clinic\Clinic
  9968.      */
  9969.     protected function getClinic96Service()
  9970.     {
  9971.         $this->throw('Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  9972.     }
  9973.     /**
  9974.      * Gets the private '.errored..service_locator.f4N4fuN.App\Entity\Patient\TreatmentPhoto\TreatmentPhoto' shared service.
  9975.      *
  9976.      * @return \App\Entity\Patient\TreatmentPhoto\TreatmentPhoto
  9977.      */
  9978.     protected function getTreatmentPhoto2Service()
  9979.     {
  9980.         $this->throw('Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto" but no such service exists.');
  9981.     }
  9982.     /**
  9983.      * Gets the private '.errored..service_locator.f4N4fuN.App\Entity\Patient\TreatmentPhoto\TreatmentPhotoUsedProduct' shared service.
  9984.      *
  9985.      * @return \App\Entity\Patient\TreatmentPhoto\TreatmentPhotoUsedProduct
  9986.      */
  9987.     protected function getTreatmentPhotoUsedProductService()
  9988.     {
  9989.         $this->throw('Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhotoUsedProduct" but no such service exists.');
  9990.     }
  9991.     /**
  9992.      * Gets the private '.errored..service_locator.f4N4fuN.App\Entity\Person\Patient' shared service.
  9993.      *
  9994.      * @return \App\Entity\Person\Patient
  9995.      */
  9996.     protected function getPatient26Service()
  9997.     {
  9998.         $this->throw('Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  9999.     }
  10000.     /**
  10001.      * Gets the private '.errored..service_locator.f8fB9ia.App\Entity\Communication' shared service.
  10002.      *
  10003.      * @return \App\Entity\Communication
  10004.      */
  10005.     protected function getCommunicationService()
  10006.     {
  10007.         $this->throw('Cannot autowire service ".service_locator.f8fB9ia": it references class "App\\Entity\\Communication" but no such service exists.');
  10008.     }
  10009.     /**
  10010.      * Gets the private '.errored..service_locator.girrYap.App\Entity\Clinic\Appointment\GoogleEvent' shared service.
  10011.      *
  10012.      * @return \App\Entity\Clinic\Appointment\GoogleEvent
  10013.      */
  10014.     protected function getGoogleEvent5Service()
  10015.     {
  10016.         $this->throw('Cannot autowire service ".service_locator.girrYap": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.');
  10017.     }
  10018.     /**
  10019.      * Gets the private '.errored..service_locator.girrYap.App\Entity\Clinic\Clinic' shared service.
  10020.      *
  10021.      * @return \App\Entity\Clinic\Clinic
  10022.      */
  10023.     protected function getClinic97Service()
  10024.     {
  10025.         $this->throw('Cannot autowire service ".service_locator.girrYap": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10026.     }
  10027.     /**
  10028.      * Gets the private '.errored..service_locator.gvnbgyu.App\Entity\Clinic\Clinic' shared service.
  10029.      *
  10030.      * @return \App\Entity\Clinic\Clinic
  10031.      */
  10032.     protected function getClinic98Service()
  10033.     {
  10034.         $this->throw('Cannot autowire service ".service_locator.gvnbgyu": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10035.     }
  10036.     /**
  10037.      * Gets the private '.errored..service_locator.gzG7ZvM.App\Entity\Clinic\TaskBoard' shared service.
  10038.      *
  10039.      * @return \App\Entity\Clinic\TaskBoard
  10040.      */
  10041.     protected function getTaskBoardService()
  10042.     {
  10043.         $this->throw('Cannot autowire service ".service_locator.gzG7ZvM": it references class "App\\Entity\\Clinic\\TaskBoard" but no such service exists.');
  10044.     }
  10045.     /**
  10046.      * Gets the private '.errored..service_locator.hOcm4VS.App\Entity\Clinic\Survey' shared service.
  10047.      *
  10048.      * @return \App\Entity\Clinic\Survey
  10049.      */
  10050.     protected function getSurvey2Service()
  10051.     {
  10052.         $this->throw('Cannot autowire service ".service_locator.hOcm4VS": it references class "App\\Entity\\Clinic\\Survey" but no such service exists.');
  10053.     }
  10054.     /**
  10055.      * Gets the private '.errored..service_locator.hcPx9NN.App\Entity\Clinic\Clinic' shared service.
  10056.      *
  10057.      * @return \App\Entity\Clinic\Clinic
  10058.      */
  10059.     protected function getClinic99Service()
  10060.     {
  10061.         $this->throw('Cannot autowire service ".service_locator.hcPx9NN": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10062.     }
  10063.     /**
  10064.      * Gets the private '.errored..service_locator.hcVzNJX.App\Entity\Clinic\Membership\Membership' shared service.
  10065.      *
  10066.      * @return \App\Entity\Clinic\Membership\Membership
  10067.      */
  10068.     protected function getMembership4Service()
  10069.     {
  10070.         $this->throw('Cannot autowire service ".service_locator.hcVzNJX": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.');
  10071.     }
  10072.     /**
  10073.      * Gets the private '.errored..service_locator.iR6aeYj.App\Entity\Clinic\Equipment' shared service.
  10074.      *
  10075.      * @return \App\Entity\Clinic\Equipment
  10076.      */
  10077.     protected function getEquipmentService()
  10078.     {
  10079.         $this->throw('Cannot autowire service ".service_locator.iR6aeYj": it references class "App\\Entity\\Clinic\\Equipment" but no such service exists.');
  10080.     }
  10081.     /**
  10082.      * Gets the private '.errored..service_locator.icIQp1B.App\Entity\Clinic\Clinic' shared service.
  10083.      *
  10084.      * @return \App\Entity\Clinic\Clinic
  10085.      */
  10086.     protected function getClinic100Service()
  10087.     {
  10088.         $this->throw('Cannot autowire service ".service_locator.icIQp1B": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10089.     }
  10090.     /**
  10091.      * Gets the private '.errored..service_locator.j3kLKys.App\Entity\Clinic\Clinic' shared service.
  10092.      *
  10093.      * @return \App\Entity\Clinic\Clinic
  10094.      */
  10095.     protected function getClinic101Service()
  10096.     {
  10097.         $this->throw('Cannot autowire service ".service_locator.j3kLKys": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10098.     }
  10099.     /**
  10100.      * Gets the private '.errored..service_locator.j3kLKys.App\Entity\Patient\Note\ConsultationNote' shared service.
  10101.      *
  10102.      * @return \App\Entity\Patient\Note\ConsultationNote
  10103.      */
  10104.     protected function getConsultationNote6Service()
  10105.     {
  10106.         $this->throw('Cannot autowire service ".service_locator.j3kLKys": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.');
  10107.     }
  10108.     /**
  10109.      * Gets the private '.errored..service_locator.j3kLKys.App\Entity\Person\Patient' shared service.
  10110.      *
  10111.      * @return \App\Entity\Person\Patient
  10112.      */
  10113.     protected function getPatient27Service()
  10114.     {
  10115.         $this->throw('Cannot autowire service ".service_locator.j3kLKys": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10116.     }
  10117.     /**
  10118.      * Gets the private '.errored..service_locator.j7VChTd.App\Entity\Clinic\Room' shared service.
  10119.      *
  10120.      * @return \App\Entity\Clinic\Room
  10121.      */
  10122.     protected function getRoom2Service()
  10123.     {
  10124.         $this->throw('Cannot autowire service ".service_locator.j7VChTd": it references class "App\\Entity\\Clinic\\Room" but no such service exists.');
  10125.     }
  10126.     /**
  10127.      * Gets the private '.errored..service_locator.jLbluq7.App\Entity\Clinic\Clinic' shared service.
  10128.      *
  10129.      * @return \App\Entity\Clinic\Clinic
  10130.      */
  10131.     protected function getClinic102Service()
  10132.     {
  10133.         $this->throw('Cannot autowire service ".service_locator.jLbluq7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10134.     }
  10135.     /**
  10136.      * Gets the private '.errored..service_locator.jLbluq7.App\Entity\LeadCapture\LeadCapture' shared service.
  10137.      *
  10138.      * @return \App\Entity\LeadCapture\LeadCapture
  10139.      */
  10140.     protected function getLeadCapture5Service()
  10141.     {
  10142.         $this->throw('Cannot autowire service ".service_locator.jLbluq7": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.');
  10143.     }
  10144.     /**
  10145.      * Gets the private '.errored..service_locator.jR4t8KZ.App\Entity\Clinic\Clinic' shared service.
  10146.      *
  10147.      * @return \App\Entity\Clinic\Clinic
  10148.      */
  10149.     protected function getClinic103Service()
  10150.     {
  10151.         $this->throw('Cannot autowire service ".service_locator.jR4t8KZ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10152.     }
  10153.     /**
  10154.      * Gets the private '.errored..service_locator.jR4t8KZ.App\Entity\Patient\CreditNote' shared service.
  10155.      *
  10156.      * @return \App\Entity\Patient\CreditNote
  10157.      */
  10158.     protected function getCreditNote2Service()
  10159.     {
  10160.         $this->throw('Cannot autowire service ".service_locator.jR4t8KZ": it references class "App\\Entity\\Patient\\CreditNote" but no such service exists.');
  10161.     }
  10162.     /**
  10163.      * Gets the private '.errored..service_locator.jR4t8KZ.App\Entity\Person\Patient' shared service.
  10164.      *
  10165.      * @return \App\Entity\Person\Patient
  10166.      */
  10167.     protected function getPatient28Service()
  10168.     {
  10169.         $this->throw('Cannot autowire service ".service_locator.jR4t8KZ": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10170.     }
  10171.     /**
  10172.      * Gets the private '.errored..service_locator.jTRPtke.App\Entity\Person\Patient' shared service.
  10173.      *
  10174.      * @return \App\Entity\Person\Patient
  10175.      */
  10176.     protected function getPatient29Service()
  10177.     {
  10178.         $this->throw('Cannot autowire service ".service_locator.jTRPtke": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10179.     }
  10180.     /**
  10181.      * Gets the private '.errored..service_locator.k731Vzz.App\Entity\Clinic\Clinic' shared service.
  10182.      *
  10183.      * @return \App\Entity\Clinic\Clinic
  10184.      */
  10185.     protected function getClinic104Service()
  10186.     {
  10187.         $this->throw('Cannot autowire service ".service_locator.k731Vzz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10188.     }
  10189.     /**
  10190.      * Gets the private '.errored..service_locator.k731Vzz.App\Entity\Clinic\Marketing' shared service.
  10191.      *
  10192.      * @return \App\Entity\Clinic\Marketing
  10193.      */
  10194.     protected function getMarketing2Service()
  10195.     {
  10196.         $this->throw('Cannot autowire service ".service_locator.k731Vzz": it references class "App\\Entity\\Clinic\\Marketing" but no such service exists.');
  10197.     }
  10198.     /**
  10199.      * Gets the private '.errored..service_locator.kODPecM.App\Entity\Patient\Payment\PaymentsenseConnect' shared service.
  10200.      *
  10201.      * @return \App\Entity\Patient\Payment\PaymentsenseConnect
  10202.      */
  10203.     protected function getPaymentsenseConnect2Service()
  10204.     {
  10205.         $this->throw('Cannot autowire service ".service_locator.kODPecM": it references class "App\\Entity\\Patient\\Payment\\PaymentsenseConnect" but no such service exists.');
  10206.     }
  10207.     /**
  10208.      * Gets the private '.errored..service_locator.ko7RvPC.App\Entity\Clinic\Clinic' shared service.
  10209.      *
  10210.      * @return \App\Entity\Clinic\Clinic
  10211.      */
  10212.     protected function getClinic105Service()
  10213.     {
  10214.         $this->throw('Cannot autowire service ".service_locator.ko7RvPC": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10215.     }
  10216.     /**
  10217.      * Gets the private '.errored..service_locator.lPgDbF7.App\Entity\Clinic\Clinic' shared service.
  10218.      *
  10219.      * @return \App\Entity\Clinic\Clinic
  10220.      */
  10221.     protected function getClinic106Service()
  10222.     {
  10223.         $this->throw('Cannot autowire service ".service_locator.lPgDbF7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10224.     }
  10225.     /**
  10226.      * Gets the private '.errored..service_locator.liKOFPe.App\Entity\Clinic\PriceTier\Addon' shared service.
  10227.      *
  10228.      * @return \App\Entity\Clinic\PriceTier\Addon
  10229.      */
  10230.     protected function getAddonService()
  10231.     {
  10232.         $this->throw('Cannot autowire service ".service_locator.liKOFPe": it references class "App\\Entity\\Clinic\\PriceTier\\Addon" but no such service exists.');
  10233.     }
  10234.     /**
  10235.      * Gets the private '.errored..service_locator.mUhsHv0.App\Entity\Clinic\Clinic' shared service.
  10236.      *
  10237.      * @return \App\Entity\Clinic\Clinic
  10238.      */
  10239.     protected function getClinic107Service()
  10240.     {
  10241.         $this->throw('Cannot autowire service ".service_locator.mUhsHv0": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10242.     }
  10243.     /**
  10244.      * Gets the private '.errored..service_locator.mUhsHv0.App\Entity\Clinic\Policy' shared service.
  10245.      *
  10246.      * @return \App\Entity\Clinic\Policy
  10247.      */
  10248.     protected function getPolicyService()
  10249.     {
  10250.         $this->throw('Cannot autowire service ".service_locator.mUhsHv0": it references class "App\\Entity\\Clinic\\Policy" but no such service exists.');
  10251.     }
  10252.     /**
  10253.      * Gets the private '.errored..service_locator.mVEsL0P.App\Entity\Clinic\Clinic' shared service.
  10254.      *
  10255.      * @return \App\Entity\Clinic\Clinic
  10256.      */
  10257.     protected function getClinic108Service()
  10258.     {
  10259.         $this->throw('Cannot autowire service ".service_locator.mVEsL0P": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10260.     }
  10261.     /**
  10262.      * Gets the private '.errored..service_locator.mhI.SCH.App\Entity\PatientConversation' shared service.
  10263.      *
  10264.      * @return \App\Entity\PatientConversation
  10265.      */
  10266.     protected function getPatientConversation2Service()
  10267.     {
  10268.         $this->throw('Cannot autowire service ".service_locator.mhI.SCH": it references class "App\\Entity\\PatientConversation" but no such service exists.');
  10269.     }
  10270.     /**
  10271.      * Gets the private '.errored..service_locator.molF7gH.App\Entity\Clinic\Clinic' shared service.
  10272.      *
  10273.      * @return \App\Entity\Clinic\Clinic
  10274.      */
  10275.     protected function getClinic109Service()
  10276.     {
  10277.         $this->throw('Cannot autowire service ".service_locator.molF7gH": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10278.     }
  10279.     /**
  10280.      * Gets the private '.errored..service_locator.n6WgBQc.App\Entity\Clinic\Clinic' shared service.
  10281.      *
  10282.      * @return \App\Entity\Clinic\Clinic
  10283.      */
  10284.     protected function getClinic110Service()
  10285.     {
  10286.         $this->throw('Cannot autowire service ".service_locator.n6WgBQc": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10287.     }
  10288.     /**
  10289.      * Gets the private '.errored..service_locator.n6WgBQc.App\Entity\Clinic\Stock\PriceList' shared service.
  10290.      *
  10291.      * @return \App\Entity\Clinic\Stock\PriceList
  10292.      */
  10293.     protected function getPriceList2Service()
  10294.     {
  10295.         $this->throw('Cannot autowire service ".service_locator.n6WgBQc": it references class "App\\Entity\\Clinic\\Stock\\PriceList" but no such service exists.');
  10296.     }
  10297.     /**
  10298.      * Gets the private '.errored..service_locator.nG809g4.App\Entity\Clinic\Stock\TreatmentGroup' shared service.
  10299.      *
  10300.      * @return \App\Entity\Clinic\Stock\TreatmentGroup
  10301.      */
  10302.     protected function getTreatmentGroup2Service()
  10303.     {
  10304.         $this->throw('Cannot autowire service ".service_locator.nG809g4": it references class "App\\Entity\\Clinic\\Stock\\TreatmentGroup" but no such service exists.');
  10305.     }
  10306.     /**
  10307.      * Gets the private '.errored..service_locator.nSW6AEf.App\Entity\Clinic\Stock\GoodsReceived' shared service.
  10308.      *
  10309.      * @return \App\Entity\Clinic\Stock\GoodsReceived
  10310.      */
  10311.     protected function getGoodsReceived2Service()
  10312.     {
  10313.         $this->throw('Cannot autowire service ".service_locator.nSW6AEf": it references class "App\\Entity\\Clinic\\Stock\\GoodsReceived" but no such service exists.');
  10314.     }
  10315.     /**
  10316.      * Gets the private '.errored..service_locator.ncXLAuz.App\Entity\Clinic\Clinic' shared service.
  10317.      *
  10318.      * @return \App\Entity\Clinic\Clinic
  10319.      */
  10320.     protected function getClinic111Service()
  10321.     {
  10322.         $this->throw('Cannot autowire service ".service_locator.ncXLAuz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10323.     }
  10324.     /**
  10325.      * Gets the private '.errored..service_locator.ncXLAuz.App\Entity\Clinic\Questionaire\Questionaire' shared service.
  10326.      *
  10327.      * @return \App\Entity\Clinic\Questionaire\Questionaire
  10328.      */
  10329.     protected function getQuestionaire5Service()
  10330.     {
  10331.         $this->throw('Cannot autowire service ".service_locator.ncXLAuz": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.');
  10332.     }
  10333.     /**
  10334.      * Gets the private '.errored..service_locator.oDRRljl.App\Entity\Clinic\Clinic' shared service.
  10335.      *
  10336.      * @return \App\Entity\Clinic\Clinic
  10337.      */
  10338.     protected function getClinic112Service()
  10339.     {
  10340.         $this->throw('Cannot autowire service ".service_locator.oDRRljl": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10341.     }
  10342.     /**
  10343.      * Gets the private '.errored..service_locator.p00w7cO.App\Entity\Clinic\Clinic' shared service.
  10344.      *
  10345.      * @return \App\Entity\Clinic\Clinic
  10346.      */
  10347.     protected function getClinic113Service()
  10348.     {
  10349.         $this->throw('Cannot autowire service ".service_locator.p00w7cO": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10350.     }
  10351.     /**
  10352.      * Gets the private '.errored..service_locator.pTP1A_L.App\Entity\Organisation\Organisation' shared service.
  10353.      *
  10354.      * @return \App\Entity\Organisation\Organisation
  10355.      */
  10356.     protected function getOrganisation4Service()
  10357.     {
  10358.         $this->throw('Cannot autowire service ".service_locator.pTP1A_L": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.');
  10359.     }
  10360.     /**
  10361.      * Gets the private '.errored..service_locator.piF90nv.App\Entity\Clinic\Clinic' shared service.
  10362.      *
  10363.      * @return \App\Entity\Clinic\Clinic
  10364.      */
  10365.     protected function getClinic114Service()
  10366.     {
  10367.         $this->throw('Cannot autowire service ".service_locator.piF90nv": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10368.     }
  10369.     /**
  10370.      * Gets the private '.errored..service_locator.pwBJRLM.App\Entity\Clinic\Clinic' shared service.
  10371.      *
  10372.      * @return \App\Entity\Clinic\Clinic
  10373.      */
  10374.     protected function getClinic115Service()
  10375.     {
  10376.         $this->throw('Cannot autowire service ".service_locator.pwBJRLM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10377.     }
  10378.     /**
  10379.      * Gets the private '.errored..service_locator.qPreYZZ.App\Entity\Clinic\Clinic' shared service.
  10380.      *
  10381.      * @return \App\Entity\Clinic\Clinic
  10382.      */
  10383.     protected function getClinic116Service()
  10384.     {
  10385.         $this->throw('Cannot autowire service ".service_locator.qPreYZZ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10386.     }
  10387.     /**
  10388.      * Gets the private '.errored..service_locator.qPreYZZ.App\Entity\Patient\TreatmentPlan' shared service.
  10389.      *
  10390.      * @return \App\Entity\Patient\TreatmentPlan
  10391.      */
  10392.     protected function getTreatmentPlanService()
  10393.     {
  10394.         $this->throw('Cannot autowire service ".service_locator.qPreYZZ": it references class "App\\Entity\\Patient\\TreatmentPlan" but no such service exists.');
  10395.     }
  10396.     /**
  10397.      * Gets the private '.errored..service_locator.qPreYZZ.App\Entity\Person\Patient' shared service.
  10398.      *
  10399.      * @return \App\Entity\Person\Patient
  10400.      */
  10401.     protected function getPatient30Service()
  10402.     {
  10403.         $this->throw('Cannot autowire service ".service_locator.qPreYZZ": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10404.     }
  10405.     /**
  10406.      * Gets the private '.errored..service_locator.q_2CIj5.App\Entity\Clinic\Clinic' shared service.
  10407.      *
  10408.      * @return \App\Entity\Clinic\Clinic
  10409.      */
  10410.     protected function getClinic117Service()
  10411.     {
  10412.         $this->throw('Cannot autowire service ".service_locator.q_2CIj5": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10413.     }
  10414.     /**
  10415.      * Gets the private '.errored..service_locator.qocyrL..App\Entity\Clinic\Questionaire\Questionaire' shared service.
  10416.      *
  10417.      * @return \App\Entity\Clinic\Questionaire\Questionaire
  10418.      */
  10419.     protected function getQuestionaire6Service()
  10420.     {
  10421.         $this->throw('Cannot autowire service ".service_locator.qocyrL.": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.');
  10422.     }
  10423.     /**
  10424.      * Gets the private '.errored..service_locator.qqkqrbS.App\Entity\Clinic\Clinic' shared service.
  10425.      *
  10426.      * @return \App\Entity\Clinic\Clinic
  10427.      */
  10428.     protected function getClinic118Service()
  10429.     {
  10430.         $this->throw('Cannot autowire service ".service_locator.qqkqrbS": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10431.     }
  10432.     /**
  10433.      * Gets the private '.errored..service_locator.qsb.6BC.App\Entity\Clinic\Clinic' shared service.
  10434.      *
  10435.      * @return \App\Entity\Clinic\Clinic
  10436.      */
  10437.     protected function getClinic119Service()
  10438.     {
  10439.         $this->throw('Cannot autowire service ".service_locator.qsb.6BC": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10440.     }
  10441.     /**
  10442.      * Gets the private '.errored..service_locator.qsb.6BC.App\Entity\Clinic\PriceTier\PriceTier' shared service.
  10443.      *
  10444.      * @return \App\Entity\Clinic\PriceTier\PriceTier
  10445.      */
  10446.     protected function getPriceTier3Service()
  10447.     {
  10448.         $this->throw('Cannot autowire service ".service_locator.qsb.6BC": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTier" but no such service exists.');
  10449.     }
  10450.     /**
  10451.      * Gets the private '.errored..service_locator.rYlFYDe.App\Entity\Clinic\License' shared service.
  10452.      *
  10453.      * @return \App\Entity\Clinic\License
  10454.      */
  10455.     protected function getLicenseService()
  10456.     {
  10457.         $this->throw('Cannot autowire service ".service_locator.rYlFYDe": it references class "App\\Entity\\Clinic\\License" but no such service exists.');
  10458.     }
  10459.     /**
  10460.      * Gets the private '.errored..service_locator.sMrL39r.App\Entity\Clinic\Clinic' shared service.
  10461.      *
  10462.      * @return \App\Entity\Clinic\Clinic
  10463.      */
  10464.     protected function getClinic120Service()
  10465.     {
  10466.         $this->throw('Cannot autowire service ".service_locator.sMrL39r": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10467.     }
  10468.     /**
  10469.      * Gets the private '.errored..service_locator.sPQxDYN.App\Entity\Clinic\Clinic' shared service.
  10470.      *
  10471.      * @return \App\Entity\Clinic\Clinic
  10472.      */
  10473.     protected function getClinic121Service()
  10474.     {
  10475.         $this->throw('Cannot autowire service ".service_locator.sPQxDYN": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10476.     }
  10477.     /**
  10478.      * Gets the private '.errored..service_locator.sPQxDYN.App\Entity\Clinic\PatientStatus\PatientStatus' shared service.
  10479.      *
  10480.      * @return \App\Entity\Clinic\PatientStatus\PatientStatus
  10481.      */
  10482.     protected function getPatientStatusService()
  10483.     {
  10484.         $this->throw('Cannot autowire service ".service_locator.sPQxDYN": it references class "App\\Entity\\Clinic\\PatientStatus\\PatientStatus" but no such service exists.');
  10485.     }
  10486.     /**
  10487.      * Gets the private '.errored..service_locator.tGWzWxp.App\Entity\Clinic\Clinic' shared service.
  10488.      *
  10489.      * @return \App\Entity\Clinic\Clinic
  10490.      */
  10491.     protected function getClinic122Service()
  10492.     {
  10493.         $this->throw('Cannot autowire service ".service_locator.tGWzWxp": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10494.     }
  10495.     /**
  10496.      * Gets the private '.errored..service_locator.tGWzWxp.App\Entity\Patient\Invoice' shared service.
  10497.      *
  10498.      * @return \App\Entity\Patient\Invoice
  10499.      */
  10500.     protected function getInvoice6Service()
  10501.     {
  10502.         $this->throw('Cannot autowire service ".service_locator.tGWzWxp": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  10503.     }
  10504.     /**
  10505.      * Gets the private '.errored..service_locator.tZ43oj..App\Entity\Clinic\Clinic' shared service.
  10506.      *
  10507.      * @return \App\Entity\Clinic\Clinic
  10508.      */
  10509.     protected function getClinic123Service()
  10510.     {
  10511.         $this->throw('Cannot autowire service ".service_locator.tZ43oj.": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10512.     }
  10513.     /**
  10514.      * Gets the private '.errored..service_locator.tZ43oj..App\Entity\Clinic\Equipment' shared service.
  10515.      *
  10516.      * @return \App\Entity\Clinic\Equipment
  10517.      */
  10518.     protected function getEquipment2Service()
  10519.     {
  10520.         $this->throw('Cannot autowire service ".service_locator.tZ43oj.": it references class "App\\Entity\\Clinic\\Equipment" but no such service exists.');
  10521.     }
  10522.     /**
  10523.      * Gets the private '.errored..service_locator.ud1ye.v.App\Entity\Clinic\Clinic' shared service.
  10524.      *
  10525.      * @return \App\Entity\Clinic\Clinic
  10526.      */
  10527.     protected function getClinic124Service()
  10528.     {
  10529.         $this->throw('Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10530.     }
  10531.     /**
  10532.      * Gets the private '.errored..service_locator.ud1ye.v.App\Entity\Patient\Invoice' shared service.
  10533.      *
  10534.      * @return \App\Entity\Patient\Invoice
  10535.      */
  10536.     protected function getInvoice7Service()
  10537.     {
  10538.         $this->throw('Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  10539.     }
  10540.     /**
  10541.      * Gets the private '.errored..service_locator.ud1ye.v.App\Entity\Patient\Payment' shared service.
  10542.      *
  10543.      * @return \App\Entity\Patient\Payment
  10544.      */
  10545.     protected function getPaymentService()
  10546.     {
  10547.         $this->throw('Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Patient\\Payment" but no such service exists.');
  10548.     }
  10549.     /**
  10550.      * Gets the private '.errored..service_locator.ud1ye.v.App\Entity\Person\Patient' shared service.
  10551.      *
  10552.      * @return \App\Entity\Person\Patient
  10553.      */
  10554.     protected function getPatient31Service()
  10555.     {
  10556.         $this->throw('Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10557.     }
  10558.     /**
  10559.      * Gets the private '.errored..service_locator.ux5DYU5.App\Entity\Patient\Invoice' shared service.
  10560.      *
  10561.      * @return \App\Entity\Patient\Invoice
  10562.      */
  10563.     protected function getInvoice8Service()
  10564.     {
  10565.         $this->throw('Cannot autowire service ".service_locator.ux5DYU5": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.');
  10566.     }
  10567.     /**
  10568.      * Gets the private '.errored..service_locator.uz9tF3i.App\Entity\Clinic\Clinic' shared service.
  10569.      *
  10570.      * @return \App\Entity\Clinic\Clinic
  10571.      */
  10572.     protected function getClinic125Service()
  10573.     {
  10574.         $this->throw('Cannot autowire service ".service_locator.uz9tF3i": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10575.     }
  10576.     /**
  10577.      * Gets the private '.errored..service_locator.uz9tF3i.App\Entity\Clinic\NotConvertReason' shared service.
  10578.      *
  10579.      * @return \App\Entity\Clinic\NotConvertReason
  10580.      */
  10581.     protected function getNotConvertReasonService()
  10582.     {
  10583.         $this->throw('Cannot autowire service ".service_locator.uz9tF3i": it references class "App\\Entity\\Clinic\\NotConvertReason" but no such service exists.');
  10584.     }
  10585.     /**
  10586.      * Gets the private '.errored..service_locator.vGcDdok.App\Entity\Help\Help' shared service.
  10587.      *
  10588.      * @return \App\Entity\Help\Help
  10589.      */
  10590.     protected function getHelpService()
  10591.     {
  10592.         $this->throw('Cannot autowire service ".service_locator.vGcDdok": it references class "App\\Entity\\Help\\Help" but no such service exists.');
  10593.     }
  10594.     /**
  10595.      * Gets the private '.errored..service_locator.vPQx1nF.App\Entity\Clinic\Stock\Product' shared service.
  10596.      *
  10597.      * @return \App\Entity\Clinic\Stock\Product
  10598.      */
  10599.     protected function getProduct3Service()
  10600.     {
  10601.         $this->throw('Cannot autowire service ".service_locator.vPQx1nF": it references class "App\\Entity\\Clinic\\Stock\\Product" but no such service exists.');
  10602.     }
  10603.     /**
  10604.      * Gets the private '.errored..service_locator.vYYRgfi.App\Entity\Person\Patient' shared service.
  10605.      *
  10606.      * @return \App\Entity\Person\Patient
  10607.      */
  10608.     protected function getPatient32Service()
  10609.     {
  10610.         $this->throw('Cannot autowire service ".service_locator.vYYRgfi": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10611.     }
  10612.     /**
  10613.      * Gets the private '.errored..service_locator.vviYdXz.App\Entity\Patient\Correspondence\MessageTemplate' shared service.
  10614.      *
  10615.      * @return \App\Entity\Patient\Correspondence\MessageTemplate
  10616.      */
  10617.     protected function getMessageTemplateService()
  10618.     {
  10619.         $this->throw('Cannot autowire service ".service_locator.vviYdXz": it references class "App\\Entity\\Patient\\Correspondence\\MessageTemplate" but no such service exists.');
  10620.     }
  10621.     /**
  10622.      * Gets the private '.errored..service_locator.vwrT3vL.App\Entity\Clinic\Clinic' shared service.
  10623.      *
  10624.      * @return \App\Entity\Clinic\Clinic
  10625.      */
  10626.     protected function getClinic126Service()
  10627.     {
  10628.         $this->throw('Cannot autowire service ".service_locator.vwrT3vL": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10629.     }
  10630.     /**
  10631.      * Gets the private '.errored..service_locator.vzfUpmH.App\Entity\Clinic\Clinic' shared service.
  10632.      *
  10633.      * @return \App\Entity\Clinic\Clinic
  10634.      */
  10635.     protected function getClinic127Service()
  10636.     {
  10637.         $this->throw('Cannot autowire service ".service_locator.vzfUpmH": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10638.     }
  10639.     /**
  10640.      * Gets the private '.errored..service_locator.vzfUpmH.App\Entity\Person\Patient' shared service.
  10641.      *
  10642.      * @return \App\Entity\Person\Patient
  10643.      */
  10644.     protected function getPatient33Service()
  10645.     {
  10646.         $this->throw('Cannot autowire service ".service_locator.vzfUpmH": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10647.     }
  10648.     /**
  10649.      * Gets the private '.errored..service_locator.waV7Tyt.App\Entity\Clinic\Appointment\AppointmentCode' shared service.
  10650.      *
  10651.      * @return \App\Entity\Clinic\Appointment\AppointmentCode
  10652.      */
  10653.     protected function getAppointmentCodeService()
  10654.     {
  10655.         $this->throw('Cannot autowire service ".service_locator.waV7Tyt": it references class "App\\Entity\\Clinic\\Appointment\\AppointmentCode" but no such service exists.');
  10656.     }
  10657.     /**
  10658.      * Gets the private '.errored..service_locator.waV7Tyt.App\Entity\Clinic\Clinic' shared service.
  10659.      *
  10660.      * @return \App\Entity\Clinic\Clinic
  10661.      */
  10662.     protected function getClinic128Service()
  10663.     {
  10664.         $this->throw('Cannot autowire service ".service_locator.waV7Tyt": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10665.     }
  10666.     /**
  10667.      * Gets the private '.errored..service_locator.wzU88Nq.App\Entity\Clinic\Clinic' shared service.
  10668.      *
  10669.      * @return \App\Entity\Clinic\Clinic
  10670.      */
  10671.     protected function getClinic129Service()
  10672.     {
  10673.         $this->throw('Cannot autowire service ".service_locator.wzU88Nq": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10674.     }
  10675.     /**
  10676.      * Gets the private '.errored..service_locator.wzU88Nq.App\Entity\SmsPlan' shared service.
  10677.      *
  10678.      * @return \App\Entity\SmsPlan
  10679.      */
  10680.     protected function getSmsPlanService()
  10681.     {
  10682.         $this->throw('Cannot autowire service ".service_locator.wzU88Nq": it references class "App\\Entity\\SmsPlan" but no such service exists.');
  10683.     }
  10684.     /**
  10685.      * Gets the private '.errored..service_locator.x0Y2vdY.App\Entity\Clinic\Clinic' shared service.
  10686.      *
  10687.      * @return \App\Entity\Clinic\Clinic
  10688.      */
  10689.     protected function getClinic130Service()
  10690.     {
  10691.         $this->throw('Cannot autowire service ".service_locator.x0Y2vdY": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10692.     }
  10693.     /**
  10694.      * Gets the private '.errored..service_locator.x0Y2vdY.App\Entity\Patient\Correspondence\MessageTemplate' shared service.
  10695.      *
  10696.      * @return \App\Entity\Patient\Correspondence\MessageTemplate
  10697.      */
  10698.     protected function getMessageTemplate2Service()
  10699.     {
  10700.         $this->throw('Cannot autowire service ".service_locator.x0Y2vdY": it references class "App\\Entity\\Patient\\Correspondence\\MessageTemplate" but no such service exists.');
  10701.     }
  10702.     /**
  10703.      * Gets the private '.errored..service_locator.x1G4L3F.App\Entity\Clinic\Clinic' shared service.
  10704.      *
  10705.      * @return \App\Entity\Clinic\Clinic
  10706.      */
  10707.     protected function getClinic131Service()
  10708.     {
  10709.         $this->throw('Cannot autowire service ".service_locator.x1G4L3F": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10710.     }
  10711.     /**
  10712.      * Gets the private '.errored..service_locator.xCaN3hw.App\Entity\Organisation\Organisation' shared service.
  10713.      *
  10714.      * @return \App\Entity\Organisation\Organisation
  10715.      */
  10716.     protected function getOrganisation5Service()
  10717.     {
  10718.         $this->throw('Cannot autowire service ".service_locator.xCaN3hw": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.');
  10719.     }
  10720.     /**
  10721.      * Gets the private '.errored..service_locator.xHPfwRK.App\Entity\Clinic\Clinic' shared service.
  10722.      *
  10723.      * @return \App\Entity\Clinic\Clinic
  10724.      */
  10725.     protected function getClinic132Service()
  10726.     {
  10727.         $this->throw('Cannot autowire service ".service_locator.xHPfwRK": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10728.     }
  10729.     /**
  10730.      * Gets the private '.errored..service_locator.xHPfwRK.App\Entity\LeadCapture\LeadCapture' shared service.
  10731.      *
  10732.      * @return \App\Entity\LeadCapture\LeadCapture
  10733.      */
  10734.     protected function getLeadCapture6Service()
  10735.     {
  10736.         $this->throw('Cannot autowire service ".service_locator.xHPfwRK": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.');
  10737.     }
  10738.     /**
  10739.      * Gets the private '.errored..service_locator.xPjj8tj.App\Entity\Clinic\Clinic' shared service.
  10740.      *
  10741.      * @return \App\Entity\Clinic\Clinic
  10742.      */
  10743.     protected function getClinic133Service()
  10744.     {
  10745.         $this->throw('Cannot autowire service ".service_locator.xPjj8tj": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10746.     }
  10747.     /**
  10748.      * Gets the private '.errored..service_locator.xPjj8tj.App\Entity\Clinic\Stock\ItemGoodsReceived' shared service.
  10749.      *
  10750.      * @return \App\Entity\Clinic\Stock\ItemGoodsReceived
  10751.      */
  10752.     protected function getItemGoodsReceivedService()
  10753.     {
  10754.         $this->throw('Cannot autowire service ".service_locator.xPjj8tj": it references class "App\\Entity\\Clinic\\Stock\\ItemGoodsReceived" but no such service exists.');
  10755.     }
  10756.     /**
  10757.      * Gets the private '.errored..service_locator.y3X8pmF.App\Entity\Clinic\Clinic' shared service.
  10758.      *
  10759.      * @return \App\Entity\Clinic\Clinic
  10760.      */
  10761.     protected function getClinic134Service()
  10762.     {
  10763.         $this->throw('Cannot autowire service ".service_locator.y3X8pmF": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10764.     }
  10765.     /**
  10766.      * Gets the private '.errored..service_locator.y3X8pmF.App\Entity\Person\Patient' shared service.
  10767.      *
  10768.      * @return \App\Entity\Person\Patient
  10769.      */
  10770.     protected function getPatient34Service()
  10771.     {
  10772.         $this->throw('Cannot autowire service ".service_locator.y3X8pmF": it references class "App\\Entity\\Person\\Patient" but no such service exists.');
  10773.     }
  10774.     /**
  10775.      * Gets the private '.errored..service_locator.z0uSLkK.App\Entity\Clinic\Stock\TreatmentClinic' shared service.
  10776.      *
  10777.      * @return \App\Entity\Clinic\Stock\TreatmentClinic
  10778.      */
  10779.     protected function getTreatmentClinic3Service()
  10780.     {
  10781.         $this->throw('Cannot autowire service ".service_locator.z0uSLkK": it references class "App\\Entity\\Clinic\\Stock\\TreatmentClinic" but no such service exists.');
  10782.     }
  10783.     /**
  10784.      * Gets the private '.errored..service_locator.zOldkn1.App\Entity\Clinic\Campaign\Campaign' shared service.
  10785.      *
  10786.      * @return \App\Entity\Clinic\Campaign\Campaign
  10787.      */
  10788.     protected function getCampaignService()
  10789.     {
  10790.         $this->throw('Cannot autowire service ".service_locator.zOldkn1": it references class "App\\Entity\\Clinic\\Campaign\\Campaign" but no such service exists.');
  10791.     }
  10792.     /**
  10793.      * Gets the private '.errored..service_locator.zOldkn1.App\Entity\Clinic\Clinic' shared service.
  10794.      *
  10795.      * @return \App\Entity\Clinic\Clinic
  10796.      */
  10797.     protected function getClinic135Service()
  10798.     {
  10799.         $this->throw('Cannot autowire service ".service_locator.zOldkn1": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.');
  10800.     }
  10801.     /**
  10802.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  10803.      *
  10804.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  10805.      */
  10806.     protected function get_LegacyResolveControllerNameSubscriberService()
  10807.     {
  10808.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  10809.     }
  10810.     /**
  10811.      * Gets the private '.messenger.handler_descriptor.L8.zEUn' shared service.
  10812.      *
  10813.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10814.      */
  10815.     protected function get_Messenger_HandlerDescriptor_L8_ZEUnService()
  10816.     {
  10817.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  10819.         include_once \dirname(__DIR__4).'/src/MessageHandler/PendingCampaignNotificationHandler.php';
  10820.         return $this->privates['.messenger.handler_descriptor.L8.zEUn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\PendingCampaignNotificationHandler(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['logger'] ?? $this->getLoggerService())), []);
  10821.     }
  10822.     /**
  10823.      * Gets the private '.messenger.handler_descriptor.Vye4n.R' shared service.
  10824.      *
  10825.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10826.      */
  10827.     protected function get_Messenger_HandlerDescriptor_Vye4n_RService()
  10828.     {
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  10831.         include_once \dirname(__DIR__4).'/src/MessageHandler/SmsNotificationHandler.php';
  10832.         return $this->privates['.messenger.handler_descriptor.Vye4n.R'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\SmsNotificationHandler(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService())), []);
  10833.     }
  10834.     /**
  10835.      * Gets the private '.service_locator..UPs98a' shared service.
  10836.      *
  10837.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10838.      */
  10839.     protected function get_ServiceLocator__UPs98aService()
  10840.     {
  10841.         return $this->privates['.service_locator..UPs98a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10842.             'clinic' => ['privates''.errored..service_locator..UPs98a.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator..UPs98a": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  10843.             'priceTier' => ['privates''.errored..service_locator..UPs98a.App\\Entity\\Clinic\\PriceTier\\PriceTier'NULL'Cannot autowire service ".service_locator..UPs98a": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTier" but no such service exists.'],
  10844.             'priceTiersService' => ['privates''App\\Services\\PriceTiersService''getPriceTiersServiceService'false],
  10845.         ], [
  10846.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  10847.             'priceTier' => 'App\\Entity\\Clinic\\PriceTier\\PriceTier',
  10848.             'priceTiersService' => 'App\\Services\\PriceTiersService',
  10849.         ]);
  10850.     }
  10851.     /**
  10852.      * Gets the private '.service_locator..fcMD9t' shared service.
  10853.      *
  10854.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10855.      */
  10856.     protected function get_ServiceLocator__FcMD9tService()
  10857.     {
  10858.         return $this->privates['.service_locator..fcMD9t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10859.             'entityManager' => ['services''doctrine''getDoctrineService'false],
  10860.         ], [
  10861.             'entityManager' => '?',
  10862.         ]);
  10863.     }
  10864.     /**
  10865.      * Gets the private '.service_locator..pYsF69' shared service.
  10866.      *
  10867.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10868.      */
  10869.     protected function get_ServiceLocator__PYsF69Service()
  10870.     {
  10871.         return $this->privates['.service_locator..pYsF69'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10872.             'clinic' => ['privates''.errored..service_locator..pYsF69.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator..pYsF69": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  10873.             'invoice' => ['privates''.errored..service_locator..pYsF69.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator..pYsF69": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  10874.             'validator' => ['services''validator''getValidatorService'false],
  10875.         ], [
  10876.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  10877.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  10878.             'validator' => '?',
  10879.         ]);
  10880.     }
  10881.     /**
  10882.      * Gets the private '.service_locator.0MaTbP.' shared service.
  10883.      *
  10884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10885.      */
  10886.     protected function get_ServiceLocator_0MaTbP_Service()
  10887.     {
  10888.         return $this->privates['.service_locator.0MaTbP.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10889.             'clinic' => ['privates''.errored..service_locator.0MaTbP..App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.0MaTbP.": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  10890.             'creator' => ['services''app.reference_creator''getApp_ReferenceCreatorService'false],
  10891.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  10892.             'transformer' => ['services''app.form_data_transformer.patient_transformer''getApp_FormDataTransformer_PatientTransformerService'false],
  10893.         ], [
  10894.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  10895.             'creator' => '?',
  10896.             'encoder' => '?',
  10897.             'transformer' => '?',
  10898.         ]);
  10899.     }
  10900.     /**
  10901.      * Gets the private '.service_locator.0aexhU0' shared service.
  10902.      *
  10903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10904.      */
  10905.     protected function get_ServiceLocator_0aexhU0Service()
  10906.     {
  10907.         return $this->privates['.service_locator.0aexhU0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10908.             'clinic' => ['privates''.errored..service_locator.0aexhU0.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.0aexhU0": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  10909.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  10910.         ], [
  10911.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  10912.             'paginator' => '?',
  10913.         ]);
  10914.     }
  10915.     /**
  10916.      * Gets the private '.service_locator.10MAuu9' shared service.
  10917.      *
  10918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10919.      */
  10920.     protected function get_ServiceLocator_10MAuu9Service()
  10921.     {
  10922.         return $this->privates['.service_locator.10MAuu9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10923.             'clinic' => ['privates''.errored..service_locator.10MAuu9.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.10MAuu9": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  10924.             'goCardlessService' => ['services''app.gocardless_service''getApp_GocardlessServiceService'false],
  10925.         ], [
  10926.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  10927.             'goCardlessService' => '?',
  10928.         ]);
  10929.     }
  10930.     /**
  10931.      * Gets the private '.service_locator.1JgWU4I' shared service.
  10932.      *
  10933.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10934.      */
  10935.     protected function get_ServiceLocator_1JgWU4IService()
  10936.     {
  10937.         return $this->privates['.service_locator.1JgWU4I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10938.             'clinic' => ['privates''.errored..service_locator.1JgWU4I.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.1JgWU4I": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  10939.             'session' => ['services''session''getSessionService'false],
  10940.             'stripeService' => ['privates''App\\Services\\StripeService''getStripeServiceService'false],
  10941.         ], [
  10942.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  10943.             'session' => '?',
  10944.             'stripeService' => 'App\\Services\\StripeService',
  10945.         ]);
  10946.     }
  10947.     /**
  10948.      * Gets the private '.service_locator.1vst1VH' shared service.
  10949.      *
  10950.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10951.      */
  10952.     protected function get_ServiceLocator_1vst1VHService()
  10953.     {
  10954.         return $this->privates['.service_locator.1vst1VH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10955.             'conversation' => ['privates''.errored..service_locator.1vst1VH.App\\Entity\\PatientConversation'NULL'Cannot autowire service ".service_locator.1vst1VH": it references class "App\\Entity\\PatientConversation" but no such service exists.'],
  10956.         ], [
  10957.             'conversation' => 'App\\Entity\\PatientConversation',
  10958.         ]);
  10959.     }
  10960.     /**
  10961.      * Gets the private '.service_locator.24imQvf' shared service.
  10962.      *
  10963.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10964.      */
  10965.     protected function get_ServiceLocator_24imQvfService()
  10966.     {
  10967.         return $this->privates['.service_locator.24imQvf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10968.             'clinic' => ['privates''.errored..service_locator.24imQvf.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.24imQvf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  10969.             'postAptForm' => ['privates''.errored..service_locator.24imQvf.App\\Entity\\Clinic\\PostAptForm'NULL'Cannot autowire service ".service_locator.24imQvf": it references class "App\\Entity\\Clinic\\PostAptForm" but no such service exists.'],
  10970.             'repository' => ['privates''App\\Repository\\Clinic\\SurveyRepository''getSurveyRepositoryService'false],
  10971.         ], [
  10972.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  10973.             'postAptForm' => 'App\\Entity\\Clinic\\PostAptForm',
  10974.             'repository' => 'App\\Repository\\Clinic\\SurveyRepository',
  10975.         ]);
  10976.     }
  10977.     /**
  10978.      * Gets the private '.service_locator.2FkHyya' shared service.
  10979.      *
  10980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10981.      */
  10982.     protected function get_ServiceLocator_2FkHyyaService()
  10983.     {
  10984.         return $this->privates['.service_locator.2FkHyya'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10985.             'appointmentlead' => ['privates''.errored..service_locator.2FkHyya.App\\Entity\\AppointmentLead'NULL'Cannot autowire service ".service_locator.2FkHyya": it references class "App\\Entity\\AppointmentLead" but no such service exists.'],
  10986.         ], [
  10987.             'appointmentlead' => 'App\\Entity\\AppointmentLead',
  10988.         ]);
  10989.     }
  10990.     /**
  10991.      * Gets the private '.service_locator.2Q9CmqJ' shared service.
  10992.      *
  10993.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10994.      */
  10995.     protected function get_ServiceLocator_2Q9CmqJService()
  10996.     {
  10997.         return $this->privates['.service_locator.2Q9CmqJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10998.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  10999.             'clinic' => ['privates''.errored..service_locator.2Q9CmqJ.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.2Q9CmqJ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11000.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11001.         ], [
  11002.             'breadcrumbs' => '?',
  11003.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11004.             'paginator' => '?',
  11005.         ]);
  11006.     }
  11007.     /**
  11008.      * Gets the private '.service_locator.2Y5Izy2' shared service.
  11009.      *
  11010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11011.      */
  11012.     protected function get_ServiceLocator_2Y5Izy2Service()
  11013.     {
  11014.         return $this->privates['.service_locator.2Y5Izy2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11015.             'clinic' => ['privates''.errored..service_locator.2Y5Izy2.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.2Y5Izy2": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11016.             'creator' => ['services''app.reference_creator''getApp_ReferenceCreatorService'false],
  11017.             'record' => ['privates''.errored..service_locator.2Y5Izy2.App\\Entity\\LeadCapture\\LeadCapture'NULL'Cannot autowire service ".service_locator.2Y5Izy2": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.'],
  11018.         ], [
  11019.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11020.             'creator' => '?',
  11021.             'record' => 'App\\Entity\\LeadCapture\\LeadCapture',
  11022.         ]);
  11023.     }
  11024.     /**
  11025.      * Gets the private '.service_locator.3QBme1G' shared service.
  11026.      *
  11027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11028.      */
  11029.     protected function get_ServiceLocator_3QBme1GService()
  11030.     {
  11031.         return $this->privates['.service_locator.3QBme1G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11032.             'clinic' => ['privates''.errored..service_locator.3QBme1G.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.3QBme1G": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11033.             'patient' => ['privates''.errored..service_locator.3QBme1G.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.3QBme1G": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11034.             'photo' => ['privates''.errored..service_locator.3QBme1G.App\\Entity\\Patient\\Photo'NULL'Cannot autowire service ".service_locator.3QBme1G": it references class "App\\Entity\\Patient\\Photo" but no such service exists.'],
  11035.         ], [
  11036.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11037.             'patient' => 'App\\Entity\\Person\\Patient',
  11038.             'photo' => 'App\\Entity\\Patient\\Photo',
  11039.         ]);
  11040.     }
  11041.     /**
  11042.      * Gets the private '.service_locator.3qztQy9' shared service.
  11043.      *
  11044.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11045.      */
  11046.     protected function get_ServiceLocator_3qztQy9Service()
  11047.     {
  11048.         return $this->privates['.service_locator.3qztQy9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11049.             'clinic' => ['privates''.errored..service_locator.3qztQy9.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.3qztQy9": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11050.             'formFile' => ['privates''.errored..service_locator.3qztQy9.App\\Entity\\Clinic\\FormFile'NULL'Cannot autowire service ".service_locator.3qztQy9": it references class "App\\Entity\\Clinic\\FormFile" but no such service exists.'],
  11051.         ], [
  11052.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11053.             'formFile' => 'App\\Entity\\Clinic\\FormFile',
  11054.         ]);
  11055.     }
  11056.     /**
  11057.      * Gets the private '.service_locator.3vRinKw' shared service.
  11058.      *
  11059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11060.      */
  11061.     protected function get_ServiceLocator_3vRinKwService()
  11062.     {
  11063.         return $this->privates['.service_locator.3vRinKw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11064.             'checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  11065.             'mainWorker' => ['services''app.main_worker''getApp_MainWorkerService'false],
  11066.         ], [
  11067.             'checker' => '?',
  11068.             'mainWorker' => '?',
  11069.         ]);
  11070.     }
  11071.     /**
  11072.      * Gets the private '.service_locator.4.IvGOU' shared service.
  11073.      *
  11074.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11075.      */
  11076.     protected function get_ServiceLocator_4_IvGOUService()
  11077.     {
  11078.         return $this->privates['.service_locator.4.IvGOU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11079.             'clinic' => ['privates''.errored..service_locator.4.IvGOU.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.4.IvGOU": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11080.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11081.             'patient' => ['privates''.errored..service_locator.4.IvGOU.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.4.IvGOU": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11082.         ], [
  11083.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11084.             'paginator' => '?',
  11085.             'patient' => 'App\\Entity\\Person\\Patient',
  11086.         ]);
  11087.     }
  11088.     /**
  11089.      * Gets the private '.service_locator.42A1ogn' shared service.
  11090.      *
  11091.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11092.      */
  11093.     protected function get_ServiceLocator_42A1ognService()
  11094.     {
  11095.         return $this->privates['.service_locator.42A1ogn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11096.             'clinic' => ['privates''.errored..service_locator.42A1ogn.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.42A1ogn": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11097.             'template' => ['privates''.errored..service_locator.42A1ogn.App\\Entity\\Template'NULL'Cannot autowire service ".service_locator.42A1ogn": it references class "App\\Entity\\Template" but no such service exists.'],
  11098.         ], [
  11099.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11100.             'template' => 'App\\Entity\\Template',
  11101.         ]);
  11102.     }
  11103.     /**
  11104.      * Gets the private '.service_locator.4APodnU' shared service.
  11105.      *
  11106.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11107.      */
  11108.     protected function get_ServiceLocator_4APodnUService()
  11109.     {
  11110.         return $this->privates['.service_locator.4APodnU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11111.             'clinic' => ['privates''.errored..service_locator.4APodnU.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.4APodnU": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11112.             'item' => ['privates''.errored..service_locator.4APodnU.App\\Entity\\Patient\\CreditNote'NULL'Cannot autowire service ".service_locator.4APodnU": it references class "App\\Entity\\Patient\\CreditNote" but no such service exists.'],
  11113.             'patient' => ['privates''.errored..service_locator.4APodnU.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.4APodnU": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11114.         ], [
  11115.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11116.             'item' => 'App\\Entity\\Patient\\CreditNote',
  11117.             'patient' => 'App\\Entity\\Person\\Patient',
  11118.         ]);
  11119.     }
  11120.     /**
  11121.      * Gets the private '.service_locator.4VbiA7i' shared service.
  11122.      *
  11123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11124.      */
  11125.     protected function get_ServiceLocator_4VbiA7iService()
  11126.     {
  11127.         return $this->privates['.service_locator.4VbiA7i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11128.             'clinic' => ['privates''.errored..service_locator.4VbiA7i.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.4VbiA7i": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11129.             'goodsReceived' => ['privates''.errored..service_locator.4VbiA7i.App\\Entity\\Clinic\\Stock\\GoodsReceived'NULL'Cannot autowire service ".service_locator.4VbiA7i": it references class "App\\Entity\\Clinic\\Stock\\GoodsReceived" but no such service exists.'],
  11130.         ], [
  11131.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11132.             'goodsReceived' => 'App\\Entity\\Clinic\\Stock\\GoodsReceived',
  11133.         ]);
  11134.     }
  11135.     /**
  11136.      * Gets the private '.service_locator.4jitYca' shared service.
  11137.      *
  11138.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11139.      */
  11140.     protected function get_ServiceLocator_4jitYcaService()
  11141.     {
  11142.         return $this->privates['.service_locator.4jitYca'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11143.             'clinic' => ['privates''.errored..service_locator.4jitYca.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.4jitYca": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11144.             'repository' => ['privates''App\\Repository\\Clinic\\SurveyRepository''getSurveyRepositoryService'false],
  11145.             'survey' => ['privates''.errored..service_locator.4jitYca.App\\Entity\\Clinic\\Survey'NULL'Cannot autowire service ".service_locator.4jitYca": it references class "App\\Entity\\Clinic\\Survey" but no such service exists.'],
  11146.         ], [
  11147.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11148.             'repository' => 'App\\Repository\\Clinic\\SurveyRepository',
  11149.             'survey' => 'App\\Entity\\Clinic\\Survey',
  11150.         ]);
  11151.     }
  11152.     /**
  11153.      * Gets the private '.service_locator.4w3v8j7' shared service.
  11154.      *
  11155.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11156.      */
  11157.     protected function get_ServiceLocator_4w3v8j7Service()
  11158.     {
  11159.         return $this->privates['.service_locator.4w3v8j7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11160.             'clinic' => ['privates''.errored..service_locator.4w3v8j7.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11161.             'consultationNote' => ['privates''.errored..service_locator.4w3v8j7.App\\Entity\\Patient\\Note\\ConsultationNote'NULL'Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.'],
  11162.             'note' => ['privates''.errored..service_locator.4w3v8j7.App\\Entity\\Patient\\Note\\TreatmentNote'NULL'Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Patient\\Note\\TreatmentNote" but no such service exists.'],
  11163.             'patient' => ['privates''.errored..service_locator.4w3v8j7.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.4w3v8j7": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11164.         ], [
  11165.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11166.             'consultationNote' => 'App\\Entity\\Patient\\Note\\ConsultationNote',
  11167.             'note' => 'App\\Entity\\Patient\\Note\\TreatmentNote',
  11168.             'patient' => 'App\\Entity\\Person\\Patient',
  11169.         ]);
  11170.     }
  11171.     /**
  11172.      * Gets the private '.service_locator.5Jvd0sR' shared service.
  11173.      *
  11174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11175.      */
  11176.     protected function get_ServiceLocator_5Jvd0sRService()
  11177.     {
  11178.         return $this->privates['.service_locator.5Jvd0sR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11179.             'customReportsRepository' => ['privates''App\\Repository\\CustomReports\\CustomReportsRepository''getCustomReportsRepositoryService'false],
  11180.         ], [
  11181.             'customReportsRepository' => 'App\\Repository\\CustomReports\\CustomReportsRepository',
  11182.         ]);
  11183.     }
  11184.     /**
  11185.      * Gets the private '.service_locator.5ZwdLGC' shared service.
  11186.      *
  11187.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11188.      */
  11189.     protected function get_ServiceLocator_5ZwdLGCService()
  11190.     {
  11191.         return $this->privates['.service_locator.5ZwdLGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11192.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11193.             'clinic' => ['privates''.errored..service_locator.5ZwdLGC.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.5ZwdLGC": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11194.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11195.             'patient' => ['privates''.errored..service_locator.5ZwdLGC.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.5ZwdLGC": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11196.         ], [
  11197.             'breadcrumbs' => '?',
  11198.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11199.             'paginator' => '?',
  11200.             'patient' => 'App\\Entity\\Person\\Patient',
  11201.         ]);
  11202.     }
  11203.     /**
  11204.      * Gets the private '.service_locator.5__gX7a' shared service.
  11205.      *
  11206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11207.      */
  11208.     protected function get_ServiceLocator_5GX7aService()
  11209.     {
  11210.         return $this->privates['.service_locator.5__gX7a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11211.             'clinic' => ['privates''.errored..service_locator.5__gX7a.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.5__gX7a": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11212.             'product' => ['privates''.errored..service_locator.5__gX7a.App\\Entity\\Clinic\\Stock\\Product'NULL'Cannot autowire service ".service_locator.5__gX7a": it references class "App\\Entity\\Clinic\\Stock\\Product" but no such service exists.'],
  11213.         ], [
  11214.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11215.             'product' => 'App\\Entity\\Clinic\\Stock\\Product',
  11216.         ]);
  11217.     }
  11218.     /**
  11219.      * Gets the private '.service_locator.5v.C.OB' shared service.
  11220.      *
  11221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11222.      */
  11223.     protected function get_ServiceLocator_5v_C_OBService()
  11224.     {
  11225.         return $this->privates['.service_locator.5v.C.OB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11226.             'clinic' => ['privates''.errored..service_locator.5v.C.OB.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.5v.C.OB": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11227.             'emailtemplate' => ['privates''.errored..service_locator.5v.C.OB.App\\Entity\\Clinic\\EmailTemplate\\EmailTemplate'NULL'Cannot autowire service ".service_locator.5v.C.OB": it references class "App\\Entity\\Clinic\\EmailTemplate\\EmailTemplate" but no such service exists.'],
  11228.         ], [
  11229.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11230.             'emailtemplate' => 'App\\Entity\\Clinic\\EmailTemplate\\EmailTemplate',
  11231.         ]);
  11232.     }
  11233.     /**
  11234.      * Gets the private '.service_locator.6T68T.1' shared service.
  11235.      *
  11236.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11237.      */
  11238.     protected function get_ServiceLocator_6T68T_1Service()
  11239.     {
  11240.         return $this->privates['.service_locator.6T68T.1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11241.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11242.             'clinic' => ['privates''.errored..service_locator.6T68T.1.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.6T68T.1": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11243.             'patientTransformer' => ['services''app.form_data_transformer.patient_transformer''getApp_FormDataTransformer_PatientTransformerService'false],
  11244.         ], [
  11245.             'breadcrumbs' => '?',
  11246.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11247.             'patientTransformer' => '?',
  11248.         ]);
  11249.     }
  11250.     /**
  11251.      * Gets the private '.service_locator.6TfWF33' shared service.
  11252.      *
  11253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11254.      */
  11255.     protected function get_ServiceLocator_6TfWF33Service()
  11256.     {
  11257.         return $this->privates['.service_locator.6TfWF33'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11258.             'clinic' => ['privates''.errored..service_locator.6TfWF33.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11259.             'consultationNote' => ['privates''.errored..service_locator.6TfWF33.App\\Entity\\Patient\\Note\\ConsultationNote'NULL'Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.'],
  11260.             'note' => ['privates''.errored..service_locator.6TfWF33.App\\Entity\\Patient\\Note\\AudioNote'NULL'Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Patient\\Note\\AudioNote" but no such service exists.'],
  11261.             'patient' => ['privates''.errored..service_locator.6TfWF33.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.6TfWF33": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11262.         ], [
  11263.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11264.             'consultationNote' => 'App\\Entity\\Patient\\Note\\ConsultationNote',
  11265.             'note' => 'App\\Entity\\Patient\\Note\\AudioNote',
  11266.             'patient' => 'App\\Entity\\Person\\Patient',
  11267.         ]);
  11268.     }
  11269.     /**
  11270.      * Gets the private '.service_locator.6qh_vyD' shared service.
  11271.      *
  11272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11273.      */
  11274.     protected function get_ServiceLocator_6qhVyDService()
  11275.     {
  11276.         return $this->privates['.service_locator.6qh_vyD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11277.             'clinic' => ['privates''.errored..service_locator.6qh_vyD.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.6qh_vyD": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11278.             'consultationNote' => ['privates''.errored..service_locator.6qh_vyD.App\\Entity\\Patient\\Note\\ConsultationNote'NULL'Cannot autowire service ".service_locator.6qh_vyD": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.'],
  11279.             'patient' => ['privates''.errored..service_locator.6qh_vyD.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.6qh_vyD": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11280.         ], [
  11281.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11282.             'consultationNote' => 'App\\Entity\\Patient\\Note\\ConsultationNote',
  11283.             'patient' => 'App\\Entity\\Person\\Patient',
  11284.         ]);
  11285.     }
  11286.     /**
  11287.      * Gets the private '.service_locator.6rqhUQM' shared service.
  11288.      *
  11289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11290.      */
  11291.     protected function get_ServiceLocator_6rqhUQMService()
  11292.     {
  11293.         return $this->privates['.service_locator.6rqhUQM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11294.             'changeStatus' => ['services''app.update_patient_status''getApp_UpdatePatientStatusService'false],
  11295.             'clinic' => ['privates''.errored..service_locator.6rqhUQM.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.6rqhUQM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11296.         ], [
  11297.             'changeStatus' => '?',
  11298.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11299.         ]);
  11300.     }
  11301.     /**
  11302.      * Gets the private '.service_locator.7.hIlZQ' shared service.
  11303.      *
  11304.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11305.      */
  11306.     protected function get_ServiceLocator_7_HIlZQService()
  11307.     {
  11308.         return $this->privates['.service_locator.7.hIlZQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11309.             'clinic' => ['privates''.errored..service_locator.7.hIlZQ.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.7.hIlZQ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11310.             'membership' => ['privates''.errored..service_locator.7.hIlZQ.App\\Entity\\Clinic\\Membership\\Membership'NULL'Cannot autowire service ".service_locator.7.hIlZQ": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.'],
  11311.         ], [
  11312.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11313.             'membership' => 'App\\Entity\\Clinic\\Membership\\Membership',
  11314.         ]);
  11315.     }
  11316.     /**
  11317.      * Gets the private '.service_locator.7D3PCQX' shared service.
  11318.      *
  11319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11320.      */
  11321.     protected function get_ServiceLocator_7D3PCQXService()
  11322.     {
  11323.         return $this->privates['.service_locator.7D3PCQX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11324.             'clinic' => ['privates''.errored..service_locator.7D3PCQX.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.7D3PCQX": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11325.             'patient' => ['privates''.errored..service_locator.7D3PCQX.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.7D3PCQX": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11326.         ], [
  11327.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11328.             'patient' => 'App\\Entity\\Person\\Patient',
  11329.         ]);
  11330.     }
  11331.     /**
  11332.      * Gets the private '.service_locator.7GA_yZe' shared service.
  11333.      *
  11334.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11335.      */
  11336.     protected function get_ServiceLocator_7GAYZeService()
  11337.     {
  11338.         return $this->privates['.service_locator.7GA_yZe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11339.             'checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  11340.         ], [
  11341.             'checker' => '?',
  11342.         ]);
  11343.     }
  11344.     /**
  11345.      * Gets the private '.service_locator.7Mcplsu' shared service.
  11346.      *
  11347.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11348.      */
  11349.     protected function get_ServiceLocator_7McplsuService()
  11350.     {
  11351.         return $this->privates['.service_locator.7Mcplsu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11352.             'logger' => ['services''logger''getLoggerService'false],
  11353.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  11354.         ], [
  11355.             'logger' => '?',
  11356.             'mailChimpClientImpl' => '?',
  11357.         ]);
  11358.     }
  11359.     /**
  11360.      * Gets the private '.service_locator.7p79rlk' shared service.
  11361.      *
  11362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11363.      */
  11364.     protected function get_ServiceLocator_7p79rlkService()
  11365.     {
  11366.         return $this->privates['.service_locator.7p79rlk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11367.             'clinic' => ['privates''.errored..service_locator.7p79rlk.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.7p79rlk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11368.             'giftVoucher' => ['privates''.errored..service_locator.7p79rlk.App\\Entity\\Patient\\GiftVoucher'NULL'Cannot autowire service ".service_locator.7p79rlk": it references class "App\\Entity\\Patient\\GiftVoucher" but no such service exists.'],
  11369.             'patient' => ['privates''.errored..service_locator.7p79rlk.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.7p79rlk": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11370.         ], [
  11371.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11372.             'giftVoucher' => 'App\\Entity\\Patient\\GiftVoucher',
  11373.             'patient' => 'App\\Entity\\Person\\Patient',
  11374.         ]);
  11375.     }
  11376.     /**
  11377.      * Gets the private '.service_locator.80YG0OI' shared service.
  11378.      *
  11379.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11380.      */
  11381.     protected function get_ServiceLocator_80YG0OIService()
  11382.     {
  11383.         return $this->privates['.service_locator.80YG0OI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11384.             'clinic' => ['privates''.errored..service_locator.80YG0OI.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.80YG0OI": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11385.             'creator' => ['services''app.reference_creator''getApp_ReferenceCreatorService'false],
  11386.             'history' => ['services''app.history''getApp_HistoryService'false],
  11387.             'product' => ['privates''.errored..service_locator.80YG0OI.App\\Entity\\Clinic\\Stock\\Product'NULL'Cannot autowire service ".service_locator.80YG0OI": it references class "App\\Entity\\Clinic\\Stock\\Product" but no such service exists.'],
  11388.         ], [
  11389.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11390.             'creator' => '?',
  11391.             'history' => '?',
  11392.             'product' => 'App\\Entity\\Clinic\\Stock\\Product',
  11393.         ]);
  11394.     }
  11395.     /**
  11396.      * Gets the private '.service_locator.813nvU3' shared service.
  11397.      *
  11398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11399.      */
  11400.     protected function get_ServiceLocator_813nvU3Service()
  11401.     {
  11402.         return $this->privates['.service_locator.813nvU3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11403.             'clinic' => ['privates''.errored..service_locator.813nvU3.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.813nvU3": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11404.             'invoice' => ['privates''.errored..service_locator.813nvU3.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator.813nvU3": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  11405.             'patient' => ['privates''.errored..service_locator.813nvU3.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.813nvU3": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11406.         ], [
  11407.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11408.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  11409.             'patient' => 'App\\Entity\\Person\\Patient',
  11410.         ]);
  11411.     }
  11412.     /**
  11413.      * Gets the private '.service_locator.8H6Xqy6' shared service.
  11414.      *
  11415.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11416.      */
  11417.     protected function get_ServiceLocator_8H6Xqy6Service()
  11418.     {
  11419.         return $this->privates['.service_locator.8H6Xqy6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11420.             'twilioService' => ['services''app.twilio''getApp_TwilioService'false],
  11421.         ], [
  11422.             'twilioService' => '?',
  11423.         ]);
  11424.     }
  11425.     /**
  11426.      * Gets the private '.service_locator.8jQ7Uqv' shared service.
  11427.      *
  11428.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11429.      */
  11430.     protected function get_ServiceLocator_8jQ7UqvService()
  11431.     {
  11432.         return $this->privates['.service_locator.8jQ7Uqv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11433.             'priceTier' => ['privates''.errored..service_locator.8jQ7Uqv.App\\Entity\\Clinic\\PriceTier\\PriceTier'NULL'Cannot autowire service ".service_locator.8jQ7Uqv": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTier" but no such service exists.'],
  11434.         ], [
  11435.             'priceTier' => 'App\\Entity\\Clinic\\PriceTier\\PriceTier',
  11436.         ]);
  11437.     }
  11438.     /**
  11439.      * Gets the private '.service_locator.8nQVTrM' shared service.
  11440.      *
  11441.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11442.      */
  11443.     protected function get_ServiceLocator_8nQVTrMService()
  11444.     {
  11445.         return $this->privates['.service_locator.8nQVTrM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11446.             'clinic' => ['privates''.errored..service_locator.8nQVTrM.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.8nQVTrM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11447.             'history' => ['privates''.errored..service_locator.8nQVTrM.App\\Entity\\Clinic\\Stock\\History'NULL'Cannot autowire service ".service_locator.8nQVTrM": it references class "App\\Entity\\Clinic\\Stock\\History" but no such service exists.'],
  11448.         ], [
  11449.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11450.             'history' => 'App\\Entity\\Clinic\\Stock\\History',
  11451.         ]);
  11452.     }
  11453.     /**
  11454.      * Gets the private '.service_locator.8sGbrBf' shared service.
  11455.      *
  11456.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11457.      */
  11458.     protected function get_ServiceLocator_8sGbrBfService()
  11459.     {
  11460.         return $this->privates['.service_locator.8sGbrBf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11461.             'clinic' => ['privates''.errored..service_locator.8sGbrBf.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.8sGbrBf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11462.             'patient' => ['privates''.errored..service_locator.8sGbrBf.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.8sGbrBf": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11463.             'photo' => ['privates''.errored..service_locator.8sGbrBf.App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto'NULL'Cannot autowire service ".service_locator.8sGbrBf": it references class "App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto" but no such service exists.'],
  11464.         ], [
  11465.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11466.             'patient' => 'App\\Entity\\Person\\Patient',
  11467.             'photo' => 'App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto',
  11468.         ]);
  11469.     }
  11470.     /**
  11471.      * Gets the private '.service_locator.8zEFMlA' shared service.
  11472.      *
  11473.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11474.      */
  11475.     protected function get_ServiceLocator_8zEFMlAService()
  11476.     {
  11477.         return $this->privates['.service_locator.8zEFMlA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11478.             'clinic' => ['privates''.errored..service_locator.8zEFMlA.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.8zEFMlA": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11479.             'patient' => ['privates''.errored..service_locator.8zEFMlA.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.8zEFMlA": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11480.             'referenceCreator' => ['services''app.reference_creator''getApp_ReferenceCreatorService'false],
  11481.         ], [
  11482.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11483.             'patient' => 'App\\Entity\\Person\\Patient',
  11484.             'referenceCreator' => '?',
  11485.         ]);
  11486.     }
  11487.     /**
  11488.      * Gets the private '.service_locator.90mr1LM' shared service.
  11489.      *
  11490.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11491.      */
  11492.     protected function get_ServiceLocator_90mr1LMService()
  11493.     {
  11494.         return $this->privates['.service_locator.90mr1LM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11495.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11496.             'clinic' => ['privates''.errored..service_locator.90mr1LM.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.90mr1LM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11497.             'patient' => ['privates''.errored..service_locator.90mr1LM.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.90mr1LM": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11498.         ], [
  11499.             'breadcrumbs' => '?',
  11500.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11501.             'patient' => 'App\\Entity\\Person\\Patient',
  11502.         ]);
  11503.     }
  11504.     /**
  11505.      * Gets the private '.service_locator.9RmDU1g' shared service.
  11506.      *
  11507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11508.      */
  11509.     protected function get_ServiceLocator_9RmDU1gService()
  11510.     {
  11511.         return $this->privates['.service_locator.9RmDU1g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11512.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  11513.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11514.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  11515.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11516.         ], [
  11517.             'async' => '?',
  11518.             'failed' => '?',
  11519.             'messenger.transport.async' => '?',
  11520.             'messenger.transport.failed' => '?',
  11521.         ]);
  11522.     }
  11523.     /**
  11524.      * Gets the private '.service_locator.9YwbXXO' shared service.
  11525.      *
  11526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11527.      */
  11528.     protected function get_ServiceLocator_9YwbXXOService()
  11529.     {
  11530.         return $this->privates['.service_locator.9YwbXXO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11531.             'superClinicAdmin' => ['privates''.errored..service_locator.9YwbXXO.App\\Entity\\Person\\SuperClinicAdmin'NULL'Cannot autowire service ".service_locator.9YwbXXO": it references class "App\\Entity\\Person\\SuperClinicAdmin" but no such service exists.'],
  11532.         ], [
  11533.             'superClinicAdmin' => 'App\\Entity\\Person\\SuperClinicAdmin',
  11534.         ]);
  11535.     }
  11536.     /**
  11537.      * Gets the private '.service_locator.Ac3QsRU' shared service.
  11538.      *
  11539.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11540.      */
  11541.     protected function get_ServiceLocator_Ac3QsRUService()
  11542.     {
  11543.         return $this->privates['.service_locator.Ac3QsRU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11544.             'question' => ['privates''.errored..service_locator.Ac3QsRU.App\\Entity\\Clinic\\Questionaire\\Question'NULL'Cannot autowire service ".service_locator.Ac3QsRU": it references class "App\\Entity\\Clinic\\Questionaire\\Question" but no such service exists.'],
  11545.             'questionaire' => ['privates''.errored..service_locator.Ac3QsRU.App\\Entity\\Clinic\\Questionaire\\Questionaire'NULL'Cannot autowire service ".service_locator.Ac3QsRU": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.'],
  11546.             'transformer' => ['services''app.form_data_transformer.question_choice_type''getApp_FormDataTransformer_QuestionChoiceTypeService'false],
  11547.         ], [
  11548.             'question' => 'App\\Entity\\Clinic\\Questionaire\\Question',
  11549.             'questionaire' => 'App\\Entity\\Clinic\\Questionaire\\Questionaire',
  11550.             'transformer' => '?',
  11551.         ]);
  11552.     }
  11553.     /**
  11554.      * Gets the private '.service_locator.ArNaJ28' shared service.
  11555.      *
  11556.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11557.      */
  11558.     protected function get_ServiceLocator_ArNaJ28Service()
  11559.     {
  11560.         return $this->privates['.service_locator.ArNaJ28'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11561.             'clinic' => ['privates''.errored..service_locator.ArNaJ28.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.ArNaJ28": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11562.             'membership' => ['privates''.errored..service_locator.ArNaJ28.App\\Entity\\Clinic\\Membership\\Membership'NULL'Cannot autowire service ".service_locator.ArNaJ28": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.'],
  11563.             'membershipItem' => ['privates''.errored..service_locator.ArNaJ28.App\\Entity\\Clinic\\Membership\\MembershipItem'NULL'Cannot autowire service ".service_locator.ArNaJ28": it references class "App\\Entity\\Clinic\\Membership\\MembershipItem" but no such service exists.'],
  11564.         ], [
  11565.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11566.             'membership' => 'App\\Entity\\Clinic\\Membership\\Membership',
  11567.             'membershipItem' => 'App\\Entity\\Clinic\\Membership\\MembershipItem',
  11568.         ]);
  11569.     }
  11570.     /**
  11571.      * Gets the private '.service_locator.B1vxjga' shared service.
  11572.      *
  11573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11574.      */
  11575.     protected function get_ServiceLocator_B1vxjgaService()
  11576.     {
  11577.         return $this->privates['.service_locator.B1vxjga'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11578.             'postAptForm' => ['privates''.errored..service_locator.B1vxjga.App\\Entity\\Clinic\\PostAptForm'NULL'Cannot autowire service ".service_locator.B1vxjga": it references class "App\\Entity\\Clinic\\PostAptForm" but no such service exists.'],
  11579.         ], [
  11580.             'postAptForm' => 'App\\Entity\\Clinic\\PostAptForm',
  11581.         ]);
  11582.     }
  11583.     /**
  11584.      * Gets the private '.service_locator.BDUO5FL' shared service.
  11585.      *
  11586.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11587.      */
  11588.     protected function get_ServiceLocator_BDUO5FLService()
  11589.     {
  11590.         return $this->privates['.service_locator.BDUO5FL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11591.             'category' => ['privates''.errored..service_locator.BDUO5FL.App\\Entity\\Clinic\\DocumentCategory'NULL'Cannot autowire service ".service_locator.BDUO5FL": it references class "App\\Entity\\Clinic\\DocumentCategory" but no such service exists.'],
  11592.             'clinic' => ['privates''.errored..service_locator.BDUO5FL.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.BDUO5FL": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11593.         ], [
  11594.             'category' => 'App\\Entity\\Clinic\\DocumentCategory',
  11595.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11596.         ]);
  11597.     }
  11598.     /**
  11599.      * Gets the private '.service_locator.BWlBdcv' shared service.
  11600.      *
  11601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11602.      */
  11603.     protected function get_ServiceLocator_BWlBdcvService()
  11604.     {
  11605.         return $this->privates['.service_locator.BWlBdcv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11606.             'clinic' => ['privates''.errored..service_locator.BWlBdcv.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.BWlBdcv": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11607.             'document' => ['privates''.errored..service_locator.BWlBdcv.App\\Entity\\Patient\\Document'NULL'Cannot autowire service ".service_locator.BWlBdcv": it references class "App\\Entity\\Patient\\Document" but no such service exists.'],
  11608.             'patient' => ['privates''.errored..service_locator.BWlBdcv.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.BWlBdcv": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11609.         ], [
  11610.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11611.             'document' => 'App\\Entity\\Patient\\Document',
  11612.             'patient' => 'App\\Entity\\Person\\Patient',
  11613.         ]);
  11614.     }
  11615.     /**
  11616.      * Gets the private '.service_locator.Bk42dRg' shared service.
  11617.      *
  11618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11619.      */
  11620.     protected function get_ServiceLocator_Bk42dRgService()
  11621.     {
  11622.         return $this->privates['.service_locator.Bk42dRg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11623.             'clinic' => ['privates''.errored..service_locator.Bk42dRg.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Bk42dRg": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11624.             'membership' => ['privates''.errored..service_locator.Bk42dRg.App\\Entity\\Clinic\\Membership\\Membership'NULL'Cannot autowire service ".service_locator.Bk42dRg": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.'],
  11625.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11626.         ], [
  11627.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11628.             'membership' => 'App\\Entity\\Clinic\\Membership\\Membership',
  11629.             'paginator' => '?',
  11630.         ]);
  11631.     }
  11632.     /**
  11633.      * Gets the private '.service_locator.BuqDmxr' shared service.
  11634.      *
  11635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11636.      */
  11637.     protected function get_ServiceLocator_BuqDmxrService()
  11638.     {
  11639.         return $this->privates['.service_locator.BuqDmxr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11640.             'serializer' => ['services''serializer''getSerializerService'false],
  11641.         ], [
  11642.             'serializer' => '?',
  11643.         ]);
  11644.     }
  11645.     /**
  11646.      * Gets the private '.service_locator.C8zb.1y' shared service.
  11647.      *
  11648.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11649.      */
  11650.     protected function get_ServiceLocator_C8zb_1yService()
  11651.     {
  11652.         return $this->privates['.service_locator.C8zb.1y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11653.             'clinic' => ['privates''.errored..service_locator.C8zb.1y.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.C8zb.1y": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11654.             'repository' => ['privates''App\\Repository\\Clinic\\Stock\\GoodsReceivedRepository''getGoodsReceivedRepositoryService'false],
  11655.         ], [
  11656.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11657.             'repository' => 'App\\Repository\\Clinic\\Stock\\GoodsReceivedRepository',
  11658.         ]);
  11659.     }
  11660.     /**
  11661.      * Gets the private '.service_locator.Cezlehm' shared service.
  11662.      *
  11663.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11664.      */
  11665.     protected function get_ServiceLocator_CezlehmService()
  11666.     {
  11667.         return $this->privates['.service_locator.Cezlehm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11668.             'clinicPhone' => ['privates''.errored..service_locator.Cezlehm.App\\Entity\\ClinicPhone'NULL'Cannot autowire service ".service_locator.Cezlehm": it references class "App\\Entity\\ClinicPhone" but no such service exists.'],
  11669.         ], [
  11670.             'clinicPhone' => 'App\\Entity\\ClinicPhone',
  11671.         ]);
  11672.     }
  11673.     /**
  11674.      * Gets the private '.service_locator.CfhnSq8' shared service.
  11675.      *
  11676.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11677.      */
  11678.     protected function get_ServiceLocator_CfhnSq8Service()
  11679.     {
  11680.         return $this->privates['.service_locator.CfhnSq8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11681.             'chronoscanClient' => ['privates''App\\Services\\Chronoscan\\ChronoscanClient''getChronoscanClientService'false],
  11682.             'clinic' => ['privates''.errored..service_locator.CfhnSq8.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.CfhnSq8": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11683.             'serializer' => ['services''serializer''getSerializerService'false],
  11684.         ], [
  11685.             'chronoscanClient' => 'App\\Services\\Chronoscan\\ChronoscanClient',
  11686.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11687.             'serializer' => '?',
  11688.         ]);
  11689.     }
  11690.     /**
  11691.      * Gets the private '.service_locator.ClLMzKf' shared service.
  11692.      *
  11693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11694.      */
  11695.     protected function get_ServiceLocator_ClLMzKfService()
  11696.     {
  11697.         return $this->privates['.service_locator.ClLMzKf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11698.             'clinic' => ['privates''.errored..service_locator.ClLMzKf.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.ClLMzKf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11699.             'note' => ['privates''.errored..service_locator.ClLMzKf.App\\Entity\\Patient\\Note\\ConsultationNote'NULL'Cannot autowire service ".service_locator.ClLMzKf": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.'],
  11700.         ], [
  11701.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11702.             'note' => 'App\\Entity\\Patient\\Note\\ConsultationNote',
  11703.         ]);
  11704.     }
  11705.     /**
  11706.      * Gets the private '.service_locator.DJT3sq_' shared service.
  11707.      *
  11708.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11709.      */
  11710.     protected function get_ServiceLocator_DJT3sqService()
  11711.     {
  11712.         return $this->privates['.service_locator.DJT3sq_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11713.             'clinic' => ['privates''.errored..service_locator.DJT3sq_.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.DJT3sq_": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11714.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  11715.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11716.             'record' => ['privates''.errored..service_locator.DJT3sq_.App\\Entity\\LeadCapture\\LeadCapture'NULL'Cannot autowire service ".service_locator.DJT3sq_": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.'],
  11717.         ], [
  11718.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11719.             'mailChimpClientImpl' => '?',
  11720.             'paginator' => '?',
  11721.             'record' => 'App\\Entity\\LeadCapture\\LeadCapture',
  11722.         ]);
  11723.     }
  11724.     /**
  11725.      * Gets the private '.service_locator.DmWmoqj' shared service.
  11726.      *
  11727.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11728.      */
  11729.     protected function get_ServiceLocator_DmWmoqjService()
  11730.     {
  11731.         return $this->privates['.service_locator.DmWmoqj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11732.             'clinic' => ['privates''.errored..service_locator.DmWmoqj.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.DmWmoqj": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11733.             'healthXChangeImpl' => ['services''app.hx_change''getApp_HxChangeService'false],
  11734.             'logger' => ['services''logger''getLoggerService'false],
  11735.             'serializer' => ['services''serializer''getSerializerService'false],
  11736.         ], [
  11737.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11738.             'healthXChangeImpl' => '?',
  11739.             'logger' => '?',
  11740.             'serializer' => '?',
  11741.         ]);
  11742.     }
  11743.     /**
  11744.      * Gets the private '.service_locator.E03ryQX' shared service.
  11745.      *
  11746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11747.      */
  11748.     protected function get_ServiceLocator_E03ryQXService()
  11749.     {
  11750.         return $this->privates['.service_locator.E03ryQX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11751.             'clinic' => ['privates''.errored..service_locator.E03ryQX.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.E03ryQX": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11752.             'room' => ['privates''.errored..service_locator.E03ryQX.App\\Entity\\Clinic\\Room'NULL'Cannot autowire service ".service_locator.E03ryQX": it references class "App\\Entity\\Clinic\\Room" but no such service exists.'],
  11753.         ], [
  11754.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11755.             'room' => 'App\\Entity\\Clinic\\Room',
  11756.         ]);
  11757.     }
  11758.     /**
  11759.      * Gets the private '.service_locator.EQ96qjw' shared service.
  11760.      *
  11761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11762.      */
  11763.     protected function get_ServiceLocator_EQ96qjwService()
  11764.     {
  11765.         return $this->privates['.service_locator.EQ96qjw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11766.             'clinic' => ['privates''.errored..service_locator.EQ96qjw.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.EQ96qjw": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11767.             'source' => ['privates''.errored..service_locator.EQ96qjw.App\\Entity\\Clinic\\LearnAboutSource'NULL'Cannot autowire service ".service_locator.EQ96qjw": it references class "App\\Entity\\Clinic\\LearnAboutSource" but no such service exists.'],
  11768.         ], [
  11769.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11770.             'source' => 'App\\Entity\\Clinic\\LearnAboutSource',
  11771.         ]);
  11772.     }
  11773.     /**
  11774.      * Gets the private '.service_locator.EY3aXVP' shared service.
  11775.      *
  11776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11777.      */
  11778.     protected function get_ServiceLocator_EY3aXVPService()
  11779.     {
  11780.         return $this->privates['.service_locator.EY3aXVP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11781.             'clinic' => ['privates''.errored..service_locator.EY3aXVP.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.EY3aXVP": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11782.             'treatmentGroup' => ['privates''.errored..service_locator.EY3aXVP.App\\Entity\\Clinic\\Stock\\TreatmentGroup'NULL'Cannot autowire service ".service_locator.EY3aXVP": it references class "App\\Entity\\Clinic\\Stock\\TreatmentGroup" but no such service exists.'],
  11783.         ], [
  11784.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11785.             'treatmentGroup' => 'App\\Entity\\Clinic\\Stock\\TreatmentGroup',
  11786.         ]);
  11787.     }
  11788.     /**
  11789.      * Gets the private '.service_locator.F7.Ceu7' shared service.
  11790.      *
  11791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11792.      */
  11793.     protected function get_ServiceLocator_F7_Ceu7Service()
  11794.     {
  11795.         return $this->privates['.service_locator.F7.Ceu7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11796.             'clinic' => ['privates''.errored..service_locator.F7.Ceu7.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.F7.Ceu7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11797.             'event' => ['privates''.errored..service_locator.F7.Ceu7.App\\Entity\\Clinic\\Appointment\\GoogleEvent'NULL'Cannot autowire service ".service_locator.F7.Ceu7": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.'],
  11798.         ], [
  11799.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11800.             'event' => 'App\\Entity\\Clinic\\Appointment\\GoogleEvent',
  11801.         ]);
  11802.     }
  11803.     /**
  11804.      * Gets the private '.service_locator.FSe76mi' shared service.
  11805.      *
  11806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11807.      */
  11808.     protected function get_ServiceLocator_FSe76miService()
  11809.     {
  11810.         return $this->privates['.service_locator.FSe76mi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11811.             'clinic' => ['privates''.errored..service_locator.FSe76mi.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.FSe76mi": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11812.             'stage' => ['privates''.errored..service_locator.FSe76mi.App\\Entity\\LeadCapture\\LeadCaptureStage'NULL'Cannot autowire service ".service_locator.FSe76mi": it references class "App\\Entity\\LeadCapture\\LeadCaptureStage" but no such service exists.'],
  11813.         ], [
  11814.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11815.             'stage' => 'App\\Entity\\LeadCapture\\LeadCaptureStage',
  11816.         ]);
  11817.     }
  11818.     /**
  11819.      * Gets the private '.service_locator.FXKNrkO' shared service.
  11820.      *
  11821.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11822.      */
  11823.     protected function get_ServiceLocator_FXKNrkOService()
  11824.     {
  11825.         return $this->privates['.service_locator.FXKNrkO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11826.             'prospect' => ['privates''.errored..service_locator.FXKNrkO.App\\Entity\\LeadCapture\\LeadCapture'NULL'Cannot autowire service ".service_locator.FXKNrkO": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.'],
  11827.         ], [
  11828.             'prospect' => 'App\\Entity\\LeadCapture\\LeadCapture',
  11829.         ]);
  11830.     }
  11831.     /**
  11832.      * Gets the private '.service_locator.Fm31gW5' shared service.
  11833.      *
  11834.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11835.      */
  11836.     protected function get_ServiceLocator_Fm31gW5Service()
  11837.     {
  11838.         return $this->privates['.service_locator.Fm31gW5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11839.             'authorizationChecker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  11840.             'clinic' => ['privates''.errored..service_locator.Fm31gW5.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Fm31gW5": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11841.             'location' => ['privates''.errored..service_locator.Fm31gW5.App\\Entity\\Clinic\\Location'NULL'Cannot autowire service ".service_locator.Fm31gW5": it references class "App\\Entity\\Clinic\\Location" but no such service exists.'],
  11842.         ], [
  11843.             'authorizationChecker' => '?',
  11844.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11845.             'location' => 'App\\Entity\\Clinic\\Location',
  11846.         ]);
  11847.     }
  11848.     /**
  11849.      * Gets the private '.service_locator.Fydz4GN' shared service.
  11850.      *
  11851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11852.      */
  11853.     protected function get_ServiceLocator_Fydz4GNService()
  11854.     {
  11855.         return $this->privates['.service_locator.Fydz4GN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11856.             'mediaManager' => ['services''app.media_manager''getApp_MediaManagerService'false],
  11857.         ], [
  11858.             'mediaManager' => '?',
  11859.         ]);
  11860.     }
  11861.     /**
  11862.      * Gets the private '.service_locator.G06nCWL' shared service.
  11863.      *
  11864.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11865.      */
  11866.     protected function get_ServiceLocator_G06nCWLService()
  11867.     {
  11868.         return $this->privates['.service_locator.G06nCWL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11869.             'group' => ['privates''.errored..service_locator.G06nCWL.App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup'NULL'Cannot autowire service ".service_locator.G06nCWL": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup" but no such service exists.'],
  11870.         ], [
  11871.             'group' => 'App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup',
  11872.         ]);
  11873.     }
  11874.     /**
  11875.      * Gets the private '.service_locator.GCaRaJU' shared service.
  11876.      *
  11877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11878.      */
  11879.     protected function get_ServiceLocator_GCaRaJUService()
  11880.     {
  11881.         return $this->privates['.service_locator.GCaRaJU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11882.             'meeting' => ['privates''.errored..service_locator.GCaRaJU.App\\Entity\\Meeting'NULL'Cannot autowire service ".service_locator.GCaRaJU": it references class "App\\Entity\\Meeting" but no such service exists.'],
  11883.         ], [
  11884.             'meeting' => 'App\\Entity\\Meeting',
  11885.         ]);
  11886.     }
  11887.     /**
  11888.      * Gets the private '.service_locator.GjYSd7f' shared service.
  11889.      *
  11890.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11891.      */
  11892.     protected function get_ServiceLocator_GjYSd7fService()
  11893.     {
  11894.         return $this->privates['.service_locator.GjYSd7f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11895.             'clinic' => ['privates''.errored..service_locator.GjYSd7f.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.GjYSd7f": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11896.             'repository' => ['privates''App\\Repository\\Clinic\\SurveyRepository''getSurveyRepositoryService'false],
  11897.         ], [
  11898.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11899.             'repository' => 'App\\Repository\\Clinic\\SurveyRepository',
  11900.         ]);
  11901.     }
  11902.     /**
  11903.      * Gets the private '.service_locator.GrsX3Yy' shared service.
  11904.      *
  11905.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11906.      */
  11907.     protected function get_ServiceLocator_GrsX3YyService()
  11908.     {
  11909.         return $this->privates['.service_locator.GrsX3Yy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11910.             'appointmentLead' => ['privates''.errored..service_locator.GrsX3Yy.App\\Entity\\AppointmentLead'NULL'Cannot autowire service ".service_locator.GrsX3Yy": it references class "App\\Entity\\AppointmentLead" but no such service exists.'],
  11911.             'clinic' => ['privates''.errored..service_locator.GrsX3Yy.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.GrsX3Yy": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11912.         ], [
  11913.             'appointmentLead' => 'App\\Entity\\AppointmentLead',
  11914.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11915.         ]);
  11916.     }
  11917.     /**
  11918.      * Gets the private '.service_locator.H7EBq.3' shared service.
  11919.      *
  11920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11921.      */
  11922.     protected function get_ServiceLocator_H7EBq_3Service()
  11923.     {
  11924.         return $this->privates['.service_locator.H7EBq.3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11925.             'clinic' => ['privates''.errored..service_locator.H7EBq.3.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.H7EBq.3": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11926.             'reason' => ['privates''.errored..service_locator.H7EBq.3.App\\Entity\\Clinic\\DiscountReason'NULL'Cannot autowire service ".service_locator.H7EBq.3": it references class "App\\Entity\\Clinic\\DiscountReason" but no such service exists.'],
  11927.         ], [
  11928.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11929.             'reason' => 'App\\Entity\\Clinic\\DiscountReason',
  11930.         ]);
  11931.     }
  11932.     /**
  11933.      * Gets the private '.service_locator.H8QhZav' shared service.
  11934.      *
  11935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11936.      */
  11937.     protected function get_ServiceLocator_H8QhZavService()
  11938.     {
  11939.         return $this->privates['.service_locator.H8QhZav'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11940.             'clinic' => ['privates''.errored..service_locator.H8QhZav.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.H8QhZav": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11941.             'patient' => ['privates''.errored..service_locator.H8QhZav.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.H8QhZav": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  11942.             'questionaire' => ['privates''.errored..service_locator.H8QhZav.App\\Entity\\Clinic\\Questionaire\\Questionaire'NULL'Cannot autowire service ".service_locator.H8QhZav": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.'],
  11943.         ], [
  11944.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11945.             'patient' => 'App\\Entity\\Person\\Patient',
  11946.             'questionaire' => 'App\\Entity\\Clinic\\Questionaire\\Questionaire',
  11947.         ]);
  11948.     }
  11949.     /**
  11950.      * Gets the private '.service_locator.HwJZYKG' shared service.
  11951.      *
  11952.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11953.      */
  11954.     protected function get_ServiceLocator_HwJZYKGService()
  11955.     {
  11956.         return $this->privates['.service_locator.HwJZYKG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11957.             'clinic' => ['privates''.errored..service_locator.HwJZYKG.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.HwJZYKG": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  11958.             'outcome' => ['privates''.errored..service_locator.HwJZYKG.App\\Entity\\Clinic\\Outcome'NULL'Cannot autowire service ".service_locator.HwJZYKG": it references class "App\\Entity\\Clinic\\Outcome" but no such service exists.'],
  11959.         ], [
  11960.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  11961.             'outcome' => 'App\\Entity\\Clinic\\Outcome',
  11962.         ]);
  11963.     }
  11964.     /**
  11965.      * Gets the private '.service_locator.I4y6z2r' shared service.
  11966.      *
  11967.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11968.      */
  11969.     protected function get_ServiceLocator_I4y6z2rService()
  11970.     {
  11971.         return $this->privates['.service_locator.I4y6z2r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11972.             'App\\Controller\\Admin\\AppointmentController::appointmentFulldayAjax' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11973.             'App\\Controller\\Admin\\AppointmentController::calendar' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11974.             'App\\Controller\\Admin\\AppointmentController::calendarPrivateMode' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11975.             'App\\Controller\\Admin\\AppointmentController::completeAppointment' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  11976.             'App\\Controller\\Admin\\AppointmentController::delete' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11977.             'App\\Controller\\Admin\\AppointmentController::edit' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  11978.             'App\\Controller\\Admin\\AppointmentController::editAjax' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11979.             'App\\Controller\\Admin\\AppointmentController::editGoogleEvent' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  11980.             'App\\Controller\\Admin\\AppointmentController::getCheckoutData' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11981.             'App\\Controller\\Admin\\AppointmentController::getCheckoutSmsReview' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11982.             'App\\Controller\\Admin\\AppointmentController::getEvents' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11983.             'App\\Controller\\Admin\\AppointmentController::getInvoiceForPatient' => ['privates''.service_locator.JKV1TGV''get_ServiceLocator_JKV1TGVService'false],
  11984.             'App\\Controller\\Admin\\AppointmentController::getPostAptForm' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11985.             'App\\Controller\\Admin\\AppointmentController::getResources' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11986.             'App\\Controller\\Admin\\AppointmentController::getSurveyForm' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11987.             'App\\Controller\\Admin\\AppointmentController::importAppointmentFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11988.             'App\\Controller\\Admin\\AppointmentController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11989.             'App\\Controller\\Admin\\AppointmentController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  11990.             'App\\Controller\\Admin\\AppointmentController::newAjax' => ['privates''.service_locator.piF90nv''get_ServiceLocator_PiF90nvService'false],
  11991.             'App\\Controller\\Admin\\AppointmentController::popupedit' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  11992.             'App\\Controller\\Admin\\AppointmentController::sendPostAptForm' => ['privates''.service_locator.MKhjP8a''get_ServiceLocator_MKhjP8aService'false],
  11993.             'App\\Controller\\Admin\\AppointmentController::sendSelected' => ['privates''.service_locator.KKxSBFI''get_ServiceLocator_KKxSBFIService'false],
  11994.             'App\\Controller\\Admin\\AppointmentController::sendSurveyPostAptForm' => ['privates''.service_locator.KKxSBFI''get_ServiceLocator_KKxSBFIService'false],
  11995.             'App\\Controller\\Admin\\BlockerController::edit' => ['privates''.service_locator.girrYap''get_ServiceLocator_GirrYapService'false],
  11996.             'App\\Controller\\Admin\\BlockerController::list' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  11997.             'App\\Controller\\Admin\\BlockerController::new' => ['privates''.service_locator.6T68T.1''get_ServiceLocator_6T68T_1Service'false],
  11998.             'App\\Controller\\Admin\\ClinicDashboardController::addWidget' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  11999.             'App\\Controller\\Admin\\ClinicDashboardController::getAppointmentsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12000.             'App\\Controller\\Admin\\ClinicDashboardController::getAverageSpendData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12001.             'App\\Controller\\Admin\\ClinicDashboardController::getBillingsPerCoordinatorData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12002.             'App\\Controller\\Admin\\ClinicDashboardController::getBillingsPerPeriodData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12003.             'App\\Controller\\Admin\\ClinicDashboardController::getBillingsPerPractitionerData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12004.             'App\\Controller\\Admin\\ClinicDashboardController::getCancellationsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12005.             'App\\Controller\\Admin\\ClinicDashboardController::getCustomerBaseData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12006.             'App\\Controller\\Admin\\ClinicDashboardController::getFrequencyData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12007.             'App\\Controller\\Admin\\ClinicDashboardController::getMailingListData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12008.             'App\\Controller\\Admin\\ClinicDashboardController::getNetReceiptsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12009.             'App\\Controller\\Admin\\ClinicDashboardController::getNewPatientAppointmentsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12010.             'App\\Controller\\Admin\\ClinicDashboardController::getPatientListByTreatmentDateData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12011.             'App\\Controller\\Admin\\ClinicDashboardController::getPatientReferralData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12012.             'App\\Controller\\Admin\\ClinicDashboardController::getPrepaymentsBalanceData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12013.             'App\\Controller\\Admin\\ClinicDashboardController::getProspectsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12014.             'App\\Controller\\Admin\\ClinicDashboardController::getReceiptsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12015.             'App\\Controller\\Admin\\ClinicDashboardController::getRecencyData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12016.             'App\\Controller\\Admin\\ClinicDashboardController::getRecentAppointments' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12017.             'App\\Controller\\Admin\\ClinicDashboardController::getReconciliationData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12018.             'App\\Controller\\Admin\\ClinicDashboardController::getRefundsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12019.             'App\\Controller\\Admin\\ClinicDashboardController::getRetentionData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12020.             'App\\Controller\\Admin\\ClinicDashboardController::getRevenuePerPeriodData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12021.             'App\\Controller\\Admin\\ClinicDashboardController::getRevenuePerPractitionerData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12022.             'App\\Controller\\Admin\\ClinicDashboardController::getSmsMessagesData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12023.             'App\\Controller\\Admin\\ClinicDashboardController::getTerminalsEndOfDayData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12024.             'App\\Controller\\Admin\\ClinicDashboardController::getUnpaidReportData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12025.             'App\\Controller\\Admin\\ClinicDashboardController::getVouchersData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12026.             'App\\Controller\\Admin\\ClinicDashboardController::index' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12027.             'App\\Controller\\Admin\\ClinicDashboardController::refreshDashboard' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12028.             'App\\Controller\\Admin\\ClinicDashboardController::removeWidget' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12029.             'App\\Controller\\Admin\\ClinicDashboardController::updateGlobalSettings' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12030.             'App\\Controller\\Admin\\ClinicDashboardController::updateWidgetPositions' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12031.             'App\\Controller\\Admin\\ClinicDashboardController::updateWidgetSettings' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12032.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::changeStatusAppointmentCode' => ['privates''.service_locator.waV7Tyt''get_ServiceLocator_WaV7TytService'false],
  12033.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12034.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::delete' => ['privates''.service_locator.waV7Tyt''get_ServiceLocator_WaV7TytService'false],
  12035.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::edit' => ['privates''.service_locator.waV7Tyt''get_ServiceLocator_WaV7TytService'false],
  12036.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12037.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12038.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::delete' => ['privates''.service_locator.bACQl82''get_ServiceLocator_BACQl82Service'false],
  12039.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::edit' => ['privates''.service_locator.bACQl82''get_ServiceLocator_BACQl82Service'false],
  12040.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12041.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::delete' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12042.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::edit' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12043.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12044.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12045.             'App\\Controller\\Admin\\Clinic\\ChronoscanController::settings' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12046.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController::importCorrespondenceFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12047.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController::list' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  12048.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::clearReport' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12049.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::filter' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12050.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::generateCsv' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12051.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::generateTable' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12052.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::index' => ['privates''.service_locator.VijrZBf''get_ServiceLocator_VijrZBfService'false],
  12053.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::show' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12054.             'App\\Controller\\Admin\\Clinic\\DefaultController::ads' => ['privates''.service_locator.7GA_yZe''get_ServiceLocator_7GAYZeService'false],
  12055.             'App\\Controller\\Admin\\Clinic\\DefaultController::ads1' => ['privates''.service_locator.7GA_yZe''get_ServiceLocator_7GAYZeService'false],
  12056.             'App\\Controller\\Admin\\Clinic\\DefaultController::allDataExport' => ['privates''.service_locator.3vRinKw''get_ServiceLocator_3vRinKwService'false],
  12057.             'App\\Controller\\Admin\\Clinic\\DefaultController::assignToken' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  12058.             'App\\Controller\\Admin\\Clinic\\DefaultController::clinic_autologin' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12059.             'App\\Controller\\Admin\\Clinic\\DefaultController::dataImport' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12060.             'App\\Controller\\Admin\\Clinic\\DefaultController::delete' => ['privates''.service_locator.10MAuu9''get_ServiceLocator_10MAuu9Service'false],
  12061.             'App\\Controller\\Admin\\Clinic\\DefaultController::deleteBranding' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12062.             'App\\Controller\\Admin\\Clinic\\DefaultController::edit' => ['privates''.service_locator.gVl4FLG''get_ServiceLocator_GVl4FLGService'false],
  12063.             'App\\Controller\\Admin\\Clinic\\DefaultController::exportPage' => ['privates''.service_locator.7GA_yZe''get_ServiceLocator_7GAYZeService'false],
  12064.             'App\\Controller\\Admin\\Clinic\\DefaultController::exportToCSV' => ['privates''.service_locator.cjPJq4m''get_ServiceLocator_CjPJq4mService'false],
  12065.             'App\\Controller\\Admin\\Clinic\\DefaultController::getNotes' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12066.             'App\\Controller\\Admin\\Clinic\\DefaultController::index' => ['privates''.service_locator.xCaN3hw''get_ServiceLocator_XCaN3hwService'false],
  12067.             'App\\Controller\\Admin\\Clinic\\DefaultController::needFeatureLicense' => ['privates''.service_locator.gvnbgyu''get_ServiceLocator_GvnbgyuService'false],
  12068.             'App\\Controller\\Admin\\Clinic\\DefaultController::new' => ['privates''.service_locator.pTP1A_L''get_ServiceLocator_PTP1ALService'false],
  12069.             'App\\Controller\\Admin\\Clinic\\DefaultController::organisations_autologin' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  12070.             'App\\Controller\\Admin\\Clinic\\DefaultController::saveReasonForTreatment' => ['privates''.service_locator.ClLMzKf''get_ServiceLocator_ClLMzKfService'false],
  12071.             'App\\Controller\\Admin\\Clinic\\DefaultController::saveTreatmentInterestedIn' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12072.             'App\\Controller\\Admin\\Clinic\\DefaultController::setSmsSettingsStatus' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12073.             'App\\Controller\\Admin\\Clinic\\DefaultController::sharePatients' => ['privates''.service_locator.3vRinKw''get_ServiceLocator_3vRinKwService'false],
  12074.             'App\\Controller\\Admin\\Clinic\\DefaultController::syncDataWithXero' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12075.             'App\\Controller\\Admin\\Clinic\\DefaultController::zoomMeetingPage' => ['privates''.service_locator.KhS4aFB''get_ServiceLocator_KhS4aFBService'false],
  12076.             'App\\Controller\\Admin\\Clinic\\DefaultController::zoomPage' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12077.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::changeStatus' => ['privates''.service_locator.H7EBq.3''get_ServiceLocator_H7EBq_3Service'false],
  12078.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12079.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::delete' => ['privates''.service_locator.H7EBq.3''get_ServiceLocator_H7EBq_3Service'false],
  12080.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::edit' => ['privates''.service_locator.H7EBq.3''get_ServiceLocator_H7EBq_3Service'false],
  12081.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::index' => ['privates''.service_locator.pwBJRLM''get_ServiceLocator_PwBJRLMService'false],
  12082.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::changeStatus' => ['privates''.service_locator.BDUO5FL''get_ServiceLocator_BDUO5FLService'false],
  12083.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12084.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::delete' => ['privates''.service_locator.BDUO5FL''get_ServiceLocator_BDUO5FLService'false],
  12085.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::edit' => ['privates''.service_locator.BDUO5FL''get_ServiceLocator_BDUO5FLService'false],
  12086.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12087.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::delete' => ['privates''.service_locator.5v.C.OB''get_ServiceLocator_5v_C_OBService'false],
  12088.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::duplicate' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12089.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::edit' => ['privates''.service_locator.5v.C.OB''get_ServiceLocator_5v_C_OBService'false],
  12090.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12091.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12092.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::saveEmailTemplate' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12093.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::upload' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12094.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::uploadFile' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12095.             'App\\Controller\\Admin\\Clinic\\EquipmentController::delete' => ['privates''.service_locator.iR6aeYj''get_ServiceLocator_IR6aeYjService'false],
  12096.             'App\\Controller\\Admin\\Clinic\\EquipmentController::edit' => ['privates''.service_locator.tZ43oj.''get_ServiceLocator_TZ43oj_Service'false],
  12097.             'App\\Controller\\Admin\\Clinic\\EquipmentController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12098.             'App\\Controller\\Admin\\Clinic\\EquipmentController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12099.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::delete' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12100.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::edit' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12101.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::getFilterBasedEntity' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12102.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::getFilterBasedEntityGroupMake' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12103.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12104.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12105.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::sendMessage' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12106.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::sendMessageOldWOrking' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12107.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::sendMessageToFilterEntity' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12108.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::show' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12109.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::changeEnabled' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  12110.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::delete' => ['privates''.service_locator.3qztQy9''get_ServiceLocator_3qztQy9Service'false],
  12111.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12112.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::new' => ['privates''.service_locator.oDRRljl''get_ServiceLocator_ODRRljlService'false],
  12113.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgchangeEnabled' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  12114.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgdelete' => ['privates''.service_locator.3qztQy9''get_ServiceLocator_3qztQy9Service'false],
  12115.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgindex' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12116.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgnew' => ['privates''.service_locator.oDRRljl''get_ServiceLocator_ODRRljlService'false],
  12117.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::delete' => ['privates''.service_locator.EQ96qjw''get_ServiceLocator_EQ96qjwService'false],
  12118.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::edit' => ['privates''.service_locator.EQ96qjw''get_ServiceLocator_EQ96qjwService'false],
  12119.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12120.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12121.             'App\\Controller\\Admin\\Clinic\\LicenseController::createCustomer' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12122.             'App\\Controller\\Admin\\Clinic\\LicenseController::customerSuccess' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12123.             'App\\Controller\\Admin\\Clinic\\LicenseController::delete' => ['privates''.service_locator.rYlFYDe''get_ServiceLocator_RYlFYDeService'false],
  12124.             'App\\Controller\\Admin\\Clinic\\LicenseController::index' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  12125.             'App\\Controller\\Admin\\Clinic\\LicenseController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12126.             'App\\Controller\\Admin\\Clinic\\LicenseController::newFeature' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12127.             'App\\Controller\\Admin\\Clinic\\LocationController::delete' => ['privates''.service_locator.Fm31gW5''get_ServiceLocator_Fm31gW5Service'false],
  12128.             'App\\Controller\\Admin\\Clinic\\LocationController::edit' => ['privates''.service_locator.Fm31gW5''get_ServiceLocator_Fm31gW5Service'false],
  12129.             'App\\Controller\\Admin\\Clinic\\LocationController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12130.             'App\\Controller\\Admin\\Clinic\\MailChimpController::index' => ['privates''.service_locator.YZo.umZ''get_ServiceLocator_YZo_UmZService'false],
  12131.             'App\\Controller\\Admin\\Clinic\\MailChimpController::syncPatientsActions' => ['privates''.service_locator.YZo.umZ''get_ServiceLocator_YZo_UmZService'false],
  12132.             'App\\Controller\\Admin\\Clinic\\MailChimpController::syncProspectsActions' => ['privates''.service_locator.YZo.umZ''get_ServiceLocator_YZo_UmZService'false],
  12133.             'App\\Controller\\Admin\\Clinic\\MarketingController::delete' => ['privates''.service_locator.k731Vzz''get_ServiceLocator_K731VzzService'false],
  12134.             'App\\Controller\\Admin\\Clinic\\MarketingController::enabled' => ['privates''.service_locator.ae8nc1y''get_ServiceLocator_Ae8nc1yService'false],
  12135.             'App\\Controller\\Admin\\Clinic\\MarketingController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12136.             'App\\Controller\\Admin\\Clinic\\MarketingController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12137.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::delete' => ['privates''.service_locator.7.hIlZQ''get_ServiceLocator_7_HIlZQService'false],
  12138.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::edit' => ['privates''.service_locator.7.hIlZQ''get_ServiceLocator_7_HIlZQService'false],
  12139.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12140.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12141.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::show' => ['privates''.service_locator.Bk42dRg''get_ServiceLocator_Bk42dRgService'false],
  12142.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController::delete' => ['privates''.service_locator.ArNaJ28''get_ServiceLocator_ArNaJ28Service'false],
  12143.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController::edit' => ['privates''.service_locator.ArNaJ28''get_ServiceLocator_ArNaJ28Service'false],
  12144.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController::new' => ['privates''.service_locator.hcVzNJX''get_ServiceLocator_HcVzNJXService'false],
  12145.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12146.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::delete' => ['privates''.service_locator.uz9tF3i''get_ServiceLocator_Uz9tF3iService'false],
  12147.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::edit' => ['privates''.service_locator.uz9tF3i''get_ServiceLocator_Uz9tF3iService'false],
  12148.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::index' => ['privates''.service_locator.VSFUhMz''get_ServiceLocator_VSFUhMzService'false],
  12149.             'App\\Controller\\Admin\\Clinic\\NotificationController::index' => ['privates''.service_locator.p00w7cO''get_ServiceLocator_P00w7cOService'false],
  12150.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::email' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12151.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::settings' => ['privates''.service_locator.1JgWU4I''get_ServiceLocator_1JgWU4IService'false],
  12152.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::settingsEnabled' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12153.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::widget' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12154.             'App\\Controller\\Admin\\Clinic\\OutcomeController::delete' => ['privates''.service_locator.HwJZYKG''get_ServiceLocator_HwJZYKGService'false],
  12155.             'App\\Controller\\Admin\\Clinic\\OutcomeController::edit' => ['privates''.service_locator.HwJZYKG''get_ServiceLocator_HwJZYKGService'false],
  12156.             'App\\Controller\\Admin\\Clinic\\OutcomeController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12157.             'App\\Controller\\Admin\\Clinic\\OutcomeController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12158.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::delete' => ['privates''.service_locator.6rqhUQM''get_ServiceLocator_6rqhUQMService'false],
  12159.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::edit' => ['privates''.service_locator.sPQxDYN''get_ServiceLocator_SPQxDYNService'false],
  12160.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12161.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12162.             'App\\Controller\\Admin\\Clinic\\PlivoController::create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12163.             'App\\Controller\\Admin\\Clinic\\PolicyController::delete' => ['privates''.service_locator.mUhsHv0''get_ServiceLocator_MUhsHv0Service'false],
  12164.             'App\\Controller\\Admin\\Clinic\\PolicyController::index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12165.             'App\\Controller\\Admin\\Clinic\\PolicyController::new' => ['privates''.service_locator.ajcsq0y''get_ServiceLocator_Ajcsq0yService'false],
  12166.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::delete' => ['privates''.service_locator.B1vxjga''get_ServiceLocator_B1vxjgaService'false],
  12167.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::edit' => ['privates''.service_locator.24imQvf''get_ServiceLocator_24imQvfService'false],
  12168.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::index' => ['privates''.service_locator.mVEsL0P''get_ServiceLocator_MVEsL0PService'false],
  12169.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::new' => ['privates''.service_locator.mVEsL0P''get_ServiceLocator_MVEsL0PService'false],
  12170.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::textMessageSave' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12171.             'App\\Controller\\Admin\\Clinic\\PrescriptionController::list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12172.             'App\\Controller\\Admin\\Clinic\\PriceTierController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12173.             'App\\Controller\\Admin\\Clinic\\PriceTierController::selectPriceTier' => ['privates''.service_locator.qsb.6BC''get_ServiceLocator_Qsb_6BCService'false],
  12174.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::delete' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12175.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::edit' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12176.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12177.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12178.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgdelete' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12179.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgedit' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12180.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orglist' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12181.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12182.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgshow' => ['privates''.service_locator.LSchCs.''get_ServiceLocator_LSchCs_Service'false],
  12183.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::show' => ['privates''.service_locator.LSchCs.''get_ServiceLocator_LSchCs_Service'false],
  12184.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveydelete' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12185.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveyedit' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12186.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveylist' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12187.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveynew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12188.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveyshow' => ['privates''.service_locator.LSchCs.''get_ServiceLocator_LSchCs_Service'false],
  12189.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::delete' => ['privates''.service_locator.YXkzAZ0''get_ServiceLocator_YXkzAZ0Service'false],
  12190.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::edit' => ['privates''.service_locator.Ac3QsRU''get_ServiceLocator_Ac3QsRUService'false],
  12191.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::new' => ['privates''.service_locator.qocyrL.''get_ServiceLocator_QocyrL_Service'false],
  12192.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::orgdelete' => ['privates''.service_locator.YXkzAZ0''get_ServiceLocator_YXkzAZ0Service'false],
  12193.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::orgedit' => ['privates''.service_locator.Ac3QsRU''get_ServiceLocator_Ac3QsRUService'false],
  12194.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::orgnew' => ['privates''.service_locator.qocyrL.''get_ServiceLocator_QocyrL_Service'false],
  12195.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::surveydelete' => ['privates''.service_locator.YXkzAZ0''get_ServiceLocator_YXkzAZ0Service'false],
  12196.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::surveyedit' => ['privates''.service_locator.Ac3QsRU''get_ServiceLocator_Ac3QsRUService'false],
  12197.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::surveynew' => ['privates''.service_locator.qocyrL.''get_ServiceLocator_QocyrL_Service'false],
  12198.             'App\\Controller\\Admin\\Clinic\\RegisterController::customer' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12199.             'App\\Controller\\Admin\\Clinic\\RegisterController::formFiles' => ['privates''.service_locator.q_2CIj5''get_ServiceLocator_Q2CIj5Service'false],
  12200.             'App\\Controller\\Admin\\Clinic\\RegisterController::payment' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12201.             'App\\Controller\\Admin\\Clinic\\RegisterController::priceTiers' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12202.             'App\\Controller\\Admin\\Clinic\\RegisterController::products' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12203.             'App\\Controller\\Admin\\Clinic\\RegisterController::profile' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12204.             'App\\Controller\\Admin\\Clinic\\RegisterController::setupPriceTier' => ['privates''.service_locator..UPs98a''get_ServiceLocator__UPs98aService'false],
  12205.             'App\\Controller\\Admin\\Clinic\\RegisterController::team' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12206.             'App\\Controller\\Admin\\Clinic\\RegisterController::treatments' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12207.             'App\\Controller\\Admin\\Clinic\\ReminderController::index' => ['privates''.service_locator.p00w7cO''get_ServiceLocator_P00w7cOService'false],
  12208.             'App\\Controller\\Admin\\Clinic\\ReminderController::patientRecall' => ['privates''.service_locator.p00w7cO''get_ServiceLocator_P00w7cOService'false],
  12209.             'App\\Controller\\Admin\\Clinic\\RoomController::delete' => ['privates''.service_locator.j7VChTd''get_ServiceLocator_J7VChTdService'false],
  12210.             'App\\Controller\\Admin\\Clinic\\RoomController::edit' => ['privates''.service_locator.E03ryQX''get_ServiceLocator_E03ryQXService'false],
  12211.             'App\\Controller\\Admin\\Clinic\\RoomController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12212.             'App\\Controller\\Admin\\Clinic\\RoomController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12213.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController::archive' => ['privates''.service_locator.xPjj8tj''get_ServiceLocator_XPjj8tjService'false],
  12214.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12215.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::archive' => ['privates''.service_locator.8nQVTrM''get_ServiceLocator_8nQVTrMService'false],
  12216.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::delete' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12217.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12218.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::listHistory' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12219.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::listHistoryProduct' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12220.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::newAdjust' => ['privates''.service_locator.80YG0OI''get_ServiceLocator_80YG0OIService'false],
  12221.             'App\\Controller\\Admin\\Clinic\\Stock\\FormarchiveController::archivedForms' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  12222.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::delete' => ['privates''.service_locator.nSW6AEf''get_ServiceLocator_NSW6AEfService'false],
  12223.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::edit' => ['privates''.service_locator.4VbiA7i''get_ServiceLocator_4VbiA7iService'false],
  12224.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::list' => ['privates''.service_locator.C8zb.1y''get_ServiceLocator_C8zb_1yService'false],
  12225.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::new' => ['privates''.service_locator.KyUB8p5''get_ServiceLocator_KyUB8p5Service'false],
  12226.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::addProducts' => ['privates''.service_locator.vwrT3vL''get_ServiceLocator_VwrT3vLService'false],
  12227.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12228.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::login' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12229.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::logout' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12230.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::search' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12231.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::delete' => ['privates''.service_locator.IFn9MRz''get_ServiceLocator_IFn9MRzService'false],
  12232.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::edit' => ['privates''.service_locator.IFn9MRz''get_ServiceLocator_IFn9MRzService'false],
  12233.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12234.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12235.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::availableOnline' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12236.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::delete' => ['privates''.service_locator._xsr3s2''get_ServiceLocator_Xsr3s2Service'false],
  12237.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::edit' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12238.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::editAjax' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12239.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12240.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12241.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::list' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12242.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12243.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgavailableOnline' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12244.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgdelete' => ['privates''.service_locator._xsr3s2''get_ServiceLocator_Xsr3s2Service'false],
  12245.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgedit' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12246.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgeditAjax' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12247.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orglist' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12248.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12249.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::retailPrice' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12250.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::delete' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12251.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::edit' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12252.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12253.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12254.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::linkFrom' => ['privates''.service_locator.DmWmoqj''get_ServiceLocator_DmWmoqjService'false],
  12255.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::list' => ['privates''.service_locator.b500Lf8''get_ServiceLocator_B500Lf8Service'false],
  12256.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12257.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orgdelete' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12258.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orgedit' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12259.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orglist' => ['privates''.service_locator.b500Lf8''get_ServiceLocator_B500Lf8Service'false],
  12260.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12261.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::delete' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  12262.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::edit' => ['privates''.service_locator.KnwevVB''get_ServiceLocator_KnwevVBService'false],
  12263.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12264.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12265.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12266.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12267.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orgdelete' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  12268.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orgedit' => ['privates''.service_locator.KnwevVB''get_ServiceLocator_KnwevVBService'false],
  12269.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orglist' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12270.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12271.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::delete' => ['privates''.service_locator.nG809g4''get_ServiceLocator_NG809g4Service'false],
  12272.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::edit' => ['privates''.service_locator.EY3aXVP''get_ServiceLocator_EY3aXVPService'false],
  12273.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12274.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12275.             'App\\Controller\\Admin\\Clinic\\StripeController::connect' => ['privates''.service_locator.n2CbXLc''get_ServiceLocator_N2CbXLcService'false],
  12276.             'App\\Controller\\Admin\\Clinic\\StripeController::disconnect' => ['privates''.service_locator.n2CbXLc''get_ServiceLocator_N2CbXLcService'false],
  12277.             'App\\Controller\\Admin\\Clinic\\SurveyController::clinicsurveytextMessageSave' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12278.             'App\\Controller\\Admin\\Clinic\\SurveyController::delete' => ['privates''.service_locator.hOcm4VS''get_ServiceLocator_HOcm4VSService'false],
  12279.             'App\\Controller\\Admin\\Clinic\\SurveyController::edit' => ['privates''.service_locator.4jitYca''get_ServiceLocator_4jitYcaService'false],
  12280.             'App\\Controller\\Admin\\Clinic\\SurveyController::index' => ['privates''.service_locator.GjYSd7f''get_ServiceLocator_GjYSd7fService'false],
  12281.             'App\\Controller\\Admin\\Clinic\\SurveyController::new' => ['privates''.service_locator.GjYSd7f''get_ServiceLocator_GjYSd7fService'false],
  12282.             'App\\Controller\\Admin\\Clinic\\SurveyController::surveyemail' => ['privates''.service_locator.GjYSd7f''get_ServiceLocator_GjYSd7fService'false],
  12283.             'App\\Controller\\Admin\\Clinic\\SurveyController::textMessageSave' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12284.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController::edit' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12285.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12286.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController::saveEmailTemplate' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12287.             'App\\Controller\\Admin\\Clinic\\TermsAndCondController::edit' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12288.             'App\\Controller\\Admin\\Clinic\\TwilioController::create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12289.             'App\\Controller\\Admin\\Clinic\\TwilioController::createss' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12290.             'App\\Controller\\Admin\\Clinic\\UserController::checkPassForExport' => ['privates''.service_locator.IH2OgoA''get_ServiceLocator_IH2OgoAService'false],
  12291.             'App\\Controller\\Admin\\Clinic\\UserController::delete' => ['privates''.service_locator.KXbWYTh''get_ServiceLocator_KXbWYThService'false],
  12292.             'App\\Controller\\Admin\\Clinic\\UserController::edit' => ['privates''.service_locator.KXbWYTh''get_ServiceLocator_KXbWYThService'false],
  12293.             'App\\Controller\\Admin\\Clinic\\UserController::importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12294.             'App\\Controller\\Admin\\Clinic\\UserController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12295.             'App\\Controller\\Admin\\Clinic\\UserController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12296.             'App\\Controller\\Admin\\Clinic\\UserController::removeProfile' => ['privates''.service_locator.KXbWYTh''get_ServiceLocator_KXbWYThService'false],
  12297.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::delete' => ['privates''.service_locator.YH4gI56''get_ServiceLocator_YH4gI56Service'false],
  12298.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::edit' => ['privates''.service_locator.YH4gI56''get_ServiceLocator_YH4gI56Service'false],
  12299.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::index' => ['privates''.service_locator.5Jvd0sR''get_ServiceLocator_5Jvd0sRService'false],
  12300.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::show' => ['privates''.service_locator.YH4gI56''get_ServiceLocator_YH4gI56Service'false],
  12301.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController::addToFavorite' => ['privates''.service_locator.5Jvd0sR''get_ServiceLocator_5Jvd0sRService'false],
  12302.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController::delete' => ['privates''.service_locator.mC_Csto''get_ServiceLocator_MCCstoService'false],
  12303.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController::index' => ['privates''.service_locator.5Jvd0sR''get_ServiceLocator_5Jvd0sRService'false],
  12304.             'App\\Controller\\Admin\\DashboardController::getReconciliationData' => ['privates''.service_locator.LPNKri_''get_ServiceLocator_LPNKriService'false],
  12305.             'App\\Controller\\Admin\\DashboardController::setEntityManager' => ['privates''.service_locator..fcMD9t''get_ServiceLocator__FcMD9tService'false],
  12306.             'App\\Controller\\Admin\\DashboardController::smsMessages' => ['privates''.service_locator.gvHj1x1''get_ServiceLocator_GvHj1x1Service'false],
  12307.             'App\\Controller\\Admin\\DaySheetController::delete' => ['privates''.service_locator.Z7B4LE3''get_ServiceLocator_Z7B4LE3Service'false],
  12308.             'App\\Controller\\Admin\\DaySheetController::edit' => ['privates''.service_locator.Z7B4LE3''get_ServiceLocator_Z7B4LE3Service'false],
  12309.             'App\\Controller\\Admin\\DaySheetController::editEvent' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  12310.             'App\\Controller\\Admin\\DaySheetController::listEvents' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12311.             'App\\Controller\\Admin\\DaySheetController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12312.             'App\\Controller\\Admin\\DaySheetController::statusDidNotArrive' => ['privates''.service_locator.YxqFOb4''get_ServiceLocator_YxqFOb4Service'false],
  12313.             'App\\Controller\\Admin\\HelpController::delete' => ['privates''.service_locator.vGcDdok''get_ServiceLocator_VGcDdokService'false],
  12314.             'App\\Controller\\Admin\\HelpController::edit' => ['privates''.service_locator.vGcDdok''get_ServiceLocator_VGcDdokService'false],
  12315.             'App\\Controller\\Admin\\InvoicesController::POSTerminalsEdit' => ['privates''.service_locator.LgQdaKk''get_ServiceLocator_LgQdaKkService'false],
  12316.             'App\\Controller\\Admin\\InvoicesController::POSTerminalsTransaction' => ['privates''.service_locator.YmKsGL4''get_ServiceLocator_YmKsGL4Service'false],
  12317.             'App\\Controller\\Admin\\InvoicesController::archive' => ['privates''.service_locator.O.EbPfk''get_ServiceLocator_O_EbPfkService'false],
  12318.             'App\\Controller\\Admin\\InvoicesController::deletePaymentKind' => ['privates''.service_locator.WIPJg1W''get_ServiceLocator_WIPJg1WService'false],
  12319.             'App\\Controller\\Admin\\InvoicesController::editPaymentKind' => ['privates''.service_locator.WIPJg1W''get_ServiceLocator_WIPJg1WService'false],
  12320.             'App\\Controller\\Admin\\InvoicesController::exportCreditNoteToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12321.             'App\\Controller\\Admin\\InvoicesController::exportPrepayToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12322.             'App\\Controller\\Admin\\InvoicesController::exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12323.             'App\\Controller\\Admin\\InvoicesController::importInvoicesFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12324.             'App\\Controller\\Admin\\InvoicesController::importQuotesFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12325.             'App\\Controller\\Admin\\InvoicesController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12326.             'App\\Controller\\Admin\\InvoicesController::listCreditNote' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12327.             'App\\Controller\\Admin\\InvoicesController::listPaymentKind' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12328.             'App\\Controller\\Admin\\InvoicesController::listPrepay' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12329.             'App\\Controller\\Admin\\InvoicesController::listQuote' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12330.             'App\\Controller\\Admin\\InvoicesController::loadPOSTerminals' => ['privates''.service_locator.YmKsGL4''get_ServiceLocator_YmKsGL4Service'false],
  12331.             'App\\Controller\\Admin\\InvoicesController::newPaymentKind' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12332.             'App\\Controller\\Admin\\InvoicesController::paymentSenseConnectDetails' => ['privates''.service_locator.VetA824''get_ServiceLocator_VetA824Service'false],
  12333.             'App\\Controller\\Admin\\InvoicesController::paymentSensePaymentDetails' => ['privates''.service_locator.kODPecM''get_ServiceLocator_KODPecMService'false],
  12334.             'App\\Controller\\Admin\\LeadCaptureController::archiveNew' => ['privates''.service_locator.xHPfwRK''get_ServiceLocator_XHPfwRKService'false],
  12335.             'App\\Controller\\Admin\\LeadCaptureController::convert' => ['privates''.service_locator.2Y5Izy2''get_ServiceLocator_2Y5Izy2Service'false],
  12336.             'App\\Controller\\Admin\\LeadCaptureController::edit' => ['privates''.service_locator.xHPfwRK''get_ServiceLocator_XHPfwRKService'false],
  12337.             'App\\Controller\\Admin\\LeadCaptureController::list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12338.             'App\\Controller\\Admin\\LeadCaptureController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12339.             'App\\Controller\\Admin\\LeadCapturePipelineController::accessMailBox' => ['privates''.service_locator.Uyoil4z''get_ServiceLocator_Uyoil4zService'false],
  12340.             'App\\Controller\\Admin\\LeadCapturePipelineController::changeTaskItemBoard' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12341.             'App\\Controller\\Admin\\LeadCapturePipelineController::edit' => ['privates''.service_locator.DJT3sq_''get_ServiceLocator_DJT3sqService'false],
  12342.             'App\\Controller\\Admin\\LeadCapturePipelineController::getAssignedProspectsRecords' => ['privates''.service_locator.jLbluq7''get_ServiceLocator_JLbluq7Service'false],
  12343.             'App\\Controller\\Admin\\LeadCapturePipelineController::getCorrespondenceRecords' => ['privates''.service_locator.jLbluq7''get_ServiceLocator_JLbluq7Service'false],
  12344.             'App\\Controller\\Admin\\LeadCapturePipelineController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12345.             'App\\Controller\\Admin\\LeadCapturePipelineController::sendLeadMessage' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12346.             'App\\Controller\\Admin\\LeadCaptureStageController::delete' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12347.             'App\\Controller\\Admin\\LeadCaptureStageController::edit' => ['privates''.service_locator.FSe76mi''get_ServiceLocator_FSe76miService'false],
  12348.             'App\\Controller\\Admin\\LeadCaptureStageController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12349.             'App\\Controller\\Admin\\LeadCaptureStageController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12350.             'App\\Controller\\Admin\\Message\\DefaultController::new' => ['privates''.service_locator.BuqDmxr''get_ServiceLocator_BuqDmxrService'false],
  12351.             'App\\Controller\\Admin\\Message\\DefaultController::newMessage' => ['privates''.service_locator.BuqDmxr''get_ServiceLocator_BuqDmxrService'false],
  12352.             'App\\Controller\\Admin\\Message\\DefaultController::showMessagesList' => ['privates''.service_locator.BuqDmxr''get_ServiceLocator_BuqDmxrService'false],
  12353.             'App\\Controller\\Admin\\OnBoardingController::finish' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12354.             'App\\Controller\\Admin\\OnBoardingController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12355.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController::exportUsers' => ['privates''.service_locator.dNZuJkQ''get_ServiceLocator_DNZuJkQService'false],
  12356.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  12357.             'App\\Controller\\Admin\\Organisation\\DefaultController::archive' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  12358.             'App\\Controller\\Admin\\Organisation\\DefaultController::edit' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  12359.             'App\\Controller\\Admin\\Organisation\\DefaultController::list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  12360.             'App\\Controller\\Admin\\Organisation\\DefaultController::restore' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  12361.             'App\\Controller\\Admin\\Organisation\\UserController::edit' => ['privates''.service_locator.9YwbXXO''get_ServiceLocator_9YwbXXOService'false],
  12362.             'App\\Controller\\Admin\\Organisation\\UserController::list' => ['privates''.service_locator.dcdszee''get_ServiceLocator_DcdszeeService'false],
  12363.             'App\\Controller\\Admin\\Organisation\\UserController::new' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  12364.             'App\\Controller\\Admin\\Patient\\AppointmentTabController::list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12365.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::ajaxTreatmentClinic' => ['privates''.service_locator.KnwevVB''get_ServiceLocator_KnwevVBService'false],
  12366.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::delete' => ['privates''.service_locator.j3kLKys''get_ServiceLocator_J3kLKysService'false],
  12367.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::deleteAdditionalNote' => ['privates''.service_locator.YUUvPmb''get_ServiceLocator_YUUvPmbService'false],
  12368.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::deleteAudioNote' => ['privates''.service_locator.6TfWF33''get_ServiceLocator_6TfWF33Service'false],
  12369.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::deleteTreatmentNote' => ['privates''.service_locator.4w3v8j7''get_ServiceLocator_4w3v8j7Service'false],
  12370.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::edit' => ['privates''.service_locator.j3kLKys''get_ServiceLocator_J3kLKysService'false],
  12371.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::editAdditionalNote' => ['privates''.service_locator.YUUvPmb''get_ServiceLocator_YUUvPmbService'false],
  12372.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::editAudioNote' => ['privates''.service_locator.6TfWF33''get_ServiceLocator_6TfWF33Service'false],
  12373.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::editTreatmentNote' => ['privates''.service_locator.4w3v8j7''get_ServiceLocator_4w3v8j7Service'false],
  12374.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12375.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::listAdditionalNoteAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  12376.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::listTreatmentNotesAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  12377.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12378.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::newAdditionalNoteAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  12379.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::newAudioNote' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  12380.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::newTreatmentNoteAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  12381.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::show' => ['privates''.service_locator.j3kLKys''get_ServiceLocator_J3kLKysService'false],
  12382.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::delete' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  12383.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::edit' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  12384.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::editAjax' => ['privates''.service_locator.f2r2vfk''get_ServiceLocator_F2r2vfkService'false],
  12385.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::editTemplate' => ['privates''.service_locator.x0Y2vdY''get_ServiceLocator_X0Y2vdYService'false],
  12386.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::editUploaded' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  12387.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::getTemplate' => ['privates''.service_locator.vviYdXz''get_ServiceLocator_VviYdXzService'false],
  12388.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12389.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12390.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::newTemplate' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12391.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::sendForm' => ['privates''.service_locator.vzfUpmH''get_ServiceLocator_VzfUpmHService'false],
  12392.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::sendPostAptForm' => ['privates''.service_locator.vzfUpmH''get_ServiceLocator_VzfUpmHService'false],
  12393.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::show' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  12394.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::upload' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12395.             'App\\Controller\\Admin\\Patient\\DefaultController::allDataExport' => ['privates''.service_locator.Vhd5bqb''get_ServiceLocator_Vhd5bqbService'false],
  12396.             'App\\Controller\\Admin\\Patient\\DefaultController::delete' => ['privates''.service_locator.y3X8pmF''get_ServiceLocator_Y3X8pmFService'false],
  12397.             'App\\Controller\\Admin\\Patient\\DefaultController::edit' => ['privates''.service_locator.UDFAHFu''get_ServiceLocator_UDFAHFuService'false],
  12398.             'App\\Controller\\Admin\\Patient\\DefaultController::export' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12399.             'App\\Controller\\Admin\\Patient\\DefaultController::exportPage' => ['privates''.service_locator.vYYRgfi''get_ServiceLocator_VYYRgfiService'false],
  12400.             'App\\Controller\\Admin\\Patient\\DefaultController::getBarcodeManual' => ['privates''.service_locator.Uy1Qk.8''get_ServiceLocator_Uy1Qk_8Service'false],
  12401.             'App\\Controller\\Admin\\Patient\\DefaultController::getChronoscanData' => ['privates''.service_locator.CfhnSq8''get_ServiceLocator_CfhnSq8Service'false],
  12402.             'App\\Controller\\Admin\\Patient\\DefaultController::getPostcode' => ['privates''.service_locator.sMrL39r''get_ServiceLocator_SMrL39rService'false],
  12403.             'App\\Controller\\Admin\\Patient\\DefaultController::importDocumentsFromZip' => ['privates''.service_locator.hcPx9NN''get_ServiceLocator_HcPx9NNService'false],
  12404.             'App\\Controller\\Admin\\Patient\\DefaultController::importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12405.             'App\\Controller\\Admin\\Patient\\DefaultController::importMarketingRefFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12406.             'App\\Controller\\Admin\\Patient\\DefaultController::importNotesFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12407.             'App\\Controller\\Admin\\Patient\\DefaultController::importPhotosFromZip' => ['privates''.service_locator.b07.ZNQ''get_ServiceLocator_B07_ZNQService'false],
  12408.             'App\\Controller\\Admin\\Patient\\DefaultController::index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12409.             'App\\Controller\\Admin\\Patient\\DefaultController::inviteZoom' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12410.             'App\\Controller\\Admin\\Patient\\DefaultController::merge' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  12411.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_ajax' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  12412.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_ajax_all' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  12413.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_ajax_update' => ['privates''.service_locator.WYfhOke''get_ServiceLocator_WYfhOkeService'false],
  12414.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_all' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  12415.             'App\\Controller\\Admin\\Patient\\DefaultController::new' => ['privates''.service_locator.egBYXdx''get_ServiceLocator_EgBYXdxService'false],
  12416.             'App\\Controller\\Admin\\Patient\\DefaultController::newAjax' => ['privates''.service_locator.0MaTbP.''get_ServiceLocator_0MaTbP_Service'false],
  12417.             'App\\Controller\\Admin\\Patient\\DefaultController::remove_photo' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12418.             'App\\Controller\\Admin\\Patient\\DefaultController::searchPatients' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12419.             'App\\Controller\\Admin\\Patient\\DocumentController::create' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12420.             'App\\Controller\\Admin\\Patient\\DocumentController::delete' => ['privates''.service_locator.BWlBdcv''get_ServiceLocator_BWlBdcvService'false],
  12421.             'App\\Controller\\Admin\\Patient\\DocumentController::edit' => ['privates''.service_locator.BWlBdcv''get_ServiceLocator_BWlBdcvService'false],
  12422.             'App\\Controller\\Admin\\Patient\\DocumentController::index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12423.             'App\\Controller\\Admin\\Patient\\FormController::archivedByAdmin' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12424.             'App\\Controller\\Admin\\Patient\\FormController::index' => ['privates''.service_locator.5ZwdLGC''get_ServiceLocator_5ZwdLGCService'false],
  12425.             'App\\Controller\\Admin\\Patient\\FormController::new' => ['privates''.service_locator.90mr1LM''get_ServiceLocator_90mr1LMService'false],
  12426.             'App\\Controller\\Admin\\Patient\\InvoiceController::ajaxAction' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12427.             'App\\Controller\\Admin\\Patient\\InvoiceController::archiveNew' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12428.             'App\\Controller\\Admin\\Patient\\InvoiceController::createPaymentIntent' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12429.             'App\\Controller\\Admin\\Patient\\InvoiceController::delete' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12430.             'App\\Controller\\Admin\\Patient\\InvoiceController::deleteCreditNote' => ['privates''.service_locator.4APodnU''get_ServiceLocator_4APodnUService'false],
  12431.             'App\\Controller\\Admin\\Patient\\InvoiceController::deleteGiftVoucher' => ['privates''.service_locator.7p79rlk''get_ServiceLocator_7p79rlkService'false],
  12432.             'App\\Controller\\Admin\\Patient\\InvoiceController::deleteItem' => ['privates''.service_locator.IvKmV82''get_ServiceLocator_IvKmV82Service'false],
  12433.             'App\\Controller\\Admin\\Patient\\InvoiceController::editCreditNote' => ['privates''.service_locator.jR4t8KZ''get_ServiceLocator_JR4t8KZService'false],
  12434.             'App\\Controller\\Admin\\Patient\\InvoiceController::editInfoInvoice' => ['privates''.service_locator..pYsF69''get_ServiceLocator__PYsF69Service'false],
  12435.             'App\\Controller\\Admin\\Patient\\InvoiceController::editInvoice' => ['privates''.service_locator..pYsF69''get_ServiceLocator__PYsF69Service'false],
  12436.             'App\\Controller\\Admin\\Patient\\InvoiceController::editItem' => ['privates''.service_locator.IvKmV82''get_ServiceLocator_IvKmV82Service'false],
  12437.             'App\\Controller\\Admin\\Patient\\InvoiceController::editNoteInvoice' => ['privates''.service_locator..pYsF69''get_ServiceLocator__PYsF69Service'false],
  12438.             'App\\Controller\\Admin\\Patient\\InvoiceController::editStep' => ['privates''.service_locator.O.EbPfk''get_ServiceLocator_O_EbPfkService'false],
  12439.             'App\\Controller\\Admin\\Patient\\InvoiceController::getCardNumber' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12440.             'App\\Controller\\Admin\\Patient\\InvoiceController::list' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12441.             'App\\Controller\\Admin\\Patient\\InvoiceController::new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12442.             'App\\Controller\\Admin\\Patient\\InvoiceController::newCreditNote' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12443.             'App\\Controller\\Admin\\Patient\\InvoiceController::newGiftVoucher' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12444.             'App\\Controller\\Admin\\Patient\\InvoiceController::newItem' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12445.             'App\\Controller\\Admin\\Patient\\InvoiceController::newRefund' => ['privates''.service_locator.Qt0ou_B''get_ServiceLocator_Qt0ouBService'false],
  12446.             'App\\Controller\\Admin\\Patient\\InvoiceController::newRefundConnect' => ['privates''.service_locator.ud1ye.v''get_ServiceLocator_Ud1ye_VService'false],
  12447.             'App\\Controller\\Admin\\Patient\\InvoiceController::pay' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12448.             'App\\Controller\\Admin\\Patient\\InvoiceController::posAjax' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12449.             'App\\Controller\\Admin\\Patient\\InvoiceController::saveHandpoint' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12450.             'App\\Controller\\Admin\\Patient\\InvoiceController::sendDatatoPosDevice' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12451.             'App\\Controller\\Admin\\Patient\\InvoiceController::sendInvoicePdf' => ['privates''.service_locator.eRYIJCe''get_ServiceLocator_ERYIJCeService'false],
  12452.             'App\\Controller\\Admin\\Patient\\InvoiceController::sendVoucher' => ['privates''.service_locator.tGWzWxp''get_ServiceLocator_TGWzWxpService'false],
  12453.             'App\\Controller\\Admin\\Patient\\InvoiceController::show' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12454.             'App\\Controller\\Admin\\Patient\\InvoiceController::undoStep' => ['privates''.service_locator.O.EbPfk''get_ServiceLocator_O_EbPfkService'false],
  12455.             'App\\Controller\\Admin\\Patient\\InvoiceController::validatePay' => ['privates''.service_locator.ux5DYU5''get_ServiceLocator_Ux5DYU5Service'false],
  12456.             'App\\Controller\\Admin\\Patient\\InvoiceController::validateRefund' => ['privates''.service_locator.ux5DYU5''get_ServiceLocator_Ux5DYU5Service'false],
  12457.             'App\\Controller\\Admin\\Patient\\MembershipController::adjustment' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12458.             'App\\Controller\\Admin\\Patient\\MembershipController::cancel' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12459.             'App\\Controller\\Admin\\Patient\\MembershipController::checkout' => ['privates''.service_locator.U95CptO''get_ServiceLocator_U95CptOService'false],
  12460.             'App\\Controller\\Admin\\Patient\\MembershipController::list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12461.             'App\\Controller\\Admin\\Patient\\MembershipController::new' => ['privates''.service_locator.U95CptO''get_ServiceLocator_U95CptOService'false],
  12462.             'App\\Controller\\Admin\\Patient\\MembershipController::success' => ['privates''.service_locator.U95CptO''get_ServiceLocator_U95CptOService'false],
  12463.             'App\\Controller\\Admin\\Patient\\NoteController::delete' => ['privates''.service_locator.YAbO6KB''get_ServiceLocator_YAbO6KBService'false],
  12464.             'App\\Controller\\Admin\\Patient\\NoteController::edit' => ['privates''.service_locator.YAbO6KB''get_ServiceLocator_YAbO6KBService'false],
  12465.             'App\\Controller\\Admin\\Patient\\NoteController::index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12466.             'App\\Controller\\Admin\\Patient\\NoteController::new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12467.             'App\\Controller\\Admin\\Patient\\PhotoController::delete' => ['privates''.service_locator.3QBme1G''get_ServiceLocator_3QBme1GService'false],
  12468.             'App\\Controller\\Admin\\Patient\\PhotoController::edit' => ['privates''.service_locator.3QBme1G''get_ServiceLocator_3QBme1GService'false],
  12469.             'App\\Controller\\Admin\\Patient\\PhotoController::enabled' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12470.             'App\\Controller\\Admin\\Patient\\PhotoController::index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12471.             'App\\Controller\\Admin\\Patient\\PhotoController::new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12472.             'App\\Controller\\Admin\\Patient\\PrepayController::archiveNew' => ['privates''.service_locator.Jx816YY''get_ServiceLocator_Jx816YYService'false],
  12473.             'App\\Controller\\Admin\\Patient\\PrepayController::delete' => ['privates''.service_locator.Jx816YY''get_ServiceLocator_Jx816YYService'false],
  12474.             'App\\Controller\\Admin\\Patient\\PrepayController::edit' => ['privates''.service_locator.Jx816YY''get_ServiceLocator_Jx816YYService'false],
  12475.             'App\\Controller\\Admin\\Patient\\PrepayController::list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12476.             'App\\Controller\\Admin\\Patient\\PrepayController::new' => ['privates''.service_locator.8zEFMlA''get_ServiceLocator_8zEFMlAService'false],
  12477.             'App\\Controller\\Admin\\Patient\\PrescriptionController::list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12478.             'App\\Controller\\Admin\\Patient\\QuestionaireController::list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12479.             'App\\Controller\\Admin\\Patient\\QuestionaireController::show' => ['privates''.service_locator.H8QhZav''get_ServiceLocator_H8QhZavService'false],
  12480.             'App\\Controller\\Admin\\Patient\\TreatmentController::index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  12481.             'App\\Controller\\Admin\\Patient\\TreatmentController::show' => ['privates''.service_locator.qPreYZZ''get_ServiceLocator_QPreYZZService'false],
  12482.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::addTreatmentProduct' => ['privates''.service_locator.8sGbrBf''get_ServiceLocator_8sGbrBfService'false],
  12483.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::delete' => ['privates''.service_locator.8sGbrBf''get_ServiceLocator_8sGbrBfService'false],
  12484.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::deleteTreatmentProduct' => ['privates''.service_locator.f4N4fuN''get_ServiceLocator_F4N4fuNService'false],
  12485.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::edit' => ['privates''.service_locator.8sGbrBf''get_ServiceLocator_8sGbrBfService'false],
  12486.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::index' => ['privates''.service_locator.5ZwdLGC''get_ServiceLocator_5ZwdLGCService'false],
  12487.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  12488.             'App\\Controller\\Admin\\PaymentsenseController::logPayments' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12489.             'App\\Controller\\Admin\\PaymentsenseController::logPrepays' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12490.             'App\\Controller\\Admin\\PaymentsenseController::logRefunds' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12491.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::changeEnabled' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  12492.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::delete' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  12493.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::index' => ['privates''.service_locator.IiGHGH9''get_ServiceLocator_IiGHGH9Service'false],
  12494.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::new' => ['privates''.service_locator.U_5YyZ3''get_ServiceLocator_U5YyZ3Service'false],
  12495.             'App\\Controller\\Admin\\Predefine\\ProductController::delete' => ['privates''.service_locator.vPQx1nF''get_ServiceLocator_VPQx1nFService'false],
  12496.             'App\\Controller\\Admin\\Predefine\\ProductController::edit' => ['privates''.service_locator.vPQx1nF''get_ServiceLocator_VPQx1nFService'false],
  12497.             'App\\Controller\\Admin\\Predefine\\ProductController::list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  12498.             'App\\Controller\\Admin\\Predefine\\TreatmentController::delete' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  12499.             'App\\Controller\\Admin\\Predefine\\TreatmentController::edit' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  12500.             'App\\Controller\\Admin\\Predefine\\TreatmentController::list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  12501.             'App\\Controller\\Admin\\PriceTier\\AddonController::edit' => ['privates''.service_locator.liKOFPe''get_ServiceLocator_LiKOFPeService'false],
  12502.             'App\\Controller\\Admin\\PriceTier\\PriceTierController::edit' => ['privates''.service_locator.8jQ7Uqv''get_ServiceLocator_8jQ7UqvService'false],
  12503.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::edit' => ['privates''.service_locator.G06nCWL''get_ServiceLocator_G06nCWLService'false],
  12504.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::index' => ['privates''.service_locator.d67Fv3J''get_ServiceLocator_D67Fv3JService'false],
  12505.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::new' => ['privates''.service_locator.yGHHMaJ''get_ServiceLocator_YGHHMaJService'false],
  12506.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::view' => ['privates''.service_locator.G06nCWL''get_ServiceLocator_G06nCWLService'false],
  12507.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController::edit' => ['privates''.service_locator.QogbiW.''get_ServiceLocator_QogbiW_Service'false],
  12508.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController::importFromCSV' => ['privates''.service_locator.Rygxwx2''get_ServiceLocator_Rygxwx2Service'false],
  12509.             'App\\Controller\\Admin\\ReportController::data' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12510.             'App\\Controller\\Admin\\ReportController::detail' => ['privates''.service_locator.qqkqrbS''get_ServiceLocator_QqkqrbSService'false],
  12511.             'App\\Controller\\Admin\\ReportController::endOfDayReport' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12512.             'App\\Controller\\Admin\\ReportController::export' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12513.             'App\\Controller\\Admin\\ReportController::exportData' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12514.             'App\\Controller\\Admin\\ReportController::import' => ['privates''.service_locator.lPgDbF7''get_ServiceLocator_LPgDbF7Service'false],
  12515.             'App\\Controller\\Admin\\ReportController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12516.             'App\\Controller\\Admin\\ReportController::new' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12517.             'App\\Controller\\Admin\\ReportController::organisationLevelReport' => ['privates''.service_locator._nJi02u''get_ServiceLocator_NJi02uService'false],
  12518.             'App\\Controller\\Admin\\ReportController::reportsChartData' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12519.             'App\\Controller\\Admin\\ReportController::show' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12520.             'App\\Controller\\Admin\\SmsTransactionController::list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  12521.             'App\\Controller\\Admin\\TaskBoardController::delete' => ['privates''.service_locator.gzG7ZvM''get_ServiceLocator_GzG7ZvMService'false],
  12522.             'App\\Controller\\Admin\\TaskBoardController::edit' => ['privates''.service_locator.gzG7ZvM''get_ServiceLocator_GzG7ZvMService'false],
  12523.             'App\\Controller\\Admin\\Waiting\\ItemController::delete' => ['privates''.service_locator.eFzRqZa''get_ServiceLocator_EFzRqZaService'false],
  12524.             'App\\Controller\\Admin\\Waiting\\ItemController::edit' => ['privates''.service_locator.eFzRqZa''get_ServiceLocator_EFzRqZaService'false],
  12525.             'App\\Controller\\Admin\\Waiting\\ItemController::exportToCSV' => ['privates''.service_locator.dNZuJkQ''get_ServiceLocator_DNZuJkQService'false],
  12526.             'App\\Controller\\Admin\\Waiting\\ItemController::list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12527.             'App\\Controller\\Admin\\Waiting\\ItemController::new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12528.             'App\\Controller\\Api\\Clinic\\DefaultController::createProspect' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12529.             'App\\Controller\\Api\\Clinic\\DefaultController::equipmentListByRoom' => ['privates''.service_locator.j7VChTd''get_ServiceLocator_J7VChTdService'false],
  12530.             'App\\Controller\\Api\\Clinic\\DefaultController::roomListByTreatment' => ['privates''.service_locator.z0uSLkK''get_ServiceLocator_Z0uSLkKService'false],
  12531.             'App\\Controller\\Api\\DefaultController::check2fa' => ['privates''.service_locator.gvHj1x1''get_ServiceLocator_GvHj1x1Service'false],
  12532.             'App\\Controller\\Api\\DefaultController::documentation' => ['privates''.service_locator.yfsuJP_''get_ServiceLocator_YfsuJPService'false],
  12533.             'App\\Controller\\Api\\DefaultController::forgot' => ['privates''.service_locator.W_4gmne''get_ServiceLocator_W4gmneService'false],
  12534.             'App\\Controller\\Api\\DefaultController::goCardlessWebhook' => ['privates''.service_locator.gS3LR0E''get_ServiceLocator_GS3LR0EService'false],
  12535.             'App\\Controller\\Api\\DefaultController::login' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12536.             'App\\Controller\\Api\\DefaultController::zoomDeauthorization' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12537.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController::edit' => ['privates''.service_locator.toR_lqW''get_ServiceLocator_ToRLqWService'false],
  12538.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController::new' => ['privates''.service_locator.NN0cQZx''get_ServiceLocator_NN0cQZxService'false],
  12539.             'App\\Controller\\Api\\OnlineBooking\\DefaultController::registration' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12540.             'App\\Controller\\Api\\OnlineBooking\\PaymentPrepareController::preparePay' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  12541.             'App\\Controller\\Api\\OnlineBooking\\StripeController::createPaymentIntent' => ['privates''.service_locator.jv6tC6i''get_ServiceLocator_Jv6tC6iService'false],
  12542.             'App\\Controller\\Api\\OnlineBooking\\StripeController::pay' => ['privates''.service_locator.jv6tC6i''get_ServiceLocator_Jv6tC6iService'false],
  12543.             'App\\Controller\\Api\\OnlineBooking\\StripeController::prepay' => ['privates''.service_locator.jv6tC6i''get_ServiceLocator_Jv6tC6iService'false],
  12544.             'App\\Controller\\Api\\Patient\\DefaultController::edit' => ['privates''.service_locator.7Mcplsu''get_ServiceLocator_7McplsuService'false],
  12545.             'App\\Controller\\Api\\Patient\\DefaultController::notificationSettings' => ['privates''.service_locator.7Mcplsu''get_ServiceLocator_7McplsuService'false],
  12546.             'App\\Controller\\Api\\Patient\\DefaultController::pdf' => ['privates''.service_locator.MU6INTS''get_ServiceLocator_MU6INTSService'false],
  12547.             'App\\Controller\\Api\\Patient\\DefaultController::sendSmsToPatient' => ['privates''.service_locator.8H6Xqy6''get_ServiceLocator_8H6Xqy6Service'false],
  12548.             'App\\Controller\\Api\\Patient\\DefaultController::trafficLight' => ['privates''.service_locator.cV72FF2''get_ServiceLocator_CV72FF2Service'false],
  12549.             'App\\Controller\\Api\\Patient\\FormController::new' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12550.             'App\\Controller\\Api\\Patient\\FormController::newv2' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12551.             'App\\Controller\\Api\\Patient\\InvoiceController::createPDF' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  12552.             'App\\Controller\\Api\\Patient\\InvoiceController::deleteVoucher' => ['privates''.service_locator.lEZTD9W''get_ServiceLocator_LEZTD9WService'false],
  12553.             'App\\Controller\\Api\\Patient\\InvoiceController::edit' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  12554.             'App\\Controller\\Api\\Patient\\InvoiceController::new' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  12555.             'App\\Controller\\Api\\Patient\\InvoiceController::newGiftVoucher' => ['privates''.service_locator.lEZTD9W''get_ServiceLocator_LEZTD9WService'false],
  12556.             'App\\Controller\\Api\\Patient\\InvoiceController::pay' => ['privates''.service_locator.lEZTD9W''get_ServiceLocator_LEZTD9WService'false],
  12557.             'App\\Controller\\Api\\Patient\\PhotoController::edit' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12558.             'App\\Controller\\Api\\Patient\\PhotoController::new' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12559.             'App\\Controller\\Api\\Patient\\PhotoController::update' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12560.             'App\\Controller\\Api\\Patient\\PrepayController::createPDF' => ['privates''.service_locator.Fydz4GN''get_ServiceLocator_Fydz4GNService'false],
  12561.             'App\\Controller\\Api\\Patient\\TreatmentClinicController::sendForm' => ['privates''.service_locator.p91Zk0K''get_ServiceLocator_P91Zk0KService'false],
  12562.             'App\\Controller\\Api\\Patient\\TreatmentController::sendPlan' => ['privates''.service_locator.p91Zk0K''get_ServiceLocator_P91Zk0KService'false],
  12563.             'App\\Controller\\Api\\Patient\\TreatmentPhotoController::reduceStock' => ['privates''.service_locator.UNu9g98''get_ServiceLocator_UNu9g98Service'false],
  12564.             'App\\Controller\\CustomFormDataController::customformadd' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12565.             'App\\Controller\\CustomFormDataController::customformdata_index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12566.             'App\\Controller\\CustomFormDataController::getcustomformmodal' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12567.             'App\\Controller\\CustomerSettingController::setting' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12568.             'App\\Controller\\DefaultController::checkLoginOtpCustom' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  12569.             'App\\Controller\\DefaultController::index' => ['privates''.service_locator.qzGDArA''get_ServiceLocator_QzGDArAService'false],
  12570.             'App\\Controller\\DefaultController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  12571.             'App\\Controller\\DefaultController::mailChimpWebhook' => ['privates''.service_locator.rf176pK''get_ServiceLocator_Rf176pKService'false],
  12572.             'App\\Controller\\DefaultController::registration' => ['privates''.service_locator.jJwz8WL''get_ServiceLocator_JJwz8WLService'false],
  12573.             'App\\Controller\\DefaultController::registration1' => ['privates''.service_locator.jJwz8WL''get_ServiceLocator_JJwz8WLService'false],
  12574.             'App\\Controller\\DefaultController::registration2' => ['privates''.service_locator.jJwz8WL''get_ServiceLocator_JJwz8WLService'false],
  12575.             'App\\Controller\\DomainController::changestatus' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12576.             'App\\Controller\\DomainController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  12577.             'App\\Controller\\EventController::appointmentleadJoin' => ['privates''.service_locator.2FkHyya''get_ServiceLocator_2FkHyyaService'false],
  12578.             'App\\Controller\\EventController::appointmentlead_details' => ['privates''.service_locator.2FkHyya''get_ServiceLocator_2FkHyyaService'false],
  12579.             'App\\Controller\\EventController::clinic_appointmentlead_delete' => ['privates''.service_locator.GrsX3Yy''get_ServiceLocator_GrsX3YyService'false],
  12580.             'App\\Controller\\EventController::clinic_event_clone' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  12581.             'App\\Controller\\EventController::clinic_event_create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12582.             'App\\Controller\\EventController::clinic_event_delete' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  12583.             'App\\Controller\\EventController::clinic_event_edit' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  12584.             'App\\Controller\\EventController::clinic_event_list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12585.             'App\\Controller\\EventController::event_reminders' => ['privates''.service_locator.VUNzfCR''get_ServiceLocator_VUNzfCRService'false],
  12586.             'App\\Controller\\EventController::event_status_change' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  12587.             'App\\Controller\\Front\\PostAptFormSentController::form' => ['privates''.service_locator.qAmI5aD''get_ServiceLocator_QAmI5aDService'false],
  12588.             'App\\Controller\\Front\\SurveySentController::feedbackform' => ['privates''.service_locator.U.jBLuc''get_ServiceLocator_U_JBLucService'false],
  12589.             'App\\Controller\\Front\\SurveySentController::form' => ['privates''.service_locator.U.jBLuc''get_ServiceLocator_U_JBLucService'false],
  12590.             'App\\Controller\\MeetingController::addClinicMeeting' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12591.             'App\\Controller\\MeetingController::bookMeeting' => ['privates''.service_locator.LFZD_cx''get_ServiceLocator_LFZDCxService'false],
  12592.             'App\\Controller\\MeetingController::booking_history' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  12593.             'App\\Controller\\MeetingController::edit_clinic_meeting' => ['privates''.service_locator.GCaRaJU''get_ServiceLocator_GCaRaJUService'false],
  12594.             'App\\Controller\\MeetingController::meeting' => ['privates''.service_locator.GCaRaJU''get_ServiceLocator_GCaRaJUService'false],
  12595.             'App\\Controller\\MeetingController::meetingDelete' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12596.             'App\\Controller\\MeetingController::meeting_reminders' => ['privates''.service_locator.VUNzfCR''get_ServiceLocator_VUNzfCRService'false],
  12597.             'App\\Controller\\MeetingController::saveSetting' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12598.             'App\\Controller\\MeetingController::schedule' => ['privates''.service_locator.rIJ08Xn''get_ServiceLocator_RIJ08XnService'false],
  12599.             'App\\Controller\\MeetingController::setting' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12600.             'App\\Controller\\NewWebsiteController::newweb_create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12601.             'App\\Controller\\NewWebsiteController::newweb_edit' => ['privates''.service_locator.icIQp1B''get_ServiceLocator_IcIQp1BService'false],
  12602.             'App\\Controller\\NewWebsiteController::newweb_edit_add_page' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12603.             'App\\Controller\\NewWebsiteController::newweb_edit_remove_page' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12604.             'App\\Controller\\NewWebsiteController::newweb_editnew' => ['privates''.service_locator.icIQp1B''get_ServiceLocator_IcIQp1BService'false],
  12605.             'App\\Controller\\NewWebsiteController::newweb_view' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12606.             'App\\Controller\\NewWebsiteController::newwebpreview' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12607.             'App\\Controller\\NewWebsiteController::setWidgetBtn' => ['privates''.service_locator.icIQp1B''get_ServiceLocator_IcIQp1BService'false],
  12608.             'App\\Controller\\NewWebsiteController::titleform' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12609.             'App\\Controller\\NewWebsiteController::webcustomformdata' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12610.             'App\\Controller\\NewWidgetController::book_meeting_widget' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12611.             'App\\Controller\\PatientController::accessmymailboxpatient' => ['privates''.service_locator.jTRPtke''get_ServiceLocator_JTRPtkeService'false],
  12612.             'App\\Controller\\PatientController::getAllNumbersSubcriptions' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12613.             'App\\Controller\\PatientController::getCorrespondencePatient' => ['privates''.service_locator.1vst1VH''get_ServiceLocator_1vst1VHService'false],
  12614.             'App\\Controller\\PatientController::getCreatePatientGroup' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12615.             'App\\Controller\\PatientController::getPatientSendAptForm' => ['privates''.service_locator.mhI.SCH''get_ServiceLocator_MhI_SCHService'false],
  12616.             'App\\Controller\\PatientController::getPatientSendForm' => ['privates''.service_locator.mhI.SCH''get_ServiceLocator_MhI_SCHService'false],
  12617.             'App\\Controller\\PatientController::get_sms_numbers' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12618.             'App\\Controller\\PatientController::groupemail' => ['privates''.service_locator.1vst1VH''get_ServiceLocator_1vst1VHService'false],
  12619.             'App\\Controller\\PatientController::patient_mailbox_email' => ['privates''.service_locator.jTRPtke''get_ServiceLocator_JTRPtkeService'false],
  12620.             'App\\Controller\\PatientController::patient_show_email' => ['privates''.service_locator.f8fB9ia''get_ServiceLocator_F8fB9iaService'false],
  12621.             'App\\Controller\\PatientController::paymentNumbersSubcriptions' => ['privates''.service_locator.Cezlehm''get_ServiceLocator_CezlehmService'false],
  12622.             'App\\Controller\\PatientController::purchase_tn_cancel' => ['privates''.service_locator.Cezlehm''get_ServiceLocator_CezlehmService'false],
  12623.             'App\\Controller\\PatientController::sendGroupPatientEmails' => ['privates''.service_locator.1vst1VH''get_ServiceLocator_1vst1VHService'false],
  12624.             'App\\Controller\\PaymentController::apply_senderid' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12625.             'App\\Controller\\PaymentController::cancel_smsplans' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12626.             'App\\Controller\\PaymentController::paymentFeature' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12627.             'App\\Controller\\PaymentController::payment_smsplans' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12628.             'App\\Controller\\PaymentController::purchase_smsplans' => ['privates''.service_locator.wzU88Nq''get_ServiceLocator_WzU88NqService'false],
  12629.             'App\\Controller\\PaymentController::showNeedFeatureLicense' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12630.             'App\\Controller\\PaymentController::success_smsplans' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12631.             'App\\Controller\\ProfileController::generateICalendarUrl' => ['privates''.service_locator.kHiC_pc''get_ServiceLocator_KHiCPcService'false],
  12632.             'App\\Controller\\ProspectController::accessmymailboxprospect' => ['privates''.service_locator.FXKNrkO''get_ServiceLocator_FXKNrkOService'false],
  12633.             'App\\Controller\\ProspectController::getCreateProspectGroup' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12634.             'App\\Controller\\ProspectController::getProspectSendForm' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12635.             'App\\Controller\\ProspectController::pgroupemail' => ['privates''.service_locator.YK7aVlK''get_ServiceLocator_YK7aVlKService'false],
  12636.             'App\\Controller\\ProspectController::prospect_mailbox_email' => ['privates''.service_locator.FXKNrkO''get_ServiceLocator_FXKNrkOService'false],
  12637.             'App\\Controller\\ProspectController::prospect_show_email' => ['privates''.service_locator.Lo.IHzF''get_ServiceLocator_Lo_IHzFService'false],
  12638.             'App\\Controller\\ProspectController::sendGroupProspectEmails' => ['privates''.service_locator.YK7aVlK''get_ServiceLocator_YK7aVlKService'false],
  12639.             'App\\Controller\\PublicProfileController::bgDataSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12640.             'App\\Controller\\PublicProfileController::bookBtnSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12641.             'App\\Controller\\PublicProfileController::changePasswordSave' => ['privates''.service_locator.yK5hLww''get_ServiceLocator_YK5hLwwService'false],
  12642.             'App\\Controller\\PublicProfileController::changeProfileImage' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12643.             'App\\Controller\\PublicProfileController::profileImageSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12644.             'App\\Controller\\PublicProfileController::publicProfileSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  12645.             'App\\Controller\\SmsReviewController::index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12646.             'App\\Controller\\TemplateController::clinic_templates' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12647.             'App\\Controller\\TemplateController::download_templates' => ['privates''.service_locator.Jt3J7IK''get_ServiceLocator_Jt3J7IKService'false],
  12648.             'App\\Controller\\TemplateController::library' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12649.             'App\\Controller\\TemplateController::my_templates' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12650.             'App\\Controller\\TemplateController::temp_delete' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  12651.             'App\\Controller\\TemplateController::temp_index' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  12652.             'App\\Controller\\TemplateController::temp_preview' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  12653.             'App\\Controller\\TemplateController::temp_save' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  12654.             'App\\Controller\\TemplateController::temp_show' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  12655.             'App\\Controller\\TemplateController::uploadScreenshot' => ['privates''.service_locator.cJXGZUz''get_ServiceLocator_CJXGZUzService'false],
  12656.             'App\\Controller\\YourController::handleHanpointPOSWebhook' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12657.             'App\\Controller\\YourController::openRoute1Action' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  12658.             'App\\Controller\\YourController::receiveDataFromPosDevice' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  12659.             'App\\Controller\\Admin\\AppointmentController:appointmentFulldayAjax' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12660.             'App\\Controller\\Admin\\AppointmentController:calendar' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12661.             'App\\Controller\\Admin\\AppointmentController:calendarPrivateMode' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12662.             'App\\Controller\\Admin\\AppointmentController:completeAppointment' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  12663.             'App\\Controller\\Admin\\AppointmentController:delete' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12664.             'App\\Controller\\Admin\\AppointmentController:edit' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  12665.             'App\\Controller\\Admin\\AppointmentController:editAjax' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12666.             'App\\Controller\\Admin\\AppointmentController:editGoogleEvent' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  12667.             'App\\Controller\\Admin\\AppointmentController:getCheckoutData' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12668.             'App\\Controller\\Admin\\AppointmentController:getCheckoutSmsReview' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12669.             'App\\Controller\\Admin\\AppointmentController:getEvents' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12670.             'App\\Controller\\Admin\\AppointmentController:getInvoiceForPatient' => ['privates''.service_locator.JKV1TGV''get_ServiceLocator_JKV1TGVService'false],
  12671.             'App\\Controller\\Admin\\AppointmentController:getPostAptForm' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12672.             'App\\Controller\\Admin\\AppointmentController:getResources' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12673.             'App\\Controller\\Admin\\AppointmentController:getSurveyForm' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12674.             'App\\Controller\\Admin\\AppointmentController:importAppointmentFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12675.             'App\\Controller\\Admin\\AppointmentController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12676.             'App\\Controller\\Admin\\AppointmentController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12677.             'App\\Controller\\Admin\\AppointmentController:newAjax' => ['privates''.service_locator.piF90nv''get_ServiceLocator_PiF90nvService'false],
  12678.             'App\\Controller\\Admin\\AppointmentController:popupedit' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  12679.             'App\\Controller\\Admin\\AppointmentController:sendPostAptForm' => ['privates''.service_locator.MKhjP8a''get_ServiceLocator_MKhjP8aService'false],
  12680.             'App\\Controller\\Admin\\AppointmentController:sendSelected' => ['privates''.service_locator.KKxSBFI''get_ServiceLocator_KKxSBFIService'false],
  12681.             'App\\Controller\\Admin\\AppointmentController:sendSurveyPostAptForm' => ['privates''.service_locator.KKxSBFI''get_ServiceLocator_KKxSBFIService'false],
  12682.             'App\\Controller\\Admin\\BlockerController:edit' => ['privates''.service_locator.girrYap''get_ServiceLocator_GirrYapService'false],
  12683.             'App\\Controller\\Admin\\BlockerController:list' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  12684.             'App\\Controller\\Admin\\BlockerController:new' => ['privates''.service_locator.6T68T.1''get_ServiceLocator_6T68T_1Service'false],
  12685.             'App\\Controller\\Admin\\ClinicDashboardController:addWidget' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12686.             'App\\Controller\\Admin\\ClinicDashboardController:getAppointmentsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12687.             'App\\Controller\\Admin\\ClinicDashboardController:getAverageSpendData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12688.             'App\\Controller\\Admin\\ClinicDashboardController:getBillingsPerCoordinatorData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12689.             'App\\Controller\\Admin\\ClinicDashboardController:getBillingsPerPeriodData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12690.             'App\\Controller\\Admin\\ClinicDashboardController:getBillingsPerPractitionerData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12691.             'App\\Controller\\Admin\\ClinicDashboardController:getCancellationsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12692.             'App\\Controller\\Admin\\ClinicDashboardController:getCustomerBaseData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12693.             'App\\Controller\\Admin\\ClinicDashboardController:getFrequencyData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12694.             'App\\Controller\\Admin\\ClinicDashboardController:getMailingListData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12695.             'App\\Controller\\Admin\\ClinicDashboardController:getNetReceiptsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12696.             'App\\Controller\\Admin\\ClinicDashboardController:getNewPatientAppointmentsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12697.             'App\\Controller\\Admin\\ClinicDashboardController:getPatientListByTreatmentDateData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12698.             'App\\Controller\\Admin\\ClinicDashboardController:getPatientReferralData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12699.             'App\\Controller\\Admin\\ClinicDashboardController:getPrepaymentsBalanceData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12700.             'App\\Controller\\Admin\\ClinicDashboardController:getProspectsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12701.             'App\\Controller\\Admin\\ClinicDashboardController:getReceiptsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12702.             'App\\Controller\\Admin\\ClinicDashboardController:getRecencyData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12703.             'App\\Controller\\Admin\\ClinicDashboardController:getRecentAppointments' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12704.             'App\\Controller\\Admin\\ClinicDashboardController:getReconciliationData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12705.             'App\\Controller\\Admin\\ClinicDashboardController:getRefundsData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12706.             'App\\Controller\\Admin\\ClinicDashboardController:getRetentionData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12707.             'App\\Controller\\Admin\\ClinicDashboardController:getRevenuePerPeriodData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12708.             'App\\Controller\\Admin\\ClinicDashboardController:getRevenuePerPractitionerData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12709.             'App\\Controller\\Admin\\ClinicDashboardController:getSmsMessagesData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12710.             'App\\Controller\\Admin\\ClinicDashboardController:getTerminalsEndOfDayData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12711.             'App\\Controller\\Admin\\ClinicDashboardController:getUnpaidReportData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12712.             'App\\Controller\\Admin\\ClinicDashboardController:getVouchersData' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12713.             'App\\Controller\\Admin\\ClinicDashboardController:index' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12714.             'App\\Controller\\Admin\\ClinicDashboardController:refreshDashboard' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12715.             'App\\Controller\\Admin\\ClinicDashboardController:removeWidget' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12716.             'App\\Controller\\Admin\\ClinicDashboardController:updateGlobalSettings' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12717.             'App\\Controller\\Admin\\ClinicDashboardController:updateWidgetPositions' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12718.             'App\\Controller\\Admin\\ClinicDashboardController:updateWidgetSettings' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  12719.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:changeStatusAppointmentCode' => ['privates''.service_locator.waV7Tyt''get_ServiceLocator_WaV7TytService'false],
  12720.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12721.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:delete' => ['privates''.service_locator.waV7Tyt''get_ServiceLocator_WaV7TytService'false],
  12722.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:edit' => ['privates''.service_locator.waV7Tyt''get_ServiceLocator_WaV7TytService'false],
  12723.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12724.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12725.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:delete' => ['privates''.service_locator.bACQl82''get_ServiceLocator_BACQl82Service'false],
  12726.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:edit' => ['privates''.service_locator.bACQl82''get_ServiceLocator_BACQl82Service'false],
  12727.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12728.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:delete' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12729.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:edit' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  12730.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12731.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12732.             'App\\Controller\\Admin\\Clinic\\ChronoscanController:settings' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12733.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController:importCorrespondenceFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12734.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController:list' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  12735.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:clearReport' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12736.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:filter' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12737.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:generateCsv' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12738.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:generateTable' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12739.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:index' => ['privates''.service_locator.VijrZBf''get_ServiceLocator_VijrZBfService'false],
  12740.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:show' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12741.             'App\\Controller\\Admin\\Clinic\\DefaultController:ads' => ['privates''.service_locator.7GA_yZe''get_ServiceLocator_7GAYZeService'false],
  12742.             'App\\Controller\\Admin\\Clinic\\DefaultController:ads1' => ['privates''.service_locator.7GA_yZe''get_ServiceLocator_7GAYZeService'false],
  12743.             'App\\Controller\\Admin\\Clinic\\DefaultController:allDataExport' => ['privates''.service_locator.3vRinKw''get_ServiceLocator_3vRinKwService'false],
  12744.             'App\\Controller\\Admin\\Clinic\\DefaultController:assignToken' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  12745.             'App\\Controller\\Admin\\Clinic\\DefaultController:clinic_autologin' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12746.             'App\\Controller\\Admin\\Clinic\\DefaultController:dataImport' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12747.             'App\\Controller\\Admin\\Clinic\\DefaultController:delete' => ['privates''.service_locator.10MAuu9''get_ServiceLocator_10MAuu9Service'false],
  12748.             'App\\Controller\\Admin\\Clinic\\DefaultController:deleteBranding' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12749.             'App\\Controller\\Admin\\Clinic\\DefaultController:edit' => ['privates''.service_locator.gVl4FLG''get_ServiceLocator_GVl4FLGService'false],
  12750.             'App\\Controller\\Admin\\Clinic\\DefaultController:exportPage' => ['privates''.service_locator.7GA_yZe''get_ServiceLocator_7GAYZeService'false],
  12751.             'App\\Controller\\Admin\\Clinic\\DefaultController:exportToCSV' => ['privates''.service_locator.cjPJq4m''get_ServiceLocator_CjPJq4mService'false],
  12752.             'App\\Controller\\Admin\\Clinic\\DefaultController:getNotes' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12753.             'App\\Controller\\Admin\\Clinic\\DefaultController:index' => ['privates''.service_locator.xCaN3hw''get_ServiceLocator_XCaN3hwService'false],
  12754.             'App\\Controller\\Admin\\Clinic\\DefaultController:needFeatureLicense' => ['privates''.service_locator.gvnbgyu''get_ServiceLocator_GvnbgyuService'false],
  12755.             'App\\Controller\\Admin\\Clinic\\DefaultController:new' => ['privates''.service_locator.pTP1A_L''get_ServiceLocator_PTP1ALService'false],
  12756.             'App\\Controller\\Admin\\Clinic\\DefaultController:organisations_autologin' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  12757.             'App\\Controller\\Admin\\Clinic\\DefaultController:saveReasonForTreatment' => ['privates''.service_locator.ClLMzKf''get_ServiceLocator_ClLMzKfService'false],
  12758.             'App\\Controller\\Admin\\Clinic\\DefaultController:saveTreatmentInterestedIn' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12759.             'App\\Controller\\Admin\\Clinic\\DefaultController:setSmsSettingsStatus' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12760.             'App\\Controller\\Admin\\Clinic\\DefaultController:sharePatients' => ['privates''.service_locator.3vRinKw''get_ServiceLocator_3vRinKwService'false],
  12761.             'App\\Controller\\Admin\\Clinic\\DefaultController:syncDataWithXero' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12762.             'App\\Controller\\Admin\\Clinic\\DefaultController:zoomMeetingPage' => ['privates''.service_locator.KhS4aFB''get_ServiceLocator_KhS4aFBService'false],
  12763.             'App\\Controller\\Admin\\Clinic\\DefaultController:zoomPage' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12764.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:changeStatus' => ['privates''.service_locator.H7EBq.3''get_ServiceLocator_H7EBq_3Service'false],
  12765.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12766.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:delete' => ['privates''.service_locator.H7EBq.3''get_ServiceLocator_H7EBq_3Service'false],
  12767.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:edit' => ['privates''.service_locator.H7EBq.3''get_ServiceLocator_H7EBq_3Service'false],
  12768.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:index' => ['privates''.service_locator.pwBJRLM''get_ServiceLocator_PwBJRLMService'false],
  12769.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:changeStatus' => ['privates''.service_locator.BDUO5FL''get_ServiceLocator_BDUO5FLService'false],
  12770.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12771.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:delete' => ['privates''.service_locator.BDUO5FL''get_ServiceLocator_BDUO5FLService'false],
  12772.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:edit' => ['privates''.service_locator.BDUO5FL''get_ServiceLocator_BDUO5FLService'false],
  12773.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12774.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:delete' => ['privates''.service_locator.5v.C.OB''get_ServiceLocator_5v_C_OBService'false],
  12775.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:duplicate' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12776.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:edit' => ['privates''.service_locator.5v.C.OB''get_ServiceLocator_5v_C_OBService'false],
  12777.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12778.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12779.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:saveEmailTemplate' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12780.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:upload' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12781.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:uploadFile' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12782.             'App\\Controller\\Admin\\Clinic\\EquipmentController:delete' => ['privates''.service_locator.iR6aeYj''get_ServiceLocator_IR6aeYjService'false],
  12783.             'App\\Controller\\Admin\\Clinic\\EquipmentController:edit' => ['privates''.service_locator.tZ43oj.''get_ServiceLocator_TZ43oj_Service'false],
  12784.             'App\\Controller\\Admin\\Clinic\\EquipmentController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12785.             'App\\Controller\\Admin\\Clinic\\EquipmentController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12786.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:delete' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12787.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:edit' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12788.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:getFilterBasedEntity' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12789.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:getFilterBasedEntityGroupMake' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12790.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12791.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12792.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:sendMessage' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12793.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:sendMessageOldWOrking' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12794.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:sendMessageToFilterEntity' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12795.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:show' => ['privates''.service_locator.cWdrEcP''get_ServiceLocator_CWdrEcPService'false],
  12796.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:changeEnabled' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  12797.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:delete' => ['privates''.service_locator.3qztQy9''get_ServiceLocator_3qztQy9Service'false],
  12798.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12799.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:new' => ['privates''.service_locator.oDRRljl''get_ServiceLocator_ODRRljlService'false],
  12800.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgchangeEnabled' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  12801.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgdelete' => ['privates''.service_locator.3qztQy9''get_ServiceLocator_3qztQy9Service'false],
  12802.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgindex' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12803.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgnew' => ['privates''.service_locator.oDRRljl''get_ServiceLocator_ODRRljlService'false],
  12804.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:delete' => ['privates''.service_locator.EQ96qjw''get_ServiceLocator_EQ96qjwService'false],
  12805.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:edit' => ['privates''.service_locator.EQ96qjw''get_ServiceLocator_EQ96qjwService'false],
  12806.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12807.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12808.             'App\\Controller\\Admin\\Clinic\\LicenseController:createCustomer' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12809.             'App\\Controller\\Admin\\Clinic\\LicenseController:customerSuccess' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12810.             'App\\Controller\\Admin\\Clinic\\LicenseController:delete' => ['privates''.service_locator.rYlFYDe''get_ServiceLocator_RYlFYDeService'false],
  12811.             'App\\Controller\\Admin\\Clinic\\LicenseController:index' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  12812.             'App\\Controller\\Admin\\Clinic\\LicenseController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12813.             'App\\Controller\\Admin\\Clinic\\LicenseController:newFeature' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12814.             'App\\Controller\\Admin\\Clinic\\LocationController:delete' => ['privates''.service_locator.Fm31gW5''get_ServiceLocator_Fm31gW5Service'false],
  12815.             'App\\Controller\\Admin\\Clinic\\LocationController:edit' => ['privates''.service_locator.Fm31gW5''get_ServiceLocator_Fm31gW5Service'false],
  12816.             'App\\Controller\\Admin\\Clinic\\LocationController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12817.             'App\\Controller\\Admin\\Clinic\\MailChimpController:index' => ['privates''.service_locator.YZo.umZ''get_ServiceLocator_YZo_UmZService'false],
  12818.             'App\\Controller\\Admin\\Clinic\\MailChimpController:syncPatientsActions' => ['privates''.service_locator.YZo.umZ''get_ServiceLocator_YZo_UmZService'false],
  12819.             'App\\Controller\\Admin\\Clinic\\MailChimpController:syncProspectsActions' => ['privates''.service_locator.YZo.umZ''get_ServiceLocator_YZo_UmZService'false],
  12820.             'App\\Controller\\Admin\\Clinic\\MarketingController:delete' => ['privates''.service_locator.k731Vzz''get_ServiceLocator_K731VzzService'false],
  12821.             'App\\Controller\\Admin\\Clinic\\MarketingController:enabled' => ['privates''.service_locator.ae8nc1y''get_ServiceLocator_Ae8nc1yService'false],
  12822.             'App\\Controller\\Admin\\Clinic\\MarketingController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12823.             'App\\Controller\\Admin\\Clinic\\MarketingController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12824.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:delete' => ['privates''.service_locator.7.hIlZQ''get_ServiceLocator_7_HIlZQService'false],
  12825.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:edit' => ['privates''.service_locator.7.hIlZQ''get_ServiceLocator_7_HIlZQService'false],
  12826.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12827.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12828.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:show' => ['privates''.service_locator.Bk42dRg''get_ServiceLocator_Bk42dRgService'false],
  12829.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController:delete' => ['privates''.service_locator.ArNaJ28''get_ServiceLocator_ArNaJ28Service'false],
  12830.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController:edit' => ['privates''.service_locator.ArNaJ28''get_ServiceLocator_ArNaJ28Service'false],
  12831.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController:new' => ['privates''.service_locator.hcVzNJX''get_ServiceLocator_HcVzNJXService'false],
  12832.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12833.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:delete' => ['privates''.service_locator.uz9tF3i''get_ServiceLocator_Uz9tF3iService'false],
  12834.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:edit' => ['privates''.service_locator.uz9tF3i''get_ServiceLocator_Uz9tF3iService'false],
  12835.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:index' => ['privates''.service_locator.VSFUhMz''get_ServiceLocator_VSFUhMzService'false],
  12836.             'App\\Controller\\Admin\\Clinic\\NotificationController:index' => ['privates''.service_locator.p00w7cO''get_ServiceLocator_P00w7cOService'false],
  12837.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:email' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12838.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:settings' => ['privates''.service_locator.1JgWU4I''get_ServiceLocator_1JgWU4IService'false],
  12839.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:settingsEnabled' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12840.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:widget' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12841.             'App\\Controller\\Admin\\Clinic\\OutcomeController:delete' => ['privates''.service_locator.HwJZYKG''get_ServiceLocator_HwJZYKGService'false],
  12842.             'App\\Controller\\Admin\\Clinic\\OutcomeController:edit' => ['privates''.service_locator.HwJZYKG''get_ServiceLocator_HwJZYKGService'false],
  12843.             'App\\Controller\\Admin\\Clinic\\OutcomeController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12844.             'App\\Controller\\Admin\\Clinic\\OutcomeController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12845.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:delete' => ['privates''.service_locator.6rqhUQM''get_ServiceLocator_6rqhUQMService'false],
  12846.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:edit' => ['privates''.service_locator.sPQxDYN''get_ServiceLocator_SPQxDYNService'false],
  12847.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12848.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12849.             'App\\Controller\\Admin\\Clinic\\PlivoController:create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12850.             'App\\Controller\\Admin\\Clinic\\PolicyController:delete' => ['privates''.service_locator.mUhsHv0''get_ServiceLocator_MUhsHv0Service'false],
  12851.             'App\\Controller\\Admin\\Clinic\\PolicyController:index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12852.             'App\\Controller\\Admin\\Clinic\\PolicyController:new' => ['privates''.service_locator.ajcsq0y''get_ServiceLocator_Ajcsq0yService'false],
  12853.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:delete' => ['privates''.service_locator.B1vxjga''get_ServiceLocator_B1vxjgaService'false],
  12854.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:edit' => ['privates''.service_locator.24imQvf''get_ServiceLocator_24imQvfService'false],
  12855.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:index' => ['privates''.service_locator.mVEsL0P''get_ServiceLocator_MVEsL0PService'false],
  12856.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:new' => ['privates''.service_locator.mVEsL0P''get_ServiceLocator_MVEsL0PService'false],
  12857.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:textMessageSave' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12858.             'App\\Controller\\Admin\\Clinic\\PrescriptionController:list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12859.             'App\\Controller\\Admin\\Clinic\\PriceTierController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12860.             'App\\Controller\\Admin\\Clinic\\PriceTierController:selectPriceTier' => ['privates''.service_locator.qsb.6BC''get_ServiceLocator_Qsb_6BCService'false],
  12861.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:delete' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12862.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:edit' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12863.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12864.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12865.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgdelete' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12866.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgedit' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12867.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orglist' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12868.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12869.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgshow' => ['privates''.service_locator.LSchCs.''get_ServiceLocator_LSchCs_Service'false],
  12870.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:show' => ['privates''.service_locator.LSchCs.''get_ServiceLocator_LSchCs_Service'false],
  12871.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveydelete' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12872.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveyedit' => ['privates''.service_locator.ncXLAuz''get_ServiceLocator_NcXLAuzService'false],
  12873.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveylist' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  12874.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveynew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12875.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveyshow' => ['privates''.service_locator.LSchCs.''get_ServiceLocator_LSchCs_Service'false],
  12876.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:delete' => ['privates''.service_locator.YXkzAZ0''get_ServiceLocator_YXkzAZ0Service'false],
  12877.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:edit' => ['privates''.service_locator.Ac3QsRU''get_ServiceLocator_Ac3QsRUService'false],
  12878.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:new' => ['privates''.service_locator.qocyrL.''get_ServiceLocator_QocyrL_Service'false],
  12879.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:orgdelete' => ['privates''.service_locator.YXkzAZ0''get_ServiceLocator_YXkzAZ0Service'false],
  12880.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:orgedit' => ['privates''.service_locator.Ac3QsRU''get_ServiceLocator_Ac3QsRUService'false],
  12881.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:orgnew' => ['privates''.service_locator.qocyrL.''get_ServiceLocator_QocyrL_Service'false],
  12882.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:surveydelete' => ['privates''.service_locator.YXkzAZ0''get_ServiceLocator_YXkzAZ0Service'false],
  12883.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:surveyedit' => ['privates''.service_locator.Ac3QsRU''get_ServiceLocator_Ac3QsRUService'false],
  12884.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:surveynew' => ['privates''.service_locator.qocyrL.''get_ServiceLocator_QocyrL_Service'false],
  12885.             'App\\Controller\\Admin\\Clinic\\RegisterController:customer' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12886.             'App\\Controller\\Admin\\Clinic\\RegisterController:formFiles' => ['privates''.service_locator.q_2CIj5''get_ServiceLocator_Q2CIj5Service'false],
  12887.             'App\\Controller\\Admin\\Clinic\\RegisterController:payment' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12888.             'App\\Controller\\Admin\\Clinic\\RegisterController:priceTiers' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12889.             'App\\Controller\\Admin\\Clinic\\RegisterController:products' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12890.             'App\\Controller\\Admin\\Clinic\\RegisterController:profile' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12891.             'App\\Controller\\Admin\\Clinic\\RegisterController:setupPriceTier' => ['privates''.service_locator..UPs98a''get_ServiceLocator__UPs98aService'false],
  12892.             'App\\Controller\\Admin\\Clinic\\RegisterController:team' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12893.             'App\\Controller\\Admin\\Clinic\\RegisterController:treatments' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12894.             'App\\Controller\\Admin\\Clinic\\ReminderController:index' => ['privates''.service_locator.p00w7cO''get_ServiceLocator_P00w7cOService'false],
  12895.             'App\\Controller\\Admin\\Clinic\\ReminderController:patientRecall' => ['privates''.service_locator.p00w7cO''get_ServiceLocator_P00w7cOService'false],
  12896.             'App\\Controller\\Admin\\Clinic\\RoomController:delete' => ['privates''.service_locator.j7VChTd''get_ServiceLocator_J7VChTdService'false],
  12897.             'App\\Controller\\Admin\\Clinic\\RoomController:edit' => ['privates''.service_locator.E03ryQX''get_ServiceLocator_E03ryQXService'false],
  12898.             'App\\Controller\\Admin\\Clinic\\RoomController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12899.             'App\\Controller\\Admin\\Clinic\\RoomController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12900.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController:archive' => ['privates''.service_locator.xPjj8tj''get_ServiceLocator_XPjj8tjService'false],
  12901.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12902.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:archive' => ['privates''.service_locator.8nQVTrM''get_ServiceLocator_8nQVTrMService'false],
  12903.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:delete' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12904.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12905.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:listHistory' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12906.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:listHistoryProduct' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12907.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:newAdjust' => ['privates''.service_locator.80YG0OI''get_ServiceLocator_80YG0OIService'false],
  12908.             'App\\Controller\\Admin\\Clinic\\Stock\\FormarchiveController:archivedForms' => ['privates''.service_locator.2Q9CmqJ''get_ServiceLocator_2Q9CmqJService'false],
  12909.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:delete' => ['privates''.service_locator.nSW6AEf''get_ServiceLocator_NSW6AEfService'false],
  12910.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:edit' => ['privates''.service_locator.4VbiA7i''get_ServiceLocator_4VbiA7iService'false],
  12911.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:list' => ['privates''.service_locator.C8zb.1y''get_ServiceLocator_C8zb_1yService'false],
  12912.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:new' => ['privates''.service_locator.KyUB8p5''get_ServiceLocator_KyUB8p5Service'false],
  12913.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:addProducts' => ['privates''.service_locator.vwrT3vL''get_ServiceLocator_VwrT3vLService'false],
  12914.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12915.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:login' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12916.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:logout' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12917.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:search' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12918.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:delete' => ['privates''.service_locator.IFn9MRz''get_ServiceLocator_IFn9MRzService'false],
  12919.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:edit' => ['privates''.service_locator.IFn9MRz''get_ServiceLocator_IFn9MRzService'false],
  12920.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12921.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12922.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:availableOnline' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12923.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:delete' => ['privates''.service_locator._xsr3s2''get_ServiceLocator_Xsr3s2Service'false],
  12924.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:edit' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12925.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:editAjax' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12926.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12927.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12928.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:list' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12929.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12930.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgavailableOnline' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12931.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgdelete' => ['privates''.service_locator._xsr3s2''get_ServiceLocator_Xsr3s2Service'false],
  12932.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgedit' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12933.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgeditAjax' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12934.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orglist' => ['privates''.service_locator.x1G4L3F''get_ServiceLocator_X1G4L3FService'false],
  12935.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12936.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:retailPrice' => ['privates''.service_locator.n6WgBQc''get_ServiceLocator_N6WgBQcService'false],
  12937.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:delete' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12938.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:edit' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12939.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12940.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12941.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:linkFrom' => ['privates''.service_locator.DmWmoqj''get_ServiceLocator_DmWmoqjService'false],
  12942.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:list' => ['privates''.service_locator.b500Lf8''get_ServiceLocator_B500Lf8Service'false],
  12943.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12944.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orgdelete' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12945.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orgedit' => ['privates''.service_locator.5__gX7a''get_ServiceLocator_5GX7aService'false],
  12946.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orglist' => ['privates''.service_locator.b500Lf8''get_ServiceLocator_B500Lf8Service'false],
  12947.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12948.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:delete' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  12949.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:edit' => ['privates''.service_locator.KnwevVB''get_ServiceLocator_KnwevVBService'false],
  12950.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12951.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12952.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12953.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12954.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orgdelete' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  12955.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orgedit' => ['privates''.service_locator.KnwevVB''get_ServiceLocator_KnwevVBService'false],
  12956.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orglist' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12957.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orgnew' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12958.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:delete' => ['privates''.service_locator.nG809g4''get_ServiceLocator_NG809g4Service'false],
  12959.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:edit' => ['privates''.service_locator.EY3aXVP''get_ServiceLocator_EY3aXVPService'false],
  12960.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12961.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12962.             'App\\Controller\\Admin\\Clinic\\StripeController:connect' => ['privates''.service_locator.n2CbXLc''get_ServiceLocator_N2CbXLcService'false],
  12963.             'App\\Controller\\Admin\\Clinic\\StripeController:disconnect' => ['privates''.service_locator.n2CbXLc''get_ServiceLocator_N2CbXLcService'false],
  12964.             'App\\Controller\\Admin\\Clinic\\SurveyController:clinicsurveytextMessageSave' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12965.             'App\\Controller\\Admin\\Clinic\\SurveyController:delete' => ['privates''.service_locator.hOcm4VS''get_ServiceLocator_HOcm4VSService'false],
  12966.             'App\\Controller\\Admin\\Clinic\\SurveyController:edit' => ['privates''.service_locator.4jitYca''get_ServiceLocator_4jitYcaService'false],
  12967.             'App\\Controller\\Admin\\Clinic\\SurveyController:index' => ['privates''.service_locator.GjYSd7f''get_ServiceLocator_GjYSd7fService'false],
  12968.             'App\\Controller\\Admin\\Clinic\\SurveyController:new' => ['privates''.service_locator.GjYSd7f''get_ServiceLocator_GjYSd7fService'false],
  12969.             'App\\Controller\\Admin\\Clinic\\SurveyController:surveyemail' => ['privates''.service_locator.GjYSd7f''get_ServiceLocator_GjYSd7fService'false],
  12970.             'App\\Controller\\Admin\\Clinic\\SurveyController:textMessageSave' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12971.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController:edit' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12972.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12973.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController:saveEmailTemplate' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12974.             'App\\Controller\\Admin\\Clinic\\TermsAndCondController:edit' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12975.             'App\\Controller\\Admin\\Clinic\\TwilioController:create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12976.             'App\\Controller\\Admin\\Clinic\\TwilioController:createss' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12977.             'App\\Controller\\Admin\\Clinic\\UserController:checkPassForExport' => ['privates''.service_locator.IH2OgoA''get_ServiceLocator_IH2OgoAService'false],
  12978.             'App\\Controller\\Admin\\Clinic\\UserController:delete' => ['privates''.service_locator.KXbWYTh''get_ServiceLocator_KXbWYThService'false],
  12979.             'App\\Controller\\Admin\\Clinic\\UserController:edit' => ['privates''.service_locator.KXbWYTh''get_ServiceLocator_KXbWYThService'false],
  12980.             'App\\Controller\\Admin\\Clinic\\UserController:importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12981.             'App\\Controller\\Admin\\Clinic\\UserController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12982.             'App\\Controller\\Admin\\Clinic\\UserController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12983.             'App\\Controller\\Admin\\Clinic\\UserController:removeProfile' => ['privates''.service_locator.KXbWYTh''get_ServiceLocator_KXbWYThService'false],
  12984.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:delete' => ['privates''.service_locator.YH4gI56''get_ServiceLocator_YH4gI56Service'false],
  12985.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:edit' => ['privates''.service_locator.YH4gI56''get_ServiceLocator_YH4gI56Service'false],
  12986.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:index' => ['privates''.service_locator.5Jvd0sR''get_ServiceLocator_5Jvd0sRService'false],
  12987.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:show' => ['privates''.service_locator.YH4gI56''get_ServiceLocator_YH4gI56Service'false],
  12988.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController:addToFavorite' => ['privates''.service_locator.5Jvd0sR''get_ServiceLocator_5Jvd0sRService'false],
  12989.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController:delete' => ['privates''.service_locator.mC_Csto''get_ServiceLocator_MCCstoService'false],
  12990.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController:index' => ['privates''.service_locator.5Jvd0sR''get_ServiceLocator_5Jvd0sRService'false],
  12991.             'App\\Controller\\Admin\\DashboardController:getReconciliationData' => ['privates''.service_locator.LPNKri_''get_ServiceLocator_LPNKriService'false],
  12992.             'App\\Controller\\Admin\\DashboardController:setEntityManager' => ['privates''.service_locator..fcMD9t''get_ServiceLocator__FcMD9tService'false],
  12993.             'App\\Controller\\Admin\\DashboardController:smsMessages' => ['privates''.service_locator.gvHj1x1''get_ServiceLocator_GvHj1x1Service'false],
  12994.             'App\\Controller\\Admin\\DaySheetController:delete' => ['privates''.service_locator.Z7B4LE3''get_ServiceLocator_Z7B4LE3Service'false],
  12995.             'App\\Controller\\Admin\\DaySheetController:edit' => ['privates''.service_locator.Z7B4LE3''get_ServiceLocator_Z7B4LE3Service'false],
  12996.             'App\\Controller\\Admin\\DaySheetController:editEvent' => ['privates''.service_locator.F7.Ceu7''get_ServiceLocator_F7_Ceu7Service'false],
  12997.             'App\\Controller\\Admin\\DaySheetController:listEvents' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12998.             'App\\Controller\\Admin\\DaySheetController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  12999.             'App\\Controller\\Admin\\DaySheetController:statusDidNotArrive' => ['privates''.service_locator.YxqFOb4''get_ServiceLocator_YxqFOb4Service'false],
  13000.             'App\\Controller\\Admin\\HelpController:delete' => ['privates''.service_locator.vGcDdok''get_ServiceLocator_VGcDdokService'false],
  13001.             'App\\Controller\\Admin\\HelpController:edit' => ['privates''.service_locator.vGcDdok''get_ServiceLocator_VGcDdokService'false],
  13002.             'App\\Controller\\Admin\\InvoicesController:POSTerminalsEdit' => ['privates''.service_locator.LgQdaKk''get_ServiceLocator_LgQdaKkService'false],
  13003.             'App\\Controller\\Admin\\InvoicesController:POSTerminalsTransaction' => ['privates''.service_locator.YmKsGL4''get_ServiceLocator_YmKsGL4Service'false],
  13004.             'App\\Controller\\Admin\\InvoicesController:archive' => ['privates''.service_locator.O.EbPfk''get_ServiceLocator_O_EbPfkService'false],
  13005.             'App\\Controller\\Admin\\InvoicesController:deletePaymentKind' => ['privates''.service_locator.WIPJg1W''get_ServiceLocator_WIPJg1WService'false],
  13006.             'App\\Controller\\Admin\\InvoicesController:editPaymentKind' => ['privates''.service_locator.WIPJg1W''get_ServiceLocator_WIPJg1WService'false],
  13007.             'App\\Controller\\Admin\\InvoicesController:exportCreditNoteToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13008.             'App\\Controller\\Admin\\InvoicesController:exportPrepayToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13009.             'App\\Controller\\Admin\\InvoicesController:exportToCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13010.             'App\\Controller\\Admin\\InvoicesController:importInvoicesFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13011.             'App\\Controller\\Admin\\InvoicesController:importQuotesFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13012.             'App\\Controller\\Admin\\InvoicesController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13013.             'App\\Controller\\Admin\\InvoicesController:listCreditNote' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13014.             'App\\Controller\\Admin\\InvoicesController:listPaymentKind' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13015.             'App\\Controller\\Admin\\InvoicesController:listPrepay' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13016.             'App\\Controller\\Admin\\InvoicesController:listQuote' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13017.             'App\\Controller\\Admin\\InvoicesController:loadPOSTerminals' => ['privates''.service_locator.YmKsGL4''get_ServiceLocator_YmKsGL4Service'false],
  13018.             'App\\Controller\\Admin\\InvoicesController:newPaymentKind' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13019.             'App\\Controller\\Admin\\InvoicesController:paymentSenseConnectDetails' => ['privates''.service_locator.VetA824''get_ServiceLocator_VetA824Service'false],
  13020.             'App\\Controller\\Admin\\InvoicesController:paymentSensePaymentDetails' => ['privates''.service_locator.kODPecM''get_ServiceLocator_KODPecMService'false],
  13021.             'App\\Controller\\Admin\\LeadCaptureController:archiveNew' => ['privates''.service_locator.xHPfwRK''get_ServiceLocator_XHPfwRKService'false],
  13022.             'App\\Controller\\Admin\\LeadCaptureController:convert' => ['privates''.service_locator.2Y5Izy2''get_ServiceLocator_2Y5Izy2Service'false],
  13023.             'App\\Controller\\Admin\\LeadCaptureController:edit' => ['privates''.service_locator.xHPfwRK''get_ServiceLocator_XHPfwRKService'false],
  13024.             'App\\Controller\\Admin\\LeadCaptureController:list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  13025.             'App\\Controller\\Admin\\LeadCaptureController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13026.             'App\\Controller\\Admin\\LeadCapturePipelineController:accessMailBox' => ['privates''.service_locator.Uyoil4z''get_ServiceLocator_Uyoil4zService'false],
  13027.             'App\\Controller\\Admin\\LeadCapturePipelineController:changeTaskItemBoard' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13028.             'App\\Controller\\Admin\\LeadCapturePipelineController:edit' => ['privates''.service_locator.DJT3sq_''get_ServiceLocator_DJT3sqService'false],
  13029.             'App\\Controller\\Admin\\LeadCapturePipelineController:getAssignedProspectsRecords' => ['privates''.service_locator.jLbluq7''get_ServiceLocator_JLbluq7Service'false],
  13030.             'App\\Controller\\Admin\\LeadCapturePipelineController:getCorrespondenceRecords' => ['privates''.service_locator.jLbluq7''get_ServiceLocator_JLbluq7Service'false],
  13031.             'App\\Controller\\Admin\\LeadCapturePipelineController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13032.             'App\\Controller\\Admin\\LeadCapturePipelineController:sendLeadMessage' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13033.             'App\\Controller\\Admin\\LeadCaptureStageController:delete' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13034.             'App\\Controller\\Admin\\LeadCaptureStageController:edit' => ['privates''.service_locator.FSe76mi''get_ServiceLocator_FSe76miService'false],
  13035.             'App\\Controller\\Admin\\LeadCaptureStageController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13036.             'App\\Controller\\Admin\\LeadCaptureStageController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13037.             'App\\Controller\\Admin\\Message\\DefaultController:new' => ['privates''.service_locator.BuqDmxr''get_ServiceLocator_BuqDmxrService'false],
  13038.             'App\\Controller\\Admin\\Message\\DefaultController:newMessage' => ['privates''.service_locator.BuqDmxr''get_ServiceLocator_BuqDmxrService'false],
  13039.             'App\\Controller\\Admin\\Message\\DefaultController:showMessagesList' => ['privates''.service_locator.BuqDmxr''get_ServiceLocator_BuqDmxrService'false],
  13040.             'App\\Controller\\Admin\\OnBoardingController:finish' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13041.             'App\\Controller\\Admin\\OnBoardingController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13042.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController:exportUsers' => ['privates''.service_locator.dNZuJkQ''get_ServiceLocator_DNZuJkQService'false],
  13043.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  13044.             'App\\Controller\\Admin\\Organisation\\DefaultController:archive' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  13045.             'App\\Controller\\Admin\\Organisation\\DefaultController:edit' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  13046.             'App\\Controller\\Admin\\Organisation\\DefaultController:list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  13047.             'App\\Controller\\Admin\\Organisation\\DefaultController:restore' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  13048.             'App\\Controller\\Admin\\Organisation\\UserController:edit' => ['privates''.service_locator.9YwbXXO''get_ServiceLocator_9YwbXXOService'false],
  13049.             'App\\Controller\\Admin\\Organisation\\UserController:list' => ['privates''.service_locator.dcdszee''get_ServiceLocator_DcdszeeService'false],
  13050.             'App\\Controller\\Admin\\Organisation\\UserController:new' => ['privates''.service_locator.e_uTcY8''get_ServiceLocator_EUTcY8Service'false],
  13051.             'App\\Controller\\Admin\\Patient\\AppointmentTabController:list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13052.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:ajaxTreatmentClinic' => ['privates''.service_locator.KnwevVB''get_ServiceLocator_KnwevVBService'false],
  13053.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:delete' => ['privates''.service_locator.j3kLKys''get_ServiceLocator_J3kLKysService'false],
  13054.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:deleteAdditionalNote' => ['privates''.service_locator.YUUvPmb''get_ServiceLocator_YUUvPmbService'false],
  13055.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:deleteAudioNote' => ['privates''.service_locator.6TfWF33''get_ServiceLocator_6TfWF33Service'false],
  13056.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:deleteTreatmentNote' => ['privates''.service_locator.4w3v8j7''get_ServiceLocator_4w3v8j7Service'false],
  13057.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:edit' => ['privates''.service_locator.j3kLKys''get_ServiceLocator_J3kLKysService'false],
  13058.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:editAdditionalNote' => ['privates''.service_locator.YUUvPmb''get_ServiceLocator_YUUvPmbService'false],
  13059.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:editAudioNote' => ['privates''.service_locator.6TfWF33''get_ServiceLocator_6TfWF33Service'false],
  13060.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:editTreatmentNote' => ['privates''.service_locator.4w3v8j7''get_ServiceLocator_4w3v8j7Service'false],
  13061.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13062.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:listAdditionalNoteAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  13063.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:listTreatmentNotesAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  13064.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13065.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:newAdditionalNoteAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  13066.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:newAudioNote' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  13067.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:newTreatmentNoteAjax' => ['privates''.service_locator.6qh_vyD''get_ServiceLocator_6qhVyDService'false],
  13068.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:show' => ['privates''.service_locator.j3kLKys''get_ServiceLocator_J3kLKysService'false],
  13069.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:delete' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  13070.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:edit' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  13071.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:editAjax' => ['privates''.service_locator.f2r2vfk''get_ServiceLocator_F2r2vfkService'false],
  13072.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:editTemplate' => ['privates''.service_locator.x0Y2vdY''get_ServiceLocator_X0Y2vdYService'false],
  13073.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:editUploaded' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  13074.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:getTemplate' => ['privates''.service_locator.vviYdXz''get_ServiceLocator_VviYdXzService'false],
  13075.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13076.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13077.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:newTemplate' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13078.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:sendForm' => ['privates''.service_locator.vzfUpmH''get_ServiceLocator_VzfUpmHService'false],
  13079.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:sendPostAptForm' => ['privates''.service_locator.vzfUpmH''get_ServiceLocator_VzfUpmHService'false],
  13080.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:show' => ['privates''.service_locator.e_ZnoRO''get_ServiceLocator_EZnoROService'false],
  13081.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:upload' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13082.             'App\\Controller\\Admin\\Patient\\DefaultController:allDataExport' => ['privates''.service_locator.Vhd5bqb''get_ServiceLocator_Vhd5bqbService'false],
  13083.             'App\\Controller\\Admin\\Patient\\DefaultController:delete' => ['privates''.service_locator.y3X8pmF''get_ServiceLocator_Y3X8pmFService'false],
  13084.             'App\\Controller\\Admin\\Patient\\DefaultController:edit' => ['privates''.service_locator.UDFAHFu''get_ServiceLocator_UDFAHFuService'false],
  13085.             'App\\Controller\\Admin\\Patient\\DefaultController:export' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13086.             'App\\Controller\\Admin\\Patient\\DefaultController:exportPage' => ['privates''.service_locator.vYYRgfi''get_ServiceLocator_VYYRgfiService'false],
  13087.             'App\\Controller\\Admin\\Patient\\DefaultController:getBarcodeManual' => ['privates''.service_locator.Uy1Qk.8''get_ServiceLocator_Uy1Qk_8Service'false],
  13088.             'App\\Controller\\Admin\\Patient\\DefaultController:getChronoscanData' => ['privates''.service_locator.CfhnSq8''get_ServiceLocator_CfhnSq8Service'false],
  13089.             'App\\Controller\\Admin\\Patient\\DefaultController:getPostcode' => ['privates''.service_locator.sMrL39r''get_ServiceLocator_SMrL39rService'false],
  13090.             'App\\Controller\\Admin\\Patient\\DefaultController:importDocumentsFromZip' => ['privates''.service_locator.hcPx9NN''get_ServiceLocator_HcPx9NNService'false],
  13091.             'App\\Controller\\Admin\\Patient\\DefaultController:importFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13092.             'App\\Controller\\Admin\\Patient\\DefaultController:importMarketingRefFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13093.             'App\\Controller\\Admin\\Patient\\DefaultController:importNotesFromCSV' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13094.             'App\\Controller\\Admin\\Patient\\DefaultController:importPhotosFromZip' => ['privates''.service_locator.b07.ZNQ''get_ServiceLocator_B07_ZNQService'false],
  13095.             'App\\Controller\\Admin\\Patient\\DefaultController:index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  13096.             'App\\Controller\\Admin\\Patient\\DefaultController:inviteZoom' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13097.             'App\\Controller\\Admin\\Patient\\DefaultController:merge' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  13098.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_ajax' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  13099.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_ajax_all' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  13100.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_ajax_update' => ['privates''.service_locator.WYfhOke''get_ServiceLocator_WYfhOkeService'false],
  13101.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_all' => ['privates''.service_locator.ko7RvPC''get_ServiceLocator_Ko7RvPCService'false],
  13102.             'App\\Controller\\Admin\\Patient\\DefaultController:new' => ['privates''.service_locator.egBYXdx''get_ServiceLocator_EgBYXdxService'false],
  13103.             'App\\Controller\\Admin\\Patient\\DefaultController:newAjax' => ['privates''.service_locator.0MaTbP.''get_ServiceLocator_0MaTbP_Service'false],
  13104.             'App\\Controller\\Admin\\Patient\\DefaultController:remove_photo' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13105.             'App\\Controller\\Admin\\Patient\\DefaultController:searchPatients' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13106.             'App\\Controller\\Admin\\Patient\\DocumentController:create' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13107.             'App\\Controller\\Admin\\Patient\\DocumentController:delete' => ['privates''.service_locator.BWlBdcv''get_ServiceLocator_BWlBdcvService'false],
  13108.             'App\\Controller\\Admin\\Patient\\DocumentController:edit' => ['privates''.service_locator.BWlBdcv''get_ServiceLocator_BWlBdcvService'false],
  13109.             'App\\Controller\\Admin\\Patient\\DocumentController:index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13110.             'App\\Controller\\Admin\\Patient\\FormController:archivedByAdmin' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13111.             'App\\Controller\\Admin\\Patient\\FormController:index' => ['privates''.service_locator.5ZwdLGC''get_ServiceLocator_5ZwdLGCService'false],
  13112.             'App\\Controller\\Admin\\Patient\\FormController:new' => ['privates''.service_locator.90mr1LM''get_ServiceLocator_90mr1LMService'false],
  13113.             'App\\Controller\\Admin\\Patient\\InvoiceController:ajaxAction' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13114.             'App\\Controller\\Admin\\Patient\\InvoiceController:archiveNew' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13115.             'App\\Controller\\Admin\\Patient\\InvoiceController:createPaymentIntent' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13116.             'App\\Controller\\Admin\\Patient\\InvoiceController:delete' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13117.             'App\\Controller\\Admin\\Patient\\InvoiceController:deleteCreditNote' => ['privates''.service_locator.4APodnU''get_ServiceLocator_4APodnUService'false],
  13118.             'App\\Controller\\Admin\\Patient\\InvoiceController:deleteGiftVoucher' => ['privates''.service_locator.7p79rlk''get_ServiceLocator_7p79rlkService'false],
  13119.             'App\\Controller\\Admin\\Patient\\InvoiceController:deleteItem' => ['privates''.service_locator.IvKmV82''get_ServiceLocator_IvKmV82Service'false],
  13120.             'App\\Controller\\Admin\\Patient\\InvoiceController:editCreditNote' => ['privates''.service_locator.jR4t8KZ''get_ServiceLocator_JR4t8KZService'false],
  13121.             'App\\Controller\\Admin\\Patient\\InvoiceController:editInfoInvoice' => ['privates''.service_locator..pYsF69''get_ServiceLocator__PYsF69Service'false],
  13122.             'App\\Controller\\Admin\\Patient\\InvoiceController:editInvoice' => ['privates''.service_locator..pYsF69''get_ServiceLocator__PYsF69Service'false],
  13123.             'App\\Controller\\Admin\\Patient\\InvoiceController:editItem' => ['privates''.service_locator.IvKmV82''get_ServiceLocator_IvKmV82Service'false],
  13124.             'App\\Controller\\Admin\\Patient\\InvoiceController:editNoteInvoice' => ['privates''.service_locator..pYsF69''get_ServiceLocator__PYsF69Service'false],
  13125.             'App\\Controller\\Admin\\Patient\\InvoiceController:editStep' => ['privates''.service_locator.O.EbPfk''get_ServiceLocator_O_EbPfkService'false],
  13126.             'App\\Controller\\Admin\\Patient\\InvoiceController:getCardNumber' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13127.             'App\\Controller\\Admin\\Patient\\InvoiceController:list' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13128.             'App\\Controller\\Admin\\Patient\\InvoiceController:new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13129.             'App\\Controller\\Admin\\Patient\\InvoiceController:newCreditNote' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13130.             'App\\Controller\\Admin\\Patient\\InvoiceController:newGiftVoucher' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13131.             'App\\Controller\\Admin\\Patient\\InvoiceController:newItem' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13132.             'App\\Controller\\Admin\\Patient\\InvoiceController:newRefund' => ['privates''.service_locator.Qt0ou_B''get_ServiceLocator_Qt0ouBService'false],
  13133.             'App\\Controller\\Admin\\Patient\\InvoiceController:newRefundConnect' => ['privates''.service_locator.ud1ye.v''get_ServiceLocator_Ud1ye_VService'false],
  13134.             'App\\Controller\\Admin\\Patient\\InvoiceController:pay' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13135.             'App\\Controller\\Admin\\Patient\\InvoiceController:posAjax' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13136.             'App\\Controller\\Admin\\Patient\\InvoiceController:saveHandpoint' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13137.             'App\\Controller\\Admin\\Patient\\InvoiceController:sendDatatoPosDevice' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13138.             'App\\Controller\\Admin\\Patient\\InvoiceController:sendInvoicePdf' => ['privates''.service_locator.eRYIJCe''get_ServiceLocator_ERYIJCeService'false],
  13139.             'App\\Controller\\Admin\\Patient\\InvoiceController:sendVoucher' => ['privates''.service_locator.tGWzWxp''get_ServiceLocator_TGWzWxpService'false],
  13140.             'App\\Controller\\Admin\\Patient\\InvoiceController:show' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13141.             'App\\Controller\\Admin\\Patient\\InvoiceController:undoStep' => ['privates''.service_locator.O.EbPfk''get_ServiceLocator_O_EbPfkService'false],
  13142.             'App\\Controller\\Admin\\Patient\\InvoiceController:validatePay' => ['privates''.service_locator.ux5DYU5''get_ServiceLocator_Ux5DYU5Service'false],
  13143.             'App\\Controller\\Admin\\Patient\\InvoiceController:validateRefund' => ['privates''.service_locator.ux5DYU5''get_ServiceLocator_Ux5DYU5Service'false],
  13144.             'App\\Controller\\Admin\\Patient\\MembershipController:adjustment' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13145.             'App\\Controller\\Admin\\Patient\\MembershipController:cancel' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13146.             'App\\Controller\\Admin\\Patient\\MembershipController:checkout' => ['privates''.service_locator.U95CptO''get_ServiceLocator_U95CptOService'false],
  13147.             'App\\Controller\\Admin\\Patient\\MembershipController:list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13148.             'App\\Controller\\Admin\\Patient\\MembershipController:new' => ['privates''.service_locator.U95CptO''get_ServiceLocator_U95CptOService'false],
  13149.             'App\\Controller\\Admin\\Patient\\MembershipController:success' => ['privates''.service_locator.U95CptO''get_ServiceLocator_U95CptOService'false],
  13150.             'App\\Controller\\Admin\\Patient\\NoteController:delete' => ['privates''.service_locator.YAbO6KB''get_ServiceLocator_YAbO6KBService'false],
  13151.             'App\\Controller\\Admin\\Patient\\NoteController:edit' => ['privates''.service_locator.YAbO6KB''get_ServiceLocator_YAbO6KBService'false],
  13152.             'App\\Controller\\Admin\\Patient\\NoteController:index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13153.             'App\\Controller\\Admin\\Patient\\NoteController:new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13154.             'App\\Controller\\Admin\\Patient\\PhotoController:delete' => ['privates''.service_locator.3QBme1G''get_ServiceLocator_3QBme1GService'false],
  13155.             'App\\Controller\\Admin\\Patient\\PhotoController:edit' => ['privates''.service_locator.3QBme1G''get_ServiceLocator_3QBme1GService'false],
  13156.             'App\\Controller\\Admin\\Patient\\PhotoController:enabled' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13157.             'App\\Controller\\Admin\\Patient\\PhotoController:index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13158.             'App\\Controller\\Admin\\Patient\\PhotoController:new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13159.             'App\\Controller\\Admin\\Patient\\PrepayController:archiveNew' => ['privates''.service_locator.Jx816YY''get_ServiceLocator_Jx816YYService'false],
  13160.             'App\\Controller\\Admin\\Patient\\PrepayController:delete' => ['privates''.service_locator.Jx816YY''get_ServiceLocator_Jx816YYService'false],
  13161.             'App\\Controller\\Admin\\Patient\\PrepayController:edit' => ['privates''.service_locator.Jx816YY''get_ServiceLocator_Jx816YYService'false],
  13162.             'App\\Controller\\Admin\\Patient\\PrepayController:list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13163.             'App\\Controller\\Admin\\Patient\\PrepayController:new' => ['privates''.service_locator.8zEFMlA''get_ServiceLocator_8zEFMlAService'false],
  13164.             'App\\Controller\\Admin\\Patient\\PrescriptionController:list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13165.             'App\\Controller\\Admin\\Patient\\QuestionaireController:list' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13166.             'App\\Controller\\Admin\\Patient\\QuestionaireController:show' => ['privates''.service_locator.H8QhZav''get_ServiceLocator_H8QhZavService'false],
  13167.             'App\\Controller\\Admin\\Patient\\TreatmentController:index' => ['privates''.service_locator.4.IvGOU''get_ServiceLocator_4_IvGOUService'false],
  13168.             'App\\Controller\\Admin\\Patient\\TreatmentController:show' => ['privates''.service_locator.qPreYZZ''get_ServiceLocator_QPreYZZService'false],
  13169.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:addTreatmentProduct' => ['privates''.service_locator.8sGbrBf''get_ServiceLocator_8sGbrBfService'false],
  13170.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:delete' => ['privates''.service_locator.8sGbrBf''get_ServiceLocator_8sGbrBfService'false],
  13171.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:deleteTreatmentProduct' => ['privates''.service_locator.f4N4fuN''get_ServiceLocator_F4N4fuNService'false],
  13172.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:edit' => ['privates''.service_locator.8sGbrBf''get_ServiceLocator_8sGbrBfService'false],
  13173.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:index' => ['privates''.service_locator.5ZwdLGC''get_ServiceLocator_5ZwdLGCService'false],
  13174.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:new' => ['privates''.service_locator.7D3PCQX''get_ServiceLocator_7D3PCQXService'false],
  13175.             'App\\Controller\\Admin\\PaymentsenseController:logPayments' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13176.             'App\\Controller\\Admin\\PaymentsenseController:logPrepays' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13177.             'App\\Controller\\Admin\\PaymentsenseController:logRefunds' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13178.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:changeEnabled' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  13179.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:delete' => ['privates''.service_locator.JtHCLlY''get_ServiceLocator_JtHCLlYService'false],
  13180.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:index' => ['privates''.service_locator.IiGHGH9''get_ServiceLocator_IiGHGH9Service'false],
  13181.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:new' => ['privates''.service_locator.U_5YyZ3''get_ServiceLocator_U5YyZ3Service'false],
  13182.             'App\\Controller\\Admin\\Predefine\\ProductController:delete' => ['privates''.service_locator.vPQx1nF''get_ServiceLocator_VPQx1nFService'false],
  13183.             'App\\Controller\\Admin\\Predefine\\ProductController:edit' => ['privates''.service_locator.vPQx1nF''get_ServiceLocator_VPQx1nFService'false],
  13184.             'App\\Controller\\Admin\\Predefine\\ProductController:list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  13185.             'App\\Controller\\Admin\\Predefine\\TreatmentController:delete' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  13186.             'App\\Controller\\Admin\\Predefine\\TreatmentController:edit' => ['privates''.service_locator.YDJMxWA''get_ServiceLocator_YDJMxWAService'false],
  13187.             'App\\Controller\\Admin\\Predefine\\TreatmentController:list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  13188.             'App\\Controller\\Admin\\PriceTier\\AddonController:edit' => ['privates''.service_locator.liKOFPe''get_ServiceLocator_LiKOFPeService'false],
  13189.             'App\\Controller\\Admin\\PriceTier\\PriceTierController:edit' => ['privates''.service_locator.8jQ7Uqv''get_ServiceLocator_8jQ7UqvService'false],
  13190.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:edit' => ['privates''.service_locator.G06nCWL''get_ServiceLocator_G06nCWLService'false],
  13191.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:index' => ['privates''.service_locator.d67Fv3J''get_ServiceLocator_D67Fv3JService'false],
  13192.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:new' => ['privates''.service_locator.yGHHMaJ''get_ServiceLocator_YGHHMaJService'false],
  13193.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:view' => ['privates''.service_locator.G06nCWL''get_ServiceLocator_G06nCWLService'false],
  13194.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController:edit' => ['privates''.service_locator.QogbiW.''get_ServiceLocator_QogbiW_Service'false],
  13195.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController:importFromCSV' => ['privates''.service_locator.Rygxwx2''get_ServiceLocator_Rygxwx2Service'false],
  13196.             'App\\Controller\\Admin\\ReportController:data' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  13197.             'App\\Controller\\Admin\\ReportController:detail' => ['privates''.service_locator.qqkqrbS''get_ServiceLocator_QqkqrbSService'false],
  13198.             'App\\Controller\\Admin\\ReportController:endOfDayReport' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13199.             'App\\Controller\\Admin\\ReportController:export' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13200.             'App\\Controller\\Admin\\ReportController:exportData' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  13201.             'App\\Controller\\Admin\\ReportController:import' => ['privates''.service_locator.lPgDbF7''get_ServiceLocator_LPgDbF7Service'false],
  13202.             'App\\Controller\\Admin\\ReportController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13203.             'App\\Controller\\Admin\\ReportController:new' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  13204.             'App\\Controller\\Admin\\ReportController:organisationLevelReport' => ['privates''.service_locator._nJi02u''get_ServiceLocator_NJi02uService'false],
  13205.             'App\\Controller\\Admin\\ReportController:reportsChartData' => ['privates''.service_locator.zOldkn1''get_ServiceLocator_ZOldkn1Service'false],
  13206.             'App\\Controller\\Admin\\ReportController:show' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13207.             'App\\Controller\\Admin\\SmsTransactionController:list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  13208.             'App\\Controller\\Admin\\TaskBoardController:delete' => ['privates''.service_locator.gzG7ZvM''get_ServiceLocator_GzG7ZvMService'false],
  13209.             'App\\Controller\\Admin\\TaskBoardController:edit' => ['privates''.service_locator.gzG7ZvM''get_ServiceLocator_GzG7ZvMService'false],
  13210.             'App\\Controller\\Admin\\Waiting\\ItemController:delete' => ['privates''.service_locator.eFzRqZa''get_ServiceLocator_EFzRqZaService'false],
  13211.             'App\\Controller\\Admin\\Waiting\\ItemController:edit' => ['privates''.service_locator.eFzRqZa''get_ServiceLocator_EFzRqZaService'false],
  13212.             'App\\Controller\\Admin\\Waiting\\ItemController:exportToCSV' => ['privates''.service_locator.dNZuJkQ''get_ServiceLocator_DNZuJkQService'false],
  13213.             'App\\Controller\\Admin\\Waiting\\ItemController:list' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13214.             'App\\Controller\\Admin\\Waiting\\ItemController:new' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13215.             'App\\Controller\\Api\\Clinic\\DefaultController:createProspect' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13216.             'App\\Controller\\Api\\Clinic\\DefaultController:equipmentListByRoom' => ['privates''.service_locator.j7VChTd''get_ServiceLocator_J7VChTdService'false],
  13217.             'App\\Controller\\Api\\Clinic\\DefaultController:roomListByTreatment' => ['privates''.service_locator.z0uSLkK''get_ServiceLocator_Z0uSLkKService'false],
  13218.             'App\\Controller\\Api\\DefaultController:check2fa' => ['privates''.service_locator.gvHj1x1''get_ServiceLocator_GvHj1x1Service'false],
  13219.             'App\\Controller\\Api\\DefaultController:documentation' => ['privates''.service_locator.yfsuJP_''get_ServiceLocator_YfsuJPService'false],
  13220.             'App\\Controller\\Api\\DefaultController:forgot' => ['privates''.service_locator.W_4gmne''get_ServiceLocator_W4gmneService'false],
  13221.             'App\\Controller\\Api\\DefaultController:goCardlessWebhook' => ['privates''.service_locator.gS3LR0E''get_ServiceLocator_GS3LR0EService'false],
  13222.             'App\\Controller\\Api\\DefaultController:login' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13223.             'App\\Controller\\Api\\DefaultController:zoomDeauthorization' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13224.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController:edit' => ['privates''.service_locator.toR_lqW''get_ServiceLocator_ToRLqWService'false],
  13225.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController:new' => ['privates''.service_locator.NN0cQZx''get_ServiceLocator_NN0cQZxService'false],
  13226.             'App\\Controller\\Api\\OnlineBooking\\DefaultController:registration' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13227.             'App\\Controller\\Api\\OnlineBooking\\PaymentPrepareController:preparePay' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  13228.             'App\\Controller\\Api\\OnlineBooking\\StripeController:createPaymentIntent' => ['privates''.service_locator.jv6tC6i''get_ServiceLocator_Jv6tC6iService'false],
  13229.             'App\\Controller\\Api\\OnlineBooking\\StripeController:pay' => ['privates''.service_locator.jv6tC6i''get_ServiceLocator_Jv6tC6iService'false],
  13230.             'App\\Controller\\Api\\OnlineBooking\\StripeController:prepay' => ['privates''.service_locator.jv6tC6i''get_ServiceLocator_Jv6tC6iService'false],
  13231.             'App\\Controller\\Api\\Patient\\DefaultController:edit' => ['privates''.service_locator.7Mcplsu''get_ServiceLocator_7McplsuService'false],
  13232.             'App\\Controller\\Api\\Patient\\DefaultController:notificationSettings' => ['privates''.service_locator.7Mcplsu''get_ServiceLocator_7McplsuService'false],
  13233.             'App\\Controller\\Api\\Patient\\DefaultController:pdf' => ['privates''.service_locator.MU6INTS''get_ServiceLocator_MU6INTSService'false],
  13234.             'App\\Controller\\Api\\Patient\\DefaultController:sendSmsToPatient' => ['privates''.service_locator.8H6Xqy6''get_ServiceLocator_8H6Xqy6Service'false],
  13235.             'App\\Controller\\Api\\Patient\\DefaultController:trafficLight' => ['privates''.service_locator.cV72FF2''get_ServiceLocator_CV72FF2Service'false],
  13236.             'App\\Controller\\Api\\Patient\\FormController:new' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13237.             'App\\Controller\\Api\\Patient\\FormController:newv2' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13238.             'App\\Controller\\Api\\Patient\\InvoiceController:createPDF' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  13239.             'App\\Controller\\Api\\Patient\\InvoiceController:deleteVoucher' => ['privates''.service_locator.lEZTD9W''get_ServiceLocator_LEZTD9WService'false],
  13240.             'App\\Controller\\Api\\Patient\\InvoiceController:edit' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  13241.             'App\\Controller\\Api\\Patient\\InvoiceController:new' => ['privates''.service_locator.M.eDfpg''get_ServiceLocator_M_EDfpgService'false],
  13242.             'App\\Controller\\Api\\Patient\\InvoiceController:newGiftVoucher' => ['privates''.service_locator.lEZTD9W''get_ServiceLocator_LEZTD9WService'false],
  13243.             'App\\Controller\\Api\\Patient\\InvoiceController:pay' => ['privates''.service_locator.lEZTD9W''get_ServiceLocator_LEZTD9WService'false],
  13244.             'App\\Controller\\Api\\Patient\\PhotoController:edit' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13245.             'App\\Controller\\Api\\Patient\\PhotoController:new' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13246.             'App\\Controller\\Api\\Patient\\PhotoController:update' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13247.             'App\\Controller\\Api\\Patient\\PrepayController:createPDF' => ['privates''.service_locator.Fydz4GN''get_ServiceLocator_Fydz4GNService'false],
  13248.             'App\\Controller\\Api\\Patient\\TreatmentClinicController:sendForm' => ['privates''.service_locator.p91Zk0K''get_ServiceLocator_P91Zk0KService'false],
  13249.             'App\\Controller\\Api\\Patient\\TreatmentController:sendPlan' => ['privates''.service_locator.p91Zk0K''get_ServiceLocator_P91Zk0KService'false],
  13250.             'App\\Controller\\Api\\Patient\\TreatmentPhotoController:reduceStock' => ['privates''.service_locator.UNu9g98''get_ServiceLocator_UNu9g98Service'false],
  13251.             'App\\Controller\\CustomFormDataController:customformadd' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13252.             'App\\Controller\\CustomFormDataController:customformdata_index' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  13253.             'App\\Controller\\CustomFormDataController:getcustomformmodal' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13254.             'App\\Controller\\CustomerSettingController:setting' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13255.             'App\\Controller\\DefaultController:checkLoginOtpCustom' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  13256.             'App\\Controller\\DefaultController:index' => ['privates''.service_locator.qzGDArA''get_ServiceLocator_QzGDArAService'false],
  13257.             'App\\Controller\\DefaultController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  13258.             'App\\Controller\\DefaultController:mailChimpWebhook' => ['privates''.service_locator.rf176pK''get_ServiceLocator_Rf176pKService'false],
  13259.             'App\\Controller\\DefaultController:registration' => ['privates''.service_locator.jJwz8WL''get_ServiceLocator_JJwz8WLService'false],
  13260.             'App\\Controller\\DefaultController:registration1' => ['privates''.service_locator.jJwz8WL''get_ServiceLocator_JJwz8WLService'false],
  13261.             'App\\Controller\\DefaultController:registration2' => ['privates''.service_locator.jJwz8WL''get_ServiceLocator_JJwz8WLService'false],
  13262.             'App\\Controller\\DomainController:changestatus' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13263.             'App\\Controller\\DomainController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  13264.             'App\\Controller\\EventController:appointmentleadJoin' => ['privates''.service_locator.2FkHyya''get_ServiceLocator_2FkHyyaService'false],
  13265.             'App\\Controller\\EventController:appointmentlead_details' => ['privates''.service_locator.2FkHyya''get_ServiceLocator_2FkHyyaService'false],
  13266.             'App\\Controller\\EventController:clinic_appointmentlead_delete' => ['privates''.service_locator.GrsX3Yy''get_ServiceLocator_GrsX3YyService'false],
  13267.             'App\\Controller\\EventController:clinic_event_clone' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  13268.             'App\\Controller\\EventController:clinic_event_create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13269.             'App\\Controller\\EventController:clinic_event_delete' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  13270.             'App\\Controller\\EventController:clinic_event_edit' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  13271.             'App\\Controller\\EventController:clinic_event_list' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  13272.             'App\\Controller\\EventController:event_reminders' => ['privates''.service_locator.VUNzfCR''get_ServiceLocator_VUNzfCRService'false],
  13273.             'App\\Controller\\EventController:event_status_change' => ['privates''.service_locator.Vus4v0l''get_ServiceLocator_Vus4v0lService'false],
  13274.             'App\\Controller\\Front\\PostAptFormSentController:form' => ['privates''.service_locator.qAmI5aD''get_ServiceLocator_QAmI5aDService'false],
  13275.             'App\\Controller\\Front\\SurveySentController:feedbackform' => ['privates''.service_locator.U.jBLuc''get_ServiceLocator_U_JBLucService'false],
  13276.             'App\\Controller\\Front\\SurveySentController:form' => ['privates''.service_locator.U.jBLuc''get_ServiceLocator_U_JBLucService'false],
  13277.             'App\\Controller\\MeetingController:addClinicMeeting' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13278.             'App\\Controller\\MeetingController:bookMeeting' => ['privates''.service_locator.LFZD_cx''get_ServiceLocator_LFZDCxService'false],
  13279.             'App\\Controller\\MeetingController:booking_history' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  13280.             'App\\Controller\\MeetingController:edit_clinic_meeting' => ['privates''.service_locator.GCaRaJU''get_ServiceLocator_GCaRaJUService'false],
  13281.             'App\\Controller\\MeetingController:meeting' => ['privates''.service_locator.GCaRaJU''get_ServiceLocator_GCaRaJUService'false],
  13282.             'App\\Controller\\MeetingController:meetingDelete' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13283.             'App\\Controller\\MeetingController:meeting_reminders' => ['privates''.service_locator.VUNzfCR''get_ServiceLocator_VUNzfCRService'false],
  13284.             'App\\Controller\\MeetingController:saveSetting' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13285.             'App\\Controller\\MeetingController:schedule' => ['privates''.service_locator.rIJ08Xn''get_ServiceLocator_RIJ08XnService'false],
  13286.             'App\\Controller\\MeetingController:setting' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13287.             'App\\Controller\\NewWebsiteController:newweb_create' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13288.             'App\\Controller\\NewWebsiteController:newweb_edit' => ['privates''.service_locator.icIQp1B''get_ServiceLocator_IcIQp1BService'false],
  13289.             'App\\Controller\\NewWebsiteController:newweb_edit_add_page' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13290.             'App\\Controller\\NewWebsiteController:newweb_edit_remove_page' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13291.             'App\\Controller\\NewWebsiteController:newweb_editnew' => ['privates''.service_locator.icIQp1B''get_ServiceLocator_IcIQp1BService'false],
  13292.             'App\\Controller\\NewWebsiteController:newweb_view' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13293.             'App\\Controller\\NewWebsiteController:newwebpreview' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13294.             'App\\Controller\\NewWebsiteController:setWidgetBtn' => ['privates''.service_locator.icIQp1B''get_ServiceLocator_IcIQp1BService'false],
  13295.             'App\\Controller\\NewWebsiteController:titleform' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13296.             'App\\Controller\\NewWebsiteController:webcustomformdata' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13297.             'App\\Controller\\NewWidgetController:book_meeting_widget' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13298.             'App\\Controller\\PatientController:accessmymailboxpatient' => ['privates''.service_locator.jTRPtke''get_ServiceLocator_JTRPtkeService'false],
  13299.             'App\\Controller\\PatientController:getAllNumbersSubcriptions' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13300.             'App\\Controller\\PatientController:getCorrespondencePatient' => ['privates''.service_locator.1vst1VH''get_ServiceLocator_1vst1VHService'false],
  13301.             'App\\Controller\\PatientController:getCreatePatientGroup' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13302.             'App\\Controller\\PatientController:getPatientSendAptForm' => ['privates''.service_locator.mhI.SCH''get_ServiceLocator_MhI_SCHService'false],
  13303.             'App\\Controller\\PatientController:getPatientSendForm' => ['privates''.service_locator.mhI.SCH''get_ServiceLocator_MhI_SCHService'false],
  13304.             'App\\Controller\\PatientController:get_sms_numbers' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13305.             'App\\Controller\\PatientController:groupemail' => ['privates''.service_locator.1vst1VH''get_ServiceLocator_1vst1VHService'false],
  13306.             'App\\Controller\\PatientController:patient_mailbox_email' => ['privates''.service_locator.jTRPtke''get_ServiceLocator_JTRPtkeService'false],
  13307.             'App\\Controller\\PatientController:patient_show_email' => ['privates''.service_locator.f8fB9ia''get_ServiceLocator_F8fB9iaService'false],
  13308.             'App\\Controller\\PatientController:paymentNumbersSubcriptions' => ['privates''.service_locator.Cezlehm''get_ServiceLocator_CezlehmService'false],
  13309.             'App\\Controller\\PatientController:purchase_tn_cancel' => ['privates''.service_locator.Cezlehm''get_ServiceLocator_CezlehmService'false],
  13310.             'App\\Controller\\PatientController:sendGroupPatientEmails' => ['privates''.service_locator.1vst1VH''get_ServiceLocator_1vst1VHService'false],
  13311.             'App\\Controller\\PaymentController:apply_senderid' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13312.             'App\\Controller\\PaymentController:cancel_smsplans' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13313.             'App\\Controller\\PaymentController:paymentFeature' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13314.             'App\\Controller\\PaymentController:payment_smsplans' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13315.             'App\\Controller\\PaymentController:purchase_smsplans' => ['privates''.service_locator.wzU88Nq''get_ServiceLocator_WzU88NqService'false],
  13316.             'App\\Controller\\PaymentController:showNeedFeatureLicense' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13317.             'App\\Controller\\PaymentController:success_smsplans' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13318.             'App\\Controller\\ProfileController:generateICalendarUrl' => ['privates''.service_locator.kHiC_pc''get_ServiceLocator_KHiCPcService'false],
  13319.             'App\\Controller\\ProspectController:accessmymailboxprospect' => ['privates''.service_locator.FXKNrkO''get_ServiceLocator_FXKNrkOService'false],
  13320.             'App\\Controller\\ProspectController:getCreateProspectGroup' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13321.             'App\\Controller\\ProspectController:getProspectSendForm' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13322.             'App\\Controller\\ProspectController:pgroupemail' => ['privates''.service_locator.YK7aVlK''get_ServiceLocator_YK7aVlKService'false],
  13323.             'App\\Controller\\ProspectController:prospect_mailbox_email' => ['privates''.service_locator.FXKNrkO''get_ServiceLocator_FXKNrkOService'false],
  13324.             'App\\Controller\\ProspectController:prospect_show_email' => ['privates''.service_locator.Lo.IHzF''get_ServiceLocator_Lo_IHzFService'false],
  13325.             'App\\Controller\\ProspectController:sendGroupProspectEmails' => ['privates''.service_locator.YK7aVlK''get_ServiceLocator_YK7aVlKService'false],
  13326.             'App\\Controller\\PublicProfileController:bgDataSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13327.             'App\\Controller\\PublicProfileController:bookBtnSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13328.             'App\\Controller\\PublicProfileController:changePasswordSave' => ['privates''.service_locator.yK5hLww''get_ServiceLocator_YK5hLwwService'false],
  13329.             'App\\Controller\\PublicProfileController:changeProfileImage' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13330.             'App\\Controller\\PublicProfileController:profileImageSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13331.             'App\\Controller\\PublicProfileController:publicProfileSave' => ['privates''.service_locator.vbm5i4i''get_ServiceLocator_Vbm5i4iService'false],
  13332.             'App\\Controller\\SmsReviewController:index' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13333.             'App\\Controller\\TemplateController:clinic_templates' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  13334.             'App\\Controller\\TemplateController:download_templates' => ['privates''.service_locator.Jt3J7IK''get_ServiceLocator_Jt3J7IKService'false],
  13335.             'App\\Controller\\TemplateController:library' => ['privates''.service_locator.0aexhU0''get_ServiceLocator_0aexhU0Service'false],
  13336.             'App\\Controller\\TemplateController:my_templates' => ['privates''.service_locator.molF7gH''get_ServiceLocator_MolF7gHService'false],
  13337.             'App\\Controller\\TemplateController:temp_delete' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  13338.             'App\\Controller\\TemplateController:temp_index' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  13339.             'App\\Controller\\TemplateController:temp_preview' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  13340.             'App\\Controller\\TemplateController:temp_save' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  13341.             'App\\Controller\\TemplateController:temp_show' => ['privates''.service_locator.42A1ogn''get_ServiceLocator_42A1ognService'false],
  13342.             'App\\Controller\\TemplateController:uploadScreenshot' => ['privates''.service_locator.cJXGZUz''get_ServiceLocator_CJXGZUzService'false],
  13343.             'App\\Controller\\YourController:handleHanpointPOSWebhook' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13344.             'App\\Controller\\YourController:openRoute1Action' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  13345.             'App\\Controller\\YourController:receiveDataFromPosDevice' => ['privates''.service_locator.813nvU3''get_ServiceLocator_813nvU3Service'false],
  13346.         ], [
  13347.             'App\\Controller\\Admin\\AppointmentController::appointmentFulldayAjax' => '?',
  13348.             'App\\Controller\\Admin\\AppointmentController::calendar' => '?',
  13349.             'App\\Controller\\Admin\\AppointmentController::calendarPrivateMode' => '?',
  13350.             'App\\Controller\\Admin\\AppointmentController::completeAppointment' => '?',
  13351.             'App\\Controller\\Admin\\AppointmentController::delete' => '?',
  13352.             'App\\Controller\\Admin\\AppointmentController::edit' => '?',
  13353.             'App\\Controller\\Admin\\AppointmentController::editAjax' => '?',
  13354.             'App\\Controller\\Admin\\AppointmentController::editGoogleEvent' => '?',
  13355.             'App\\Controller\\Admin\\AppointmentController::getCheckoutData' => '?',
  13356.             'App\\Controller\\Admin\\AppointmentController::getCheckoutSmsReview' => '?',
  13357.             'App\\Controller\\Admin\\AppointmentController::getEvents' => '?',
  13358.             'App\\Controller\\Admin\\AppointmentController::getInvoiceForPatient' => '?',
  13359.             'App\\Controller\\Admin\\AppointmentController::getPostAptForm' => '?',
  13360.             'App\\Controller\\Admin\\AppointmentController::getResources' => '?',
  13361.             'App\\Controller\\Admin\\AppointmentController::getSurveyForm' => '?',
  13362.             'App\\Controller\\Admin\\AppointmentController::importAppointmentFromCSV' => '?',
  13363.             'App\\Controller\\Admin\\AppointmentController::list' => '?',
  13364.             'App\\Controller\\Admin\\AppointmentController::new' => '?',
  13365.             'App\\Controller\\Admin\\AppointmentController::newAjax' => '?',
  13366.             'App\\Controller\\Admin\\AppointmentController::popupedit' => '?',
  13367.             'App\\Controller\\Admin\\AppointmentController::sendPostAptForm' => '?',
  13368.             'App\\Controller\\Admin\\AppointmentController::sendSelected' => '?',
  13369.             'App\\Controller\\Admin\\AppointmentController::sendSurveyPostAptForm' => '?',
  13370.             'App\\Controller\\Admin\\BlockerController::edit' => '?',
  13371.             'App\\Controller\\Admin\\BlockerController::list' => '?',
  13372.             'App\\Controller\\Admin\\BlockerController::new' => '?',
  13373.             'App\\Controller\\Admin\\ClinicDashboardController::addWidget' => '?',
  13374.             'App\\Controller\\Admin\\ClinicDashboardController::getAppointmentsData' => '?',
  13375.             'App\\Controller\\Admin\\ClinicDashboardController::getAverageSpendData' => '?',
  13376.             'App\\Controller\\Admin\\ClinicDashboardController::getBillingsPerCoordinatorData' => '?',
  13377.             'App\\Controller\\Admin\\ClinicDashboardController::getBillingsPerPeriodData' => '?',
  13378.             'App\\Controller\\Admin\\ClinicDashboardController::getBillingsPerPractitionerData' => '?',
  13379.             'App\\Controller\\Admin\\ClinicDashboardController::getCancellationsData' => '?',
  13380.             'App\\Controller\\Admin\\ClinicDashboardController::getCustomerBaseData' => '?',
  13381.             'App\\Controller\\Admin\\ClinicDashboardController::getFrequencyData' => '?',
  13382.             'App\\Controller\\Admin\\ClinicDashboardController::getMailingListData' => '?',
  13383.             'App\\Controller\\Admin\\ClinicDashboardController::getNetReceiptsData' => '?',
  13384.             'App\\Controller\\Admin\\ClinicDashboardController::getNewPatientAppointmentsData' => '?',
  13385.             'App\\Controller\\Admin\\ClinicDashboardController::getPatientListByTreatmentDateData' => '?',
  13386.             'App\\Controller\\Admin\\ClinicDashboardController::getPatientReferralData' => '?',
  13387.             'App\\Controller\\Admin\\ClinicDashboardController::getPrepaymentsBalanceData' => '?',
  13388.             'App\\Controller\\Admin\\ClinicDashboardController::getProspectsData' => '?',
  13389.             'App\\Controller\\Admin\\ClinicDashboardController::getReceiptsData' => '?',
  13390.             'App\\Controller\\Admin\\ClinicDashboardController::getRecencyData' => '?',
  13391.             'App\\Controller\\Admin\\ClinicDashboardController::getRecentAppointments' => '?',
  13392.             'App\\Controller\\Admin\\ClinicDashboardController::getReconciliationData' => '?',
  13393.             'App\\Controller\\Admin\\ClinicDashboardController::getRefundsData' => '?',
  13394.             'App\\Controller\\Admin\\ClinicDashboardController::getRetentionData' => '?',
  13395.             'App\\Controller\\Admin\\ClinicDashboardController::getRevenuePerPeriodData' => '?',
  13396.             'App\\Controller\\Admin\\ClinicDashboardController::getRevenuePerPractitionerData' => '?',
  13397.             'App\\Controller\\Admin\\ClinicDashboardController::getSmsMessagesData' => '?',
  13398.             'App\\Controller\\Admin\\ClinicDashboardController::getTerminalsEndOfDayData' => '?',
  13399.             'App\\Controller\\Admin\\ClinicDashboardController::getUnpaidReportData' => '?',
  13400.             'App\\Controller\\Admin\\ClinicDashboardController::getVouchersData' => '?',
  13401.             'App\\Controller\\Admin\\ClinicDashboardController::index' => '?',
  13402.             'App\\Controller\\Admin\\ClinicDashboardController::refreshDashboard' => '?',
  13403.             'App\\Controller\\Admin\\ClinicDashboardController::removeWidget' => '?',
  13404.             'App\\Controller\\Admin\\ClinicDashboardController::updateGlobalSettings' => '?',
  13405.             'App\\Controller\\Admin\\ClinicDashboardController::updateWidgetPositions' => '?',
  13406.             'App\\Controller\\Admin\\ClinicDashboardController::updateWidgetSettings' => '?',
  13407.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::changeStatusAppointmentCode' => '?',
  13408.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::create' => '?',
  13409.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::delete' => '?',
  13410.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::edit' => '?',
  13411.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController::index' => '?',
  13412.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::create' => '?',
  13413.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::delete' => '?',
  13414.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::edit' => '?',
  13415.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController::index' => '?',
  13416.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::delete' => '?',
  13417.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::edit' => '?',
  13418.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::list' => '?',
  13419.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController::new' => '?',
  13420.             'App\\Controller\\Admin\\Clinic\\ChronoscanController::settings' => '?',
  13421.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController::importCorrespondenceFromCSV' => '?',
  13422.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController::list' => '?',
  13423.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::clearReport' => '?',
  13424.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::filter' => '?',
  13425.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::generateCsv' => '?',
  13426.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::generateTable' => '?',
  13427.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::index' => '?',
  13428.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController::show' => '?',
  13429.             'App\\Controller\\Admin\\Clinic\\DefaultController::ads' => '?',
  13430.             'App\\Controller\\Admin\\Clinic\\DefaultController::ads1' => '?',
  13431.             'App\\Controller\\Admin\\Clinic\\DefaultController::allDataExport' => '?',
  13432.             'App\\Controller\\Admin\\Clinic\\DefaultController::assignToken' => '?',
  13433.             'App\\Controller\\Admin\\Clinic\\DefaultController::clinic_autologin' => '?',
  13434.             'App\\Controller\\Admin\\Clinic\\DefaultController::dataImport' => '?',
  13435.             'App\\Controller\\Admin\\Clinic\\DefaultController::delete' => '?',
  13436.             'App\\Controller\\Admin\\Clinic\\DefaultController::deleteBranding' => '?',
  13437.             'App\\Controller\\Admin\\Clinic\\DefaultController::edit' => '?',
  13438.             'App\\Controller\\Admin\\Clinic\\DefaultController::exportPage' => '?',
  13439.             'App\\Controller\\Admin\\Clinic\\DefaultController::exportToCSV' => '?',
  13440.             'App\\Controller\\Admin\\Clinic\\DefaultController::getNotes' => '?',
  13441.             'App\\Controller\\Admin\\Clinic\\DefaultController::index' => '?',
  13442.             'App\\Controller\\Admin\\Clinic\\DefaultController::needFeatureLicense' => '?',
  13443.             'App\\Controller\\Admin\\Clinic\\DefaultController::new' => '?',
  13444.             'App\\Controller\\Admin\\Clinic\\DefaultController::organisations_autologin' => '?',
  13445.             'App\\Controller\\Admin\\Clinic\\DefaultController::saveReasonForTreatment' => '?',
  13446.             'App\\Controller\\Admin\\Clinic\\DefaultController::saveTreatmentInterestedIn' => '?',
  13447.             'App\\Controller\\Admin\\Clinic\\DefaultController::setSmsSettingsStatus' => '?',
  13448.             'App\\Controller\\Admin\\Clinic\\DefaultController::sharePatients' => '?',
  13449.             'App\\Controller\\Admin\\Clinic\\DefaultController::syncDataWithXero' => '?',
  13450.             'App\\Controller\\Admin\\Clinic\\DefaultController::zoomMeetingPage' => '?',
  13451.             'App\\Controller\\Admin\\Clinic\\DefaultController::zoomPage' => '?',
  13452.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::changeStatus' => '?',
  13453.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::create' => '?',
  13454.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::delete' => '?',
  13455.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::edit' => '?',
  13456.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController::index' => '?',
  13457.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::changeStatus' => '?',
  13458.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::create' => '?',
  13459.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::delete' => '?',
  13460.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::edit' => '?',
  13461.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController::index' => '?',
  13462.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::delete' => '?',
  13463.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::duplicate' => '?',
  13464.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::edit' => '?',
  13465.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::list' => '?',
  13466.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::new' => '?',
  13467.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::saveEmailTemplate' => '?',
  13468.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::upload' => '?',
  13469.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController::uploadFile' => '?',
  13470.             'App\\Controller\\Admin\\Clinic\\EquipmentController::delete' => '?',
  13471.             'App\\Controller\\Admin\\Clinic\\EquipmentController::edit' => '?',
  13472.             'App\\Controller\\Admin\\Clinic\\EquipmentController::index' => '?',
  13473.             'App\\Controller\\Admin\\Clinic\\EquipmentController::new' => '?',
  13474.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::delete' => '?',
  13475.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::edit' => '?',
  13476.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::getFilterBasedEntity' => '?',
  13477.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::getFilterBasedEntityGroupMake' => '?',
  13478.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::list' => '?',
  13479.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::new' => '?',
  13480.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::sendMessage' => '?',
  13481.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::sendMessageOldWOrking' => '?',
  13482.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::sendMessageToFilterEntity' => '?',
  13483.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController::show' => '?',
  13484.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::changeEnabled' => '?',
  13485.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::delete' => '?',
  13486.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::index' => '?',
  13487.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::new' => '?',
  13488.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgchangeEnabled' => '?',
  13489.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgdelete' => '?',
  13490.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgindex' => '?',
  13491.             'App\\Controller\\Admin\\Clinic\\FormsAreaController::orgnew' => '?',
  13492.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::delete' => '?',
  13493.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::edit' => '?',
  13494.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::index' => '?',
  13495.             'App\\Controller\\Admin\\Clinic\\LearnAboutController::new' => '?',
  13496.             'App\\Controller\\Admin\\Clinic\\LicenseController::createCustomer' => '?',
  13497.             'App\\Controller\\Admin\\Clinic\\LicenseController::customerSuccess' => '?',
  13498.             'App\\Controller\\Admin\\Clinic\\LicenseController::delete' => '?',
  13499.             'App\\Controller\\Admin\\Clinic\\LicenseController::index' => '?',
  13500.             'App\\Controller\\Admin\\Clinic\\LicenseController::new' => '?',
  13501.             'App\\Controller\\Admin\\Clinic\\LicenseController::newFeature' => '?',
  13502.             'App\\Controller\\Admin\\Clinic\\LocationController::delete' => '?',
  13503.             'App\\Controller\\Admin\\Clinic\\LocationController::edit' => '?',
  13504.             'App\\Controller\\Admin\\Clinic\\LocationController::new' => '?',
  13505.             'App\\Controller\\Admin\\Clinic\\MailChimpController::index' => '?',
  13506.             'App\\Controller\\Admin\\Clinic\\MailChimpController::syncPatientsActions' => '?',
  13507.             'App\\Controller\\Admin\\Clinic\\MailChimpController::syncProspectsActions' => '?',
  13508.             'App\\Controller\\Admin\\Clinic\\MarketingController::delete' => '?',
  13509.             'App\\Controller\\Admin\\Clinic\\MarketingController::enabled' => '?',
  13510.             'App\\Controller\\Admin\\Clinic\\MarketingController::index' => '?',
  13511.             'App\\Controller\\Admin\\Clinic\\MarketingController::new' => '?',
  13512.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::delete' => '?',
  13513.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::edit' => '?',
  13514.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::list' => '?',
  13515.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::new' => '?',
  13516.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController::show' => '?',
  13517.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController::delete' => '?',
  13518.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController::edit' => '?',
  13519.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController::new' => '?',
  13520.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::create' => '?',
  13521.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::delete' => '?',
  13522.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::edit' => '?',
  13523.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController::index' => '?',
  13524.             'App\\Controller\\Admin\\Clinic\\NotificationController::index' => '?',
  13525.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::email' => '?',
  13526.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::settings' => '?',
  13527.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::settingsEnabled' => '?',
  13528.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController::widget' => '?',
  13529.             'App\\Controller\\Admin\\Clinic\\OutcomeController::delete' => '?',
  13530.             'App\\Controller\\Admin\\Clinic\\OutcomeController::edit' => '?',
  13531.             'App\\Controller\\Admin\\Clinic\\OutcomeController::index' => '?',
  13532.             'App\\Controller\\Admin\\Clinic\\OutcomeController::new' => '?',
  13533.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::delete' => '?',
  13534.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::edit' => '?',
  13535.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::list' => '?',
  13536.             'App\\Controller\\Admin\\Clinic\\PatientStatusController::new' => '?',
  13537.             'App\\Controller\\Admin\\Clinic\\PlivoController::create' => '?',
  13538.             'App\\Controller\\Admin\\Clinic\\PolicyController::delete' => '?',
  13539.             'App\\Controller\\Admin\\Clinic\\PolicyController::index' => '?',
  13540.             'App\\Controller\\Admin\\Clinic\\PolicyController::new' => '?',
  13541.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::delete' => '?',
  13542.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::edit' => '?',
  13543.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::index' => '?',
  13544.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::new' => '?',
  13545.             'App\\Controller\\Admin\\Clinic\\PostAptFormController::textMessageSave' => '?',
  13546.             'App\\Controller\\Admin\\Clinic\\PrescriptionController::list' => '?',
  13547.             'App\\Controller\\Admin\\Clinic\\PriceTierController::index' => '?',
  13548.             'App\\Controller\\Admin\\Clinic\\PriceTierController::selectPriceTier' => '?',
  13549.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::delete' => '?',
  13550.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::edit' => '?',
  13551.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::list' => '?',
  13552.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::new' => '?',
  13553.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgdelete' => '?',
  13554.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgedit' => '?',
  13555.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orglist' => '?',
  13556.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgnew' => '?',
  13557.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::orgshow' => '?',
  13558.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::show' => '?',
  13559.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveydelete' => '?',
  13560.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveyedit' => '?',
  13561.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveylist' => '?',
  13562.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveynew' => '?',
  13563.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController::surveyshow' => '?',
  13564.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::delete' => '?',
  13565.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::edit' => '?',
  13566.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::new' => '?',
  13567.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::orgdelete' => '?',
  13568.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::orgedit' => '?',
  13569.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::orgnew' => '?',
  13570.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::surveydelete' => '?',
  13571.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::surveyedit' => '?',
  13572.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController::surveynew' => '?',
  13573.             'App\\Controller\\Admin\\Clinic\\RegisterController::customer' => '?',
  13574.             'App\\Controller\\Admin\\Clinic\\RegisterController::formFiles' => '?',
  13575.             'App\\Controller\\Admin\\Clinic\\RegisterController::payment' => '?',
  13576.             'App\\Controller\\Admin\\Clinic\\RegisterController::priceTiers' => '?',
  13577.             'App\\Controller\\Admin\\Clinic\\RegisterController::products' => '?',
  13578.             'App\\Controller\\Admin\\Clinic\\RegisterController::profile' => '?',
  13579.             'App\\Controller\\Admin\\Clinic\\RegisterController::setupPriceTier' => '?',
  13580.             'App\\Controller\\Admin\\Clinic\\RegisterController::team' => '?',
  13581.             'App\\Controller\\Admin\\Clinic\\RegisterController::treatments' => '?',
  13582.             'App\\Controller\\Admin\\Clinic\\ReminderController::index' => '?',
  13583.             'App\\Controller\\Admin\\Clinic\\ReminderController::patientRecall' => '?',
  13584.             'App\\Controller\\Admin\\Clinic\\RoomController::delete' => '?',
  13585.             'App\\Controller\\Admin\\Clinic\\RoomController::edit' => '?',
  13586.             'App\\Controller\\Admin\\Clinic\\RoomController::index' => '?',
  13587.             'App\\Controller\\Admin\\Clinic\\RoomController::new' => '?',
  13588.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController::archive' => '?',
  13589.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController::list' => '?',
  13590.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::archive' => '?',
  13591.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::delete' => '?',
  13592.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::list' => '?',
  13593.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::listHistory' => '?',
  13594.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::listHistoryProduct' => '?',
  13595.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController::newAdjust' => '?',
  13596.             'App\\Controller\\Admin\\Clinic\\Stock\\FormarchiveController::archivedForms' => '?',
  13597.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::delete' => '?',
  13598.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::edit' => '?',
  13599.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::list' => '?',
  13600.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController::new' => '?',
  13601.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::addProducts' => '?',
  13602.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::index' => '?',
  13603.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::login' => '?',
  13604.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::logout' => '?',
  13605.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController::search' => '?',
  13606.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::delete' => '?',
  13607.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::edit' => '?',
  13608.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::list' => '?',
  13609.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController::new' => '?',
  13610.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::availableOnline' => '?',
  13611.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::delete' => '?',
  13612.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::edit' => '?',
  13613.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::editAjax' => '?',
  13614.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::exportToCSV' => '?',
  13615.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::importFromCSV' => '?',
  13616.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::list' => '?',
  13617.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::new' => '?',
  13618.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgavailableOnline' => '?',
  13619.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgdelete' => '?',
  13620.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgedit' => '?',
  13621.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgeditAjax' => '?',
  13622.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orglist' => '?',
  13623.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::orgnew' => '?',
  13624.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController::retailPrice' => '?',
  13625.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::delete' => '?',
  13626.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::edit' => '?',
  13627.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::exportToCSV' => '?',
  13628.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::importFromCSV' => '?',
  13629.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::linkFrom' => '?',
  13630.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::list' => '?',
  13631.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::new' => '?',
  13632.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orgdelete' => '?',
  13633.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orgedit' => '?',
  13634.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orglist' => '?',
  13635.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController::orgnew' => '?',
  13636.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::delete' => '?',
  13637.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::edit' => '?',
  13638.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::exportToCSV' => '?',
  13639.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::importFromCSV' => '?',
  13640.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::list' => '?',
  13641.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::new' => '?',
  13642.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orgdelete' => '?',
  13643.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orgedit' => '?',
  13644.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orglist' => '?',
  13645.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController::orgnew' => '?',
  13646.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::delete' => '?',
  13647.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::edit' => '?',
  13648.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::list' => '?',
  13649.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController::new' => '?',
  13650.             'App\\Controller\\Admin\\Clinic\\StripeController::connect' => '?',
  13651.             'App\\Controller\\Admin\\Clinic\\StripeController::disconnect' => '?',
  13652.             'App\\Controller\\Admin\\Clinic\\SurveyController::clinicsurveytextMessageSave' => '?',
  13653.             'App\\Controller\\Admin\\Clinic\\SurveyController::delete' => '?',
  13654.             'App\\Controller\\Admin\\Clinic\\SurveyController::edit' => '?',
  13655.             'App\\Controller\\Admin\\Clinic\\SurveyController::index' => '?',
  13656.             'App\\Controller\\Admin\\Clinic\\SurveyController::new' => '?',
  13657.             'App\\Controller\\Admin\\Clinic\\SurveyController::surveyemail' => '?',
  13658.             'App\\Controller\\Admin\\Clinic\\SurveyController::textMessageSave' => '?',
  13659.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController::edit' => '?',
  13660.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController::list' => '?',
  13661.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController::saveEmailTemplate' => '?',
  13662.             'App\\Controller\\Admin\\Clinic\\TermsAndCondController::edit' => '?',
  13663.             'App\\Controller\\Admin\\Clinic\\TwilioController::create' => '?',
  13664.             'App\\Controller\\Admin\\Clinic\\TwilioController::createss' => '?',
  13665.             'App\\Controller\\Admin\\Clinic\\UserController::checkPassForExport' => '?',
  13666.             'App\\Controller\\Admin\\Clinic\\UserController::delete' => '?',
  13667.             'App\\Controller\\Admin\\Clinic\\UserController::edit' => '?',
  13668.             'App\\Controller\\Admin\\Clinic\\UserController::importFromCSV' => '?',
  13669.             'App\\Controller\\Admin\\Clinic\\UserController::index' => '?',
  13670.             'App\\Controller\\Admin\\Clinic\\UserController::new' => '?',
  13671.             'App\\Controller\\Admin\\Clinic\\UserController::removeProfile' => '?',
  13672.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::delete' => '?',
  13673.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::edit' => '?',
  13674.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::index' => '?',
  13675.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController::show' => '?',
  13676.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController::addToFavorite' => '?',
  13677.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController::delete' => '?',
  13678.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController::index' => '?',
  13679.             'App\\Controller\\Admin\\DashboardController::getReconciliationData' => '?',
  13680.             'App\\Controller\\Admin\\DashboardController::setEntityManager' => '?',
  13681.             'App\\Controller\\Admin\\DashboardController::smsMessages' => '?',
  13682.             'App\\Controller\\Admin\\DaySheetController::delete' => '?',
  13683.             'App\\Controller\\Admin\\DaySheetController::edit' => '?',
  13684.             'App\\Controller\\Admin\\DaySheetController::editEvent' => '?',
  13685.             'App\\Controller\\Admin\\DaySheetController::listEvents' => '?',
  13686.             'App\\Controller\\Admin\\DaySheetController::new' => '?',
  13687.             'App\\Controller\\Admin\\DaySheetController::statusDidNotArrive' => '?',
  13688.             'App\\Controller\\Admin\\HelpController::delete' => '?',
  13689.             'App\\Controller\\Admin\\HelpController::edit' => '?',
  13690.             'App\\Controller\\Admin\\InvoicesController::POSTerminalsEdit' => '?',
  13691.             'App\\Controller\\Admin\\InvoicesController::POSTerminalsTransaction' => '?',
  13692.             'App\\Controller\\Admin\\InvoicesController::archive' => '?',
  13693.             'App\\Controller\\Admin\\InvoicesController::deletePaymentKind' => '?',
  13694.             'App\\Controller\\Admin\\InvoicesController::editPaymentKind' => '?',
  13695.             'App\\Controller\\Admin\\InvoicesController::exportCreditNoteToCSV' => '?',
  13696.             'App\\Controller\\Admin\\InvoicesController::exportPrepayToCSV' => '?',
  13697.             'App\\Controller\\Admin\\InvoicesController::exportToCSV' => '?',
  13698.             'App\\Controller\\Admin\\InvoicesController::importInvoicesFromCSV' => '?',
  13699.             'App\\Controller\\Admin\\InvoicesController::importQuotesFromCSV' => '?',
  13700.             'App\\Controller\\Admin\\InvoicesController::list' => '?',
  13701.             'App\\Controller\\Admin\\InvoicesController::listCreditNote' => '?',
  13702.             'App\\Controller\\Admin\\InvoicesController::listPaymentKind' => '?',
  13703.             'App\\Controller\\Admin\\InvoicesController::listPrepay' => '?',
  13704.             'App\\Controller\\Admin\\InvoicesController::listQuote' => '?',
  13705.             'App\\Controller\\Admin\\InvoicesController::loadPOSTerminals' => '?',
  13706.             'App\\Controller\\Admin\\InvoicesController::newPaymentKind' => '?',
  13707.             'App\\Controller\\Admin\\InvoicesController::paymentSenseConnectDetails' => '?',
  13708.             'App\\Controller\\Admin\\InvoicesController::paymentSensePaymentDetails' => '?',
  13709.             'App\\Controller\\Admin\\LeadCaptureController::archiveNew' => '?',
  13710.             'App\\Controller\\Admin\\LeadCaptureController::convert' => '?',
  13711.             'App\\Controller\\Admin\\LeadCaptureController::edit' => '?',
  13712.             'App\\Controller\\Admin\\LeadCaptureController::list' => '?',
  13713.             'App\\Controller\\Admin\\LeadCaptureController::new' => '?',
  13714.             'App\\Controller\\Admin\\LeadCapturePipelineController::accessMailBox' => '?',
  13715.             'App\\Controller\\Admin\\LeadCapturePipelineController::changeTaskItemBoard' => '?',
  13716.             'App\\Controller\\Admin\\LeadCapturePipelineController::edit' => '?',
  13717.             'App\\Controller\\Admin\\LeadCapturePipelineController::getAssignedProspectsRecords' => '?',
  13718.             'App\\Controller\\Admin\\LeadCapturePipelineController::getCorrespondenceRecords' => '?',
  13719.             'App\\Controller\\Admin\\LeadCapturePipelineController::list' => '?',
  13720.             'App\\Controller\\Admin\\LeadCapturePipelineController::sendLeadMessage' => '?',
  13721.             'App\\Controller\\Admin\\LeadCaptureStageController::delete' => '?',
  13722.             'App\\Controller\\Admin\\LeadCaptureStageController::edit' => '?',
  13723.             'App\\Controller\\Admin\\LeadCaptureStageController::list' => '?',
  13724.             'App\\Controller\\Admin\\LeadCaptureStageController::new' => '?',
  13725.             'App\\Controller\\Admin\\Message\\DefaultController::new' => '?',
  13726.             'App\\Controller\\Admin\\Message\\DefaultController::newMessage' => '?',
  13727.             'App\\Controller\\Admin\\Message\\DefaultController::showMessagesList' => '?',
  13728.             'App\\Controller\\Admin\\OnBoardingController::finish' => '?',
  13729.             'App\\Controller\\Admin\\OnBoardingController::index' => '?',
  13730.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController::exportUsers' => '?',
  13731.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController::index' => '?',
  13732.             'App\\Controller\\Admin\\Organisation\\DefaultController::archive' => '?',
  13733.             'App\\Controller\\Admin\\Organisation\\DefaultController::edit' => '?',
  13734.             'App\\Controller\\Admin\\Organisation\\DefaultController::list' => '?',
  13735.             'App\\Controller\\Admin\\Organisation\\DefaultController::restore' => '?',
  13736.             'App\\Controller\\Admin\\Organisation\\UserController::edit' => '?',
  13737.             'App\\Controller\\Admin\\Organisation\\UserController::list' => '?',
  13738.             'App\\Controller\\Admin\\Organisation\\UserController::new' => '?',
  13739.             'App\\Controller\\Admin\\Patient\\AppointmentTabController::list' => '?',
  13740.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::ajaxTreatmentClinic' => '?',
  13741.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::delete' => '?',
  13742.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::deleteAdditionalNote' => '?',
  13743.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::deleteAudioNote' => '?',
  13744.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::deleteTreatmentNote' => '?',
  13745.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::edit' => '?',
  13746.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::editAdditionalNote' => '?',
  13747.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::editAudioNote' => '?',
  13748.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::editTreatmentNote' => '?',
  13749.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::index' => '?',
  13750.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::listAdditionalNoteAjax' => '?',
  13751.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::listTreatmentNotesAjax' => '?',
  13752.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::new' => '?',
  13753.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::newAdditionalNoteAjax' => '?',
  13754.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::newAudioNote' => '?',
  13755.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::newTreatmentNoteAjax' => '?',
  13756.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController::show' => '?',
  13757.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::delete' => '?',
  13758.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::edit' => '?',
  13759.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::editAjax' => '?',
  13760.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::editTemplate' => '?',
  13761.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::editUploaded' => '?',
  13762.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::getTemplate' => '?',
  13763.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::list' => '?',
  13764.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::new' => '?',
  13765.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::newTemplate' => '?',
  13766.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::sendForm' => '?',
  13767.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::sendPostAptForm' => '?',
  13768.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::show' => '?',
  13769.             'App\\Controller\\Admin\\Patient\\CorrespondenceController::upload' => '?',
  13770.             'App\\Controller\\Admin\\Patient\\DefaultController::allDataExport' => '?',
  13771.             'App\\Controller\\Admin\\Patient\\DefaultController::delete' => '?',
  13772.             'App\\Controller\\Admin\\Patient\\DefaultController::edit' => '?',
  13773.             'App\\Controller\\Admin\\Patient\\DefaultController::export' => '?',
  13774.             'App\\Controller\\Admin\\Patient\\DefaultController::exportPage' => '?',
  13775.             'App\\Controller\\Admin\\Patient\\DefaultController::getBarcodeManual' => '?',
  13776.             'App\\Controller\\Admin\\Patient\\DefaultController::getChronoscanData' => '?',
  13777.             'App\\Controller\\Admin\\Patient\\DefaultController::getPostcode' => '?',
  13778.             'App\\Controller\\Admin\\Patient\\DefaultController::importDocumentsFromZip' => '?',
  13779.             'App\\Controller\\Admin\\Patient\\DefaultController::importFromCSV' => '?',
  13780.             'App\\Controller\\Admin\\Patient\\DefaultController::importMarketingRefFromCSV' => '?',
  13781.             'App\\Controller\\Admin\\Patient\\DefaultController::importNotesFromCSV' => '?',
  13782.             'App\\Controller\\Admin\\Patient\\DefaultController::importPhotosFromZip' => '?',
  13783.             'App\\Controller\\Admin\\Patient\\DefaultController::index' => '?',
  13784.             'App\\Controller\\Admin\\Patient\\DefaultController::inviteZoom' => '?',
  13785.             'App\\Controller\\Admin\\Patient\\DefaultController::merge' => '?',
  13786.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_ajax' => '?',
  13787.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_ajax_all' => '?',
  13788.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_ajax_update' => '?',
  13789.             'App\\Controller\\Admin\\Patient\\DefaultController::merge_all' => '?',
  13790.             'App\\Controller\\Admin\\Patient\\DefaultController::new' => '?',
  13791.             'App\\Controller\\Admin\\Patient\\DefaultController::newAjax' => '?',
  13792.             'App\\Controller\\Admin\\Patient\\DefaultController::remove_photo' => '?',
  13793.             'App\\Controller\\Admin\\Patient\\DefaultController::searchPatients' => '?',
  13794.             'App\\Controller\\Admin\\Patient\\DocumentController::create' => '?',
  13795.             'App\\Controller\\Admin\\Patient\\DocumentController::delete' => '?',
  13796.             'App\\Controller\\Admin\\Patient\\DocumentController::edit' => '?',
  13797.             'App\\Controller\\Admin\\Patient\\DocumentController::index' => '?',
  13798.             'App\\Controller\\Admin\\Patient\\FormController::archivedByAdmin' => '?',
  13799.             'App\\Controller\\Admin\\Patient\\FormController::index' => '?',
  13800.             'App\\Controller\\Admin\\Patient\\FormController::new' => '?',
  13801.             'App\\Controller\\Admin\\Patient\\InvoiceController::ajaxAction' => '?',
  13802.             'App\\Controller\\Admin\\Patient\\InvoiceController::archiveNew' => '?',
  13803.             'App\\Controller\\Admin\\Patient\\InvoiceController::createPaymentIntent' => '?',
  13804.             'App\\Controller\\Admin\\Patient\\InvoiceController::delete' => '?',
  13805.             'App\\Controller\\Admin\\Patient\\InvoiceController::deleteCreditNote' => '?',
  13806.             'App\\Controller\\Admin\\Patient\\InvoiceController::deleteGiftVoucher' => '?',
  13807.             'App\\Controller\\Admin\\Patient\\InvoiceController::deleteItem' => '?',
  13808.             'App\\Controller\\Admin\\Patient\\InvoiceController::editCreditNote' => '?',
  13809.             'App\\Controller\\Admin\\Patient\\InvoiceController::editInfoInvoice' => '?',
  13810.             'App\\Controller\\Admin\\Patient\\InvoiceController::editInvoice' => '?',
  13811.             'App\\Controller\\Admin\\Patient\\InvoiceController::editItem' => '?',
  13812.             'App\\Controller\\Admin\\Patient\\InvoiceController::editNoteInvoice' => '?',
  13813.             'App\\Controller\\Admin\\Patient\\InvoiceController::editStep' => '?',
  13814.             'App\\Controller\\Admin\\Patient\\InvoiceController::getCardNumber' => '?',
  13815.             'App\\Controller\\Admin\\Patient\\InvoiceController::list' => '?',
  13816.             'App\\Controller\\Admin\\Patient\\InvoiceController::new' => '?',
  13817.             'App\\Controller\\Admin\\Patient\\InvoiceController::newCreditNote' => '?',
  13818.             'App\\Controller\\Admin\\Patient\\InvoiceController::newGiftVoucher' => '?',
  13819.             'App\\Controller\\Admin\\Patient\\InvoiceController::newItem' => '?',
  13820.             'App\\Controller\\Admin\\Patient\\InvoiceController::newRefund' => '?',
  13821.             'App\\Controller\\Admin\\Patient\\InvoiceController::newRefundConnect' => '?',
  13822.             'App\\Controller\\Admin\\Patient\\InvoiceController::pay' => '?',
  13823.             'App\\Controller\\Admin\\Patient\\InvoiceController::posAjax' => '?',
  13824.             'App\\Controller\\Admin\\Patient\\InvoiceController::saveHandpoint' => '?',
  13825.             'App\\Controller\\Admin\\Patient\\InvoiceController::sendDatatoPosDevice' => '?',
  13826.             'App\\Controller\\Admin\\Patient\\InvoiceController::sendInvoicePdf' => '?',
  13827.             'App\\Controller\\Admin\\Patient\\InvoiceController::sendVoucher' => '?',
  13828.             'App\\Controller\\Admin\\Patient\\InvoiceController::show' => '?',
  13829.             'App\\Controller\\Admin\\Patient\\InvoiceController::undoStep' => '?',
  13830.             'App\\Controller\\Admin\\Patient\\InvoiceController::validatePay' => '?',
  13831.             'App\\Controller\\Admin\\Patient\\InvoiceController::validateRefund' => '?',
  13832.             'App\\Controller\\Admin\\Patient\\MembershipController::adjustment' => '?',
  13833.             'App\\Controller\\Admin\\Patient\\MembershipController::cancel' => '?',
  13834.             'App\\Controller\\Admin\\Patient\\MembershipController::checkout' => '?',
  13835.             'App\\Controller\\Admin\\Patient\\MembershipController::list' => '?',
  13836.             'App\\Controller\\Admin\\Patient\\MembershipController::new' => '?',
  13837.             'App\\Controller\\Admin\\Patient\\MembershipController::success' => '?',
  13838.             'App\\Controller\\Admin\\Patient\\NoteController::delete' => '?',
  13839.             'App\\Controller\\Admin\\Patient\\NoteController::edit' => '?',
  13840.             'App\\Controller\\Admin\\Patient\\NoteController::index' => '?',
  13841.             'App\\Controller\\Admin\\Patient\\NoteController::new' => '?',
  13842.             'App\\Controller\\Admin\\Patient\\PhotoController::delete' => '?',
  13843.             'App\\Controller\\Admin\\Patient\\PhotoController::edit' => '?',
  13844.             'App\\Controller\\Admin\\Patient\\PhotoController::enabled' => '?',
  13845.             'App\\Controller\\Admin\\Patient\\PhotoController::index' => '?',
  13846.             'App\\Controller\\Admin\\Patient\\PhotoController::new' => '?',
  13847.             'App\\Controller\\Admin\\Patient\\PrepayController::archiveNew' => '?',
  13848.             'App\\Controller\\Admin\\Patient\\PrepayController::delete' => '?',
  13849.             'App\\Controller\\Admin\\Patient\\PrepayController::edit' => '?',
  13850.             'App\\Controller\\Admin\\Patient\\PrepayController::list' => '?',
  13851.             'App\\Controller\\Admin\\Patient\\PrepayController::new' => '?',
  13852.             'App\\Controller\\Admin\\Patient\\PrescriptionController::list' => '?',
  13853.             'App\\Controller\\Admin\\Patient\\QuestionaireController::list' => '?',
  13854.             'App\\Controller\\Admin\\Patient\\QuestionaireController::show' => '?',
  13855.             'App\\Controller\\Admin\\Patient\\TreatmentController::index' => '?',
  13856.             'App\\Controller\\Admin\\Patient\\TreatmentController::show' => '?',
  13857.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::addTreatmentProduct' => '?',
  13858.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::delete' => '?',
  13859.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::deleteTreatmentProduct' => '?',
  13860.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::edit' => '?',
  13861.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::index' => '?',
  13862.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController::new' => '?',
  13863.             'App\\Controller\\Admin\\PaymentsenseController::logPayments' => '?',
  13864.             'App\\Controller\\Admin\\PaymentsenseController::logPrepays' => '?',
  13865.             'App\\Controller\\Admin\\PaymentsenseController::logRefunds' => '?',
  13866.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::changeEnabled' => '?',
  13867.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::delete' => '?',
  13868.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::index' => '?',
  13869.             'App\\Controller\\Admin\\Predefine\\FormsAreaController::new' => '?',
  13870.             'App\\Controller\\Admin\\Predefine\\ProductController::delete' => '?',
  13871.             'App\\Controller\\Admin\\Predefine\\ProductController::edit' => '?',
  13872.             'App\\Controller\\Admin\\Predefine\\ProductController::list' => '?',
  13873.             'App\\Controller\\Admin\\Predefine\\TreatmentController::delete' => '?',
  13874.             'App\\Controller\\Admin\\Predefine\\TreatmentController::edit' => '?',
  13875.             'App\\Controller\\Admin\\Predefine\\TreatmentController::list' => '?',
  13876.             'App\\Controller\\Admin\\PriceTier\\AddonController::edit' => '?',
  13877.             'App\\Controller\\Admin\\PriceTier\\PriceTierController::edit' => '?',
  13878.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::edit' => '?',
  13879.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::index' => '?',
  13880.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::new' => '?',
  13881.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController::view' => '?',
  13882.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController::edit' => '?',
  13883.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController::importFromCSV' => '?',
  13884.             'App\\Controller\\Admin\\ReportController::data' => '?',
  13885.             'App\\Controller\\Admin\\ReportController::detail' => '?',
  13886.             'App\\Controller\\Admin\\ReportController::endOfDayReport' => '?',
  13887.             'App\\Controller\\Admin\\ReportController::export' => '?',
  13888.             'App\\Controller\\Admin\\ReportController::exportData' => '?',
  13889.             'App\\Controller\\Admin\\ReportController::import' => '?',
  13890.             'App\\Controller\\Admin\\ReportController::index' => '?',
  13891.             'App\\Controller\\Admin\\ReportController::new' => '?',
  13892.             'App\\Controller\\Admin\\ReportController::organisationLevelReport' => '?',
  13893.             'App\\Controller\\Admin\\ReportController::reportsChartData' => '?',
  13894.             'App\\Controller\\Admin\\ReportController::show' => '?',
  13895.             'App\\Controller\\Admin\\SmsTransactionController::list' => '?',
  13896.             'App\\Controller\\Admin\\TaskBoardController::delete' => '?',
  13897.             'App\\Controller\\Admin\\TaskBoardController::edit' => '?',
  13898.             'App\\Controller\\Admin\\Waiting\\ItemController::delete' => '?',
  13899.             'App\\Controller\\Admin\\Waiting\\ItemController::edit' => '?',
  13900.             'App\\Controller\\Admin\\Waiting\\ItemController::exportToCSV' => '?',
  13901.             'App\\Controller\\Admin\\Waiting\\ItemController::list' => '?',
  13902.             'App\\Controller\\Admin\\Waiting\\ItemController::new' => '?',
  13903.             'App\\Controller\\Api\\Clinic\\DefaultController::createProspect' => '?',
  13904.             'App\\Controller\\Api\\Clinic\\DefaultController::equipmentListByRoom' => '?',
  13905.             'App\\Controller\\Api\\Clinic\\DefaultController::roomListByTreatment' => '?',
  13906.             'App\\Controller\\Api\\DefaultController::check2fa' => '?',
  13907.             'App\\Controller\\Api\\DefaultController::documentation' => '?',
  13908.             'App\\Controller\\Api\\DefaultController::forgot' => '?',
  13909.             'App\\Controller\\Api\\DefaultController::goCardlessWebhook' => '?',
  13910.             'App\\Controller\\Api\\DefaultController::login' => '?',
  13911.             'App\\Controller\\Api\\DefaultController::zoomDeauthorization' => '?',
  13912.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController::edit' => '?',
  13913.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController::new' => '?',
  13914.             'App\\Controller\\Api\\OnlineBooking\\DefaultController::registration' => '?',
  13915.             'App\\Controller\\Api\\OnlineBooking\\PaymentPrepareController::preparePay' => '?',
  13916.             'App\\Controller\\Api\\OnlineBooking\\StripeController::createPaymentIntent' => '?',
  13917.             'App\\Controller\\Api\\OnlineBooking\\StripeController::pay' => '?',
  13918.             'App\\Controller\\Api\\OnlineBooking\\StripeController::prepay' => '?',
  13919.             'App\\Controller\\Api\\Patient\\DefaultController::edit' => '?',
  13920.             'App\\Controller\\Api\\Patient\\DefaultController::notificationSettings' => '?',
  13921.             'App\\Controller\\Api\\Patient\\DefaultController::pdf' => '?',
  13922.             'App\\Controller\\Api\\Patient\\DefaultController::sendSmsToPatient' => '?',
  13923.             'App\\Controller\\Api\\Patient\\DefaultController::trafficLight' => '?',
  13924.             'App\\Controller\\Api\\Patient\\FormController::new' => '?',
  13925.             'App\\Controller\\Api\\Patient\\FormController::newv2' => '?',
  13926.             'App\\Controller\\Api\\Patient\\InvoiceController::createPDF' => '?',
  13927.             'App\\Controller\\Api\\Patient\\InvoiceController::deleteVoucher' => '?',
  13928.             'App\\Controller\\Api\\Patient\\InvoiceController::edit' => '?',
  13929.             'App\\Controller\\Api\\Patient\\InvoiceController::new' => '?',
  13930.             'App\\Controller\\Api\\Patient\\InvoiceController::newGiftVoucher' => '?',
  13931.             'App\\Controller\\Api\\Patient\\InvoiceController::pay' => '?',
  13932.             'App\\Controller\\Api\\Patient\\PhotoController::edit' => '?',
  13933.             'App\\Controller\\Api\\Patient\\PhotoController::new' => '?',
  13934.             'App\\Controller\\Api\\Patient\\PhotoController::update' => '?',
  13935.             'App\\Controller\\Api\\Patient\\PrepayController::createPDF' => '?',
  13936.             'App\\Controller\\Api\\Patient\\TreatmentClinicController::sendForm' => '?',
  13937.             'App\\Controller\\Api\\Patient\\TreatmentController::sendPlan' => '?',
  13938.             'App\\Controller\\Api\\Patient\\TreatmentPhotoController::reduceStock' => '?',
  13939.             'App\\Controller\\CustomFormDataController::customformadd' => '?',
  13940.             'App\\Controller\\CustomFormDataController::customformdata_index' => '?',
  13941.             'App\\Controller\\CustomFormDataController::getcustomformmodal' => '?',
  13942.             'App\\Controller\\CustomerSettingController::setting' => '?',
  13943.             'App\\Controller\\DefaultController::checkLoginOtpCustom' => '?',
  13944.             'App\\Controller\\DefaultController::index' => '?',
  13945.             'App\\Controller\\DefaultController::login' => '?',
  13946.             'App\\Controller\\DefaultController::mailChimpWebhook' => '?',
  13947.             'App\\Controller\\DefaultController::registration' => '?',
  13948.             'App\\Controller\\DefaultController::registration1' => '?',
  13949.             'App\\Controller\\DefaultController::registration2' => '?',
  13950.             'App\\Controller\\DomainController::changestatus' => '?',
  13951.             'App\\Controller\\DomainController::index' => '?',
  13952.             'App\\Controller\\EventController::appointmentleadJoin' => '?',
  13953.             'App\\Controller\\EventController::appointmentlead_details' => '?',
  13954.             'App\\Controller\\EventController::clinic_appointmentlead_delete' => '?',
  13955.             'App\\Controller\\EventController::clinic_event_clone' => '?',
  13956.             'App\\Controller\\EventController::clinic_event_create' => '?',
  13957.             'App\\Controller\\EventController::clinic_event_delete' => '?',
  13958.             'App\\Controller\\EventController::clinic_event_edit' => '?',
  13959.             'App\\Controller\\EventController::clinic_event_list' => '?',
  13960.             'App\\Controller\\EventController::event_reminders' => '?',
  13961.             'App\\Controller\\EventController::event_status_change' => '?',
  13962.             'App\\Controller\\Front\\PostAptFormSentController::form' => '?',
  13963.             'App\\Controller\\Front\\SurveySentController::feedbackform' => '?',
  13964.             'App\\Controller\\Front\\SurveySentController::form' => '?',
  13965.             'App\\Controller\\MeetingController::addClinicMeeting' => '?',
  13966.             'App\\Controller\\MeetingController::bookMeeting' => '?',
  13967.             'App\\Controller\\MeetingController::booking_history' => '?',
  13968.             'App\\Controller\\MeetingController::edit_clinic_meeting' => '?',
  13969.             'App\\Controller\\MeetingController::meeting' => '?',
  13970.             'App\\Controller\\MeetingController::meetingDelete' => '?',
  13971.             'App\\Controller\\MeetingController::meeting_reminders' => '?',
  13972.             'App\\Controller\\MeetingController::saveSetting' => '?',
  13973.             'App\\Controller\\MeetingController::schedule' => '?',
  13974.             'App\\Controller\\MeetingController::setting' => '?',
  13975.             'App\\Controller\\NewWebsiteController::newweb_create' => '?',
  13976.             'App\\Controller\\NewWebsiteController::newweb_edit' => '?',
  13977.             'App\\Controller\\NewWebsiteController::newweb_edit_add_page' => '?',
  13978.             'App\\Controller\\NewWebsiteController::newweb_edit_remove_page' => '?',
  13979.             'App\\Controller\\NewWebsiteController::newweb_editnew' => '?',
  13980.             'App\\Controller\\NewWebsiteController::newweb_view' => '?',
  13981.             'App\\Controller\\NewWebsiteController::newwebpreview' => '?',
  13982.             'App\\Controller\\NewWebsiteController::setWidgetBtn' => '?',
  13983.             'App\\Controller\\NewWebsiteController::titleform' => '?',
  13984.             'App\\Controller\\NewWebsiteController::webcustomformdata' => '?',
  13985.             'App\\Controller\\NewWidgetController::book_meeting_widget' => '?',
  13986.             'App\\Controller\\PatientController::accessmymailboxpatient' => '?',
  13987.             'App\\Controller\\PatientController::getAllNumbersSubcriptions' => '?',
  13988.             'App\\Controller\\PatientController::getCorrespondencePatient' => '?',
  13989.             'App\\Controller\\PatientController::getCreatePatientGroup' => '?',
  13990.             'App\\Controller\\PatientController::getPatientSendAptForm' => '?',
  13991.             'App\\Controller\\PatientController::getPatientSendForm' => '?',
  13992.             'App\\Controller\\PatientController::get_sms_numbers' => '?',
  13993.             'App\\Controller\\PatientController::groupemail' => '?',
  13994.             'App\\Controller\\PatientController::patient_mailbox_email' => '?',
  13995.             'App\\Controller\\PatientController::patient_show_email' => '?',
  13996.             'App\\Controller\\PatientController::paymentNumbersSubcriptions' => '?',
  13997.             'App\\Controller\\PatientController::purchase_tn_cancel' => '?',
  13998.             'App\\Controller\\PatientController::sendGroupPatientEmails' => '?',
  13999.             'App\\Controller\\PaymentController::apply_senderid' => '?',
  14000.             'App\\Controller\\PaymentController::cancel_smsplans' => '?',
  14001.             'App\\Controller\\PaymentController::paymentFeature' => '?',
  14002.             'App\\Controller\\PaymentController::payment_smsplans' => '?',
  14003.             'App\\Controller\\PaymentController::purchase_smsplans' => '?',
  14004.             'App\\Controller\\PaymentController::showNeedFeatureLicense' => '?',
  14005.             'App\\Controller\\PaymentController::success_smsplans' => '?',
  14006.             'App\\Controller\\ProfileController::generateICalendarUrl' => '?',
  14007.             'App\\Controller\\ProspectController::accessmymailboxprospect' => '?',
  14008.             'App\\Controller\\ProspectController::getCreateProspectGroup' => '?',
  14009.             'App\\Controller\\ProspectController::getProspectSendForm' => '?',
  14010.             'App\\Controller\\ProspectController::pgroupemail' => '?',
  14011.             'App\\Controller\\ProspectController::prospect_mailbox_email' => '?',
  14012.             'App\\Controller\\ProspectController::prospect_show_email' => '?',
  14013.             'App\\Controller\\ProspectController::sendGroupProspectEmails' => '?',
  14014.             'App\\Controller\\PublicProfileController::bgDataSave' => '?',
  14015.             'App\\Controller\\PublicProfileController::bookBtnSave' => '?',
  14016.             'App\\Controller\\PublicProfileController::changePasswordSave' => '?',
  14017.             'App\\Controller\\PublicProfileController::changeProfileImage' => '?',
  14018.             'App\\Controller\\PublicProfileController::profileImageSave' => '?',
  14019.             'App\\Controller\\PublicProfileController::publicProfileSave' => '?',
  14020.             'App\\Controller\\SmsReviewController::index' => '?',
  14021.             'App\\Controller\\TemplateController::clinic_templates' => '?',
  14022.             'App\\Controller\\TemplateController::download_templates' => '?',
  14023.             'App\\Controller\\TemplateController::library' => '?',
  14024.             'App\\Controller\\TemplateController::my_templates' => '?',
  14025.             'App\\Controller\\TemplateController::temp_delete' => '?',
  14026.             'App\\Controller\\TemplateController::temp_index' => '?',
  14027.             'App\\Controller\\TemplateController::temp_preview' => '?',
  14028.             'App\\Controller\\TemplateController::temp_save' => '?',
  14029.             'App\\Controller\\TemplateController::temp_show' => '?',
  14030.             'App\\Controller\\TemplateController::uploadScreenshot' => '?',
  14031.             'App\\Controller\\YourController::handleHanpointPOSWebhook' => '?',
  14032.             'App\\Controller\\YourController::openRoute1Action' => '?',
  14033.             'App\\Controller\\YourController::receiveDataFromPosDevice' => '?',
  14034.             'App\\Controller\\Admin\\AppointmentController:appointmentFulldayAjax' => '?',
  14035.             'App\\Controller\\Admin\\AppointmentController:calendar' => '?',
  14036.             'App\\Controller\\Admin\\AppointmentController:calendarPrivateMode' => '?',
  14037.             'App\\Controller\\Admin\\AppointmentController:completeAppointment' => '?',
  14038.             'App\\Controller\\Admin\\AppointmentController:delete' => '?',
  14039.             'App\\Controller\\Admin\\AppointmentController:edit' => '?',
  14040.             'App\\Controller\\Admin\\AppointmentController:editAjax' => '?',
  14041.             'App\\Controller\\Admin\\AppointmentController:editGoogleEvent' => '?',
  14042.             'App\\Controller\\Admin\\AppointmentController:getCheckoutData' => '?',
  14043.             'App\\Controller\\Admin\\AppointmentController:getCheckoutSmsReview' => '?',
  14044.             'App\\Controller\\Admin\\AppointmentController:getEvents' => '?',
  14045.             'App\\Controller\\Admin\\AppointmentController:getInvoiceForPatient' => '?',
  14046.             'App\\Controller\\Admin\\AppointmentController:getPostAptForm' => '?',
  14047.             'App\\Controller\\Admin\\AppointmentController:getResources' => '?',
  14048.             'App\\Controller\\Admin\\AppointmentController:getSurveyForm' => '?',
  14049.             'App\\Controller\\Admin\\AppointmentController:importAppointmentFromCSV' => '?',
  14050.             'App\\Controller\\Admin\\AppointmentController:list' => '?',
  14051.             'App\\Controller\\Admin\\AppointmentController:new' => '?',
  14052.             'App\\Controller\\Admin\\AppointmentController:newAjax' => '?',
  14053.             'App\\Controller\\Admin\\AppointmentController:popupedit' => '?',
  14054.             'App\\Controller\\Admin\\AppointmentController:sendPostAptForm' => '?',
  14055.             'App\\Controller\\Admin\\AppointmentController:sendSelected' => '?',
  14056.             'App\\Controller\\Admin\\AppointmentController:sendSurveyPostAptForm' => '?',
  14057.             'App\\Controller\\Admin\\BlockerController:edit' => '?',
  14058.             'App\\Controller\\Admin\\BlockerController:list' => '?',
  14059.             'App\\Controller\\Admin\\BlockerController:new' => '?',
  14060.             'App\\Controller\\Admin\\ClinicDashboardController:addWidget' => '?',
  14061.             'App\\Controller\\Admin\\ClinicDashboardController:getAppointmentsData' => '?',
  14062.             'App\\Controller\\Admin\\ClinicDashboardController:getAverageSpendData' => '?',
  14063.             'App\\Controller\\Admin\\ClinicDashboardController:getBillingsPerCoordinatorData' => '?',
  14064.             'App\\Controller\\Admin\\ClinicDashboardController:getBillingsPerPeriodData' => '?',
  14065.             'App\\Controller\\Admin\\ClinicDashboardController:getBillingsPerPractitionerData' => '?',
  14066.             'App\\Controller\\Admin\\ClinicDashboardController:getCancellationsData' => '?',
  14067.             'App\\Controller\\Admin\\ClinicDashboardController:getCustomerBaseData' => '?',
  14068.             'App\\Controller\\Admin\\ClinicDashboardController:getFrequencyData' => '?',
  14069.             'App\\Controller\\Admin\\ClinicDashboardController:getMailingListData' => '?',
  14070.             'App\\Controller\\Admin\\ClinicDashboardController:getNetReceiptsData' => '?',
  14071.             'App\\Controller\\Admin\\ClinicDashboardController:getNewPatientAppointmentsData' => '?',
  14072.             'App\\Controller\\Admin\\ClinicDashboardController:getPatientListByTreatmentDateData' => '?',
  14073.             'App\\Controller\\Admin\\ClinicDashboardController:getPatientReferralData' => '?',
  14074.             'App\\Controller\\Admin\\ClinicDashboardController:getPrepaymentsBalanceData' => '?',
  14075.             'App\\Controller\\Admin\\ClinicDashboardController:getProspectsData' => '?',
  14076.             'App\\Controller\\Admin\\ClinicDashboardController:getReceiptsData' => '?',
  14077.             'App\\Controller\\Admin\\ClinicDashboardController:getRecencyData' => '?',
  14078.             'App\\Controller\\Admin\\ClinicDashboardController:getRecentAppointments' => '?',
  14079.             'App\\Controller\\Admin\\ClinicDashboardController:getReconciliationData' => '?',
  14080.             'App\\Controller\\Admin\\ClinicDashboardController:getRefundsData' => '?',
  14081.             'App\\Controller\\Admin\\ClinicDashboardController:getRetentionData' => '?',
  14082.             'App\\Controller\\Admin\\ClinicDashboardController:getRevenuePerPeriodData' => '?',
  14083.             'App\\Controller\\Admin\\ClinicDashboardController:getRevenuePerPractitionerData' => '?',
  14084.             'App\\Controller\\Admin\\ClinicDashboardController:getSmsMessagesData' => '?',
  14085.             'App\\Controller\\Admin\\ClinicDashboardController:getTerminalsEndOfDayData' => '?',
  14086.             'App\\Controller\\Admin\\ClinicDashboardController:getUnpaidReportData' => '?',
  14087.             'App\\Controller\\Admin\\ClinicDashboardController:getVouchersData' => '?',
  14088.             'App\\Controller\\Admin\\ClinicDashboardController:index' => '?',
  14089.             'App\\Controller\\Admin\\ClinicDashboardController:refreshDashboard' => '?',
  14090.             'App\\Controller\\Admin\\ClinicDashboardController:removeWidget' => '?',
  14091.             'App\\Controller\\Admin\\ClinicDashboardController:updateGlobalSettings' => '?',
  14092.             'App\\Controller\\Admin\\ClinicDashboardController:updateWidgetPositions' => '?',
  14093.             'App\\Controller\\Admin\\ClinicDashboardController:updateWidgetSettings' => '?',
  14094.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:changeStatusAppointmentCode' => '?',
  14095.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:create' => '?',
  14096.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:delete' => '?',
  14097.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:edit' => '?',
  14098.             'App\\Controller\\Admin\\Clinic\\AppointmentCodeController:index' => '?',
  14099.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:create' => '?',
  14100.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:delete' => '?',
  14101.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:edit' => '?',
  14102.             'App\\Controller\\Admin\\Clinic\\BlockerReasonController:index' => '?',
  14103.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:delete' => '?',
  14104.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:edit' => '?',
  14105.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:list' => '?',
  14106.             'App\\Controller\\Admin\\Clinic\\Campaign\\DefaultController:new' => '?',
  14107.             'App\\Controller\\Admin\\Clinic\\ChronoscanController:settings' => '?',
  14108.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController:importCorrespondenceFromCSV' => '?',
  14109.             'App\\Controller\\Admin\\Clinic\\ClinicCorrespondenceController:list' => '?',
  14110.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:clearReport' => '?',
  14111.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:filter' => '?',
  14112.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:generateCsv' => '?',
  14113.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:generateTable' => '?',
  14114.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:index' => '?',
  14115.             'App\\Controller\\Admin\\Clinic\\ClinicCustomReportController:show' => '?',
  14116.             'App\\Controller\\Admin\\Clinic\\DefaultController:ads' => '?',
  14117.             'App\\Controller\\Admin\\Clinic\\DefaultController:ads1' => '?',
  14118.             'App\\Controller\\Admin\\Clinic\\DefaultController:allDataExport' => '?',
  14119.             'App\\Controller\\Admin\\Clinic\\DefaultController:assignToken' => '?',
  14120.             'App\\Controller\\Admin\\Clinic\\DefaultController:clinic_autologin' => '?',
  14121.             'App\\Controller\\Admin\\Clinic\\DefaultController:dataImport' => '?',
  14122.             'App\\Controller\\Admin\\Clinic\\DefaultController:delete' => '?',
  14123.             'App\\Controller\\Admin\\Clinic\\DefaultController:deleteBranding' => '?',
  14124.             'App\\Controller\\Admin\\Clinic\\DefaultController:edit' => '?',
  14125.             'App\\Controller\\Admin\\Clinic\\DefaultController:exportPage' => '?',
  14126.             'App\\Controller\\Admin\\Clinic\\DefaultController:exportToCSV' => '?',
  14127.             'App\\Controller\\Admin\\Clinic\\DefaultController:getNotes' => '?',
  14128.             'App\\Controller\\Admin\\Clinic\\DefaultController:index' => '?',
  14129.             'App\\Controller\\Admin\\Clinic\\DefaultController:needFeatureLicense' => '?',
  14130.             'App\\Controller\\Admin\\Clinic\\DefaultController:new' => '?',
  14131.             'App\\Controller\\Admin\\Clinic\\DefaultController:organisations_autologin' => '?',
  14132.             'App\\Controller\\Admin\\Clinic\\DefaultController:saveReasonForTreatment' => '?',
  14133.             'App\\Controller\\Admin\\Clinic\\DefaultController:saveTreatmentInterestedIn' => '?',
  14134.             'App\\Controller\\Admin\\Clinic\\DefaultController:setSmsSettingsStatus' => '?',
  14135.             'App\\Controller\\Admin\\Clinic\\DefaultController:sharePatients' => '?',
  14136.             'App\\Controller\\Admin\\Clinic\\DefaultController:syncDataWithXero' => '?',
  14137.             'App\\Controller\\Admin\\Clinic\\DefaultController:zoomMeetingPage' => '?',
  14138.             'App\\Controller\\Admin\\Clinic\\DefaultController:zoomPage' => '?',
  14139.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:changeStatus' => '?',
  14140.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:create' => '?',
  14141.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:delete' => '?',
  14142.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:edit' => '?',
  14143.             'App\\Controller\\Admin\\Clinic\\DiscountReasonController:index' => '?',
  14144.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:changeStatus' => '?',
  14145.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:create' => '?',
  14146.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:delete' => '?',
  14147.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:edit' => '?',
  14148.             'App\\Controller\\Admin\\Clinic\\DocumentCategoryController:index' => '?',
  14149.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:delete' => '?',
  14150.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:duplicate' => '?',
  14151.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:edit' => '?',
  14152.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:list' => '?',
  14153.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:new' => '?',
  14154.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:saveEmailTemplate' => '?',
  14155.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:upload' => '?',
  14156.             'App\\Controller\\Admin\\Clinic\\EmailTemplate\\DefaultController:uploadFile' => '?',
  14157.             'App\\Controller\\Admin\\Clinic\\EquipmentController:delete' => '?',
  14158.             'App\\Controller\\Admin\\Clinic\\EquipmentController:edit' => '?',
  14159.             'App\\Controller\\Admin\\Clinic\\EquipmentController:index' => '?',
  14160.             'App\\Controller\\Admin\\Clinic\\EquipmentController:new' => '?',
  14161.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:delete' => '?',
  14162.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:edit' => '?',
  14163.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:getFilterBasedEntity' => '?',
  14164.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:getFilterBasedEntityGroupMake' => '?',
  14165.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:list' => '?',
  14166.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:new' => '?',
  14167.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:sendMessage' => '?',
  14168.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:sendMessageOldWOrking' => '?',
  14169.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:sendMessageToFilterEntity' => '?',
  14170.             'App\\Controller\\Admin\\Clinic\\Filter\\DefaultController:show' => '?',
  14171.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:changeEnabled' => '?',
  14172.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:delete' => '?',
  14173.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:index' => '?',
  14174.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:new' => '?',
  14175.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgchangeEnabled' => '?',
  14176.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgdelete' => '?',
  14177.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgindex' => '?',
  14178.             'App\\Controller\\Admin\\Clinic\\FormsAreaController:orgnew' => '?',
  14179.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:delete' => '?',
  14180.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:edit' => '?',
  14181.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:index' => '?',
  14182.             'App\\Controller\\Admin\\Clinic\\LearnAboutController:new' => '?',
  14183.             'App\\Controller\\Admin\\Clinic\\LicenseController:createCustomer' => '?',
  14184.             'App\\Controller\\Admin\\Clinic\\LicenseController:customerSuccess' => '?',
  14185.             'App\\Controller\\Admin\\Clinic\\LicenseController:delete' => '?',
  14186.             'App\\Controller\\Admin\\Clinic\\LicenseController:index' => '?',
  14187.             'App\\Controller\\Admin\\Clinic\\LicenseController:new' => '?',
  14188.             'App\\Controller\\Admin\\Clinic\\LicenseController:newFeature' => '?',
  14189.             'App\\Controller\\Admin\\Clinic\\LocationController:delete' => '?',
  14190.             'App\\Controller\\Admin\\Clinic\\LocationController:edit' => '?',
  14191.             'App\\Controller\\Admin\\Clinic\\LocationController:new' => '?',
  14192.             'App\\Controller\\Admin\\Clinic\\MailChimpController:index' => '?',
  14193.             'App\\Controller\\Admin\\Clinic\\MailChimpController:syncPatientsActions' => '?',
  14194.             'App\\Controller\\Admin\\Clinic\\MailChimpController:syncProspectsActions' => '?',
  14195.             'App\\Controller\\Admin\\Clinic\\MarketingController:delete' => '?',
  14196.             'App\\Controller\\Admin\\Clinic\\MarketingController:enabled' => '?',
  14197.             'App\\Controller\\Admin\\Clinic\\MarketingController:index' => '?',
  14198.             'App\\Controller\\Admin\\Clinic\\MarketingController:new' => '?',
  14199.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:delete' => '?',
  14200.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:edit' => '?',
  14201.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:list' => '?',
  14202.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:new' => '?',
  14203.             'App\\Controller\\Admin\\Clinic\\Membership\\DefaultController:show' => '?',
  14204.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController:delete' => '?',
  14205.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController:edit' => '?',
  14206.             'App\\Controller\\Admin\\Clinic\\Membership\\MembershipItemController:new' => '?',
  14207.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:create' => '?',
  14208.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:delete' => '?',
  14209.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:edit' => '?',
  14210.             'App\\Controller\\Admin\\Clinic\\NotConvertReasonController:index' => '?',
  14211.             'App\\Controller\\Admin\\Clinic\\NotificationController:index' => '?',
  14212.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:email' => '?',
  14213.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:settings' => '?',
  14214.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:settingsEnabled' => '?',
  14215.             'App\\Controller\\Admin\\Clinic\\OnlineBookingController:widget' => '?',
  14216.             'App\\Controller\\Admin\\Clinic\\OutcomeController:delete' => '?',
  14217.             'App\\Controller\\Admin\\Clinic\\OutcomeController:edit' => '?',
  14218.             'App\\Controller\\Admin\\Clinic\\OutcomeController:index' => '?',
  14219.             'App\\Controller\\Admin\\Clinic\\OutcomeController:new' => '?',
  14220.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:delete' => '?',
  14221.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:edit' => '?',
  14222.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:list' => '?',
  14223.             'App\\Controller\\Admin\\Clinic\\PatientStatusController:new' => '?',
  14224.             'App\\Controller\\Admin\\Clinic\\PlivoController:create' => '?',
  14225.             'App\\Controller\\Admin\\Clinic\\PolicyController:delete' => '?',
  14226.             'App\\Controller\\Admin\\Clinic\\PolicyController:index' => '?',
  14227.             'App\\Controller\\Admin\\Clinic\\PolicyController:new' => '?',
  14228.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:delete' => '?',
  14229.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:edit' => '?',
  14230.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:index' => '?',
  14231.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:new' => '?',
  14232.             'App\\Controller\\Admin\\Clinic\\PostAptFormController:textMessageSave' => '?',
  14233.             'App\\Controller\\Admin\\Clinic\\PrescriptionController:list' => '?',
  14234.             'App\\Controller\\Admin\\Clinic\\PriceTierController:index' => '?',
  14235.             'App\\Controller\\Admin\\Clinic\\PriceTierController:selectPriceTier' => '?',
  14236.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:delete' => '?',
  14237.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:edit' => '?',
  14238.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:list' => '?',
  14239.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:new' => '?',
  14240.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgdelete' => '?',
  14241.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgedit' => '?',
  14242.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orglist' => '?',
  14243.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgnew' => '?',
  14244.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:orgshow' => '?',
  14245.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:show' => '?',
  14246.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveydelete' => '?',
  14247.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveyedit' => '?',
  14248.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveylist' => '?',
  14249.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveynew' => '?',
  14250.             'App\\Controller\\Admin\\Clinic\\Questionaire\\DefaultController:surveyshow' => '?',
  14251.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:delete' => '?',
  14252.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:edit' => '?',
  14253.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:new' => '?',
  14254.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:orgdelete' => '?',
  14255.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:orgedit' => '?',
  14256.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:orgnew' => '?',
  14257.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:surveydelete' => '?',
  14258.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:surveyedit' => '?',
  14259.             'App\\Controller\\Admin\\Clinic\\Questionaire\\QuestionController:surveynew' => '?',
  14260.             'App\\Controller\\Admin\\Clinic\\RegisterController:customer' => '?',
  14261.             'App\\Controller\\Admin\\Clinic\\RegisterController:formFiles' => '?',
  14262.             'App\\Controller\\Admin\\Clinic\\RegisterController:payment' => '?',
  14263.             'App\\Controller\\Admin\\Clinic\\RegisterController:priceTiers' => '?',
  14264.             'App\\Controller\\Admin\\Clinic\\RegisterController:products' => '?',
  14265.             'App\\Controller\\Admin\\Clinic\\RegisterController:profile' => '?',
  14266.             'App\\Controller\\Admin\\Clinic\\RegisterController:setupPriceTier' => '?',
  14267.             'App\\Controller\\Admin\\Clinic\\RegisterController:team' => '?',
  14268.             'App\\Controller\\Admin\\Clinic\\RegisterController:treatments' => '?',
  14269.             'App\\Controller\\Admin\\Clinic\\ReminderController:index' => '?',
  14270.             'App\\Controller\\Admin\\Clinic\\ReminderController:patientRecall' => '?',
  14271.             'App\\Controller\\Admin\\Clinic\\RoomController:delete' => '?',
  14272.             'App\\Controller\\Admin\\Clinic\\RoomController:edit' => '?',
  14273.             'App\\Controller\\Admin\\Clinic\\RoomController:index' => '?',
  14274.             'App\\Controller\\Admin\\Clinic\\RoomController:new' => '?',
  14275.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController:archive' => '?',
  14276.             'App\\Controller\\Admin\\Clinic\\Stock\\BatchController:list' => '?',
  14277.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:archive' => '?',
  14278.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:delete' => '?',
  14279.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:list' => '?',
  14280.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:listHistory' => '?',
  14281.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:listHistoryProduct' => '?',
  14282.             'App\\Controller\\Admin\\Clinic\\Stock\\DefaultController:newAdjust' => '?',
  14283.             'App\\Controller\\Admin\\Clinic\\Stock\\FormarchiveController:archivedForms' => '?',
  14284.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:delete' => '?',
  14285.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:edit' => '?',
  14286.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:list' => '?',
  14287.             'App\\Controller\\Admin\\Clinic\\Stock\\GoodsReceivedController:new' => '?',
  14288.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:addProducts' => '?',
  14289.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:index' => '?',
  14290.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:login' => '?',
  14291.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:logout' => '?',
  14292.             'App\\Controller\\Admin\\Clinic\\Stock\\HealthXChangeController:search' => '?',
  14293.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:delete' => '?',
  14294.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:edit' => '?',
  14295.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:list' => '?',
  14296.             'App\\Controller\\Admin\\Clinic\\Stock\\PrepayPackageController:new' => '?',
  14297.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:availableOnline' => '?',
  14298.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:delete' => '?',
  14299.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:edit' => '?',
  14300.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:editAjax' => '?',
  14301.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:exportToCSV' => '?',
  14302.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:importFromCSV' => '?',
  14303.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:list' => '?',
  14304.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:new' => '?',
  14305.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgavailableOnline' => '?',
  14306.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgdelete' => '?',
  14307.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgedit' => '?',
  14308.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgeditAjax' => '?',
  14309.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orglist' => '?',
  14310.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:orgnew' => '?',
  14311.             'App\\Controller\\Admin\\Clinic\\Stock\\PriceListController:retailPrice' => '?',
  14312.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:delete' => '?',
  14313.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:edit' => '?',
  14314.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:exportToCSV' => '?',
  14315.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:importFromCSV' => '?',
  14316.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:linkFrom' => '?',
  14317.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:list' => '?',
  14318.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:new' => '?',
  14319.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orgdelete' => '?',
  14320.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orgedit' => '?',
  14321.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orglist' => '?',
  14322.             'App\\Controller\\Admin\\Clinic\\Stock\\ProductController:orgnew' => '?',
  14323.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:delete' => '?',
  14324.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:edit' => '?',
  14325.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:exportToCSV' => '?',
  14326.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:importFromCSV' => '?',
  14327.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:list' => '?',
  14328.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:new' => '?',
  14329.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orgdelete' => '?',
  14330.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orgedit' => '?',
  14331.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orglist' => '?',
  14332.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentClinicController:orgnew' => '?',
  14333.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:delete' => '?',
  14334.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:edit' => '?',
  14335.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:list' => '?',
  14336.             'App\\Controller\\Admin\\Clinic\\Stock\\TreatmentGroupController:new' => '?',
  14337.             'App\\Controller\\Admin\\Clinic\\StripeController:connect' => '?',
  14338.             'App\\Controller\\Admin\\Clinic\\StripeController:disconnect' => '?',
  14339.             'App\\Controller\\Admin\\Clinic\\SurveyController:clinicsurveytextMessageSave' => '?',
  14340.             'App\\Controller\\Admin\\Clinic\\SurveyController:delete' => '?',
  14341.             'App\\Controller\\Admin\\Clinic\\SurveyController:edit' => '?',
  14342.             'App\\Controller\\Admin\\Clinic\\SurveyController:index' => '?',
  14343.             'App\\Controller\\Admin\\Clinic\\SurveyController:new' => '?',
  14344.             'App\\Controller\\Admin\\Clinic\\SurveyController:surveyemail' => '?',
  14345.             'App\\Controller\\Admin\\Clinic\\SurveyController:textMessageSave' => '?',
  14346.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController:edit' => '?',
  14347.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController:list' => '?',
  14348.             'App\\Controller\\Admin\\Clinic\\SystemEmails\\DefaultController:saveEmailTemplate' => '?',
  14349.             'App\\Controller\\Admin\\Clinic\\TermsAndCondController:edit' => '?',
  14350.             'App\\Controller\\Admin\\Clinic\\TwilioController:create' => '?',
  14351.             'App\\Controller\\Admin\\Clinic\\TwilioController:createss' => '?',
  14352.             'App\\Controller\\Admin\\Clinic\\UserController:checkPassForExport' => '?',
  14353.             'App\\Controller\\Admin\\Clinic\\UserController:delete' => '?',
  14354.             'App\\Controller\\Admin\\Clinic\\UserController:edit' => '?',
  14355.             'App\\Controller\\Admin\\Clinic\\UserController:importFromCSV' => '?',
  14356.             'App\\Controller\\Admin\\Clinic\\UserController:index' => '?',
  14357.             'App\\Controller\\Admin\\Clinic\\UserController:new' => '?',
  14358.             'App\\Controller\\Admin\\Clinic\\UserController:removeProfile' => '?',
  14359.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:delete' => '?',
  14360.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:edit' => '?',
  14361.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:index' => '?',
  14362.             'App\\Controller\\Admin\\CustomReports\\CustomReportsController:show' => '?',
  14363.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController:addToFavorite' => '?',
  14364.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController:delete' => '?',
  14365.             'App\\Controller\\Admin\\CustomReports\\FavoritesCustomReportsController:index' => '?',
  14366.             'App\\Controller\\Admin\\DashboardController:getReconciliationData' => '?',
  14367.             'App\\Controller\\Admin\\DashboardController:setEntityManager' => '?',
  14368.             'App\\Controller\\Admin\\DashboardController:smsMessages' => '?',
  14369.             'App\\Controller\\Admin\\DaySheetController:delete' => '?',
  14370.             'App\\Controller\\Admin\\DaySheetController:edit' => '?',
  14371.             'App\\Controller\\Admin\\DaySheetController:editEvent' => '?',
  14372.             'App\\Controller\\Admin\\DaySheetController:listEvents' => '?',
  14373.             'App\\Controller\\Admin\\DaySheetController:new' => '?',
  14374.             'App\\Controller\\Admin\\DaySheetController:statusDidNotArrive' => '?',
  14375.             'App\\Controller\\Admin\\HelpController:delete' => '?',
  14376.             'App\\Controller\\Admin\\HelpController:edit' => '?',
  14377.             'App\\Controller\\Admin\\InvoicesController:POSTerminalsEdit' => '?',
  14378.             'App\\Controller\\Admin\\InvoicesController:POSTerminalsTransaction' => '?',
  14379.             'App\\Controller\\Admin\\InvoicesController:archive' => '?',
  14380.             'App\\Controller\\Admin\\InvoicesController:deletePaymentKind' => '?',
  14381.             'App\\Controller\\Admin\\InvoicesController:editPaymentKind' => '?',
  14382.             'App\\Controller\\Admin\\InvoicesController:exportCreditNoteToCSV' => '?',
  14383.             'App\\Controller\\Admin\\InvoicesController:exportPrepayToCSV' => '?',
  14384.             'App\\Controller\\Admin\\InvoicesController:exportToCSV' => '?',
  14385.             'App\\Controller\\Admin\\InvoicesController:importInvoicesFromCSV' => '?',
  14386.             'App\\Controller\\Admin\\InvoicesController:importQuotesFromCSV' => '?',
  14387.             'App\\Controller\\Admin\\InvoicesController:list' => '?',
  14388.             'App\\Controller\\Admin\\InvoicesController:listCreditNote' => '?',
  14389.             'App\\Controller\\Admin\\InvoicesController:listPaymentKind' => '?',
  14390.             'App\\Controller\\Admin\\InvoicesController:listPrepay' => '?',
  14391.             'App\\Controller\\Admin\\InvoicesController:listQuote' => '?',
  14392.             'App\\Controller\\Admin\\InvoicesController:loadPOSTerminals' => '?',
  14393.             'App\\Controller\\Admin\\InvoicesController:newPaymentKind' => '?',
  14394.             'App\\Controller\\Admin\\InvoicesController:paymentSenseConnectDetails' => '?',
  14395.             'App\\Controller\\Admin\\InvoicesController:paymentSensePaymentDetails' => '?',
  14396.             'App\\Controller\\Admin\\LeadCaptureController:archiveNew' => '?',
  14397.             'App\\Controller\\Admin\\LeadCaptureController:convert' => '?',
  14398.             'App\\Controller\\Admin\\LeadCaptureController:edit' => '?',
  14399.             'App\\Controller\\Admin\\LeadCaptureController:list' => '?',
  14400.             'App\\Controller\\Admin\\LeadCaptureController:new' => '?',
  14401.             'App\\Controller\\Admin\\LeadCapturePipelineController:accessMailBox' => '?',
  14402.             'App\\Controller\\Admin\\LeadCapturePipelineController:changeTaskItemBoard' => '?',
  14403.             'App\\Controller\\Admin\\LeadCapturePipelineController:edit' => '?',
  14404.             'App\\Controller\\Admin\\LeadCapturePipelineController:getAssignedProspectsRecords' => '?',
  14405.             'App\\Controller\\Admin\\LeadCapturePipelineController:getCorrespondenceRecords' => '?',
  14406.             'App\\Controller\\Admin\\LeadCapturePipelineController:list' => '?',
  14407.             'App\\Controller\\Admin\\LeadCapturePipelineController:sendLeadMessage' => '?',
  14408.             'App\\Controller\\Admin\\LeadCaptureStageController:delete' => '?',
  14409.             'App\\Controller\\Admin\\LeadCaptureStageController:edit' => '?',
  14410.             'App\\Controller\\Admin\\LeadCaptureStageController:list' => '?',
  14411.             'App\\Controller\\Admin\\LeadCaptureStageController:new' => '?',
  14412.             'App\\Controller\\Admin\\Message\\DefaultController:new' => '?',
  14413.             'App\\Controller\\Admin\\Message\\DefaultController:newMessage' => '?',
  14414.             'App\\Controller\\Admin\\Message\\DefaultController:showMessagesList' => '?',
  14415.             'App\\Controller\\Admin\\OnBoardingController:finish' => '?',
  14416.             'App\\Controller\\Admin\\OnBoardingController:index' => '?',
  14417.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController:exportUsers' => '?',
  14418.             'App\\Controller\\Admin\\Organisation\\DashboardConsentzAdminController:index' => '?',
  14419.             'App\\Controller\\Admin\\Organisation\\DefaultController:archive' => '?',
  14420.             'App\\Controller\\Admin\\Organisation\\DefaultController:edit' => '?',
  14421.             'App\\Controller\\Admin\\Organisation\\DefaultController:list' => '?',
  14422.             'App\\Controller\\Admin\\Organisation\\DefaultController:restore' => '?',
  14423.             'App\\Controller\\Admin\\Organisation\\UserController:edit' => '?',
  14424.             'App\\Controller\\Admin\\Organisation\\UserController:list' => '?',
  14425.             'App\\Controller\\Admin\\Organisation\\UserController:new' => '?',
  14426.             'App\\Controller\\Admin\\Patient\\AppointmentTabController:list' => '?',
  14427.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:ajaxTreatmentClinic' => '?',
  14428.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:delete' => '?',
  14429.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:deleteAdditionalNote' => '?',
  14430.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:deleteAudioNote' => '?',
  14431.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:deleteTreatmentNote' => '?',
  14432.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:edit' => '?',
  14433.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:editAdditionalNote' => '?',
  14434.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:editAudioNote' => '?',
  14435.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:editTreatmentNote' => '?',
  14436.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:index' => '?',
  14437.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:listAdditionalNoteAjax' => '?',
  14438.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:listTreatmentNotesAjax' => '?',
  14439.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:new' => '?',
  14440.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:newAdditionalNoteAjax' => '?',
  14441.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:newAudioNote' => '?',
  14442.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:newTreatmentNoteAjax' => '?',
  14443.             'App\\Controller\\Admin\\Patient\\ConsultationNoteController:show' => '?',
  14444.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:delete' => '?',
  14445.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:edit' => '?',
  14446.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:editAjax' => '?',
  14447.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:editTemplate' => '?',
  14448.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:editUploaded' => '?',
  14449.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:getTemplate' => '?',
  14450.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:list' => '?',
  14451.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:new' => '?',
  14452.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:newTemplate' => '?',
  14453.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:sendForm' => '?',
  14454.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:sendPostAptForm' => '?',
  14455.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:show' => '?',
  14456.             'App\\Controller\\Admin\\Patient\\CorrespondenceController:upload' => '?',
  14457.             'App\\Controller\\Admin\\Patient\\DefaultController:allDataExport' => '?',
  14458.             'App\\Controller\\Admin\\Patient\\DefaultController:delete' => '?',
  14459.             'App\\Controller\\Admin\\Patient\\DefaultController:edit' => '?',
  14460.             'App\\Controller\\Admin\\Patient\\DefaultController:export' => '?',
  14461.             'App\\Controller\\Admin\\Patient\\DefaultController:exportPage' => '?',
  14462.             'App\\Controller\\Admin\\Patient\\DefaultController:getBarcodeManual' => '?',
  14463.             'App\\Controller\\Admin\\Patient\\DefaultController:getChronoscanData' => '?',
  14464.             'App\\Controller\\Admin\\Patient\\DefaultController:getPostcode' => '?',
  14465.             'App\\Controller\\Admin\\Patient\\DefaultController:importDocumentsFromZip' => '?',
  14466.             'App\\Controller\\Admin\\Patient\\DefaultController:importFromCSV' => '?',
  14467.             'App\\Controller\\Admin\\Patient\\DefaultController:importMarketingRefFromCSV' => '?',
  14468.             'App\\Controller\\Admin\\Patient\\DefaultController:importNotesFromCSV' => '?',
  14469.             'App\\Controller\\Admin\\Patient\\DefaultController:importPhotosFromZip' => '?',
  14470.             'App\\Controller\\Admin\\Patient\\DefaultController:index' => '?',
  14471.             'App\\Controller\\Admin\\Patient\\DefaultController:inviteZoom' => '?',
  14472.             'App\\Controller\\Admin\\Patient\\DefaultController:merge' => '?',
  14473.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_ajax' => '?',
  14474.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_ajax_all' => '?',
  14475.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_ajax_update' => '?',
  14476.             'App\\Controller\\Admin\\Patient\\DefaultController:merge_all' => '?',
  14477.             'App\\Controller\\Admin\\Patient\\DefaultController:new' => '?',
  14478.             'App\\Controller\\Admin\\Patient\\DefaultController:newAjax' => '?',
  14479.             'App\\Controller\\Admin\\Patient\\DefaultController:remove_photo' => '?',
  14480.             'App\\Controller\\Admin\\Patient\\DefaultController:searchPatients' => '?',
  14481.             'App\\Controller\\Admin\\Patient\\DocumentController:create' => '?',
  14482.             'App\\Controller\\Admin\\Patient\\DocumentController:delete' => '?',
  14483.             'App\\Controller\\Admin\\Patient\\DocumentController:edit' => '?',
  14484.             'App\\Controller\\Admin\\Patient\\DocumentController:index' => '?',
  14485.             'App\\Controller\\Admin\\Patient\\FormController:archivedByAdmin' => '?',
  14486.             'App\\Controller\\Admin\\Patient\\FormController:index' => '?',
  14487.             'App\\Controller\\Admin\\Patient\\FormController:new' => '?',
  14488.             'App\\Controller\\Admin\\Patient\\InvoiceController:ajaxAction' => '?',
  14489.             'App\\Controller\\Admin\\Patient\\InvoiceController:archiveNew' => '?',
  14490.             'App\\Controller\\Admin\\Patient\\InvoiceController:createPaymentIntent' => '?',
  14491.             'App\\Controller\\Admin\\Patient\\InvoiceController:delete' => '?',
  14492.             'App\\Controller\\Admin\\Patient\\InvoiceController:deleteCreditNote' => '?',
  14493.             'App\\Controller\\Admin\\Patient\\InvoiceController:deleteGiftVoucher' => '?',
  14494.             'App\\Controller\\Admin\\Patient\\InvoiceController:deleteItem' => '?',
  14495.             'App\\Controller\\Admin\\Patient\\InvoiceController:editCreditNote' => '?',
  14496.             'App\\Controller\\Admin\\Patient\\InvoiceController:editInfoInvoice' => '?',
  14497.             'App\\Controller\\Admin\\Patient\\InvoiceController:editInvoice' => '?',
  14498.             'App\\Controller\\Admin\\Patient\\InvoiceController:editItem' => '?',
  14499.             'App\\Controller\\Admin\\Patient\\InvoiceController:editNoteInvoice' => '?',
  14500.             'App\\Controller\\Admin\\Patient\\InvoiceController:editStep' => '?',
  14501.             'App\\Controller\\Admin\\Patient\\InvoiceController:getCardNumber' => '?',
  14502.             'App\\Controller\\Admin\\Patient\\InvoiceController:list' => '?',
  14503.             'App\\Controller\\Admin\\Patient\\InvoiceController:new' => '?',
  14504.             'App\\Controller\\Admin\\Patient\\InvoiceController:newCreditNote' => '?',
  14505.             'App\\Controller\\Admin\\Patient\\InvoiceController:newGiftVoucher' => '?',
  14506.             'App\\Controller\\Admin\\Patient\\InvoiceController:newItem' => '?',
  14507.             'App\\Controller\\Admin\\Patient\\InvoiceController:newRefund' => '?',
  14508.             'App\\Controller\\Admin\\Patient\\InvoiceController:newRefundConnect' => '?',
  14509.             'App\\Controller\\Admin\\Patient\\InvoiceController:pay' => '?',
  14510.             'App\\Controller\\Admin\\Patient\\InvoiceController:posAjax' => '?',
  14511.             'App\\Controller\\Admin\\Patient\\InvoiceController:saveHandpoint' => '?',
  14512.             'App\\Controller\\Admin\\Patient\\InvoiceController:sendDatatoPosDevice' => '?',
  14513.             'App\\Controller\\Admin\\Patient\\InvoiceController:sendInvoicePdf' => '?',
  14514.             'App\\Controller\\Admin\\Patient\\InvoiceController:sendVoucher' => '?',
  14515.             'App\\Controller\\Admin\\Patient\\InvoiceController:show' => '?',
  14516.             'App\\Controller\\Admin\\Patient\\InvoiceController:undoStep' => '?',
  14517.             'App\\Controller\\Admin\\Patient\\InvoiceController:validatePay' => '?',
  14518.             'App\\Controller\\Admin\\Patient\\InvoiceController:validateRefund' => '?',
  14519.             'App\\Controller\\Admin\\Patient\\MembershipController:adjustment' => '?',
  14520.             'App\\Controller\\Admin\\Patient\\MembershipController:cancel' => '?',
  14521.             'App\\Controller\\Admin\\Patient\\MembershipController:checkout' => '?',
  14522.             'App\\Controller\\Admin\\Patient\\MembershipController:list' => '?',
  14523.             'App\\Controller\\Admin\\Patient\\MembershipController:new' => '?',
  14524.             'App\\Controller\\Admin\\Patient\\MembershipController:success' => '?',
  14525.             'App\\Controller\\Admin\\Patient\\NoteController:delete' => '?',
  14526.             'App\\Controller\\Admin\\Patient\\NoteController:edit' => '?',
  14527.             'App\\Controller\\Admin\\Patient\\NoteController:index' => '?',
  14528.             'App\\Controller\\Admin\\Patient\\NoteController:new' => '?',
  14529.             'App\\Controller\\Admin\\Patient\\PhotoController:delete' => '?',
  14530.             'App\\Controller\\Admin\\Patient\\PhotoController:edit' => '?',
  14531.             'App\\Controller\\Admin\\Patient\\PhotoController:enabled' => '?',
  14532.             'App\\Controller\\Admin\\Patient\\PhotoController:index' => '?',
  14533.             'App\\Controller\\Admin\\Patient\\PhotoController:new' => '?',
  14534.             'App\\Controller\\Admin\\Patient\\PrepayController:archiveNew' => '?',
  14535.             'App\\Controller\\Admin\\Patient\\PrepayController:delete' => '?',
  14536.             'App\\Controller\\Admin\\Patient\\PrepayController:edit' => '?',
  14537.             'App\\Controller\\Admin\\Patient\\PrepayController:list' => '?',
  14538.             'App\\Controller\\Admin\\Patient\\PrepayController:new' => '?',
  14539.             'App\\Controller\\Admin\\Patient\\PrescriptionController:list' => '?',
  14540.             'App\\Controller\\Admin\\Patient\\QuestionaireController:list' => '?',
  14541.             'App\\Controller\\Admin\\Patient\\QuestionaireController:show' => '?',
  14542.             'App\\Controller\\Admin\\Patient\\TreatmentController:index' => '?',
  14543.             'App\\Controller\\Admin\\Patient\\TreatmentController:show' => '?',
  14544.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:addTreatmentProduct' => '?',
  14545.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:delete' => '?',
  14546.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:deleteTreatmentProduct' => '?',
  14547.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:edit' => '?',
  14548.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:index' => '?',
  14549.             'App\\Controller\\Admin\\Patient\\TreatmentPhotoController:new' => '?',
  14550.             'App\\Controller\\Admin\\PaymentsenseController:logPayments' => '?',
  14551.             'App\\Controller\\Admin\\PaymentsenseController:logPrepays' => '?',
  14552.             'App\\Controller\\Admin\\PaymentsenseController:logRefunds' => '?',
  14553.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:changeEnabled' => '?',
  14554.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:delete' => '?',
  14555.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:index' => '?',
  14556.             'App\\Controller\\Admin\\Predefine\\FormsAreaController:new' => '?',
  14557.             'App\\Controller\\Admin\\Predefine\\ProductController:delete' => '?',
  14558.             'App\\Controller\\Admin\\Predefine\\ProductController:edit' => '?',
  14559.             'App\\Controller\\Admin\\Predefine\\ProductController:list' => '?',
  14560.             'App\\Controller\\Admin\\Predefine\\TreatmentController:delete' => '?',
  14561.             'App\\Controller\\Admin\\Predefine\\TreatmentController:edit' => '?',
  14562.             'App\\Controller\\Admin\\Predefine\\TreatmentController:list' => '?',
  14563.             'App\\Controller\\Admin\\PriceTier\\AddonController:edit' => '?',
  14564.             'App\\Controller\\Admin\\PriceTier\\PriceTierController:edit' => '?',
  14565.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:edit' => '?',
  14566.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:index' => '?',
  14567.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:new' => '?',
  14568.             'App\\Controller\\Admin\\PriceTier\\PriceTiersGroupController:view' => '?',
  14569.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController:edit' => '?',
  14570.             'App\\Controller\\Admin\\PriceTier\\PromoCodeController:importFromCSV' => '?',
  14571.             'App\\Controller\\Admin\\ReportController:data' => '?',
  14572.             'App\\Controller\\Admin\\ReportController:detail' => '?',
  14573.             'App\\Controller\\Admin\\ReportController:endOfDayReport' => '?',
  14574.             'App\\Controller\\Admin\\ReportController:export' => '?',
  14575.             'App\\Controller\\Admin\\ReportController:exportData' => '?',
  14576.             'App\\Controller\\Admin\\ReportController:import' => '?',
  14577.             'App\\Controller\\Admin\\ReportController:index' => '?',
  14578.             'App\\Controller\\Admin\\ReportController:new' => '?',
  14579.             'App\\Controller\\Admin\\ReportController:organisationLevelReport' => '?',
  14580.             'App\\Controller\\Admin\\ReportController:reportsChartData' => '?',
  14581.             'App\\Controller\\Admin\\ReportController:show' => '?',
  14582.             'App\\Controller\\Admin\\SmsTransactionController:list' => '?',
  14583.             'App\\Controller\\Admin\\TaskBoardController:delete' => '?',
  14584.             'App\\Controller\\Admin\\TaskBoardController:edit' => '?',
  14585.             'App\\Controller\\Admin\\Waiting\\ItemController:delete' => '?',
  14586.             'App\\Controller\\Admin\\Waiting\\ItemController:edit' => '?',
  14587.             'App\\Controller\\Admin\\Waiting\\ItemController:exportToCSV' => '?',
  14588.             'App\\Controller\\Admin\\Waiting\\ItemController:list' => '?',
  14589.             'App\\Controller\\Admin\\Waiting\\ItemController:new' => '?',
  14590.             'App\\Controller\\Api\\Clinic\\DefaultController:createProspect' => '?',
  14591.             'App\\Controller\\Api\\Clinic\\DefaultController:equipmentListByRoom' => '?',
  14592.             'App\\Controller\\Api\\Clinic\\DefaultController:roomListByTreatment' => '?',
  14593.             'App\\Controller\\Api\\DefaultController:check2fa' => '?',
  14594.             'App\\Controller\\Api\\DefaultController:documentation' => '?',
  14595.             'App\\Controller\\Api\\DefaultController:forgot' => '?',
  14596.             'App\\Controller\\Api\\DefaultController:goCardlessWebhook' => '?',
  14597.             'App\\Controller\\Api\\DefaultController:login' => '?',
  14598.             'App\\Controller\\Api\\DefaultController:zoomDeauthorization' => '?',
  14599.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController:edit' => '?',
  14600.             'App\\Controller\\Api\\OnlineBooking\\AppointmentController:new' => '?',
  14601.             'App\\Controller\\Api\\OnlineBooking\\DefaultController:registration' => '?',
  14602.             'App\\Controller\\Api\\OnlineBooking\\PaymentPrepareController:preparePay' => '?',
  14603.             'App\\Controller\\Api\\OnlineBooking\\StripeController:createPaymentIntent' => '?',
  14604.             'App\\Controller\\Api\\OnlineBooking\\StripeController:pay' => '?',
  14605.             'App\\Controller\\Api\\OnlineBooking\\StripeController:prepay' => '?',
  14606.             'App\\Controller\\Api\\Patient\\DefaultController:edit' => '?',
  14607.             'App\\Controller\\Api\\Patient\\DefaultController:notificationSettings' => '?',
  14608.             'App\\Controller\\Api\\Patient\\DefaultController:pdf' => '?',
  14609.             'App\\Controller\\Api\\Patient\\DefaultController:sendSmsToPatient' => '?',
  14610.             'App\\Controller\\Api\\Patient\\DefaultController:trafficLight' => '?',
  14611.             'App\\Controller\\Api\\Patient\\FormController:new' => '?',
  14612.             'App\\Controller\\Api\\Patient\\FormController:newv2' => '?',
  14613.             'App\\Controller\\Api\\Patient\\InvoiceController:createPDF' => '?',
  14614.             'App\\Controller\\Api\\Patient\\InvoiceController:deleteVoucher' => '?',
  14615.             'App\\Controller\\Api\\Patient\\InvoiceController:edit' => '?',
  14616.             'App\\Controller\\Api\\Patient\\InvoiceController:new' => '?',
  14617.             'App\\Controller\\Api\\Patient\\InvoiceController:newGiftVoucher' => '?',
  14618.             'App\\Controller\\Api\\Patient\\InvoiceController:pay' => '?',
  14619.             'App\\Controller\\Api\\Patient\\PhotoController:edit' => '?',
  14620.             'App\\Controller\\Api\\Patient\\PhotoController:new' => '?',
  14621.             'App\\Controller\\Api\\Patient\\PhotoController:update' => '?',
  14622.             'App\\Controller\\Api\\Patient\\PrepayController:createPDF' => '?',
  14623.             'App\\Controller\\Api\\Patient\\TreatmentClinicController:sendForm' => '?',
  14624.             'App\\Controller\\Api\\Patient\\TreatmentController:sendPlan' => '?',
  14625.             'App\\Controller\\Api\\Patient\\TreatmentPhotoController:reduceStock' => '?',
  14626.             'App\\Controller\\CustomFormDataController:customformadd' => '?',
  14627.             'App\\Controller\\CustomFormDataController:customformdata_index' => '?',
  14628.             'App\\Controller\\CustomFormDataController:getcustomformmodal' => '?',
  14629.             'App\\Controller\\CustomerSettingController:setting' => '?',
  14630.             'App\\Controller\\DefaultController:checkLoginOtpCustom' => '?',
  14631.             'App\\Controller\\DefaultController:index' => '?',
  14632.             'App\\Controller\\DefaultController:login' => '?',
  14633.             'App\\Controller\\DefaultController:mailChimpWebhook' => '?',
  14634.             'App\\Controller\\DefaultController:registration' => '?',
  14635.             'App\\Controller\\DefaultController:registration1' => '?',
  14636.             'App\\Controller\\DefaultController:registration2' => '?',
  14637.             'App\\Controller\\DomainController:changestatus' => '?',
  14638.             'App\\Controller\\DomainController:index' => '?',
  14639.             'App\\Controller\\EventController:appointmentleadJoin' => '?',
  14640.             'App\\Controller\\EventController:appointmentlead_details' => '?',
  14641.             'App\\Controller\\EventController:clinic_appointmentlead_delete' => '?',
  14642.             'App\\Controller\\EventController:clinic_event_clone' => '?',
  14643.             'App\\Controller\\EventController:clinic_event_create' => '?',
  14644.             'App\\Controller\\EventController:clinic_event_delete' => '?',
  14645.             'App\\Controller\\EventController:clinic_event_edit' => '?',
  14646.             'App\\Controller\\EventController:clinic_event_list' => '?',
  14647.             'App\\Controller\\EventController:event_reminders' => '?',
  14648.             'App\\Controller\\EventController:event_status_change' => '?',
  14649.             'App\\Controller\\Front\\PostAptFormSentController:form' => '?',
  14650.             'App\\Controller\\Front\\SurveySentController:feedbackform' => '?',
  14651.             'App\\Controller\\Front\\SurveySentController:form' => '?',
  14652.             'App\\Controller\\MeetingController:addClinicMeeting' => '?',
  14653.             'App\\Controller\\MeetingController:bookMeeting' => '?',
  14654.             'App\\Controller\\MeetingController:booking_history' => '?',
  14655.             'App\\Controller\\MeetingController:edit_clinic_meeting' => '?',
  14656.             'App\\Controller\\MeetingController:meeting' => '?',
  14657.             'App\\Controller\\MeetingController:meetingDelete' => '?',
  14658.             'App\\Controller\\MeetingController:meeting_reminders' => '?',
  14659.             'App\\Controller\\MeetingController:saveSetting' => '?',
  14660.             'App\\Controller\\MeetingController:schedule' => '?',
  14661.             'App\\Controller\\MeetingController:setting' => '?',
  14662.             'App\\Controller\\NewWebsiteController:newweb_create' => '?',
  14663.             'App\\Controller\\NewWebsiteController:newweb_edit' => '?',
  14664.             'App\\Controller\\NewWebsiteController:newweb_edit_add_page' => '?',
  14665.             'App\\Controller\\NewWebsiteController:newweb_edit_remove_page' => '?',
  14666.             'App\\Controller\\NewWebsiteController:newweb_editnew' => '?',
  14667.             'App\\Controller\\NewWebsiteController:newweb_view' => '?',
  14668.             'App\\Controller\\NewWebsiteController:newwebpreview' => '?',
  14669.             'App\\Controller\\NewWebsiteController:setWidgetBtn' => '?',
  14670.             'App\\Controller\\NewWebsiteController:titleform' => '?',
  14671.             'App\\Controller\\NewWebsiteController:webcustomformdata' => '?',
  14672.             'App\\Controller\\NewWidgetController:book_meeting_widget' => '?',
  14673.             'App\\Controller\\PatientController:accessmymailboxpatient' => '?',
  14674.             'App\\Controller\\PatientController:getAllNumbersSubcriptions' => '?',
  14675.             'App\\Controller\\PatientController:getCorrespondencePatient' => '?',
  14676.             'App\\Controller\\PatientController:getCreatePatientGroup' => '?',
  14677.             'App\\Controller\\PatientController:getPatientSendAptForm' => '?',
  14678.             'App\\Controller\\PatientController:getPatientSendForm' => '?',
  14679.             'App\\Controller\\PatientController:get_sms_numbers' => '?',
  14680.             'App\\Controller\\PatientController:groupemail' => '?',
  14681.             'App\\Controller\\PatientController:patient_mailbox_email' => '?',
  14682.             'App\\Controller\\PatientController:patient_show_email' => '?',
  14683.             'App\\Controller\\PatientController:paymentNumbersSubcriptions' => '?',
  14684.             'App\\Controller\\PatientController:purchase_tn_cancel' => '?',
  14685.             'App\\Controller\\PatientController:sendGroupPatientEmails' => '?',
  14686.             'App\\Controller\\PaymentController:apply_senderid' => '?',
  14687.             'App\\Controller\\PaymentController:cancel_smsplans' => '?',
  14688.             'App\\Controller\\PaymentController:paymentFeature' => '?',
  14689.             'App\\Controller\\PaymentController:payment_smsplans' => '?',
  14690.             'App\\Controller\\PaymentController:purchase_smsplans' => '?',
  14691.             'App\\Controller\\PaymentController:showNeedFeatureLicense' => '?',
  14692.             'App\\Controller\\PaymentController:success_smsplans' => '?',
  14693.             'App\\Controller\\ProfileController:generateICalendarUrl' => '?',
  14694.             'App\\Controller\\ProspectController:accessmymailboxprospect' => '?',
  14695.             'App\\Controller\\ProspectController:getCreateProspectGroup' => '?',
  14696.             'App\\Controller\\ProspectController:getProspectSendForm' => '?',
  14697.             'App\\Controller\\ProspectController:pgroupemail' => '?',
  14698.             'App\\Controller\\ProspectController:prospect_mailbox_email' => '?',
  14699.             'App\\Controller\\ProspectController:prospect_show_email' => '?',
  14700.             'App\\Controller\\ProspectController:sendGroupProspectEmails' => '?',
  14701.             'App\\Controller\\PublicProfileController:bgDataSave' => '?',
  14702.             'App\\Controller\\PublicProfileController:bookBtnSave' => '?',
  14703.             'App\\Controller\\PublicProfileController:changePasswordSave' => '?',
  14704.             'App\\Controller\\PublicProfileController:changeProfileImage' => '?',
  14705.             'App\\Controller\\PublicProfileController:profileImageSave' => '?',
  14706.             'App\\Controller\\PublicProfileController:publicProfileSave' => '?',
  14707.             'App\\Controller\\SmsReviewController:index' => '?',
  14708.             'App\\Controller\\TemplateController:clinic_templates' => '?',
  14709.             'App\\Controller\\TemplateController:download_templates' => '?',
  14710.             'App\\Controller\\TemplateController:library' => '?',
  14711.             'App\\Controller\\TemplateController:my_templates' => '?',
  14712.             'App\\Controller\\TemplateController:temp_delete' => '?',
  14713.             'App\\Controller\\TemplateController:temp_index' => '?',
  14714.             'App\\Controller\\TemplateController:temp_preview' => '?',
  14715.             'App\\Controller\\TemplateController:temp_save' => '?',
  14716.             'App\\Controller\\TemplateController:temp_show' => '?',
  14717.             'App\\Controller\\TemplateController:uploadScreenshot' => '?',
  14718.             'App\\Controller\\YourController:handleHanpointPOSWebhook' => '?',
  14719.             'App\\Controller\\YourController:openRoute1Action' => '?',
  14720.             'App\\Controller\\YourController:receiveDataFromPosDevice' => '?',
  14721.         ]);
  14722.     }
  14723.     /**
  14724.      * Gets the private '.service_locator.IFn9MRz' shared service.
  14725.      *
  14726.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14727.      */
  14728.     protected function get_ServiceLocator_IFn9MRzService()
  14729.     {
  14730.         return $this->privates['.service_locator.IFn9MRz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14731.             'clinic' => ['privates''.errored..service_locator.IFn9MRz.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.IFn9MRz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14732.             'prepayPackage' => ['privates''.errored..service_locator.IFn9MRz.App\\Entity\\Clinic\\Stock\\PrepayPackage'NULL'Cannot autowire service ".service_locator.IFn9MRz": it references class "App\\Entity\\Clinic\\Stock\\PrepayPackage" but no such service exists.'],
  14733.         ], [
  14734.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14735.             'prepayPackage' => 'App\\Entity\\Clinic\\Stock\\PrepayPackage',
  14736.         ]);
  14737.     }
  14738.     /**
  14739.      * Gets the private '.service_locator.IH2OgoA' shared service.
  14740.      *
  14741.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14742.      */
  14743.     protected function get_ServiceLocator_IH2OgoAService()
  14744.     {
  14745.         return $this->privates['.service_locator.IH2OgoA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14746.             'encoderFactory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  14747.         ], [
  14748.             'encoderFactory' => '?',
  14749.         ]);
  14750.     }
  14751.     /**
  14752.      * Gets the private '.service_locator.IiGHGH9' shared service.
  14753.      *
  14754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14755.      */
  14756.     protected function get_ServiceLocator_IiGHGH9Service()
  14757.     {
  14758.         return $this->privates['.service_locator.IiGHGH9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14759.             'formFileRepository' => ['privates''App\\Repository\\Clinic\\FormFileRepository''getFormFileRepositoryService'false],
  14760.         ], [
  14761.             'formFileRepository' => 'App\\Repository\\Clinic\\FormFileRepository',
  14762.         ]);
  14763.     }
  14764.     /**
  14765.      * Gets the private '.service_locator.IvKmV82' shared service.
  14766.      *
  14767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14768.      */
  14769.     protected function get_ServiceLocator_IvKmV82Service()
  14770.     {
  14771.         return $this->privates['.service_locator.IvKmV82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14772.             'clinic' => ['privates''.errored..service_locator.IvKmV82.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.IvKmV82": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14773.             'item' => ['privates''.errored..service_locator.IvKmV82.App\\Entity\\Patient\\Invoice\\Item'NULL'Cannot autowire service ".service_locator.IvKmV82": it references class "App\\Entity\\Patient\\Invoice\\Item" but no such service exists.'],
  14774.             'patient' => ['privates''.errored..service_locator.IvKmV82.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.IvKmV82": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  14775.         ], [
  14776.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14777.             'item' => 'App\\Entity\\Patient\\Invoice\\Item',
  14778.             'patient' => 'App\\Entity\\Person\\Patient',
  14779.         ]);
  14780.     }
  14781.     /**
  14782.      * Gets the private '.service_locator.JKV1TGV' shared service.
  14783.      *
  14784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14785.      */
  14786.     protected function get_ServiceLocator_JKV1TGVService()
  14787.     {
  14788.         return $this->privates['.service_locator.JKV1TGV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14789.             'clinic' => ['privates''.errored..service_locator.JKV1TGV.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.JKV1TGV": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14790.             'date' => ['privates''.errored..service_locator.JKV1TGV.DateTime'NULL'Cannot autowire service ".service_locator.JKV1TGV": it references class "DateTime" but no such service exists.'],
  14791.         ], [
  14792.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14793.             'date' => 'DateTime',
  14794.         ]);
  14795.     }
  14796.     /**
  14797.      * Gets the private '.service_locator.Jt3J7IK' shared service.
  14798.      *
  14799.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14800.      */
  14801.     protected function get_ServiceLocator_Jt3J7IKService()
  14802.     {
  14803.         return $this->privates['.service_locator.Jt3J7IK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14804.             'clinic' => ['privates''.errored..service_locator.Jt3J7IK.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Jt3J7IK": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14805.             'template' => ['privates''.errored..service_locator.Jt3J7IK.App\\Entity\\TemplateLibrary'NULL'Cannot autowire service ".service_locator.Jt3J7IK": it references class "App\\Entity\\TemplateLibrary" but no such service exists.'],
  14806.         ], [
  14807.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14808.             'template' => 'App\\Entity\\TemplateLibrary',
  14809.         ]);
  14810.     }
  14811.     /**
  14812.      * Gets the private '.service_locator.JtHCLlY' shared service.
  14813.      *
  14814.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14815.      */
  14816.     protected function get_ServiceLocator_JtHCLlYService()
  14817.     {
  14818.         return $this->privates['.service_locator.JtHCLlY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14819.             'formFile' => ['privates''.errored..service_locator.JtHCLlY.App\\Entity\\Clinic\\FormFile'NULL'Cannot autowire service ".service_locator.JtHCLlY": it references class "App\\Entity\\Clinic\\FormFile" but no such service exists.'],
  14820.         ], [
  14821.             'formFile' => 'App\\Entity\\Clinic\\FormFile',
  14822.         ]);
  14823.     }
  14824.     /**
  14825.      * Gets the private '.service_locator.Jx816YY' shared service.
  14826.      *
  14827.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14828.      */
  14829.     protected function get_ServiceLocator_Jx816YYService()
  14830.     {
  14831.         return $this->privates['.service_locator.Jx816YY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14832.             'clinic' => ['privates''.errored..service_locator.Jx816YY.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Jx816YY": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14833.             'patient' => ['privates''.errored..service_locator.Jx816YY.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.Jx816YY": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  14834.             'prepay' => ['privates''.errored..service_locator.Jx816YY.App\\Entity\\Patient\\Prepay'NULL'Cannot autowire service ".service_locator.Jx816YY": it references class "App\\Entity\\Patient\\Prepay" but no such service exists.'],
  14835.         ], [
  14836.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14837.             'patient' => 'App\\Entity\\Person\\Patient',
  14838.             'prepay' => 'App\\Entity\\Patient\\Prepay',
  14839.         ]);
  14840.     }
  14841.     /**
  14842.      * Gets the private '.service_locator.KKxSBFI' shared service.
  14843.      *
  14844.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14845.      */
  14846.     protected function get_ServiceLocator_KKxSBFIService()
  14847.     {
  14848.         return $this->privates['.service_locator.KKxSBFI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14849.             'clinic' => ['privates''.errored..service_locator.KKxSBFI.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.KKxSBFI": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14850.             'event' => ['privates''.errored..service_locator.KKxSBFI.App\\Entity\\Clinic\\Appointment\\GoogleEvent'NULL'Cannot autowire service ".service_locator.KKxSBFI": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.'],
  14851.             'manager' => ['services''app.notifications_manager''getApp_NotificationsManagerService'false],
  14852.         ], [
  14853.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14854.             'event' => 'App\\Entity\\Clinic\\Appointment\\GoogleEvent',
  14855.             'manager' => '?',
  14856.         ]);
  14857.     }
  14858.     /**
  14859.      * Gets the private '.service_locator.KXbWYTh' shared service.
  14860.      *
  14861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14862.      */
  14863.     protected function get_ServiceLocator_KXbWYThService()
  14864.     {
  14865.         return $this->privates['.service_locator.KXbWYTh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14866.             'clinic' => ['privates''.errored..service_locator.KXbWYTh.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.KXbWYTh": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14867.             'user' => ['privates''.errored..service_locator.KXbWYTh.App\\Entity\\Clinic\\Person\\ClinicUser'NULL'Cannot autowire service ".service_locator.KXbWYTh": it references class "App\\Entity\\Clinic\\Person\\ClinicUser" but no such service exists.'],
  14868.         ], [
  14869.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14870.             'user' => 'App\\Entity\\Clinic\\Person\\ClinicUser',
  14871.         ]);
  14872.     }
  14873.     /**
  14874.      * Gets the private '.service_locator.KhS4aFB' shared service.
  14875.      *
  14876.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14877.      */
  14878.     protected function get_ServiceLocator_KhS4aFBService()
  14879.     {
  14880.         return $this->privates['.service_locator.KhS4aFB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14881.             'barCodeGenerator' => ['privates''App\\Services\\BarCodeGenerator''getBarCodeGeneratorService'false],
  14882.             'chronoscanClient' => ['privates''App\\Services\\Chronoscan\\ChronoscanClient''getChronoscanClientService'false],
  14883.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  14884.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  14885.             'transformer' => ['services''app.form_data_transformer.patient_transformer''getApp_FormDataTransformer_PatientTransformerService'false],
  14886.         ], [
  14887.             'barCodeGenerator' => 'App\\Services\\BarCodeGenerator',
  14888.             'chronoscanClient' => 'App\\Services\\Chronoscan\\ChronoscanClient',
  14889.             'mailChimpClientImpl' => '?',
  14890.             'paginator' => '?',
  14891.             'transformer' => '?',
  14892.         ]);
  14893.     }
  14894.     /**
  14895.      * Gets the private '.service_locator.KnwevVB' shared service.
  14896.      *
  14897.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14898.      */
  14899.     protected function get_ServiceLocator_KnwevVBService()
  14900.     {
  14901.         return $this->privates['.service_locator.KnwevVB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14902.             'clinic' => ['privates''.errored..service_locator.KnwevVB.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.KnwevVB": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14903.             'treatmentClinic' => ['privates''.errored..service_locator.KnwevVB.App\\Entity\\Clinic\\Stock\\TreatmentClinic'NULL'Cannot autowire service ".service_locator.KnwevVB": it references class "App\\Entity\\Clinic\\Stock\\TreatmentClinic" but no such service exists.'],
  14904.         ], [
  14905.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14906.             'treatmentClinic' => 'App\\Entity\\Clinic\\Stock\\TreatmentClinic',
  14907.         ]);
  14908.     }
  14909.     /**
  14910.      * Gets the private '.service_locator.KyUB8p5' shared service.
  14911.      *
  14912.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14913.      */
  14914.     protected function get_ServiceLocator_KyUB8p5Service()
  14915.     {
  14916.         return $this->privates['.service_locator.KyUB8p5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14917.             'clinic' => ['privates''.errored..service_locator.KyUB8p5.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.KyUB8p5": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14918.             'referenceCreator' => ['services''app.reference_creator''getApp_ReferenceCreatorService'false],
  14919.         ], [
  14920.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14921.             'referenceCreator' => '?',
  14922.         ]);
  14923.     }
  14924.     /**
  14925.      * Gets the private '.service_locator.LFZD_cx' shared service.
  14926.      *
  14927.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14928.      */
  14929.     protected function get_ServiceLocator_LFZDCxService()
  14930.     {
  14931.         return $this->privates['.service_locator.LFZD_cx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14932.             'stripeService' => ['privates''App\\Services\\StripeService''getStripeServiceService'false],
  14933.             'urlGenerator' => ['services''router''getRouterService'false],
  14934.         ], [
  14935.             'stripeService' => 'App\\Services\\StripeService',
  14936.             'urlGenerator' => '?',
  14937.         ]);
  14938.     }
  14939.     /**
  14940.      * Gets the private '.service_locator.LPNKri_' shared service.
  14941.      *
  14942.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14943.      */
  14944.     protected function get_ServiceLocator_LPNKriService()
  14945.     {
  14946.         return $this->privates['.service_locator.LPNKri_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14947.             'filter' => ['privates''App\\Form\\Model\\DashboardFilter''getDashboardFilterService'false],
  14948.         ], [
  14949.             'filter' => 'App\\Form\\Model\\DashboardFilter',
  14950.         ]);
  14951.     }
  14952.     /**
  14953.      * Gets the private '.service_locator.LSchCs.' shared service.
  14954.      *
  14955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14956.      */
  14957.     protected function get_ServiceLocator_LSchCs_Service()
  14958.     {
  14959.         return $this->privates['.service_locator.LSchCs.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14960.             'clinic' => ['privates''.errored..service_locator.LSchCs..App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.LSchCs.": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14961.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  14962.             'questionaire' => ['privates''.errored..service_locator.LSchCs..App\\Entity\\Clinic\\Questionaire\\Questionaire'NULL'Cannot autowire service ".service_locator.LSchCs.": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.'],
  14963.         ], [
  14964.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14965.             'paginator' => '?',
  14966.             'questionaire' => 'App\\Entity\\Clinic\\Questionaire\\Questionaire',
  14967.         ]);
  14968.     }
  14969.     /**
  14970.      * Gets the private '.service_locator.LgQdaKk' shared service.
  14971.      *
  14972.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14973.      */
  14974.     protected function get_ServiceLocator_LgQdaKkService()
  14975.     {
  14976.         return $this->privates['.service_locator.LgQdaKk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14977.             'clinic' => ['privates''.errored..service_locator.LgQdaKk.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.LgQdaKk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  14978.             'paymentsensePOS' => ['privates''.errored..service_locator.LgQdaKk.App\\Entity\\Patient\\Payment\\PaymentsensePOS'NULL'Cannot autowire service ".service_locator.LgQdaKk": it references class "App\\Entity\\Patient\\Payment\\PaymentsensePOS" but no such service exists.'],
  14979.         ], [
  14980.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  14981.             'paymentsensePOS' => 'App\\Entity\\Patient\\Payment\\PaymentsensePOS',
  14982.         ]);
  14983.     }
  14984.     /**
  14985.      * Gets the private '.service_locator.Lo.IHzF' shared service.
  14986.      *
  14987.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14988.      */
  14989.     protected function get_ServiceLocator_Lo_IHzFService()
  14990.     {
  14991.         return $this->privates['.service_locator.Lo.IHzF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14992.             'email' => ['privates''.errored..service_locator.Lo.IHzF.App\\Entity\\ProspectCommunication'NULL'Cannot autowire service ".service_locator.Lo.IHzF": it references class "App\\Entity\\ProspectCommunication" but no such service exists.'],
  14993.         ], [
  14994.             'email' => 'App\\Entity\\ProspectCommunication',
  14995.         ]);
  14996.     }
  14997.     /**
  14998.      * Gets the private '.service_locator.M.eDfpg' shared service.
  14999.      *
  15000.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15001.      */
  15002.     protected function get_ServiceLocator_M_EDfpgService()
  15003.     {
  15004.         return $this->privates['.service_locator.M.eDfpg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15005.             'historyService' => ['services''app.invoice_history''getApp_InvoiceHistoryService'false],
  15006.         ], [
  15007.             'historyService' => '?',
  15008.         ]);
  15009.     }
  15010.     /**
  15011.      * Gets the private '.service_locator.MKhjP8a' shared service.
  15012.      *
  15013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15014.      */
  15015.     protected function get_ServiceLocator_MKhjP8aService()
  15016.     {
  15017.         return $this->privates['.service_locator.MKhjP8a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15018.             'clinic' => ['privates''.errored..service_locator.MKhjP8a.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.MKhjP8a": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15019.             'event' => ['privates''.errored..service_locator.MKhjP8a.App\\Entity\\Clinic\\Appointment\\GoogleEvent'NULL'Cannot autowire service ".service_locator.MKhjP8a": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.'],
  15020.             'manager' => ['services''app.notifications_manager''getApp_NotificationsManagerService'false],
  15021.             'postAptForm' => ['privates''.errored..service_locator.MKhjP8a.App\\Entity\\Clinic\\PostAptForm'NULL'Cannot autowire service ".service_locator.MKhjP8a": it references class "App\\Entity\\Clinic\\PostAptForm" but no such service exists.'],
  15022.         ], [
  15023.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15024.             'event' => 'App\\Entity\\Clinic\\Appointment\\GoogleEvent',
  15025.             'manager' => '?',
  15026.             'postAptForm' => 'App\\Entity\\Clinic\\PostAptForm',
  15027.         ]);
  15028.     }
  15029.     /**
  15030.      * Gets the private '.service_locator.MU6INTS' shared service.
  15031.      *
  15032.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15033.      */
  15034.     protected function get_ServiceLocator_MU6INTSService()
  15035.     {
  15036.         return $this->privates['.service_locator.MU6INTS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15037.             'patient' => ['privates''.errored..service_locator.MU6INTS.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.MU6INTS": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15038.             'pdfCreator' => ['services''app.pdf_creator''getApp_PdfCreatorService'false],
  15039.         ], [
  15040.             'patient' => 'App\\Entity\\Person\\Patient',
  15041.             'pdfCreator' => '?',
  15042.         ]);
  15043.     }
  15044.     /**
  15045.      * Gets the private '.service_locator.NN0cQZx' shared service.
  15046.      *
  15047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15048.      */
  15049.     protected function get_ServiceLocator_NN0cQZxService()
  15050.     {
  15051.         return $this->privates['.service_locator.NN0cQZx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15052.             'blameableService' => ['privates''App\\Services\\BlameableService''getBlameableServiceService'false],
  15053.         ], [
  15054.             'blameableService' => 'App\\Services\\BlameableService',
  15055.         ]);
  15056.     }
  15057.     /**
  15058.      * Gets the private '.service_locator.O.EbPfk' shared service.
  15059.      *
  15060.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15061.      */
  15062.     protected function get_ServiceLocator_O_EbPfkService()
  15063.     {
  15064.         return $this->privates['.service_locator.O.EbPfk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15065.             'clinic' => ['privates''.errored..service_locator.O.EbPfk.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.O.EbPfk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15066.             'invoice' => ['privates''.errored..service_locator.O.EbPfk.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator.O.EbPfk": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  15067.         ], [
  15068.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15069.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  15070.         ]);
  15071.     }
  15072.     /**
  15073.      * Gets the private '.service_locator.QogbiW.' shared service.
  15074.      *
  15075.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15076.      */
  15077.     protected function get_ServiceLocator_QogbiW_Service()
  15078.     {
  15079.         return $this->privates['.service_locator.QogbiW.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15080.             'promoCode' => ['privates''.errored..service_locator.QogbiW..App\\Entity\\Clinic\\PriceTier\\PromoCode'NULL'Cannot autowire service ".service_locator.QogbiW.": it references class "App\\Entity\\Clinic\\PriceTier\\PromoCode" but no such service exists.'],
  15081.         ], [
  15082.             'promoCode' => 'App\\Entity\\Clinic\\PriceTier\\PromoCode',
  15083.         ]);
  15084.     }
  15085.     /**
  15086.      * Gets the private '.service_locator.Qt0ou_B' shared service.
  15087.      *
  15088.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15089.      */
  15090.     protected function get_ServiceLocator_Qt0ouBService()
  15091.     {
  15092.         return $this->privates['.service_locator.Qt0ou_B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15093.             'clinic' => ['privates''.errored..service_locator.Qt0ou_B.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Qt0ou_B": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15094.             'invoice' => ['privates''.errored..service_locator.Qt0ou_B.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator.Qt0ou_B": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  15095.             'logger' => ['services''logger''getLoggerService'false],
  15096.             'patient' => ['privates''.errored..service_locator.Qt0ou_B.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.Qt0ou_B": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15097.         ], [
  15098.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15099.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  15100.             'logger' => '?',
  15101.             'patient' => 'App\\Entity\\Person\\Patient',
  15102.         ]);
  15103.     }
  15104.     /**
  15105.      * Gets the private '.service_locator.Rygxwx2' shared service.
  15106.      *
  15107.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15108.      */
  15109.     protected function get_ServiceLocator_Rygxwx2Service()
  15110.     {
  15111.         return $this->privates['.service_locator.Rygxwx2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15112.             'priceTiersGroup' => ['privates''.errored..service_locator.Rygxwx2.App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup'NULL'Cannot autowire service ".service_locator.Rygxwx2": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup" but no such service exists.'],
  15113.         ], [
  15114.             'priceTiersGroup' => 'App\\Entity\\Clinic\\PriceTier\\PriceTiersGroup',
  15115.         ]);
  15116.     }
  15117.     /**
  15118.      * Gets the private '.service_locator.U.jBLuc' shared service.
  15119.      *
  15120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15121.      */
  15122.     protected function get_ServiceLocator_U_JBLucService()
  15123.     {
  15124.         return $this->privates['.service_locator.U.jBLuc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15125.             'manager' => ['privates''App\\Aws\\SESManager''getSESManagerService'false],
  15126.             'pdfCreator' => ['services''app.pdf_creator''getApp_PdfCreatorService'false],
  15127.             'repository' => ['privates''App\\Repository\\Patient\\SurveySentRepository''getSurveySentRepositoryService'false],
  15128.             'serializer' => ['services''serializer''getSerializerService'false],
  15129.         ], [
  15130.             'manager' => 'App\\Aws\\SESManager',
  15131.             'pdfCreator' => '?',
  15132.             'repository' => 'App\\Repository\\Patient\\SurveySentRepository',
  15133.             'serializer' => '?',
  15134.         ]);
  15135.     }
  15136.     /**
  15137.      * Gets the private '.service_locator.U95CptO' shared service.
  15138.      *
  15139.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15140.      */
  15141.     protected function get_ServiceLocator_U95CptOService()
  15142.     {
  15143.         return $this->privates['.service_locator.U95CptO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15144.             'clinic' => ['privates''.errored..service_locator.U95CptO.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.U95CptO": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15145.             'membershipService' => ['privates''App\\Services\\MembershipService''getMembershipServiceService'false],
  15146.             'patient' => ['privates''.errored..service_locator.U95CptO.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.U95CptO": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15147.         ], [
  15148.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15149.             'membershipService' => 'App\\Services\\MembershipService',
  15150.             'patient' => 'App\\Entity\\Person\\Patient',
  15151.         ]);
  15152.     }
  15153.     /**
  15154.      * Gets the private '.service_locator.UDFAHFu' shared service.
  15155.      *
  15156.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15157.      */
  15158.     protected function get_ServiceLocator_UDFAHFuService()
  15159.     {
  15160.         return $this->privates['.service_locator.UDFAHFu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15161.             'barCodeGenerator' => ['privates''App\\Services\\BarCodeGenerator''getBarCodeGeneratorService'false],
  15162.             'chronoscanClient' => ['privates''App\\Services\\Chronoscan\\ChronoscanClient''getChronoscanClientService'false],
  15163.             'clinic' => ['privates''.errored..service_locator.UDFAHFu.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.UDFAHFu": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15164.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  15165.             'patient' => ['privates''.errored..service_locator.UDFAHFu.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.UDFAHFu": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15166.             'transformer' => ['services''app.form_data_transformer.patient_transformer''getApp_FormDataTransformer_PatientTransformerService'false],
  15167.         ], [
  15168.             'barCodeGenerator' => 'App\\Services\\BarCodeGenerator',
  15169.             'chronoscanClient' => 'App\\Services\\Chronoscan\\ChronoscanClient',
  15170.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15171.             'mailChimpClientImpl' => '?',
  15172.             'patient' => 'App\\Entity\\Person\\Patient',
  15173.             'transformer' => '?',
  15174.         ]);
  15175.     }
  15176.     /**
  15177.      * Gets the private '.service_locator.UNu9g98' shared service.
  15178.      *
  15179.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15180.      */
  15181.     protected function get_ServiceLocator_UNu9g98Service()
  15182.     {
  15183.         return $this->privates['.service_locator.UNu9g98'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15184.             'historyService' => ['services''app.history''getApp_HistoryService'false],
  15185.         ], [
  15186.             'historyService' => '?',
  15187.         ]);
  15188.     }
  15189.     /**
  15190.      * Gets the private '.service_locator.U_5YyZ3' shared service.
  15191.      *
  15192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15193.      */
  15194.     protected function get_ServiceLocator_U5YyZ3Service()
  15195.     {
  15196.         return $this->privates['.service_locator.U_5YyZ3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15197.             'validator' => ['services''validator''getValidatorService'false],
  15198.         ], [
  15199.             'validator' => '?',
  15200.         ]);
  15201.     }
  15202.     /**
  15203.      * Gets the private '.service_locator.Uy1Qk.8' shared service.
  15204.      *
  15205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15206.      */
  15207.     protected function get_ServiceLocator_Uy1Qk_8Service()
  15208.     {
  15209.         return $this->privates['.service_locator.Uy1Qk.8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15210.             'barCodeGenerator' => ['privates''App\\Services\\BarCodeGenerator''getBarCodeGeneratorService'false],
  15211.             'clinic' => ['privates''.errored..service_locator.Uy1Qk.8.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Uy1Qk.8": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15212.         ], [
  15213.             'barCodeGenerator' => 'App\\Services\\BarCodeGenerator',
  15214.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15215.         ]);
  15216.     }
  15217.     /**
  15218.      * Gets the private '.service_locator.Uyoil4z' shared service.
  15219.      *
  15220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15221.      */
  15222.     protected function get_ServiceLocator_Uyoil4zService()
  15223.     {
  15224.         return $this->privates['.service_locator.Uyoil4z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15225.             'clinic' => ['privates''.errored..service_locator.Uyoil4z.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Uyoil4z": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15226.             'leadCapture' => ['privates''.errored..service_locator.Uyoil4z.App\\Entity\\LeadCapture\\LeadCapture'NULL'Cannot autowire service ".service_locator.Uyoil4z": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.'],
  15227.         ], [
  15228.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15229.             'leadCapture' => 'App\\Entity\\LeadCapture\\LeadCapture',
  15230.         ]);
  15231.     }
  15232.     /**
  15233.      * Gets the private '.service_locator.VSFUhMz' shared service.
  15234.      *
  15235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15236.      */
  15237.     protected function get_ServiceLocator_VSFUhMzService()
  15238.     {
  15239.         return $this->privates['.service_locator.VSFUhMz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15240.             'clinic' => ['privates''.errored..service_locator.VSFUhMz.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.VSFUhMz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15241.             'repository' => ['privates''App\\Repository\\Clinic\\NotConvertReasonRepository''getNotConvertReasonRepositoryService'false],
  15242.         ], [
  15243.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15244.             'repository' => 'App\\Repository\\Clinic\\NotConvertReasonRepository',
  15245.         ]);
  15246.     }
  15247.     /**
  15248.      * Gets the private '.service_locator.VUNzfCR' shared service.
  15249.      *
  15250.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15251.      */
  15252.     protected function get_ServiceLocator_VUNzfCRService()
  15253.     {
  15254.         return $this->privates['.service_locator.VUNzfCR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15255.             'clinicId' => ['privates''.errored..service_locator.VUNzfCR.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.VUNzfCR": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15256.             'worker' => ['services''app.main_worker''getApp_MainWorkerService'false],
  15257.         ], [
  15258.             'clinicId' => 'App\\Entity\\Clinic\\Clinic',
  15259.             'worker' => '?',
  15260.         ]);
  15261.     }
  15262.     /**
  15263.      * Gets the private '.service_locator.VetA824' shared service.
  15264.      *
  15265.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15266.      */
  15267.     protected function get_ServiceLocator_VetA824Service()
  15268.     {
  15269.         return $this->privates['.service_locator.VetA824'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15270.             'PSConnectE' => ['services''app.payment_sense.connect_e''getApp_PaymentSense_ConnectEService'false],
  15271.             'clinic' => ['privates''.errored..service_locator.VetA824.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.VetA824": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15272.             'connect' => ['privates''.errored..service_locator.VetA824.App\\Entity\\Patient\\Payment\\PaymentsenseConnect'NULL'Cannot autowire service ".service_locator.VetA824": it references class "App\\Entity\\Patient\\Payment\\PaymentsenseConnect" but no such service exists.'],
  15273.         ], [
  15274.             'PSConnectE' => '?',
  15275.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15276.             'connect' => 'App\\Entity\\Patient\\Payment\\PaymentsenseConnect',
  15277.         ]);
  15278.     }
  15279.     /**
  15280.      * Gets the private '.service_locator.Vhd5bqb' shared service.
  15281.      *
  15282.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15283.      */
  15284.     protected function get_ServiceLocator_Vhd5bqbService()
  15285.     {
  15286.         return $this->privates['.service_locator.Vhd5bqb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15287.             'checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  15288.             'worker' => ['services''app.main_worker''getApp_MainWorkerService'false],
  15289.         ], [
  15290.             'checker' => '?',
  15291.             'worker' => '?',
  15292.         ]);
  15293.     }
  15294.     /**
  15295.      * Gets the private '.service_locator.VijrZBf' shared service.
  15296.      *
  15297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15298.      */
  15299.     protected function get_ServiceLocator_VijrZBfService()
  15300.     {
  15301.         return $this->privates['.service_locator.VijrZBf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15302.             'clinic' => ['privates''.errored..service_locator.VijrZBf.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.VijrZBf": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15303.             'customReportsRepository' => ['privates''App\\Repository\\CustomReports\\CustomReportsRepository''getCustomReportsRepositoryService'false],
  15304.         ], [
  15305.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15306.             'customReportsRepository' => 'App\\Repository\\CustomReports\\CustomReportsRepository',
  15307.         ]);
  15308.     }
  15309.     /**
  15310.      * Gets the private '.service_locator.Vus4v0l' shared service.
  15311.      *
  15312.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15313.      */
  15314.     protected function get_ServiceLocator_Vus4v0lService()
  15315.     {
  15316.         return $this->privates['.service_locator.Vus4v0l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15317.             'clinic' => ['privates''.errored..service_locator.Vus4v0l.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Vus4v0l": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15318.             'event' => ['privates''.errored..service_locator.Vus4v0l.App\\Entity\\Event'NULL'Cannot autowire service ".service_locator.Vus4v0l": it references class "App\\Entity\\Event" but no such service exists.'],
  15319.         ], [
  15320.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15321.             'event' => 'App\\Entity\\Event',
  15322.         ]);
  15323.     }
  15324.     /**
  15325.      * Gets the private '.service_locator.WIPJg1W' shared service.
  15326.      *
  15327.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15328.      */
  15329.     protected function get_ServiceLocator_WIPJg1WService()
  15330.     {
  15331.         return $this->privates['.service_locator.WIPJg1W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15332.             'clinic' => ['privates''.errored..service_locator.WIPJg1W.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.WIPJg1W": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15333.             'kind' => ['privates''.errored..service_locator.WIPJg1W.App\\Entity\\Patient\\Payment\\Kind'NULL'Cannot autowire service ".service_locator.WIPJg1W": it references class "App\\Entity\\Patient\\Payment\\Kind" but no such service exists.'],
  15334.         ], [
  15335.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15336.             'kind' => 'App\\Entity\\Patient\\Payment\\Kind',
  15337.         ]);
  15338.     }
  15339.     /**
  15340.      * Gets the private '.service_locator.WYfhOke' shared service.
  15341.      *
  15342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15343.      */
  15344.     protected function get_ServiceLocator_WYfhOkeService()
  15345.     {
  15346.         return $this->privates['.service_locator.WYfhOke'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15347.             'clinic' => ['privates''.errored..service_locator.WYfhOke.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.WYfhOke": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15348.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15349.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  15350.             'serializer' => ['services''serializer''getSerializerService'false],
  15351.         ], [
  15352.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15353.             'entityManager' => '?',
  15354.             'paginator' => '?',
  15355.             'serializer' => '?',
  15356.         ]);
  15357.     }
  15358.     /**
  15359.      * Gets the private '.service_locator.W_4gmne' shared service.
  15360.      *
  15361.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15362.      */
  15363.     protected function get_ServiceLocator_W4gmneService()
  15364.     {
  15365.         return $this->privates['.service_locator.W_4gmne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15366.             'SESManager' => ['privates''App\\Aws\\SESManager''getSESManagerService'false],
  15367.         ], [
  15368.             'SESManager' => 'App\\Aws\\SESManager',
  15369.         ]);
  15370.     }
  15371.     /**
  15372.      * Gets the private '.service_locator.YAbO6KB' shared service.
  15373.      *
  15374.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15375.      */
  15376.     protected function get_ServiceLocator_YAbO6KBService()
  15377.     {
  15378.         return $this->privates['.service_locator.YAbO6KB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15379.             'clinic' => ['privates''.errored..service_locator.YAbO6KB.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.YAbO6KB": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15380.             'note' => ['privates''.errored..service_locator.YAbO6KB.App\\Entity\\Patient\\Note\\Note'NULL'Cannot autowire service ".service_locator.YAbO6KB": it references class "App\\Entity\\Patient\\Note\\Note" but no such service exists.'],
  15381.             'patient' => ['privates''.errored..service_locator.YAbO6KB.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.YAbO6KB": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15382.         ], [
  15383.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15384.             'note' => 'App\\Entity\\Patient\\Note\\Note',
  15385.             'patient' => 'App\\Entity\\Person\\Patient',
  15386.         ]);
  15387.     }
  15388.     /**
  15389.      * Gets the private '.service_locator.YDJMxWA' shared service.
  15390.      *
  15391.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15392.      */
  15393.     protected function get_ServiceLocator_YDJMxWAService()
  15394.     {
  15395.         return $this->privates['.service_locator.YDJMxWA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15396.             'treatmentClinic' => ['privates''.errored..service_locator.YDJMxWA.App\\Entity\\Clinic\\Stock\\TreatmentClinic'NULL'Cannot autowire service ".service_locator.YDJMxWA": it references class "App\\Entity\\Clinic\\Stock\\TreatmentClinic" but no such service exists.'],
  15397.         ], [
  15398.             'treatmentClinic' => 'App\\Entity\\Clinic\\Stock\\TreatmentClinic',
  15399.         ]);
  15400.     }
  15401.     /**
  15402.      * Gets the private '.service_locator.YH4gI56' shared service.
  15403.      *
  15404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15405.      */
  15406.     protected function get_ServiceLocator_YH4gI56Service()
  15407.     {
  15408.         return $this->privates['.service_locator.YH4gI56'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15409.             'customReport' => ['privates''.errored..service_locator.YH4gI56.App\\Entity\\CustomReports\\CustomReports'NULL'Cannot autowire service ".service_locator.YH4gI56": it references class "App\\Entity\\CustomReports\\CustomReports" but no such service exists.'],
  15410.         ], [
  15411.             'customReport' => 'App\\Entity\\CustomReports\\CustomReports',
  15412.         ]);
  15413.     }
  15414.     /**
  15415.      * Gets the private '.service_locator.YK7aVlK' shared service.
  15416.      *
  15417.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15418.      */
  15419.     protected function get_ServiceLocator_YK7aVlKService()
  15420.     {
  15421.         return $this->privates['.service_locator.YK7aVlK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15422.             'conversation' => ['privates''.errored..service_locator.YK7aVlK.App\\Entity\\ProspectConversation'NULL'Cannot autowire service ".service_locator.YK7aVlK": it references class "App\\Entity\\ProspectConversation" but no such service exists.'],
  15423.         ], [
  15424.             'conversation' => 'App\\Entity\\ProspectConversation',
  15425.         ]);
  15426.     }
  15427.     /**
  15428.      * Gets the private '.service_locator.YUUvPmb' shared service.
  15429.      *
  15430.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15431.      */
  15432.     protected function get_ServiceLocator_YUUvPmbService()
  15433.     {
  15434.         return $this->privates['.service_locator.YUUvPmb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15435.             'clinic' => ['privates''.errored..service_locator.YUUvPmb.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15436.             'consultationNote' => ['privates''.errored..service_locator.YUUvPmb.App\\Entity\\Patient\\Note\\ConsultationNote'NULL'Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.'],
  15437.             'note' => ['privates''.errored..service_locator.YUUvPmb.App\\Entity\\Patient\\Note\\AdditionalNote'NULL'Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Patient\\Note\\AdditionalNote" but no such service exists.'],
  15438.             'patient' => ['privates''.errored..service_locator.YUUvPmb.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.YUUvPmb": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15439.         ], [
  15440.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15441.             'consultationNote' => 'App\\Entity\\Patient\\Note\\ConsultationNote',
  15442.             'note' => 'App\\Entity\\Patient\\Note\\AdditionalNote',
  15443.             'patient' => 'App\\Entity\\Person\\Patient',
  15444.         ]);
  15445.     }
  15446.     /**
  15447.      * Gets the private '.service_locator.YXkzAZ0' shared service.
  15448.      *
  15449.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15450.      */
  15451.     protected function get_ServiceLocator_YXkzAZ0Service()
  15452.     {
  15453.         return $this->privates['.service_locator.YXkzAZ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15454.             'question' => ['privates''.errored..service_locator.YXkzAZ0.App\\Entity\\Clinic\\Questionaire\\Question'NULL'Cannot autowire service ".service_locator.YXkzAZ0": it references class "App\\Entity\\Clinic\\Questionaire\\Question" but no such service exists.'],
  15455.             'questionaire' => ['privates''.errored..service_locator.YXkzAZ0.App\\Entity\\Clinic\\Questionaire\\Questionaire'NULL'Cannot autowire service ".service_locator.YXkzAZ0": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.'],
  15456.         ], [
  15457.             'question' => 'App\\Entity\\Clinic\\Questionaire\\Question',
  15458.             'questionaire' => 'App\\Entity\\Clinic\\Questionaire\\Questionaire',
  15459.         ]);
  15460.     }
  15461.     /**
  15462.      * Gets the private '.service_locator.YZo.umZ' shared service.
  15463.      *
  15464.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15465.      */
  15466.     protected function get_ServiceLocator_YZo_UmZService()
  15467.     {
  15468.         return $this->privates['.service_locator.YZo.umZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15469.             'clinic' => ['privates''.errored..service_locator.YZo.umZ.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.YZo.umZ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15470.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  15471.         ], [
  15472.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15473.             'mailChimpClientImpl' => '?',
  15474.         ]);
  15475.     }
  15476.     /**
  15477.      * Gets the private '.service_locator.YmKsGL4' shared service.
  15478.      *
  15479.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15480.      */
  15481.     protected function get_ServiceLocator_YmKsGL4Service()
  15482.     {
  15483.         return $this->privates['.service_locator.YmKsGL4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15484.             'POSService' => ['services''app.payment_sense.pos''getApp_PaymentSense_PosService'false],
  15485.             'clinic' => ['privates''.errored..service_locator.YmKsGL4.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.YmKsGL4": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15486.             'paymentsensePOS' => ['privates''.errored..service_locator.YmKsGL4.App\\Entity\\Patient\\Payment\\PaymentsensePOS'NULL'Cannot autowire service ".service_locator.YmKsGL4": it references class "App\\Entity\\Patient\\Payment\\PaymentsensePOS" but no such service exists.'],
  15487.         ], [
  15488.             'POSService' => '?',
  15489.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15490.             'paymentsensePOS' => 'App\\Entity\\Patient\\Payment\\PaymentsensePOS',
  15491.         ]);
  15492.     }
  15493.     /**
  15494.      * Gets the private '.service_locator.YxqFOb4' shared service.
  15495.      *
  15496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15497.      */
  15498.     protected function get_ServiceLocator_YxqFOb4Service()
  15499.     {
  15500.         return $this->privates['.service_locator.YxqFOb4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15501.             'event' => ['privates''.errored..service_locator.YxqFOb4.App\\Entity\\Clinic\\Appointment\\GoogleEvent'NULL'Cannot autowire service ".service_locator.YxqFOb4": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.'],
  15502.         ], [
  15503.             'event' => 'App\\Entity\\Clinic\\Appointment\\GoogleEvent',
  15504.         ]);
  15505.     }
  15506.     /**
  15507.      * Gets the private '.service_locator.Z7B4LE3' shared service.
  15508.      *
  15509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15510.      */
  15511.     protected function get_ServiceLocator_Z7B4LE3Service()
  15512.     {
  15513.         return $this->privates['.service_locator.Z7B4LE3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15514.             'clinic' => ['privates''.errored..service_locator.Z7B4LE3.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.Z7B4LE3": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15515.             'daySheet' => ['privates''.errored..service_locator.Z7B4LE3.App\\Entity\\DaySheet\\DaySheet'NULL'Cannot autowire service ".service_locator.Z7B4LE3": it references class "App\\Entity\\DaySheet\\DaySheet" but no such service exists.'],
  15516.         ], [
  15517.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15518.             'daySheet' => 'App\\Entity\\DaySheet\\DaySheet',
  15519.         ]);
  15520.     }
  15521.     /**
  15522.      * Gets the private '.service_locator._nJi02u' shared service.
  15523.      *
  15524.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15525.      */
  15526.     protected function get_ServiceLocator_NJi02uService()
  15527.     {
  15528.         return $this->privates['.service_locator._nJi02u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15529.             'clinic' => ['privates''.errored..service_locator._nJi02u.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator._nJi02u": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15530.             'detailOrgLevel' => ['services''app.report_detail_switch_org_level''getApp_ReportDetailSwitchOrgLevelService'false],
  15531.         ], [
  15532.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15533.             'detailOrgLevel' => '?',
  15534.         ]);
  15535.     }
  15536.     /**
  15537.      * Gets the private '.service_locator._xsr3s2' shared service.
  15538.      *
  15539.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15540.      */
  15541.     protected function get_ServiceLocator_Xsr3s2Service()
  15542.     {
  15543.         return $this->privates['.service_locator._xsr3s2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15544.             'priceList' => ['privates''.errored..service_locator._xsr3s2.App\\Entity\\Clinic\\Stock\\PriceList'NULL'Cannot autowire service ".service_locator._xsr3s2": it references class "App\\Entity\\Clinic\\Stock\\PriceList" but no such service exists.'],
  15545.         ], [
  15546.             'priceList' => 'App\\Entity\\Clinic\\Stock\\PriceList',
  15547.         ]);
  15548.     }
  15549.     /**
  15550.      * Gets the private '.service_locator.ae8nc1y' shared service.
  15551.      *
  15552.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15553.      */
  15554.     protected function get_ServiceLocator_Ae8nc1yService()
  15555.     {
  15556.         return $this->privates['.service_locator.ae8nc1y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15557.             'marketing' => ['privates''.errored..service_locator.ae8nc1y.App\\Entity\\Clinic\\Marketing'NULL'Cannot autowire service ".service_locator.ae8nc1y": it references class "App\\Entity\\Clinic\\Marketing" but no such service exists.'],
  15558.         ], [
  15559.             'marketing' => 'App\\Entity\\Clinic\\Marketing',
  15560.         ]);
  15561.     }
  15562.     /**
  15563.      * Gets the private '.service_locator.ajcsq0y' shared service.
  15564.      *
  15565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15566.      */
  15567.     protected function get_ServiceLocator_Ajcsq0yService()
  15568.     {
  15569.         return $this->privates['.service_locator.ajcsq0y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15570.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15571.             'clinic' => ['privates''.errored..service_locator.ajcsq0y.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.ajcsq0y": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15572.         ], [
  15573.             'breadcrumbs' => '?',
  15574.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15575.         ]);
  15576.     }
  15577.     /**
  15578.      * Gets the private '.service_locator.b07.ZNQ' shared service.
  15579.      *
  15580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15581.      */
  15582.     protected function get_ServiceLocator_B07_ZNQService()
  15583.     {
  15584.         return $this->privates['.service_locator.b07.ZNQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15585.             'clinic' => ['privates''.errored..service_locator.b07.ZNQ.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.b07.ZNQ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15586.             'worker' => ['privates''App\\Services\\PatientsPhotosImportFromZipWorker''getPatientsPhotosImportFromZipWorkerService'false],
  15587.         ], [
  15588.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15589.             'worker' => 'App\\Services\\PatientsPhotosImportFromZipWorker',
  15590.         ]);
  15591.     }
  15592.     /**
  15593.      * Gets the private '.service_locator.b500Lf8' shared service.
  15594.      *
  15595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15596.      */
  15597.     protected function get_ServiceLocator_B500Lf8Service()
  15598.     {
  15599.         return $this->privates['.service_locator.b500Lf8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15600.             'clinic' => ['privates''.errored..service_locator.b500Lf8.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.b500Lf8": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15601.             'repository' => ['privates''App\\Repository\\Clinic\\Stock\\ProductRepository''getProductRepositoryService'false],
  15602.         ], [
  15603.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15604.             'repository' => 'App\\Repository\\Clinic\\Stock\\ProductRepository',
  15605.         ]);
  15606.     }
  15607.     /**
  15608.      * Gets the private '.service_locator.bACQl82' shared service.
  15609.      *
  15610.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15611.      */
  15612.     protected function get_ServiceLocator_BACQl82Service()
  15613.     {
  15614.         return $this->privates['.service_locator.bACQl82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15615.             'clinic' => ['privates''.errored..service_locator.bACQl82.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.bACQl82": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15616.             'reason' => ['privates''.errored..service_locator.bACQl82.App\\Entity\\Clinic\\BlockerReason'NULL'Cannot autowire service ".service_locator.bACQl82": it references class "App\\Entity\\Clinic\\BlockerReason" but no such service exists.'],
  15617.         ], [
  15618.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15619.             'reason' => 'App\\Entity\\Clinic\\BlockerReason',
  15620.         ]);
  15621.     }
  15622.     /**
  15623.      * Gets the private '.service_locator.cJXGZUz' shared service.
  15624.      *
  15625.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15626.      */
  15627.     protected function get_ServiceLocator_CJXGZUzService()
  15628.     {
  15629.         return $this->privates['.service_locator.cJXGZUz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15630.             'template' => ['privates''.errored..service_locator.cJXGZUz.App\\Entity\\Template'NULL'Cannot autowire service ".service_locator.cJXGZUz": it references class "App\\Entity\\Template" but no such service exists.'],
  15631.         ], [
  15632.             'template' => 'App\\Entity\\Template',
  15633.         ]);
  15634.     }
  15635.     /**
  15636.      * Gets the private '.service_locator.cV72FF2' shared service.
  15637.      *
  15638.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15639.      */
  15640.     protected function get_ServiceLocator_CV72FF2Service()
  15641.     {
  15642.         return $this->privates['.service_locator.cV72FF2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15643.             'trafficLight' => ['services''app.traffic_light_patient''getApp_TrafficLightPatientService'false],
  15644.         ], [
  15645.             'trafficLight' => '?',
  15646.         ]);
  15647.     }
  15648.     /**
  15649.      * Gets the private '.service_locator.cWdrEcP' shared service.
  15650.      *
  15651.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15652.      */
  15653.     protected function get_ServiceLocator_CWdrEcPService()
  15654.     {
  15655.         return $this->privates['.service_locator.cWdrEcP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15656.             'clinic' => ['privates''.errored..service_locator.cWdrEcP.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.cWdrEcP": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15657.             'filter' => ['privates''.errored..service_locator.cWdrEcP.App\\Entity\\Clinic\\Filter'NULL'Cannot autowire service ".service_locator.cWdrEcP": it references class "App\\Entity\\Clinic\\Filter" but no such service exists.'],
  15658.         ], [
  15659.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15660.             'filter' => 'App\\Entity\\Clinic\\Filter',
  15661.         ]);
  15662.     }
  15663.     /**
  15664.      * Gets the private '.service_locator.ccM2MGC' shared service.
  15665.      *
  15666.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15667.      */
  15668.     protected function get_ServiceLocator_CcM2MGCService()
  15669.     {
  15670.         return $this->privates['.service_locator.ccM2MGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15671.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  15672.         ], [
  15673.             'passwordEncoder' => '?',
  15674.         ]);
  15675.     }
  15676.     /**
  15677.      * Gets the private '.service_locator.cjPJq4m' shared service.
  15678.      *
  15679.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15680.      */
  15681.     protected function get_ServiceLocator_CjPJq4mService()
  15682.     {
  15683.         return $this->privates['.service_locator.cjPJq4m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15684.             'organisation' => ['privates''.errored..service_locator.cjPJq4m.App\\Entity\\Organisation\\Organisation'NULL'Cannot autowire service ".service_locator.cjPJq4m": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.'],
  15685.             'serviceCSV' => ['services''app.service_csv''getApp_ServiceCsvService'false],
  15686.         ], [
  15687.             'organisation' => 'App\\Entity\\Organisation\\Organisation',
  15688.             'serviceCSV' => '?',
  15689.         ]);
  15690.     }
  15691.     /**
  15692.      * Gets the private '.service_locator.d67Fv3J' shared service.
  15693.      *
  15694.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15695.      */
  15696.     protected function get_ServiceLocator_D67Fv3JService()
  15697.     {
  15698.         return $this->privates['.service_locator.d67Fv3J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15699.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  15700.             'repository' => ['privates''App\\Repository\\Clinic\\PriceTier\\PriceTiersGroupRepository''getPriceTiersGroupRepositoryService'false],
  15701.         ], [
  15702.             'paginator' => '?',
  15703.             'repository' => 'App\\Repository\\Clinic\\PriceTier\\PriceTiersGroupRepository',
  15704.         ]);
  15705.     }
  15706.     /**
  15707.      * Gets the private '.service_locator.dNZuJkQ' shared service.
  15708.      *
  15709.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15710.      */
  15711.     protected function get_ServiceLocator_DNZuJkQService()
  15712.     {
  15713.         return $this->privates['.service_locator.dNZuJkQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15714.             'clinic' => ['privates''.errored..service_locator.dNZuJkQ.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.dNZuJkQ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15715.             'serviceCSV' => ['services''app.service_csv''getApp_ServiceCsvService'false],
  15716.         ], [
  15717.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15718.             'serviceCSV' => '?',
  15719.         ]);
  15720.     }
  15721.     /**
  15722.      * Gets the private '.service_locator.dcdszee' shared service.
  15723.      *
  15724.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15725.      */
  15726.     protected function get_ServiceLocator_DcdszeeService()
  15727.     {
  15728.         return $this->privates['.service_locator.dcdszee'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15729.             'organisation' => ['privates''.errored..service_locator.dcdszee.App\\Entity\\Organisation\\Organisation'NULL'Cannot autowire service ".service_locator.dcdszee": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.'],
  15730.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  15731.         ], [
  15732.             'organisation' => 'App\\Entity\\Organisation\\Organisation',
  15733.             'paginator' => '?',
  15734.         ]);
  15735.     }
  15736.     /**
  15737.      * Gets the private '.service_locator.eFzRqZa' shared service.
  15738.      *
  15739.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15740.      */
  15741.     protected function get_ServiceLocator_EFzRqZaService()
  15742.     {
  15743.         return $this->privates['.service_locator.eFzRqZa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15744.             'clinic' => ['privates''.errored..service_locator.eFzRqZa.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.eFzRqZa": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15745.             'record' => ['privates''.errored..service_locator.eFzRqZa.App\\Entity\\Waiting\\Item'NULL'Cannot autowire service ".service_locator.eFzRqZa": it references class "App\\Entity\\Waiting\\Item" but no such service exists.'],
  15746.         ], [
  15747.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15748.             'record' => 'App\\Entity\\Waiting\\Item',
  15749.         ]);
  15750.     }
  15751.     /**
  15752.      * Gets the private '.service_locator.eRYIJCe' shared service.
  15753.      *
  15754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15755.      */
  15756.     protected function get_ServiceLocator_ERYIJCeService()
  15757.     {
  15758.         return $this->privates['.service_locator.eRYIJCe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15759.             'SESManager' => ['privates''App\\Aws\\SESManager''getSESManagerService'false],
  15760.             'clinic' => ['privates''.errored..service_locator.eRYIJCe.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.eRYIJCe": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15761.             'invoice' => ['privates''.errored..service_locator.eRYIJCe.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator.eRYIJCe": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  15762.             'patient' => ['privates''.errored..service_locator.eRYIJCe.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.eRYIJCe": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15763.             'pdfCreator' => ['services''app.pdf_creator''getApp_PdfCreatorService'false],
  15764.         ], [
  15765.             'SESManager' => 'App\\Aws\\SESManager',
  15766.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15767.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  15768.             'patient' => 'App\\Entity\\Person\\Patient',
  15769.             'pdfCreator' => '?',
  15770.         ]);
  15771.     }
  15772.     /**
  15773.      * Gets the private '.service_locator.e_ZnoRO' shared service.
  15774.      *
  15775.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15776.      */
  15777.     protected function get_ServiceLocator_EZnoROService()
  15778.     {
  15779.         return $this->privates['.service_locator.e_ZnoRO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15780.             'clinic' => ['privates''.errored..service_locator.e_ZnoRO.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.e_ZnoRO": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15781.             'correspondence' => ['privates''.errored..service_locator.e_ZnoRO.App\\Entity\\Patient\\Correspondence\\Correspondence'NULL'Cannot autowire service ".service_locator.e_ZnoRO": it references class "App\\Entity\\Patient\\Correspondence\\Correspondence" but no such service exists.'],
  15782.             'patient' => ['privates''.errored..service_locator.e_ZnoRO.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.e_ZnoRO": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15783.         ], [
  15784.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15785.             'correspondence' => 'App\\Entity\\Patient\\Correspondence\\Correspondence',
  15786.             'patient' => 'App\\Entity\\Person\\Patient',
  15787.         ]);
  15788.     }
  15789.     /**
  15790.      * Gets the private '.service_locator.e_uTcY8' shared service.
  15791.      *
  15792.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15793.      */
  15794.     protected function get_ServiceLocator_EUTcY8Service()
  15795.     {
  15796.         return $this->privates['.service_locator.e_uTcY8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15797.             'organisation' => ['privates''.errored..service_locator.e_uTcY8.App\\Entity\\Organisation\\Organisation'NULL'Cannot autowire service ".service_locator.e_uTcY8": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.'],
  15798.         ], [
  15799.             'organisation' => 'App\\Entity\\Organisation\\Organisation',
  15800.         ]);
  15801.     }
  15802.     /**
  15803.      * Gets the private '.service_locator.egBYXdx' shared service.
  15804.      *
  15805.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15806.      */
  15807.     protected function get_ServiceLocator_EgBYXdxService()
  15808.     {
  15809.         return $this->privates['.service_locator.egBYXdx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15810.             'barCodeGenerator' => ['privates''App\\Services\\BarCodeGenerator''getBarCodeGeneratorService'false],
  15811.             'clinic' => ['privates''.errored..service_locator.egBYXdx.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.egBYXdx": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15812.             'creator' => ['services''app.reference_creator''getApp_ReferenceCreatorService'false],
  15813.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  15814.             'transformer' => ['services''app.form_data_transformer.patient_transformer''getApp_FormDataTransformer_PatientTransformerService'false],
  15815.         ], [
  15816.             'barCodeGenerator' => 'App\\Services\\BarCodeGenerator',
  15817.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15818.             'creator' => '?',
  15819.             'encoder' => '?',
  15820.             'transformer' => '?',
  15821.         ]);
  15822.     }
  15823.     /**
  15824.      * Gets the private '.service_locator.f2r2vfk' shared service.
  15825.      *
  15826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15827.      */
  15828.     protected function get_ServiceLocator_F2r2vfkService()
  15829.     {
  15830.         return $this->privates['.service_locator.f2r2vfk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15831.             'clinic' => ['privates''.errored..service_locator.f2r2vfk.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.f2r2vfk": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15832.             'correspondence' => ['privates''.errored..service_locator.f2r2vfk.App\\Entity\\Patient\\Correspondence\\Correspondence'NULL'Cannot autowire service ".service_locator.f2r2vfk": it references class "App\\Entity\\Patient\\Correspondence\\Correspondence" but no such service exists.'],
  15833.         ], [
  15834.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15835.             'correspondence' => 'App\\Entity\\Patient\\Correspondence\\Correspondence',
  15836.         ]);
  15837.     }
  15838.     /**
  15839.      * Gets the private '.service_locator.f4N4fuN' shared service.
  15840.      *
  15841.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15842.      */
  15843.     protected function get_ServiceLocator_F4N4fuNService()
  15844.     {
  15845.         return $this->privates['.service_locator.f4N4fuN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15846.             'clinic' => ['privates''.errored..service_locator.f4N4fuN.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15847.             'patient' => ['privates''.errored..service_locator.f4N4fuN.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  15848.             'photo' => ['privates''.errored..service_locator.f4N4fuN.App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto'NULL'Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto" but no such service exists.'],
  15849.             'product' => ['privates''.errored..service_locator.f4N4fuN.App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhotoUsedProduct'NULL'Cannot autowire service ".service_locator.f4N4fuN": it references class "App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhotoUsedProduct" but no such service exists.'],
  15850.         ], [
  15851.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15852.             'patient' => 'App\\Entity\\Person\\Patient',
  15853.             'photo' => 'App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhoto',
  15854.             'product' => 'App\\Entity\\Patient\\TreatmentPhoto\\TreatmentPhotoUsedProduct',
  15855.         ]);
  15856.     }
  15857.     /**
  15858.      * Gets the private '.service_locator.f8fB9ia' shared service.
  15859.      *
  15860.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15861.      */
  15862.     protected function get_ServiceLocator_F8fB9iaService()
  15863.     {
  15864.         return $this->privates['.service_locator.f8fB9ia'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15865.             'email' => ['privates''.errored..service_locator.f8fB9ia.App\\Entity\\Communication'NULL'Cannot autowire service ".service_locator.f8fB9ia": it references class "App\\Entity\\Communication" but no such service exists.'],
  15866.         ], [
  15867.             'email' => 'App\\Entity\\Communication',
  15868.         ]);
  15869.     }
  15870.     /**
  15871.      * Gets the private '.service_locator.g.xob4v' shared service.
  15872.      *
  15873.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15874.      */
  15875.     protected function get_ServiceLocator_G_Xob4vService()
  15876.     {
  15877.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15878.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  15879.         ], [
  15880.             'authenticationUtils' => '?',
  15881.         ]);
  15882.     }
  15883.     /**
  15884.      * Gets the private '.service_locator.gS3LR0E' shared service.
  15885.      *
  15886.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15887.      */
  15888.     protected function get_ServiceLocator_GS3LR0EService()
  15889.     {
  15890.         return $this->privates['.service_locator.gS3LR0E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15891.             'goCardlessService' => ['services''app.gocardless_service''getApp_GocardlessServiceService'false],
  15892.         ], [
  15893.             'goCardlessService' => '?',
  15894.         ]);
  15895.     }
  15896.     /**
  15897.      * Gets the private '.service_locator.gVl4FLG' shared service.
  15898.      *
  15899.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15900.      */
  15901.     protected function get_ServiceLocator_GVl4FLGService()
  15902.     {
  15903.         return $this->privates['.service_locator.gVl4FLG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15904.             'authorizationChecker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  15905.             'session' => ['services''session''getSessionService'false],
  15906.             'stripeService' => ['privates''App\\Services\\StripeService''getStripeServiceService'false],
  15907.             'xeroService' => ['privates''App\\Services\\Xero\\XeroService''getXeroServiceService'false],
  15908.         ], [
  15909.             'authorizationChecker' => '?',
  15910.             'session' => '?',
  15911.             'stripeService' => 'App\\Services\\StripeService',
  15912.             'xeroService' => 'App\\Services\\Xero\\XeroService',
  15913.         ]);
  15914.     }
  15915.     /**
  15916.      * Gets the private '.service_locator.girrYap' shared service.
  15917.      *
  15918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15919.      */
  15920.     protected function get_ServiceLocator_GirrYapService()
  15921.     {
  15922.         return $this->privates['.service_locator.girrYap'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15923.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15924.             'clinic' => ['privates''.errored..service_locator.girrYap.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.girrYap": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15925.             'event' => ['privates''.errored..service_locator.girrYap.App\\Entity\\Clinic\\Appointment\\GoogleEvent'NULL'Cannot autowire service ".service_locator.girrYap": it references class "App\\Entity\\Clinic\\Appointment\\GoogleEvent" but no such service exists.'],
  15926.             'patientTransformer' => ['services''app.form_data_transformer.patient_transformer''getApp_FormDataTransformer_PatientTransformerService'false],
  15927.         ], [
  15928.             'breadcrumbs' => '?',
  15929.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15930.             'event' => 'App\\Entity\\Clinic\\Appointment\\GoogleEvent',
  15931.             'patientTransformer' => '?',
  15932.         ]);
  15933.     }
  15934.     /**
  15935.      * Gets the private '.service_locator.gvHj1x1' shared service.
  15936.      *
  15937.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15938.      */
  15939.     protected function get_ServiceLocator_GvHj1x1Service()
  15940.     {
  15941.         return $this->privates['.service_locator.gvHj1x1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15942.             'twilio' => ['services''app.twilio''getApp_TwilioService'false],
  15943.         ], [
  15944.             'twilio' => '?',
  15945.         ]);
  15946.     }
  15947.     /**
  15948.      * Gets the private '.service_locator.gvnbgyu' shared service.
  15949.      *
  15950.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15951.      */
  15952.     protected function get_ServiceLocator_GvnbgyuService()
  15953.     {
  15954.         return $this->privates['.service_locator.gvnbgyu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15955.             'checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  15956.             'clinic' => ['privates''.errored..service_locator.gvnbgyu.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.gvnbgyu": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15957.         ], [
  15958.             'checker' => '?',
  15959.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  15960.         ]);
  15961.     }
  15962.     /**
  15963.      * Gets the private '.service_locator.gzG7ZvM' shared service.
  15964.      *
  15965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15966.      */
  15967.     protected function get_ServiceLocator_GzG7ZvMService()
  15968.     {
  15969.         return $this->privates['.service_locator.gzG7ZvM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15970.             'board' => ['privates''.errored..service_locator.gzG7ZvM.App\\Entity\\Clinic\\TaskBoard'NULL'Cannot autowire service ".service_locator.gzG7ZvM": it references class "App\\Entity\\Clinic\\TaskBoard" but no such service exists.'],
  15971.         ], [
  15972.             'board' => 'App\\Entity\\Clinic\\TaskBoard',
  15973.         ]);
  15974.     }
  15975.     /**
  15976.      * Gets the private '.service_locator.hOcm4VS' shared service.
  15977.      *
  15978.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15979.      */
  15980.     protected function get_ServiceLocator_HOcm4VSService()
  15981.     {
  15982.         return $this->privates['.service_locator.hOcm4VS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15983.             'survey' => ['privates''.errored..service_locator.hOcm4VS.App\\Entity\\Clinic\\Survey'NULL'Cannot autowire service ".service_locator.hOcm4VS": it references class "App\\Entity\\Clinic\\Survey" but no such service exists.'],
  15984.         ], [
  15985.             'survey' => 'App\\Entity\\Clinic\\Survey',
  15986.         ]);
  15987.     }
  15988.     /**
  15989.      * Gets the private '.service_locator.hcPx9NN' shared service.
  15990.      *
  15991.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15992.      */
  15993.     protected function get_ServiceLocator_HcPx9NNService()
  15994.     {
  15995.         return $this->privates['.service_locator.hcPx9NN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15996.             'clinic' => ['privates''.errored..service_locator.hcPx9NN.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.hcPx9NN": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  15997.             'worker' => ['privates''App\\Services\\PatientsDocumentsImportFromZipWorker''getPatientsDocumentsImportFromZipWorkerService'false],
  15998.         ], [
  15999.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16000.             'worker' => 'App\\Services\\PatientsDocumentsImportFromZipWorker',
  16001.         ]);
  16002.     }
  16003.     /**
  16004.      * Gets the private '.service_locator.hcVzNJX' shared service.
  16005.      *
  16006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16007.      */
  16008.     protected function get_ServiceLocator_HcVzNJXService()
  16009.     {
  16010.         return $this->privates['.service_locator.hcVzNJX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16011.             'membership' => ['privates''.errored..service_locator.hcVzNJX.App\\Entity\\Clinic\\Membership\\Membership'NULL'Cannot autowire service ".service_locator.hcVzNJX": it references class "App\\Entity\\Clinic\\Membership\\Membership" but no such service exists.'],
  16012.         ], [
  16013.             'membership' => 'App\\Entity\\Clinic\\Membership\\Membership',
  16014.         ]);
  16015.     }
  16016.     /**
  16017.      * Gets the private '.service_locator.iR6aeYj' shared service.
  16018.      *
  16019.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16020.      */
  16021.     protected function get_ServiceLocator_IR6aeYjService()
  16022.     {
  16023.         return $this->privates['.service_locator.iR6aeYj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16024.             'equipment' => ['privates''.errored..service_locator.iR6aeYj.App\\Entity\\Clinic\\Equipment'NULL'Cannot autowire service ".service_locator.iR6aeYj": it references class "App\\Entity\\Clinic\\Equipment" but no such service exists.'],
  16025.         ], [
  16026.             'equipment' => 'App\\Entity\\Clinic\\Equipment',
  16027.         ]);
  16028.     }
  16029.     /**
  16030.      * Gets the private '.service_locator.icIQp1B' shared service.
  16031.      *
  16032.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16033.      */
  16034.     protected function get_ServiceLocator_IcIQp1BService()
  16035.     {
  16036.         return $this->privates['.service_locator.icIQp1B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16037.             'clinic' => ['privates''.errored..service_locator.icIQp1B.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.icIQp1B": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16038.             'urlGenerator' => ['services''router''getRouterService'false],
  16039.         ], [
  16040.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16041.             'urlGenerator' => '?',
  16042.         ]);
  16043.     }
  16044.     /**
  16045.      * Gets the private '.service_locator.ipjTSUc' shared service.
  16046.      *
  16047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16048.      */
  16049.     protected function get_ServiceLocator_IpjTSUcService()
  16050.     {
  16051.         return $this->privates['.service_locator.ipjTSUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16052.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16053.         ], [
  16054.             'em' => '?',
  16055.         ]);
  16056.     }
  16057.     /**
  16058.      * Gets the private '.service_locator.j3kLKys' shared service.
  16059.      *
  16060.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16061.      */
  16062.     protected function get_ServiceLocator_J3kLKysService()
  16063.     {
  16064.         return $this->privates['.service_locator.j3kLKys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16065.             'clinic' => ['privates''.errored..service_locator.j3kLKys.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.j3kLKys": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16066.             'note' => ['privates''.errored..service_locator.j3kLKys.App\\Entity\\Patient\\Note\\ConsultationNote'NULL'Cannot autowire service ".service_locator.j3kLKys": it references class "App\\Entity\\Patient\\Note\\ConsultationNote" but no such service exists.'],
  16067.             'patient' => ['privates''.errored..service_locator.j3kLKys.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.j3kLKys": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  16068.         ], [
  16069.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16070.             'note' => 'App\\Entity\\Patient\\Note\\ConsultationNote',
  16071.             'patient' => 'App\\Entity\\Person\\Patient',
  16072.         ]);
  16073.     }
  16074.     /**
  16075.      * Gets the private '.service_locator.j7VChTd' shared service.
  16076.      *
  16077.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16078.      */
  16079.     protected function get_ServiceLocator_J7VChTdService()
  16080.     {
  16081.         return $this->privates['.service_locator.j7VChTd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16082.             'room' => ['privates''.errored..service_locator.j7VChTd.App\\Entity\\Clinic\\Room'NULL'Cannot autowire service ".service_locator.j7VChTd": it references class "App\\Entity\\Clinic\\Room" but no such service exists.'],
  16083.         ], [
  16084.             'room' => 'App\\Entity\\Clinic\\Room',
  16085.         ]);
  16086.     }
  16087.     /**
  16088.      * Gets the private '.service_locator.jJwz8WL' shared service.
  16089.      *
  16090.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16091.      */
  16092.     protected function get_ServiceLocator_JJwz8WLService()
  16093.     {
  16094.         return $this->privates['.service_locator.jJwz8WL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16095.             'clinicGiftVoucher' => ['services''app.create_clinic_gift_voucher''getApp_CreateClinicGiftVoucherService'false],
  16096.         ], [
  16097.             'clinicGiftVoucher' => '?',
  16098.         ]);
  16099.     }
  16100.     /**
  16101.      * Gets the private '.service_locator.jLbluq7' shared service.
  16102.      *
  16103.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16104.      */
  16105.     protected function get_ServiceLocator_JLbluq7Service()
  16106.     {
  16107.         return $this->privates['.service_locator.jLbluq7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16108.             'clinic' => ['privates''.errored..service_locator.jLbluq7.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.jLbluq7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16109.             'record' => ['privates''.errored..service_locator.jLbluq7.App\\Entity\\LeadCapture\\LeadCapture'NULL'Cannot autowire service ".service_locator.jLbluq7": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.'],
  16110.         ], [
  16111.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16112.             'record' => 'App\\Entity\\LeadCapture\\LeadCapture',
  16113.         ]);
  16114.     }
  16115.     /**
  16116.      * Gets the private '.service_locator.jR4t8KZ' shared service.
  16117.      *
  16118.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16119.      */
  16120.     protected function get_ServiceLocator_JR4t8KZService()
  16121.     {
  16122.         return $this->privates['.service_locator.jR4t8KZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16123.             'clinic' => ['privates''.errored..service_locator.jR4t8KZ.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.jR4t8KZ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16124.             'creditNote' => ['privates''.errored..service_locator.jR4t8KZ.App\\Entity\\Patient\\CreditNote'NULL'Cannot autowire service ".service_locator.jR4t8KZ": it references class "App\\Entity\\Patient\\CreditNote" but no such service exists.'],
  16125.             'patient' => ['privates''.errored..service_locator.jR4t8KZ.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.jR4t8KZ": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  16126.         ], [
  16127.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16128.             'creditNote' => 'App\\Entity\\Patient\\CreditNote',
  16129.             'patient' => 'App\\Entity\\Person\\Patient',
  16130.         ]);
  16131.     }
  16132.     /**
  16133.      * Gets the private '.service_locator.jTRPtke' shared service.
  16134.      *
  16135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16136.      */
  16137.     protected function get_ServiceLocator_JTRPtkeService()
  16138.     {
  16139.         return $this->privates['.service_locator.jTRPtke'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16140.             'patient' => ['privates''.errored..service_locator.jTRPtke.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.jTRPtke": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  16141.         ], [
  16142.             'patient' => 'App\\Entity\\Person\\Patient',
  16143.         ]);
  16144.     }
  16145.     /**
  16146.      * Gets the private '.service_locator.jv6tC6i' shared service.
  16147.      *
  16148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16149.      */
  16150.     protected function get_ServiceLocator_Jv6tC6iService()
  16151.     {
  16152.         return $this->privates['.service_locator.jv6tC6i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16153.             'stripeService' => ['privates''App\\Services\\StripeService''getStripeServiceService'false],
  16154.         ], [
  16155.             'stripeService' => 'App\\Services\\StripeService',
  16156.         ]);
  16157.     }
  16158.     /**
  16159.      * Gets the private '.service_locator.k731Vzz' shared service.
  16160.      *
  16161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16162.      */
  16163.     protected function get_ServiceLocator_K731VzzService()
  16164.     {
  16165.         return $this->privates['.service_locator.k731Vzz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16166.             'clinic' => ['privates''.errored..service_locator.k731Vzz.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.k731Vzz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16167.             'marketing' => ['privates''.errored..service_locator.k731Vzz.App\\Entity\\Clinic\\Marketing'NULL'Cannot autowire service ".service_locator.k731Vzz": it references class "App\\Entity\\Clinic\\Marketing" but no such service exists.'],
  16168.         ], [
  16169.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16170.             'marketing' => 'App\\Entity\\Clinic\\Marketing',
  16171.         ]);
  16172.     }
  16173.     /**
  16174.      * Gets the private '.service_locator.kHiC_pc' shared service.
  16175.      *
  16176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16177.      */
  16178.     protected function get_ServiceLocator_KHiCPcService()
  16179.     {
  16180.         return $this->privates['.service_locator.kHiC_pc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16181.             'creator' => ['privates''App\\Services\\ICalendar\\ICalendarCreator''getICalendarCreatorService'false],
  16182.         ], [
  16183.             'creator' => 'App\\Services\\ICalendar\\ICalendarCreator',
  16184.         ]);
  16185.     }
  16186.     /**
  16187.      * Gets the private '.service_locator.kODPecM' shared service.
  16188.      *
  16189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16190.      */
  16191.     protected function get_ServiceLocator_KODPecMService()
  16192.     {
  16193.         return $this->privates['.service_locator.kODPecM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16194.             'PSConnectE' => ['services''app.payment_sense.connect_e''getApp_PaymentSense_ConnectEService'false],
  16195.             'connect' => ['privates''.errored..service_locator.kODPecM.App\\Entity\\Patient\\Payment\\PaymentsenseConnect'NULL'Cannot autowire service ".service_locator.kODPecM": it references class "App\\Entity\\Patient\\Payment\\PaymentsenseConnect" but no such service exists.'],
  16196.         ], [
  16197.             'PSConnectE' => '?',
  16198.             'connect' => 'App\\Entity\\Patient\\Payment\\PaymentsenseConnect',
  16199.         ]);
  16200.     }
  16201.     /**
  16202.      * Gets the private '.service_locator.ko7RvPC' shared service.
  16203.      *
  16204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16205.      */
  16206.     protected function get_ServiceLocator_Ko7RvPCService()
  16207.     {
  16208.         return $this->privates['.service_locator.ko7RvPC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16209.             'clinic' => ['privates''.errored..service_locator.ko7RvPC.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.ko7RvPC": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16210.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  16211.             'serializer' => ['services''serializer''getSerializerService'false],
  16212.         ], [
  16213.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16214.             'paginator' => '?',
  16215.             'serializer' => '?',
  16216.         ]);
  16217.     }
  16218.     /**
  16219.      * Gets the private '.service_locator.lEZTD9W' shared service.
  16220.      *
  16221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16222.      */
  16223.     protected function get_ServiceLocator_LEZTD9WService()
  16224.     {
  16225.         return $this->privates['.service_locator.lEZTD9W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16226.             'paymentManager' => ['services''app.payment_manager''getApp_PaymentManagerService'false],
  16227.         ], [
  16228.             'paymentManager' => '?',
  16229.         ]);
  16230.     }
  16231.     /**
  16232.      * Gets the private '.service_locator.lPgDbF7' shared service.
  16233.      *
  16234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16235.      */
  16236.     protected function get_ServiceLocator_LPgDbF7Service()
  16237.     {
  16238.         return $this->privates['.service_locator.lPgDbF7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16239.             'clinic' => ['privates''.errored..service_locator.lPgDbF7.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.lPgDbF7": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16240.             'paymentsensePOS' => ['services''app.payment_sense.pos''getApp_PaymentSense_PosService'false],
  16241.         ], [
  16242.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16243.             'paymentsensePOS' => '?',
  16244.         ]);
  16245.     }
  16246.     /**
  16247.      * Gets the private '.service_locator.liKOFPe' shared service.
  16248.      *
  16249.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16250.      */
  16251.     protected function get_ServiceLocator_LiKOFPeService()
  16252.     {
  16253.         return $this->privates['.service_locator.liKOFPe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16254.             'addon' => ['privates''.errored..service_locator.liKOFPe.App\\Entity\\Clinic\\PriceTier\\Addon'NULL'Cannot autowire service ".service_locator.liKOFPe": it references class "App\\Entity\\Clinic\\PriceTier\\Addon" but no such service exists.'],
  16255.         ], [
  16256.             'addon' => 'App\\Entity\\Clinic\\PriceTier\\Addon',
  16257.         ]);
  16258.     }
  16259.     /**
  16260.      * Gets the private '.service_locator.mC_Csto' shared service.
  16261.      *
  16262.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16263.      */
  16264.     protected function get_ServiceLocator_MCCstoService()
  16265.     {
  16266.         return $this->privates['.service_locator.mC_Csto'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16267.             'customReportsRepository' => ['privates''App\\Repository\\CustomReports\\CustomReportsRepository''getCustomReportsRepositoryService'false],
  16268.             'favoriteCustomReportsRepository' => ['privates''App\\Repository\\CustomReports\\FavoriteCustomReportsRepository''getFavoriteCustomReportsRepositoryService'false],
  16269.         ], [
  16270.             'customReportsRepository' => 'App\\Repository\\CustomReports\\CustomReportsRepository',
  16271.             'favoriteCustomReportsRepository' => 'App\\Repository\\CustomReports\\FavoriteCustomReportsRepository',
  16272.         ]);
  16273.     }
  16274.     /**
  16275.      * Gets the private '.service_locator.mUhsHv0' shared service.
  16276.      *
  16277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16278.      */
  16279.     protected function get_ServiceLocator_MUhsHv0Service()
  16280.     {
  16281.         return $this->privates['.service_locator.mUhsHv0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16282.             'clinic' => ['privates''.errored..service_locator.mUhsHv0.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.mUhsHv0": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16283.             'policy' => ['privates''.errored..service_locator.mUhsHv0.App\\Entity\\Clinic\\Policy'NULL'Cannot autowire service ".service_locator.mUhsHv0": it references class "App\\Entity\\Clinic\\Policy" but no such service exists.'],
  16284.         ], [
  16285.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16286.             'policy' => 'App\\Entity\\Clinic\\Policy',
  16287.         ]);
  16288.     }
  16289.     /**
  16290.      * Gets the private '.service_locator.mVEsL0P' shared service.
  16291.      *
  16292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16293.      */
  16294.     protected function get_ServiceLocator_MVEsL0PService()
  16295.     {
  16296.         return $this->privates['.service_locator.mVEsL0P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16297.             'clinic' => ['privates''.errored..service_locator.mVEsL0P.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.mVEsL0P": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16298.             'repository' => ['privates''App\\Repository\\Clinic\\PostAptFormRepository''getPostAptFormRepositoryService'false],
  16299.         ], [
  16300.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16301.             'repository' => 'App\\Repository\\Clinic\\PostAptFormRepository',
  16302.         ]);
  16303.     }
  16304.     /**
  16305.      * Gets the private '.service_locator.mhI.SCH' shared service.
  16306.      *
  16307.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16308.      */
  16309.     protected function get_ServiceLocator_MhI_SCHService()
  16310.     {
  16311.         return $this->privates['.service_locator.mhI.SCH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16312.             'conversation' => ['privates''.errored..service_locator.mhI.SCH.App\\Entity\\PatientConversation'NULL'Cannot autowire service ".service_locator.mhI.SCH": it references class "App\\Entity\\PatientConversation" but no such service exists.'],
  16313.             'manager' => ['services''app.notifications_manager''getApp_NotificationsManagerService'false],
  16314.         ], [
  16315.             'conversation' => 'App\\Entity\\PatientConversation',
  16316.             'manager' => '?',
  16317.         ]);
  16318.     }
  16319.     /**
  16320.      * Gets the private '.service_locator.molF7gH' shared service.
  16321.      *
  16322.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16323.      */
  16324.     protected function get_ServiceLocator_MolF7gHService()
  16325.     {
  16326.         return $this->privates['.service_locator.molF7gH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16327.             'clinic' => ['privates''.errored..service_locator.molF7gH.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.molF7gH": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16328.         ], [
  16329.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16330.         ]);
  16331.     }
  16332.     /**
  16333.      * Gets the private '.service_locator.n2CbXLc' shared service.
  16334.      *
  16335.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16336.      */
  16337.     protected function get_ServiceLocator_N2CbXLcService()
  16338.     {
  16339.         return $this->privates['.service_locator.n2CbXLc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16340.             'session' => ['services''session''getSessionService'false],
  16341.             'stripeService' => ['privates''App\\Services\\StripeService''getStripeServiceService'false],
  16342.         ], [
  16343.             'session' => '?',
  16344.             'stripeService' => 'App\\Services\\StripeService',
  16345.         ]);
  16346.     }
  16347.     /**
  16348.      * Gets the private '.service_locator.n6WgBQc' shared service.
  16349.      *
  16350.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16351.      */
  16352.     protected function get_ServiceLocator_N6WgBQcService()
  16353.     {
  16354.         return $this->privates['.service_locator.n6WgBQc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16355.             'clinic' => ['privates''.errored..service_locator.n6WgBQc.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.n6WgBQc": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16356.             'priceList' => ['privates''.errored..service_locator.n6WgBQc.App\\Entity\\Clinic\\Stock\\PriceList'NULL'Cannot autowire service ".service_locator.n6WgBQc": it references class "App\\Entity\\Clinic\\Stock\\PriceList" but no such service exists.'],
  16357.         ], [
  16358.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16359.             'priceList' => 'App\\Entity\\Clinic\\Stock\\PriceList',
  16360.         ]);
  16361.     }
  16362.     /**
  16363.      * Gets the private '.service_locator.n8gOTNr' shared service.
  16364.      *
  16365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16366.      */
  16367.     protected function get_ServiceLocator_N8gOTNrService()
  16368.     {
  16369.         return $this->privates['.service_locator.n8gOTNr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16370.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  16371.         ], [
  16372.             'paginator' => '?',
  16373.         ]);
  16374.     }
  16375.     /**
  16376.      * Gets the private '.service_locator.nG809g4' shared service.
  16377.      *
  16378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16379.      */
  16380.     protected function get_ServiceLocator_NG809g4Service()
  16381.     {
  16382.         return $this->privates['.service_locator.nG809g4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16383.             'treatmentGroup' => ['privates''.errored..service_locator.nG809g4.App\\Entity\\Clinic\\Stock\\TreatmentGroup'NULL'Cannot autowire service ".service_locator.nG809g4": it references class "App\\Entity\\Clinic\\Stock\\TreatmentGroup" but no such service exists.'],
  16384.         ], [
  16385.             'treatmentGroup' => 'App\\Entity\\Clinic\\Stock\\TreatmentGroup',
  16386.         ]);
  16387.     }
  16388.     /**
  16389.      * Gets the private '.service_locator.nSW6AEf' shared service.
  16390.      *
  16391.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16392.      */
  16393.     protected function get_ServiceLocator_NSW6AEfService()
  16394.     {
  16395.         return $this->privates['.service_locator.nSW6AEf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16396.             'goodsReceived' => ['privates''.errored..service_locator.nSW6AEf.App\\Entity\\Clinic\\Stock\\GoodsReceived'NULL'Cannot autowire service ".service_locator.nSW6AEf": it references class "App\\Entity\\Clinic\\Stock\\GoodsReceived" but no such service exists.'],
  16397.         ], [
  16398.             'goodsReceived' => 'App\\Entity\\Clinic\\Stock\\GoodsReceived',
  16399.         ]);
  16400.     }
  16401.     /**
  16402.      * Gets the private '.service_locator.ncXLAuz' shared service.
  16403.      *
  16404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16405.      */
  16406.     protected function get_ServiceLocator_NcXLAuzService()
  16407.     {
  16408.         return $this->privates['.service_locator.ncXLAuz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16409.             'clinic' => ['privates''.errored..service_locator.ncXLAuz.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.ncXLAuz": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16410.             'questionaire' => ['privates''.errored..service_locator.ncXLAuz.App\\Entity\\Clinic\\Questionaire\\Questionaire'NULL'Cannot autowire service ".service_locator.ncXLAuz": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.'],
  16411.         ], [
  16412.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16413.             'questionaire' => 'App\\Entity\\Clinic\\Questionaire\\Questionaire',
  16414.         ]);
  16415.     }
  16416.     /**
  16417.      * Gets the private '.service_locator.o3htLhs' shared service.
  16418.      *
  16419.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16420.      */
  16421.     protected function get_ServiceLocator_O3htLhsService()
  16422.     {
  16423.         return $this->privates['.service_locator.o3htLhs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16424.             'session' => ['services''session''getSessionService'false],
  16425.         ], [
  16426.             'session' => '?',
  16427.         ]);
  16428.     }
  16429.     /**
  16430.      * Gets the private '.service_locator.oDRRljl' shared service.
  16431.      *
  16432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16433.      */
  16434.     protected function get_ServiceLocator_ODRRljlService()
  16435.     {
  16436.         return $this->privates['.service_locator.oDRRljl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16437.             'clinic' => ['privates''.errored..service_locator.oDRRljl.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.oDRRljl": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16438.             'validator' => ['services''validator''getValidatorService'false],
  16439.         ], [
  16440.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16441.             'validator' => '?',
  16442.         ]);
  16443.     }
  16444.     /**
  16445.      * Gets the private '.service_locator.p00w7cO' shared service.
  16446.      *
  16447.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16448.      */
  16449.     protected function get_ServiceLocator_P00w7cOService()
  16450.     {
  16451.         return $this->privates['.service_locator.p00w7cO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16452.             'clinic' => ['privates''.errored..service_locator.p00w7cO.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.p00w7cO": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16453.             'worker' => ['services''app.main_worker''getApp_MainWorkerService'false],
  16454.         ], [
  16455.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16456.             'worker' => '?',
  16457.         ]);
  16458.     }
  16459.     /**
  16460.      * Gets the private '.service_locator.p91Zk0K' shared service.
  16461.      *
  16462.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16463.      */
  16464.     protected function get_ServiceLocator_P91Zk0KService()
  16465.     {
  16466.         return $this->privates['.service_locator.p91Zk0K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16467.             'notificationsManager' => ['services''app.notifications_manager''getApp_NotificationsManagerService'false],
  16468.         ], [
  16469.             'notificationsManager' => '?',
  16470.         ]);
  16471.     }
  16472.     /**
  16473.      * Gets the private '.service_locator.pECfXln' shared service.
  16474.      *
  16475.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16476.      */
  16477.     protected function get_ServiceLocator_PECfXlnService()
  16478.     {
  16479.         return $this->privates['.service_locator.pECfXln'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16480.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  16481.         ], [
  16482.             'breadcrumbs' => '?',
  16483.         ]);
  16484.     }
  16485.     /**
  16486.      * Gets the private '.service_locator.pTP1A_L' shared service.
  16487.      *
  16488.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16489.      */
  16490.     protected function get_ServiceLocator_PTP1ALService()
  16491.     {
  16492.         return $this->privates['.service_locator.pTP1A_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16493.             'clinicGiftVoucher' => ['services''app.create_clinic_gift_voucher''getApp_CreateClinicGiftVoucherService'false],
  16494.             'createDefaultPaymentType' => ['services''app.create_default_kinds''getApp_CreateDefaultKindsService'false],
  16495.             'organisation' => ['privates''.errored..service_locator.pTP1A_L.App\\Entity\\Organisation\\Organisation'NULL'Cannot autowire service ".service_locator.pTP1A_L": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.'],
  16496.             'session' => ['services''session''getSessionService'false],
  16497.         ], [
  16498.             'clinicGiftVoucher' => '?',
  16499.             'createDefaultPaymentType' => '?',
  16500.             'organisation' => 'App\\Entity\\Organisation\\Organisation',
  16501.             'session' => '?',
  16502.         ]);
  16503.     }
  16504.     /**
  16505.      * Gets the private '.service_locator.piF90nv' shared service.
  16506.      *
  16507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16508.      */
  16509.     protected function get_ServiceLocator_PiF90nvService()
  16510.     {
  16511.         return $this->privates['.service_locator.piF90nv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16512.             'clinic' => ['privates''.errored..service_locator.piF90nv.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.piF90nv": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16513.             'manager' => ['services''app.notifications_manager''getApp_NotificationsManagerService'false],
  16514.         ], [
  16515.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16516.             'manager' => '?',
  16517.         ]);
  16518.     }
  16519.     /**
  16520.      * Gets the private '.service_locator.pwBJRLM' shared service.
  16521.      *
  16522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16523.      */
  16524.     protected function get_ServiceLocator_PwBJRLMService()
  16525.     {
  16526.         return $this->privates['.service_locator.pwBJRLM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16527.             'clinic' => ['privates''.errored..service_locator.pwBJRLM.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.pwBJRLM": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16528.             'repository' => ['privates''App\\Repository\\Clinic\\DiscountReasonRepository''getDiscountReasonRepositoryService'false],
  16529.         ], [
  16530.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16531.             'repository' => 'App\\Repository\\Clinic\\DiscountReasonRepository',
  16532.         ]);
  16533.     }
  16534.     /**
  16535.      * Gets the private '.service_locator.qAmI5aD' shared service.
  16536.      *
  16537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16538.      */
  16539.     protected function get_ServiceLocator_QAmI5aDService()
  16540.     {
  16541.         return $this->privates['.service_locator.qAmI5aD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16542.             'manager' => ['privates''App\\Aws\\SESManager''getSESManagerService'false],
  16543.             'pdfCreator' => ['services''app.pdf_creator''getApp_PdfCreatorService'false],
  16544.             'repository' => ['privates''App\\Repository\\Patient\\PostAptFormSentRepository''getPostAptFormSentRepositoryService'false],
  16545.             'serializer' => ['services''serializer''getSerializerService'false],
  16546.         ], [
  16547.             'manager' => 'App\\Aws\\SESManager',
  16548.             'pdfCreator' => '?',
  16549.             'repository' => 'App\\Repository\\Patient\\PostAptFormSentRepository',
  16550.             'serializer' => '?',
  16551.         ]);
  16552.     }
  16553.     /**
  16554.      * Gets the private '.service_locator.qPreYZZ' shared service.
  16555.      *
  16556.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16557.      */
  16558.     protected function get_ServiceLocator_QPreYZZService()
  16559.     {
  16560.         return $this->privates['.service_locator.qPreYZZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16561.             'clinic' => ['privates''.errored..service_locator.qPreYZZ.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.qPreYZZ": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16562.             'patient' => ['privates''.errored..service_locator.qPreYZZ.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.qPreYZZ": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  16563.             'plan' => ['privates''.errored..service_locator.qPreYZZ.App\\Entity\\Patient\\TreatmentPlan'NULL'Cannot autowire service ".service_locator.qPreYZZ": it references class "App\\Entity\\Patient\\TreatmentPlan" but no such service exists.'],
  16564.         ], [
  16565.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16566.             'patient' => 'App\\Entity\\Person\\Patient',
  16567.             'plan' => 'App\\Entity\\Patient\\TreatmentPlan',
  16568.         ]);
  16569.     }
  16570.     /**
  16571.      * Gets the private '.service_locator.q_2CIj5' shared service.
  16572.      *
  16573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16574.      */
  16575.     protected function get_ServiceLocator_Q2CIj5Service()
  16576.     {
  16577.         return $this->privates['.service_locator.q_2CIj5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16578.             'clinic' => ['privates''.errored..service_locator.q_2CIj5.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.q_2CIj5": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16579.             'repository' => ['privates''App\\Repository\\Clinic\\FormFileRepository''getFormFileRepositoryService'false],
  16580.         ], [
  16581.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16582.             'repository' => 'App\\Repository\\Clinic\\FormFileRepository',
  16583.         ]);
  16584.     }
  16585.     /**
  16586.      * Gets the private '.service_locator.qocyrL.' shared service.
  16587.      *
  16588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16589.      */
  16590.     protected function get_ServiceLocator_QocyrL_Service()
  16591.     {
  16592.         return $this->privates['.service_locator.qocyrL.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16593.             'questionaire' => ['privates''.errored..service_locator.qocyrL..App\\Entity\\Clinic\\Questionaire\\Questionaire'NULL'Cannot autowire service ".service_locator.qocyrL.": it references class "App\\Entity\\Clinic\\Questionaire\\Questionaire" but no such service exists.'],
  16594.             'transformer' => ['services''app.form_data_transformer.question_choice_type''getApp_FormDataTransformer_QuestionChoiceTypeService'false],
  16595.         ], [
  16596.             'questionaire' => 'App\\Entity\\Clinic\\Questionaire\\Questionaire',
  16597.             'transformer' => '?',
  16598.         ]);
  16599.     }
  16600.     /**
  16601.      * Gets the private '.service_locator.qqkqrbS' shared service.
  16602.      *
  16603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16604.      */
  16605.     protected function get_ServiceLocator_QqkqrbSService()
  16606.     {
  16607.         return $this->privates['.service_locator.qqkqrbS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16608.             'clinic' => ['privates''.errored..service_locator.qqkqrbS.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.qqkqrbS": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16609.             'switchTypeServiceDetail' => ['services''app.report_detail_switch''getApp_ReportDetailSwitchService'false],
  16610.         ], [
  16611.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16612.             'switchTypeServiceDetail' => '?',
  16613.         ]);
  16614.     }
  16615.     /**
  16616.      * Gets the private '.service_locator.qsb.6BC' shared service.
  16617.      *
  16618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16619.      */
  16620.     protected function get_ServiceLocator_Qsb_6BCService()
  16621.     {
  16622.         return $this->privates['.service_locator.qsb.6BC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16623.             'clinic' => ['privates''.errored..service_locator.qsb.6BC.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.qsb.6BC": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16624.             'priceTier' => ['privates''.errored..service_locator.qsb.6BC.App\\Entity\\Clinic\\PriceTier\\PriceTier'NULL'Cannot autowire service ".service_locator.qsb.6BC": it references class "App\\Entity\\Clinic\\PriceTier\\PriceTier" but no such service exists.'],
  16625.         ], [
  16626.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16627.             'priceTier' => 'App\\Entity\\Clinic\\PriceTier\\PriceTier',
  16628.         ]);
  16629.     }
  16630.     /**
  16631.      * Gets the private '.service_locator.qzGDArA' shared service.
  16632.      *
  16633.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16634.      */
  16635.     protected function get_ServiceLocator_QzGDArAService()
  16636.     {
  16637.         return $this->privates['.service_locator.qzGDArA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16638.             'appHelper' => ['privates''App\\Services\\AppHelper''getAppHelperService'false],
  16639.         ], [
  16640.             'appHelper' => 'App\\Services\\AppHelper',
  16641.         ]);
  16642.     }
  16643.     /**
  16644.      * Gets the private '.service_locator.rIJ08Xn' shared service.
  16645.      *
  16646.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16647.      */
  16648.     protected function get_ServiceLocator_RIJ08XnService()
  16649.     {
  16650.         return $this->privates['.service_locator.rIJ08Xn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16651.             'assignTimeRepository' => ['privates''App\\Repository\\AssignTimeRepository''getAssignTimeRepositoryService'false],
  16652.         ], [
  16653.             'assignTimeRepository' => 'App\\Repository\\AssignTimeRepository',
  16654.         ]);
  16655.     }
  16656.     /**
  16657.      * Gets the private '.service_locator.rYlFYDe' shared service.
  16658.      *
  16659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16660.      */
  16661.     protected function get_ServiceLocator_RYlFYDeService()
  16662.     {
  16663.         return $this->privates['.service_locator.rYlFYDe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16664.             'license' => ['privates''.errored..service_locator.rYlFYDe.App\\Entity\\Clinic\\License'NULL'Cannot autowire service ".service_locator.rYlFYDe": it references class "App\\Entity\\Clinic\\License" but no such service exists.'],
  16665.         ], [
  16666.             'license' => 'App\\Entity\\Clinic\\License',
  16667.         ]);
  16668.     }
  16669.     /**
  16670.      * Gets the private '.service_locator.rf176pK' shared service.
  16671.      *
  16672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16673.      */
  16674.     protected function get_ServiceLocator_Rf176pKService()
  16675.     {
  16676.         return $this->privates['.service_locator.rf176pK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16677.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  16678.         ], [
  16679.             'mailChimpClientImpl' => '?',
  16680.         ]);
  16681.     }
  16682.     /**
  16683.      * Gets the private '.service_locator.sMrL39r' shared service.
  16684.      *
  16685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16686.      */
  16687.     protected function get_ServiceLocator_SMrL39rService()
  16688.     {
  16689.         return $this->privates['.service_locator.sMrL39r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16690.             'address' => ['services''app.get_address_client''getApp_GetAddressClientService'false],
  16691.             'clinic' => ['privates''.errored..service_locator.sMrL39r.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.sMrL39r": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16692.         ], [
  16693.             'address' => '?',
  16694.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16695.         ]);
  16696.     }
  16697.     /**
  16698.      * Gets the private '.service_locator.sPQxDYN' shared service.
  16699.      *
  16700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16701.      */
  16702.     protected function get_ServiceLocator_SPQxDYNService()
  16703.     {
  16704.         return $this->privates['.service_locator.sPQxDYN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16705.             'changeStatus' => ['services''app.update_patient_status''getApp_UpdatePatientStatusService'false],
  16706.             'clinic' => ['privates''.errored..service_locator.sPQxDYN.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.sPQxDYN": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16707.             'status' => ['privates''.errored..service_locator.sPQxDYN.App\\Entity\\Clinic\\PatientStatus\\PatientStatus'NULL'Cannot autowire service ".service_locator.sPQxDYN": it references class "App\\Entity\\Clinic\\PatientStatus\\PatientStatus" but no such service exists.'],
  16708.         ], [
  16709.             'changeStatus' => '?',
  16710.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16711.             'status' => 'App\\Entity\\Clinic\\PatientStatus\\PatientStatus',
  16712.         ]);
  16713.     }
  16714.     /**
  16715.      * Gets the private '.service_locator.tGWzWxp' shared service.
  16716.      *
  16717.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16718.      */
  16719.     protected function get_ServiceLocator_TGWzWxpService()
  16720.     {
  16721.         return $this->privates['.service_locator.tGWzWxp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16722.             'SESManager' => ['privates''App\\Aws\\SESManager''getSESManagerService'false],
  16723.             'clinic' => ['privates''.errored..service_locator.tGWzWxp.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.tGWzWxp": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16724.             'invoice' => ['privates''.errored..service_locator.tGWzWxp.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator.tGWzWxp": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  16725.         ], [
  16726.             'SESManager' => 'App\\Aws\\SESManager',
  16727.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16728.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  16729.         ]);
  16730.     }
  16731.     /**
  16732.      * Gets the private '.service_locator.tZ43oj.' shared service.
  16733.      *
  16734.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16735.      */
  16736.     protected function get_ServiceLocator_TZ43oj_Service()
  16737.     {
  16738.         return $this->privates['.service_locator.tZ43oj.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16739.             'clinic' => ['privates''.errored..service_locator.tZ43oj..App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.tZ43oj.": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16740.             'equipment' => ['privates''.errored..service_locator.tZ43oj..App\\Entity\\Clinic\\Equipment'NULL'Cannot autowire service ".service_locator.tZ43oj.": it references class "App\\Entity\\Clinic\\Equipment" but no such service exists.'],
  16741.         ], [
  16742.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16743.             'equipment' => 'App\\Entity\\Clinic\\Equipment',
  16744.         ]);
  16745.     }
  16746.     /**
  16747.      * Gets the private '.service_locator.toR_lqW' shared service.
  16748.      *
  16749.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16750.      */
  16751.     protected function get_ServiceLocator_ToRLqWService()
  16752.     {
  16753.         return $this->privates['.service_locator.toR_lqW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16754.             'logger' => ['services''logger''getLoggerService'false],
  16755.             'manager' => ['services''app.notifications_manager''getApp_NotificationsManagerService'false],
  16756.         ], [
  16757.             'logger' => '?',
  16758.             'manager' => '?',
  16759.         ]);
  16760.     }
  16761.     /**
  16762.      * Gets the private '.service_locator.ud1ye.v' shared service.
  16763.      *
  16764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16765.      */
  16766.     protected function get_ServiceLocator_Ud1ye_VService()
  16767.     {
  16768.         return $this->privates['.service_locator.ud1ye.v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16769.             'PSConnect' => ['services''app.payment_sense.connect_e''getApp_PaymentSense_ConnectEService'false],
  16770.             'clinic' => ['privates''.errored..service_locator.ud1ye.v.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16771.             'handpointE' => ['services''app.payment_sense.handpoint_e''getApp_PaymentSense_HandpointEService'false],
  16772.             'invoice' => ['privates''.errored..service_locator.ud1ye.v.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  16773.             'patient' => ['privates''.errored..service_locator.ud1ye.v.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  16774.             'payment' => ['privates''.errored..service_locator.ud1ye.v.App\\Entity\\Patient\\Payment'NULL'Cannot autowire service ".service_locator.ud1ye.v": it references class "App\\Entity\\Patient\\Payment" but no such service exists.'],
  16775.             'stripeService' => ['privates''App\\Services\\StripeService''getStripeServiceService'false],
  16776.         ], [
  16777.             'PSConnect' => '?',
  16778.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16779.             'handpointE' => '?',
  16780.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  16781.             'patient' => 'App\\Entity\\Person\\Patient',
  16782.             'payment' => 'App\\Entity\\Patient\\Payment',
  16783.             'stripeService' => 'App\\Services\\StripeService',
  16784.         ]);
  16785.     }
  16786.     /**
  16787.      * Gets the private '.service_locator.ux5DYU5' shared service.
  16788.      *
  16789.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16790.      */
  16791.     protected function get_ServiceLocator_Ux5DYU5Service()
  16792.     {
  16793.         return $this->privates['.service_locator.ux5DYU5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16794.             'invoice' => ['privates''.errored..service_locator.ux5DYU5.App\\Entity\\Patient\\Invoice'NULL'Cannot autowire service ".service_locator.ux5DYU5": it references class "App\\Entity\\Patient\\Invoice" but no such service exists.'],
  16795.         ], [
  16796.             'invoice' => 'App\\Entity\\Patient\\Invoice',
  16797.         ]);
  16798.     }
  16799.     /**
  16800.      * Gets the private '.service_locator.uz9tF3i' shared service.
  16801.      *
  16802.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16803.      */
  16804.     protected function get_ServiceLocator_Uz9tF3iService()
  16805.     {
  16806.         return $this->privates['.service_locator.uz9tF3i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16807.             'clinic' => ['privates''.errored..service_locator.uz9tF3i.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.uz9tF3i": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16808.             'reason' => ['privates''.errored..service_locator.uz9tF3i.App\\Entity\\Clinic\\NotConvertReason'NULL'Cannot autowire service ".service_locator.uz9tF3i": it references class "App\\Entity\\Clinic\\NotConvertReason" but no such service exists.'],
  16809.         ], [
  16810.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16811.             'reason' => 'App\\Entity\\Clinic\\NotConvertReason',
  16812.         ]);
  16813.     }
  16814.     /**
  16815.      * Gets the private '.service_locator.vGcDdok' shared service.
  16816.      *
  16817.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16818.      */
  16819.     protected function get_ServiceLocator_VGcDdokService()
  16820.     {
  16821.         return $this->privates['.service_locator.vGcDdok'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16822.             'help' => ['privates''.errored..service_locator.vGcDdok.App\\Entity\\Help\\Help'NULL'Cannot autowire service ".service_locator.vGcDdok": it references class "App\\Entity\\Help\\Help" but no such service exists.'],
  16823.         ], [
  16824.             'help' => 'App\\Entity\\Help\\Help',
  16825.         ]);
  16826.     }
  16827.     /**
  16828.      * Gets the private '.service_locator.vPQx1nF' shared service.
  16829.      *
  16830.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16831.      */
  16832.     protected function get_ServiceLocator_VPQx1nFService()
  16833.     {
  16834.         return $this->privates['.service_locator.vPQx1nF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16835.             'product' => ['privates''.errored..service_locator.vPQx1nF.App\\Entity\\Clinic\\Stock\\Product'NULL'Cannot autowire service ".service_locator.vPQx1nF": it references class "App\\Entity\\Clinic\\Stock\\Product" but no such service exists.'],
  16836.         ], [
  16837.             'product' => 'App\\Entity\\Clinic\\Stock\\Product',
  16838.         ]);
  16839.     }
  16840.     /**
  16841.      * Gets the private '.service_locator.vYYRgfi' shared service.
  16842.      *
  16843.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16844.      */
  16845.     protected function get_ServiceLocator_VYYRgfiService()
  16846.     {
  16847.         return $this->privates['.service_locator.vYYRgfi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16848.             'checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  16849.             'patient' => ['privates''.errored..service_locator.vYYRgfi.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.vYYRgfi": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  16850.         ], [
  16851.             'checker' => '?',
  16852.             'patient' => 'App\\Entity\\Person\\Patient',
  16853.         ]);
  16854.     }
  16855.     /**
  16856.      * Gets the private '.service_locator.vbm5i4i' shared service.
  16857.      *
  16858.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16859.      */
  16860.     protected function get_ServiceLocator_Vbm5i4iService()
  16861.     {
  16862.         return $this->privates['.service_locator.vbm5i4i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16863.             'urlGenerator' => ['services''router''getRouterService'false],
  16864.         ], [
  16865.             'urlGenerator' => '?',
  16866.         ]);
  16867.     }
  16868.     /**
  16869.      * Gets the private '.service_locator.vdmMuyE' shared service.
  16870.      *
  16871.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16872.      */
  16873.     protected function get_ServiceLocator_VdmMuyEService()
  16874.     {
  16875.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16876.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  16877.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  16878.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  16879.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  16880.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  16881.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  16882.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  16883.             'router' => ['services''router''getRouterService'false],
  16884.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  16885.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  16886.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  16887.             'serializer' => ['services''serializer''getSerializerService'false],
  16888.             'session' => ['services''session''getSessionService'false],
  16889.             'twig' => ['services''twig''getTwigService'false],
  16890.         ], [
  16891.             'doctrine' => '?',
  16892.             'form.factory' => '?',
  16893.             'http_kernel' => '?',
  16894.             'message_bus' => '?',
  16895.             'messenger.default_bus' => '?',
  16896.             'parameter_bag' => '?',
  16897.             'request_stack' => '?',
  16898.             'router' => '?',
  16899.             'security.authorization_checker' => '?',
  16900.             'security.csrf.token_manager' => '?',
  16901.             'security.token_storage' => '?',
  16902.             'serializer' => '?',
  16903.             'session' => '?',
  16904.             'twig' => '?',
  16905.         ]);
  16906.     }
  16907.     /**
  16908.      * Gets the private '.service_locator.vviYdXz' shared service.
  16909.      *
  16910.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16911.      */
  16912.     protected function get_ServiceLocator_VviYdXzService()
  16913.     {
  16914.         return $this->privates['.service_locator.vviYdXz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16915.             'template' => ['privates''.errored..service_locator.vviYdXz.App\\Entity\\Patient\\Correspondence\\MessageTemplate'NULL'Cannot autowire service ".service_locator.vviYdXz": it references class "App\\Entity\\Patient\\Correspondence\\MessageTemplate" but no such service exists.'],
  16916.         ], [
  16917.             'template' => 'App\\Entity\\Patient\\Correspondence\\MessageTemplate',
  16918.         ]);
  16919.     }
  16920.     /**
  16921.      * Gets the private '.service_locator.vwrT3vL' shared service.
  16922.      *
  16923.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16924.      */
  16925.     protected function get_ServiceLocator_VwrT3vLService()
  16926.     {
  16927.         return $this->privates['.service_locator.vwrT3vL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16928.             'clinic' => ['privates''.errored..service_locator.vwrT3vL.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.vwrT3vL": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16929.             'serializer' => ['services''serializer''getSerializerService'false],
  16930.         ], [
  16931.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16932.             'serializer' => '?',
  16933.         ]);
  16934.     }
  16935.     /**
  16936.      * Gets the private '.service_locator.vzfUpmH' shared service.
  16937.      *
  16938.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16939.      */
  16940.     protected function get_ServiceLocator_VzfUpmHService()
  16941.     {
  16942.         return $this->privates['.service_locator.vzfUpmH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16943.             'clinic' => ['privates''.errored..service_locator.vzfUpmH.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.vzfUpmH": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16944.             'manager' => ['services''app.notifications_manager''getApp_NotificationsManagerService'false],
  16945.             'patient' => ['privates''.errored..service_locator.vzfUpmH.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.vzfUpmH": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  16946.         ], [
  16947.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16948.             'manager' => '?',
  16949.             'patient' => 'App\\Entity\\Person\\Patient',
  16950.         ]);
  16951.     }
  16952.     /**
  16953.      * Gets the private '.service_locator.wHQ6.0W' shared service.
  16954.      *
  16955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16956.      */
  16957.     protected function get_ServiceLocator_WHQ6_0WService()
  16958.     {
  16959.         return $this->privates['.service_locator.wHQ6.0W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16960.             'logger' => ['services''logger''getLoggerService'false],
  16961.         ], [
  16962.             'logger' => '?',
  16963.         ]);
  16964.     }
  16965.     /**
  16966.      * Gets the private '.service_locator.waV7Tyt' shared service.
  16967.      *
  16968.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16969.      */
  16970.     protected function get_ServiceLocator_WaV7TytService()
  16971.     {
  16972.         return $this->privates['.service_locator.waV7Tyt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16973.             'clinic' => ['privates''.errored..service_locator.waV7Tyt.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.waV7Tyt": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16974.             'code' => ['privates''.errored..service_locator.waV7Tyt.App\\Entity\\Clinic\\Appointment\\AppointmentCode'NULL'Cannot autowire service ".service_locator.waV7Tyt": it references class "App\\Entity\\Clinic\\Appointment\\AppointmentCode" but no such service exists.'],
  16975.         ], [
  16976.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16977.             'code' => 'App\\Entity\\Clinic\\Appointment\\AppointmentCode',
  16978.         ]);
  16979.     }
  16980.     /**
  16981.      * Gets the private '.service_locator.wzU88Nq' shared service.
  16982.      *
  16983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16984.      */
  16985.     protected function get_ServiceLocator_WzU88NqService()
  16986.     {
  16987.         return $this->privates['.service_locator.wzU88Nq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16988.             'clinic' => ['privates''.errored..service_locator.wzU88Nq.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.wzU88Nq": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  16989.             'plan' => ['privates''.errored..service_locator.wzU88Nq.App\\Entity\\SmsPlan'NULL'Cannot autowire service ".service_locator.wzU88Nq": it references class "App\\Entity\\SmsPlan" but no such service exists.'],
  16990.         ], [
  16991.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  16992.             'plan' => 'App\\Entity\\SmsPlan',
  16993.         ]);
  16994.     }
  16995.     /**
  16996.      * Gets the private '.service_locator.x0Y2vdY' shared service.
  16997.      *
  16998.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16999.      */
  17000.     protected function get_ServiceLocator_X0Y2vdYService()
  17001.     {
  17002.         return $this->privates['.service_locator.x0Y2vdY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17003.             'clinic' => ['privates''.errored..service_locator.x0Y2vdY.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.x0Y2vdY": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  17004.             'template' => ['privates''.errored..service_locator.x0Y2vdY.App\\Entity\\Patient\\Correspondence\\MessageTemplate'NULL'Cannot autowire service ".service_locator.x0Y2vdY": it references class "App\\Entity\\Patient\\Correspondence\\MessageTemplate" but no such service exists.'],
  17005.         ], [
  17006.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  17007.             'template' => 'App\\Entity\\Patient\\Correspondence\\MessageTemplate',
  17008.         ]);
  17009.     }
  17010.     /**
  17011.      * Gets the private '.service_locator.x1G4L3F' shared service.
  17012.      *
  17013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17014.      */
  17015.     protected function get_ServiceLocator_X1G4L3FService()
  17016.     {
  17017.         return $this->privates['.service_locator.x1G4L3F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17018.             'clinic' => ['privates''.errored..service_locator.x1G4L3F.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.x1G4L3F": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  17019.             'repository' => ['privates''App\\Repository\\Clinic\\Stock\\PriceListRepository''getPriceListRepositoryService'false],
  17020.         ], [
  17021.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  17022.             'repository' => 'App\\Repository\\Clinic\\Stock\\PriceListRepository',
  17023.         ]);
  17024.     }
  17025.     /**
  17026.      * Gets the private '.service_locator.xCaN3hw' shared service.
  17027.      *
  17028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17029.      */
  17030.     protected function get_ServiceLocator_XCaN3hwService()
  17031.     {
  17032.         return $this->privates['.service_locator.xCaN3hw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17033.             'organisation' => ['privates''.errored..service_locator.xCaN3hw.App\\Entity\\Organisation\\Organisation'NULL'Cannot autowire service ".service_locator.xCaN3hw": it references class "App\\Entity\\Organisation\\Organisation" but no such service exists.'],
  17034.             'repository' => ['privates''App\\Repository\\Clinic\\ClinicRepository''getClinicRepositoryService'false],
  17035.         ], [
  17036.             'organisation' => 'App\\Entity\\Organisation\\Organisation',
  17037.             'repository' => 'App\\Repository\\Clinic\\ClinicRepository',
  17038.         ]);
  17039.     }
  17040.     /**
  17041.      * Gets the private '.service_locator.xHPfwRK' shared service.
  17042.      *
  17043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17044.      */
  17045.     protected function get_ServiceLocator_XHPfwRKService()
  17046.     {
  17047.         return $this->privates['.service_locator.xHPfwRK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17048.             'clinic' => ['privates''.errored..service_locator.xHPfwRK.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.xHPfwRK": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  17049.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  17050.             'record' => ['privates''.errored..service_locator.xHPfwRK.App\\Entity\\LeadCapture\\LeadCapture'NULL'Cannot autowire service ".service_locator.xHPfwRK": it references class "App\\Entity\\LeadCapture\\LeadCapture" but no such service exists.'],
  17051.         ], [
  17052.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  17053.             'mailChimpClientImpl' => '?',
  17054.             'record' => 'App\\Entity\\LeadCapture\\LeadCapture',
  17055.         ]);
  17056.     }
  17057.     /**
  17058.      * Gets the private '.service_locator.xPjj8tj' shared service.
  17059.      *
  17060.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17061.      */
  17062.     protected function get_ServiceLocator_XPjj8tjService()
  17063.     {
  17064.         return $this->privates['.service_locator.xPjj8tj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17065.             'clinic' => ['privates''.errored..service_locator.xPjj8tj.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.xPjj8tj": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  17066.             'itemGoodsReceived' => ['privates''.errored..service_locator.xPjj8tj.App\\Entity\\Clinic\\Stock\\ItemGoodsReceived'NULL'Cannot autowire service ".service_locator.xPjj8tj": it references class "App\\Entity\\Clinic\\Stock\\ItemGoodsReceived" but no such service exists.'],
  17067.         ], [
  17068.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  17069.             'itemGoodsReceived' => 'App\\Entity\\Clinic\\Stock\\ItemGoodsReceived',
  17070.         ]);
  17071.     }
  17072.     /**
  17073.      * Gets the private '.service_locator.y3X8pmF' shared service.
  17074.      *
  17075.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17076.      */
  17077.     protected function get_ServiceLocator_Y3X8pmFService()
  17078.     {
  17079.         return $this->privates['.service_locator.y3X8pmF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17080.             'clinic' => ['privates''.errored..service_locator.y3X8pmF.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.y3X8pmF": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  17081.             'deletePatient' => ['services''app.delete_patient''getApp_DeletePatientService'false],
  17082.             'factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  17083.             'mailChimpClientImpl' => ['services''app.mail_chimp_client''getApp_MailChimpClientService'false],
  17084.             'patient' => ['privates''.errored..service_locator.y3X8pmF.App\\Entity\\Person\\Patient'NULL'Cannot autowire service ".service_locator.y3X8pmF": it references class "App\\Entity\\Person\\Patient" but no such service exists.'],
  17085.         ], [
  17086.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  17087.             'deletePatient' => '?',
  17088.             'factory' => '?',
  17089.             'mailChimpClientImpl' => '?',
  17090.             'patient' => 'App\\Entity\\Person\\Patient',
  17091.         ]);
  17092.     }
  17093.     /**
  17094.      * Gets the private '.service_locator.yGHHMaJ' shared service.
  17095.      *
  17096.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17097.      */
  17098.     protected function get_ServiceLocator_YGHHMaJService()
  17099.     {
  17100.         return $this->privates['.service_locator.yGHHMaJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17101.             'priceTiersService' => ['privates''App\\Services\\PriceTiersService''getPriceTiersServiceService'false],
  17102.         ], [
  17103.             'priceTiersService' => 'App\\Services\\PriceTiersService',
  17104.         ]);
  17105.     }
  17106.     /**
  17107.      * Gets the private '.service_locator.yK5hLww' shared service.
  17108.      *
  17109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17110.      */
  17111.     protected function get_ServiceLocator_YK5hLwwService()
  17112.     {
  17113.         return $this->privates['.service_locator.yK5hLww'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17114.             'factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  17115.         ], [
  17116.             'factory' => '?',
  17117.         ]);
  17118.     }
  17119.     /**
  17120.      * Gets the private '.service_locator.yfsuJP_' shared service.
  17121.      *
  17122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17123.      */
  17124.     protected function get_ServiceLocator_YfsuJPService()
  17125.     {
  17126.         return $this->privates['.service_locator.yfsuJP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17127.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  17128.         ], [
  17129.             'params' => '?',
  17130.         ]);
  17131.     }
  17132.     /**
  17133.      * Gets the private '.service_locator.z0uSLkK' shared service.
  17134.      *
  17135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17136.      */
  17137.     protected function get_ServiceLocator_Z0uSLkKService()
  17138.     {
  17139.         return $this->privates['.service_locator.z0uSLkK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17140.             'treatment' => ['privates''.errored..service_locator.z0uSLkK.App\\Entity\\Clinic\\Stock\\TreatmentClinic'NULL'Cannot autowire service ".service_locator.z0uSLkK": it references class "App\\Entity\\Clinic\\Stock\\TreatmentClinic" but no such service exists.'],
  17141.         ], [
  17142.             'treatment' => 'App\\Entity\\Clinic\\Stock\\TreatmentClinic',
  17143.         ]);
  17144.     }
  17145.     /**
  17146.      * Gets the private '.service_locator.zOldkn1' shared service.
  17147.      *
  17148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17149.      */
  17150.     protected function get_ServiceLocator_ZOldkn1Service()
  17151.     {
  17152.         return $this->privates['.service_locator.zOldkn1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17153.             'campaign' => ['privates''.errored..service_locator.zOldkn1.App\\Entity\\Clinic\\Campaign\\Campaign'NULL'Cannot autowire service ".service_locator.zOldkn1": it references class "App\\Entity\\Clinic\\Campaign\\Campaign" but no such service exists.'],
  17154.             'clinic' => ['privates''.errored..service_locator.zOldkn1.App\\Entity\\Clinic\\Clinic'NULL'Cannot autowire service ".service_locator.zOldkn1": it references class "App\\Entity\\Clinic\\Clinic" but no such service exists.'],
  17155.         ], [
  17156.             'campaign' => 'App\\Entity\\Clinic\\Campaign\\Campaign',
  17157.             'clinic' => 'App\\Entity\\Clinic\\Clinic',
  17158.         ]);
  17159.     }
  17160.     /**
  17161.      * Gets the private 'App\Aws\SESManager' shared autowired service.
  17162.      *
  17163.      * @return \App\Aws\SESManager
  17164.      */
  17165.     protected function getSESManagerService()
  17166.     {
  17167.         $a = ($this->services['twig'] ?? $this->getTwigService());
  17168.         return $this->privates['App\\Aws\\SESManager'] = new \App\Aws\SESManager(($this->services['ses_client'] ?? $this->getSesClientService()), ($this->services['logger'] ?? $this->getLoggerService()), $a$this->getEnv('AWS_BOUNCE_TOPIC'), new \App\Services\UserManager($a$this->getEnv('MAILER_FROM')), $this->getEnv('ADMIN_EMAIL'), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  17169.     }
  17170.     /**
  17171.      * Gets the private 'App\Command\AssigntouserCommand' shared autowired service.
  17172.      *
  17173.      * @return \App\Command\AssigntouserCommand
  17174.      */
  17175.     protected function getAssigntouserCommandService()
  17176.     {
  17177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17178.         include_once \dirname(__DIR__4).'/src/Command/AssigntouserCommand.php';
  17179.         $this->privates['App\\Command\\AssigntouserCommand'] = $instance = new \App\Command\AssigntouserCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  17180.         $instance->setName('app:assign-to-user');
  17181.         return $instance;
  17182.     }
  17183.     /**
  17184.      * Gets the private 'App\Command\ChangeStatusCommand' shared autowired service.
  17185.      *
  17186.      * @return \App\Command\ChangeStatusCommand
  17187.      */
  17188.     protected function getChangeStatusCommandService()
  17189.     {
  17190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17191.         include_once \dirname(__DIR__4).'/src/Command/ChangeStatusCommand.php';
  17192.         $this->privates['App\\Command\\ChangeStatusCommand'] = $instance = new \App\Command\ChangeStatusCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17193.         $instance->setName('app:change-status');
  17194.         return $instance;
  17195.     }
  17196.     /**
  17197.      * Gets the private 'App\Command\ConvertToPatientCommand' shared autowired service.
  17198.      *
  17199.      * @return \App\Command\ConvertToPatientCommand
  17200.      */
  17201.     protected function getConvertToPatientCommandService()
  17202.     {
  17203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17204.         include_once \dirname(__DIR__4).'/src/Command/ConvertToPatientCommand.php';
  17205.         $this->privates['App\\Command\\ConvertToPatientCommand'] = $instance = new \App\Command\ConvertToPatientCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()));
  17206.         $instance->setName('app:convert-to-patient');
  17207.         return $instance;
  17208.     }
  17209.     /**
  17210.      * Gets the private 'App\Command\DispatchEventCommand' shared autowired service.
  17211.      *
  17212.      * @return \App\Command\DispatchEventCommand
  17213.      */
  17214.     protected function getDispatchEventCommandService()
  17215.     {
  17216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17217.         include_once \dirname(__DIR__4).'/src/Command/DispatchEventCommand.php';
  17218.         $this->privates['App\\Command\\DispatchEventCommand'] = $instance = new \App\Command\DispatchEventCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['logger'] ?? $this->getLoggerService()));
  17219.         $instance->setName('app:dispatch-command');
  17220.         return $instance;
  17221.     }
  17222.     /**
  17223.      * Gets the private 'App\Command\EncryptCommand' shared autowired service.
  17224.      *
  17225.      * @return \App\Command\EncryptCommand
  17226.      */
  17227.     protected function getEncryptCommandService()
  17228.     {
  17229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17230.         include_once \dirname(__DIR__4).'/src/Command/EncryptCommand.php';
  17231.         $this->privates['App\\Command\\EncryptCommand'] = $instance = new \App\Command\EncryptCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17232.         $instance->setName('app:encrypt');
  17233.         return $instance;
  17234.     }
  17235.     /**
  17236.      * Gets the private 'App\Command\NoteCommand' shared autowired service.
  17237.      *
  17238.      * @return \App\Command\NoteCommand
  17239.      */
  17240.     protected function getNoteCommandService()
  17241.     {
  17242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17243.         include_once \dirname(__DIR__4).'/src/Command/NoteCommand.php';
  17244.         $this->privates['App\\Command\\NoteCommand'] = $instance = new \App\Command\NoteCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  17245.         $instance->setName('app:create-note');
  17246.         return $instance;
  17247.     }
  17248.     /**
  17249.      * Gets the private 'App\Command\SendEmailCommand' shared autowired service.
  17250.      *
  17251.      * @return \App\Command\SendEmailCommand
  17252.      */
  17253.     protected function getSendEmailCommandService()
  17254.     {
  17255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17256.         include_once \dirname(__DIR__4).'/src/Command/SendEmailCommand.php';
  17257.         $this->privates['App\\Command\\SendEmailCommand'] = $instance = new \App\Command\SendEmailCommand($this->getEnv('resolve:APP_URl'), ($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['app.leadcapture_history'] ?? $this->getApp_LeadcaptureHistoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()));
  17258.         $instance->setName('app:send-email');
  17259.         return $instance;
  17260.     }
  17261.     /**
  17262.      * Gets the private 'App\Command\Temporary\PriceTier\CreatePriceTiersCommand' shared autowired service.
  17263.      *
  17264.      * @return \App\Command\Temporary\PriceTier\CreatePriceTiersCommand
  17265.      */
  17266.     protected function getCreatePriceTiersCommandService()
  17267.     {
  17268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17269.         include_once \dirname(__DIR__4).'/src/Command/Temporary/PriceTier/CreatePriceTiersCommand.php';
  17270.         $this->privates['App\\Command\\Temporary\\PriceTier\\CreatePriceTiersCommand'] = $instance = new \App\Command\Temporary\PriceTier\CreatePriceTiersCommand(($this->privates['App\\Services\\PriceTiersService'] ?? $this->getPriceTiersServiceService()));
  17271.         $instance->setName('app:create-price-tiers');
  17272.         return $instance;
  17273.     }
  17274.     /**
  17275.      * Gets the private 'App\Command\Temporary\PriceTier\MigrateToNewPriceTierStructureCommand' shared autowired service.
  17276.      *
  17277.      * @return \App\Command\Temporary\PriceTier\MigrateToNewPriceTierStructureCommand
  17278.      */
  17279.     protected function getMigrateToNewPriceTierStructureCommandService()
  17280.     {
  17281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17282.         include_once \dirname(__DIR__4).'/src/Command/Temporary/PriceTier/MigrateToNewPriceTierStructureCommand.php';
  17283.         $this->privates['App\\Command\\Temporary\\PriceTier\\MigrateToNewPriceTierStructureCommand'] = $instance = new \App\Command\Temporary\PriceTier\MigrateToNewPriceTierStructureCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\PriceTiersService'] ?? $this->getPriceTiersServiceService()));
  17284.         $instance->setName('app:migrate-to-new-structure-price-tiers');
  17285.         return $instance;
  17286.     }
  17287.     /**
  17288.      * Gets the private 'App\Command\Temporary\PriceTier\MigrateToPriceTiersCommand' shared autowired service.
  17289.      *
  17290.      * @return \App\Command\Temporary\PriceTier\MigrateToPriceTiersCommand
  17291.      */
  17292.     protected function getMigrateToPriceTiersCommandService()
  17293.     {
  17294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17295.         include_once \dirname(__DIR__4).'/src/Command/Temporary/PriceTier/MigrateToPriceTiersCommand.php';
  17296.         $this->privates['App\\Command\\Temporary\\PriceTier\\MigrateToPriceTiersCommand'] = $instance = new \App\Command\Temporary\PriceTier\MigrateToPriceTiersCommand(($this->privates['App\\Repository\\Organisation\\OrganisationRepository'] ?? $this->getOrganisationRepositoryService()), ($this->privates['App\\Repository\\Organisation\\CustomerSetting\\CustomerSettingRepository'] ?? $this->getCustomerSettingRepositoryService()), ($this->privates['App\\Services\\PriceTiersService'] ?? $this->getPriceTiersServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  17297.         $instance->setName('app:migrate-to-price-tiers');
  17298.         return $instance;
  17299.     }
  17300.     /**
  17301.      * Gets the private 'App\EventListener\CampaignTriggerSubscriber' shared autowired service.
  17302.      *
  17303.      * @return \App\EventListener\CampaignTriggerSubscriber
  17304.      */
  17305.     protected function getCampaignTriggerSubscriberService()
  17306.     {
  17307.         include_once \dirname(__DIR__4).'/src/EventListener/CampaignTriggerSubscriber.php';
  17308.         include_once \dirname(__DIR__4).'/src/Services/CampaignService.php';
  17309.         $a = ($this->services['logger'] ?? $this->getLoggerService());
  17310.         return $this->privates['App\\EventListener\\CampaignTriggerSubscriber'] = new \App\EventListener\CampaignTriggerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), $a, new \App\Services\CampaignService(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a), ($this->privates['App\\Repository\\PendingCampaignsRepository'] ?? $this->getPendingCampaignsRepositoryService()));
  17311.     }
  17312.     /**
  17313.      * Gets the private 'App\EventListener\DoctrineExtensionSubscriber' shared autowired service.
  17314.      *
  17315.      * @return \App\EventListener\DoctrineExtensionSubscriber
  17316.      */
  17317.     protected function getDoctrineExtensionSubscriberService()
  17318.     {
  17319.         return $this->privates['App\\EventListener\\DoctrineExtensionSubscriber'] = new \App\EventListener\DoctrineExtensionSubscriber(($this->privates['Gedmo\\Blameable\\BlameableListener'] ?? $this->getBlameableListenerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  17320.     }
  17321.     /**
  17322.      * Gets the private 'App\EventListener\InvoiceSubscriber' shared autowired service.
  17323.      *
  17324.      * @return \App\EventListener\InvoiceSubscriber
  17325.      */
  17326.     protected function getInvoiceSubscriberService()
  17327.     {
  17328.         include_once \dirname(__DIR__4).'/src/EventListener/InvoiceSubscriber.php';
  17329.         return $this->privates['App\\EventListener\\InvoiceSubscriber'] = new \App\EventListener\InvoiceSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17330.     }
  17331.     /**
  17332.      * Gets the private 'App\EventListener\SurveyListener' shared autowired service.
  17333.      *
  17334.      * @return \App\EventListener\SurveyListener
  17335.      */
  17336.     protected function getSurveyListenerService()
  17337.     {
  17338.         include_once \dirname(__DIR__4).'/src/EventListener/SurveyListener.php';
  17339.         return $this->privates['App\\EventListener\\SurveyListener'] = new \App\EventListener\SurveyListener();
  17340.     }
  17341.     /**
  17342.      * Gets the private 'App\ExportImport\ServiceZip' shared autowired service.
  17343.      *
  17344.      * @return \App\ExportImport\ServiceZip
  17345.      */
  17346.     protected function getServiceZipService()
  17347.     {
  17348.         include_once \dirname(__DIR__4).'/src/ExportImport/ServiceZip.php';
  17349.         return $this->privates['App\\ExportImport\\ServiceZip'] = new \App\ExportImport\ServiceZip(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.service_csv'] ?? $this->getApp_ServiceCsvService()));
  17350.     }
  17351.     /**
  17352.      * Gets the private 'App\Form\CampaigndetailsType' shared autowired service.
  17353.      *
  17354.      * @return \App\Form\CampaigndetailsType
  17355.      */
  17356.     protected function getCampaigndetailsTypeService()
  17357.     {
  17358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17360.         include_once \dirname(__DIR__4).'/src/Form/CampaigndetailsType.php';
  17361.         return $this->privates['App\\Form\\CampaigndetailsType'] = new \App\Form\CampaigndetailsType();
  17362.     }
  17363.     /**
  17364.      * Gets the private 'App\Form\CustomReports\CustomReportsFilterForm' shared autowired service.
  17365.      *
  17366.      * @return \App\Form\CustomReports\CustomReportsFilterForm
  17367.      */
  17368.     protected function getCustomReportsFilterFormService()
  17369.     {
  17370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17372.         include_once \dirname(__DIR__4).'/src/Form/CustomReports/CustomReportsFilterForm.php';
  17373.         return $this->privates['App\\Form\\CustomReports\\CustomReportsFilterForm'] = new \App\Form\CustomReports\CustomReportsFilterForm();
  17374.     }
  17375.     /**
  17376.      * Gets the private 'App\Form\CustomReports\CustomReportsForm' shared autowired service.
  17377.      *
  17378.      * @return \App\Form\CustomReports\CustomReportsForm
  17379.      */
  17380.     protected function getCustomReportsFormService()
  17381.     {
  17382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17384.         include_once \dirname(__DIR__4).'/src/Form/CustomReports/CustomReportsForm.php';
  17385.         include_once \dirname(__DIR__4).'/src/Services/CustomReports/ColumnsReportsService.php';
  17386.         return $this->privates['App\\Form\\CustomReports\\CustomReportsForm'] = new \App\Form\CustomReports\CustomReportsForm(($this->privates['App\\Model\\CustomReports\\AxisX'] ?? $this->getAxisXService()), ($this->privates['App\\Model\\CustomReports\\AxisY'] ?? ($this->privates['App\\Model\\CustomReports\\AxisY'] = new \App\Model\CustomReports\AxisY())), ($this->privates['App\\Services\\CustomReports\\ColumnsReportsService'] ?? ($this->privates['App\\Services\\CustomReports\\ColumnsReportsService'] = new \App\Services\CustomReports\ColumnsReportsService())));
  17387.     }
  17388.     /**
  17389.      * Gets the private 'App\Form\CustomReports\FavoriteCustomReportsForm' shared autowired service.
  17390.      *
  17391.      * @return \App\Form\CustomReports\FavoriteCustomReportsForm
  17392.      */
  17393.     protected function getFavoriteCustomReportsFormService()
  17394.     {
  17395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17397.         include_once \dirname(__DIR__4).'/src/Form/CustomReports/FavoriteCustomReportsForm.php';
  17398.         return $this->privates['App\\Form\\CustomReports\\FavoriteCustomReportsForm'] = new \App\Form\CustomReports\FavoriteCustomReportsForm();
  17399.     }
  17400.     /**
  17401.      * Gets the private 'App\Form\DomainFormType' shared autowired service.
  17402.      *
  17403.      * @return \App\Form\DomainFormType
  17404.      */
  17405.     protected function getDomainFormTypeService()
  17406.     {
  17407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17409.         include_once \dirname(__DIR__4).'/src/Form/DomainFormType.php';
  17410.         return $this->privates['App\\Form\\DomainFormType'] = new \App\Form\DomainFormType();
  17411.     }
  17412.     /**
  17413.      * Gets the private 'App\Form\FiltersType' shared autowired service.
  17414.      *
  17415.      * @return \App\Form\FiltersType
  17416.      */
  17417.     protected function getFiltersTypeService()
  17418.     {
  17419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17421.         include_once \dirname(__DIR__4).'/src/Form/FiltersType.php';
  17422.         return $this->privates['App\\Form\\FiltersType'] = new \App\Form\FiltersType();
  17423.     }
  17424.     /**
  17425.      * Gets the private 'App\Form\Model\DashboardFilter' shared autowired service.
  17426.      *
  17427.      * @return \App\Form\Model\DashboardFilter
  17428.      */
  17429.     protected function getDashboardFilterService()
  17430.     {
  17431.         include_once \dirname(__DIR__4).'/src/Form/Model/DashboardFilter.php';
  17432.         return $this->privates['App\\Form\\Model\\DashboardFilter'] = new \App\Form\Model\DashboardFilter();
  17433.     }
  17434.     /**
  17435.      * Gets the private 'App\Form\Model\MailChimpWebhookDataMergeFieldsType' shared autowired service.
  17436.      *
  17437.      * @return \App\Form\Model\MailChimpWebhookDataMergeFieldsType
  17438.      */
  17439.     protected function getMailChimpWebhookDataMergeFieldsTypeService()
  17440.     {
  17441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17443.         include_once \dirname(__DIR__4).'/src/Form/Model/MailChimpWebhookDataMergeFieldsType.php';
  17444.         return $this->privates['App\\Form\\Model\\MailChimpWebhookDataMergeFieldsType'] = new \App\Form\Model\MailChimpWebhookDataMergeFieldsType();
  17445.     }
  17446.     /**
  17447.      * Gets the private 'App\Form\Model\MailChimpWebhookDataType' shared autowired service.
  17448.      *
  17449.      * @return \App\Form\Model\MailChimpWebhookDataType
  17450.      */
  17451.     protected function getMailChimpWebhookDataTypeService()
  17452.     {
  17453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17455.         include_once \dirname(__DIR__4).'/src/Form/Model/MailChimpWebhookDataType.php';
  17456.         return $this->privates['App\\Form\\Model\\MailChimpWebhookDataType'] = new \App\Form\Model\MailChimpWebhookDataType();
  17457.     }
  17458.     /**
  17459.      * Gets the private 'App\Form\Model\MailChimpWebhookRequestType' shared autowired service.
  17460.      *
  17461.      * @return \App\Form\Model\MailChimpWebhookRequestType
  17462.      */
  17463.     protected function getMailChimpWebhookRequestTypeService()
  17464.     {
  17465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17467.         include_once \dirname(__DIR__4).'/src/Form/Model/MailChimpWebhookRequestType.php';
  17468.         return $this->privates['App\\Form\\Model\\MailChimpWebhookRequestType'] = new \App\Form\Model\MailChimpWebhookRequestType();
  17469.     }
  17470.     /**
  17471.      * Gets the private 'App\Form\ParseApiFilterForm' shared autowired service.
  17472.      *
  17473.      * @return \App\Form\ParseApiFilterForm
  17474.      */
  17475.     protected function getParseApiFilterFormService()
  17476.     {
  17477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17479.         include_once \dirname(__DIR__4).'/src/Form/ParseApiFilterForm.php';
  17480.         return $this->privates['App\\Form\\ParseApiFilterForm'] = new \App\Form\ParseApiFilterForm();
  17481.     }
  17482.     /**
  17483.      * Gets the private 'App\Form\Reports\ReportFilterFormType' shared autowired service.
  17484.      *
  17485.      * @return \App\Form\Reports\ReportFilterFormType
  17486.      */
  17487.     protected function getReportFilterFormTypeService()
  17488.     {
  17489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17491.         include_once \dirname(__DIR__4).'/src/Form/Reports/ReportFilterFormType.php';
  17492.         return $this->privates['App\\Form\\Reports\\ReportFilterFormType'] = new \App\Form\Reports\ReportFilterFormType();
  17493.     }
  17494.     /**
  17495.      * Gets the private 'App\Form\SmsReviewType' shared autowired service.
  17496.      *
  17497.      * @return \App\Form\SmsReviewType
  17498.      */
  17499.     protected function getSmsReviewTypeService()
  17500.     {
  17501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17503.         include_once \dirname(__DIR__4).'/src/Form/SmsReviewType.php';
  17504.         return $this->privates['App\\Form\\SmsReviewType'] = new \App\Form\SmsReviewType();
  17505.     }
  17506.     /**
  17507.      * Gets the private 'App\Form\Type\AddPasswordType' shared autowired service.
  17508.      *
  17509.      * @return \App\Form\Type\AddPasswordType
  17510.      */
  17511.     protected function getAddPasswordTypeService()
  17512.     {
  17513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17515.         include_once \dirname(__DIR__4).'/src/Form/Type/AddPasswordType.php';
  17516.         return $this->privates['App\\Form\\Type\\AddPasswordType'] = new \App\Form\Type\AddPasswordType();
  17517.     }
  17518.     /**
  17519.      * Gets the private 'App\Form\Type\Appointment\AppointmentType' shared autowired service.
  17520.      *
  17521.      * @return \App\Form\Type\Appointment\AppointmentType
  17522.      */
  17523.     protected function getAppointmentTypeService()
  17524.     {
  17525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17527.         include_once \dirname(__DIR__4).'/src/Form/Type/Appointment/AppointmentType.php';
  17528.         return $this->privates['App\\Form\\Type\\Appointment\\AppointmentType'] = new \App\Form\Type\Appointment\AppointmentType();
  17529.     }
  17530.     /**
  17531.      * Gets the private 'App\Form\Type\Appointment\GoogleEventDaySheetStatusType' shared autowired service.
  17532.      *
  17533.      * @return \App\Form\Type\Appointment\GoogleEventDaySheetStatusType
  17534.      */
  17535.     protected function getGoogleEventDaySheetStatusTypeService()
  17536.     {
  17537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17539.         include_once \dirname(__DIR__4).'/src/Form/Type/Appointment/GoogleEventDaySheetStatusType.php';
  17540.         return $this->privates['App\\Form\\Type\\Appointment\\GoogleEventDaySheetStatusType'] = new \App\Form\Type\Appointment\GoogleEventDaySheetStatusType();
  17541.     }
  17542.     /**
  17543.      * Gets the private 'App\Form\Type\Appointment\GoogleEventType' shared autowired service.
  17544.      *
  17545.      * @return \App\Form\Type\Appointment\GoogleEventType
  17546.      */
  17547.     protected function getGoogleEventTypeService()
  17548.     {
  17549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17551.         include_once \dirname(__DIR__4).'/src/Form/Type/Appointment/GoogleEventType.php';
  17552.         return $this->privates['App\\Form\\Type\\Appointment\\GoogleEventType'] = new \App\Form\Type\Appointment\GoogleEventType();
  17553.     }
  17554.     /**
  17555.      * Gets the private 'App\Form\Type\Appointment\SearchFilterType' shared autowired service.
  17556.      *
  17557.      * @return \App\Form\Type\Appointment\SearchFilterType
  17558.      */
  17559.     protected function getSearchFilterTypeService()
  17560.     {
  17561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17563.         include_once \dirname(__DIR__4).'/src/Form/Type/Appointment/SearchFilterType.php';
  17564.         return $this->privates['App\\Form\\Type\\Appointment\\SearchFilterType'] = new \App\Form\Type\Appointment\SearchFilterType();
  17565.     }
  17566.     /**
  17567.      * Gets the private 'App\Form\Type\Clinic\AppointmentCodeType' shared autowired service.
  17568.      *
  17569.      * @return \App\Form\Type\Clinic\AppointmentCodeType
  17570.      */
  17571.     protected function getAppointmentCodeTypeService()
  17572.     {
  17573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17575.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/AppointmentCodeType.php';
  17576.         return $this->privates['App\\Form\\Type\\Clinic\\AppointmentCodeType'] = new \App\Form\Type\Clinic\AppointmentCodeType();
  17577.     }
  17578.     /**
  17579.      * Gets the private 'App\Form\Type\Clinic\BlockerReasonType' shared autowired service.
  17580.      *
  17581.      * @return \App\Form\Type\Clinic\BlockerReasonType
  17582.      */
  17583.     protected function getBlockerReasonTypeService()
  17584.     {
  17585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17587.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/BlockerReasonType.php';
  17588.         return $this->privates['App\\Form\\Type\\Clinic\\BlockerReasonType'] = new \App\Form\Type\Clinic\BlockerReasonType();
  17589.     }
  17590.     /**
  17591.      * Gets the private 'App\Form\Type\Clinic\Campaign\CampaignType' shared autowired service.
  17592.      *
  17593.      * @return \App\Form\Type\Clinic\Campaign\CampaignType
  17594.      */
  17595.     protected function getCampaignTypeService()
  17596.     {
  17597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17599.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Campaign/CampaignType.php';
  17600.         return $this->privates['App\\Form\\Type\\Clinic\\Campaign\\CampaignType'] = new \App\Form\Type\Clinic\Campaign\CampaignType();
  17601.     }
  17602.     /**
  17603.      * Gets the private 'App\Form\Type\Clinic\Chronoscan\SettingsType' shared autowired service.
  17604.      *
  17605.      * @return \App\Form\Type\Clinic\Chronoscan\SettingsType
  17606.      */
  17607.     protected function getSettingsTypeService()
  17608.     {
  17609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17611.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Chronoscan/SettingsType.php';
  17612.         return $this->privates['App\\Form\\Type\\Clinic\\Chronoscan\\SettingsType'] = new \App\Form\Type\Clinic\Chronoscan\SettingsType();
  17613.     }
  17614.     /**
  17615.      * Gets the private 'App\Form\Type\Clinic\ClinicBrandingType' shared autowired service.
  17616.      *
  17617.      * @return \App\Form\Type\Clinic\ClinicBrandingType
  17618.      */
  17619.     protected function getClinicBrandingTypeService()
  17620.     {
  17621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17623.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ClinicBrandingType.php';
  17624.         return $this->privates['App\\Form\\Type\\Clinic\\ClinicBrandingType'] = new \App\Form\Type\Clinic\ClinicBrandingType();
  17625.     }
  17626.     /**
  17627.      * Gets the private 'App\Form\Type\Clinic\ClinicEventsReminderType' shared autowired service.
  17628.      *
  17629.      * @return \App\Form\Type\Clinic\ClinicEventsReminderType
  17630.      */
  17631.     protected function getClinicEventsReminderTypeService()
  17632.     {
  17633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17635.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ClinicEventsReminderType.php';
  17636.         return $this->privates['App\\Form\\Type\\Clinic\\ClinicEventsReminderType'] = new \App\Form\Type\Clinic\ClinicEventsReminderType();
  17637.     }
  17638.     /**
  17639.      * Gets the private 'App\Form\Type\Clinic\ClinicMeetingsReminderType' shared autowired service.
  17640.      *
  17641.      * @return \App\Form\Type\Clinic\ClinicMeetingsReminderType
  17642.      */
  17643.     protected function getClinicMeetingsReminderTypeService()
  17644.     {
  17645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17647.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ClinicMeetingsReminderType.php';
  17648.         return $this->privates['App\\Form\\Type\\Clinic\\ClinicMeetingsReminderType'] = new \App\Form\Type\Clinic\ClinicMeetingsReminderType();
  17649.     }
  17650.     /**
  17651.      * Gets the private 'App\Form\Type\Clinic\ClinicReminderRecallType' shared autowired service.
  17652.      *
  17653.      * @return \App\Form\Type\Clinic\ClinicReminderRecallType
  17654.      */
  17655.     protected function getClinicReminderRecallTypeService()
  17656.     {
  17657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17659.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ClinicReminderRecallType.php';
  17660.         return $this->privates['App\\Form\\Type\\Clinic\\ClinicReminderRecallType'] = new \App\Form\Type\Clinic\ClinicReminderRecallType();
  17661.     }
  17662.     /**
  17663.      * Gets the private 'App\Form\Type\Clinic\ClinicReminderType' shared autowired service.
  17664.      *
  17665.      * @return \App\Form\Type\Clinic\ClinicReminderType
  17666.      */
  17667.     protected function getClinicReminderTypeService()
  17668.     {
  17669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17671.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ClinicReminderType.php';
  17672.         return $this->privates['App\\Form\\Type\\Clinic\\ClinicReminderType'] = new \App\Form\Type\Clinic\ClinicReminderType();
  17673.     }
  17674.     /**
  17675.      * Gets the private 'App\Form\Type\Clinic\ClinicType' shared autowired service.
  17676.      *
  17677.      * @return \App\Form\Type\Clinic\ClinicType
  17678.      */
  17679.     protected function getClinicTypeService()
  17680.     {
  17681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17683.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ClinicType.php';
  17684.         return $this->privates['App\\Form\\Type\\Clinic\\ClinicType'] = new \App\Form\Type\Clinic\ClinicType();
  17685.     }
  17686.     /**
  17687.      * Gets the private 'App\Form\Type\Clinic\DeclarationType' shared autowired service.
  17688.      *
  17689.      * @return \App\Form\Type\Clinic\DeclarationType
  17690.      */
  17691.     protected function getDeclarationTypeService()
  17692.     {
  17693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17695.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/DeclarationType.php';
  17696.         return $this->privates['App\\Form\\Type\\Clinic\\DeclarationType'] = new \App\Form\Type\Clinic\DeclarationType();
  17697.     }
  17698.     /**
  17699.      * Gets the private 'App\Form\Type\Clinic\DiscountReasonType' shared autowired service.
  17700.      *
  17701.      * @return \App\Form\Type\Clinic\DiscountReasonType
  17702.      */
  17703.     protected function getDiscountReasonTypeService()
  17704.     {
  17705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17707.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/DiscountReasonType.php';
  17708.         return $this->privates['App\\Form\\Type\\Clinic\\DiscountReasonType'] = new \App\Form\Type\Clinic\DiscountReasonType();
  17709.     }
  17710.     /**
  17711.      * Gets the private 'App\Form\Type\Clinic\DocumentCategoryType' shared autowired service.
  17712.      *
  17713.      * @return \App\Form\Type\Clinic\DocumentCategoryType
  17714.      */
  17715.     protected function getDocumentCategoryTypeService()
  17716.     {
  17717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17719.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/DocumentCategoryType.php';
  17720.         return $this->privates['App\\Form\\Type\\Clinic\\DocumentCategoryType'] = new \App\Form\Type\Clinic\DocumentCategoryType();
  17721.     }
  17722.     /**
  17723.      * Gets the private 'App\Form\Type\Clinic\EmailTemplate\EmailTemplateType' shared autowired service.
  17724.      *
  17725.      * @return \App\Form\Type\Clinic\EmailTemplate\EmailTemplateType
  17726.      */
  17727.     protected function getEmailTemplateTypeService()
  17728.     {
  17729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17731.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/EmailTemplate/EmailTemplateType.php';
  17732.         return $this->privates['App\\Form\\Type\\Clinic\\EmailTemplate\\EmailTemplateType'] = new \App\Form\Type\Clinic\EmailTemplate\EmailTemplateType();
  17733.     }
  17734.     /**
  17735.      * Gets the private 'App\Form\Type\Clinic\EquipmentType' shared autowired service.
  17736.      *
  17737.      * @return \App\Form\Type\Clinic\EquipmentType
  17738.      */
  17739.     protected function getEquipmentTypeService()
  17740.     {
  17741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17743.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/EquipmentType.php';
  17744.         return $this->privates['App\\Form\\Type\\Clinic\\EquipmentType'] = new \App\Form\Type\Clinic\EquipmentType();
  17745.     }
  17746.     /**
  17747.      * Gets the private 'App\Form\Type\Clinic\Filter\InvoiceType' shared autowired service.
  17748.      *
  17749.      * @return \App\Form\Type\Clinic\Filter\InvoiceType
  17750.      */
  17751.     protected function getInvoiceTypeService()
  17752.     {
  17753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17755.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Filter/InvoiceType.php';
  17756.         return $this->privates['App\\Form\\Type\\Clinic\\Filter\\InvoiceType'] = new \App\Form\Type\Clinic\Filter\InvoiceType();
  17757.     }
  17758.     /**
  17759.      * Gets the private 'App\Form\Type\Clinic\Filter\ProfileType' shared autowired service.
  17760.      *
  17761.      * @return \App\Form\Type\Clinic\Filter\ProfileType
  17762.      */
  17763.     protected function getProfileTypeService()
  17764.     {
  17765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17767.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Filter/ProfileType.php';
  17768.         return $this->privates['App\\Form\\Type\\Clinic\\Filter\\ProfileType'] = new \App\Form\Type\Clinic\Filter\ProfileType();
  17769.     }
  17770.     /**
  17771.      * Gets the private 'App\Form\Type\Clinic\Filter\TreatmentType' shared autowired service.
  17772.      *
  17773.      * @return \App\Form\Type\Clinic\Filter\TreatmentType
  17774.      */
  17775.     protected function getTreatmentTypeService()
  17776.     {
  17777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17779.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Filter/TreatmentType.php';
  17780.         return $this->privates['App\\Form\\Type\\Clinic\\Filter\\TreatmentType'] = new \App\Form\Type\Clinic\Filter\TreatmentType();
  17781.     }
  17782.     /**
  17783.      * Gets the private 'App\Form\Type\Clinic\FormFileType' shared autowired service.
  17784.      *
  17785.      * @return \App\Form\Type\Clinic\FormFileType
  17786.      */
  17787.     protected function getFormFileTypeService()
  17788.     {
  17789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17791.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/FormFileType.php';
  17792.         return $this->privates['App\\Form\\Type\\Clinic\\FormFileType'] = new \App\Form\Type\Clinic\FormFileType();
  17793.     }
  17794.     /**
  17795.      * Gets the private 'App\Form\Type\Clinic\LearnAboutSourceType' shared autowired service.
  17796.      *
  17797.      * @return \App\Form\Type\Clinic\LearnAboutSourceType
  17798.      */
  17799.     protected function getLearnAboutSourceTypeService()
  17800.     {
  17801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17803.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/LearnAboutSourceType.php';
  17804.         return $this->privates['App\\Form\\Type\\Clinic\\LearnAboutSourceType'] = new \App\Form\Type\Clinic\LearnAboutSourceType();
  17805.     }
  17806.     /**
  17807.      * Gets the private 'App\Form\Type\Clinic\LearnAboutType' shared autowired service.
  17808.      *
  17809.      * @return \App\Form\Type\Clinic\LearnAboutType
  17810.      */
  17811.     protected function getLearnAboutTypeService()
  17812.     {
  17813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17815.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/LearnAboutType.php';
  17816.         return $this->privates['App\\Form\\Type\\Clinic\\LearnAboutType'] = new \App\Form\Type\Clinic\LearnAboutType();
  17817.     }
  17818.     /**
  17819.      * Gets the private 'App\Form\Type\Clinic\LocationType' shared autowired service.
  17820.      *
  17821.      * @return \App\Form\Type\Clinic\LocationType
  17822.      */
  17823.     protected function getLocationTypeService()
  17824.     {
  17825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17827.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/LocationType.php';
  17828.         return $this->privates['App\\Form\\Type\\Clinic\\LocationType'] = new \App\Form\Type\Clinic\LocationType();
  17829.     }
  17830.     /**
  17831.      * Gets the private 'App\Form\Type\Clinic\MailChimpType' shared autowired service.
  17832.      *
  17833.      * @return \App\Form\Type\Clinic\MailChimpType
  17834.      */
  17835.     protected function getMailChimpTypeService()
  17836.     {
  17837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17839.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/MailChimpType.php';
  17840.         return $this->privates['App\\Form\\Type\\Clinic\\MailChimpType'] = new \App\Form\Type\Clinic\MailChimpType();
  17841.     }
  17842.     /**
  17843.      * Gets the private 'App\Form\Type\Clinic\MarketingType' shared autowired service.
  17844.      *
  17845.      * @return \App\Form\Type\Clinic\MarketingType
  17846.      */
  17847.     protected function getMarketingTypeService()
  17848.     {
  17849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17851.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/MarketingType.php';
  17852.         return $this->privates['App\\Form\\Type\\Clinic\\MarketingType'] = new \App\Form\Type\Clinic\MarketingType();
  17853.     }
  17854.     /**
  17855.      * Gets the private 'App\Form\Type\Clinic\MeetingReminderType' shared autowired service.
  17856.      *
  17857.      * @return \App\Form\Type\Clinic\MeetingReminderType
  17858.      */
  17859.     protected function getMeetingReminderTypeService()
  17860.     {
  17861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17863.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/MeetingReminderType.php';
  17864.         return $this->privates['App\\Form\\Type\\Clinic\\MeetingReminderType'] = new \App\Form\Type\Clinic\MeetingReminderType();
  17865.     }
  17866.     /**
  17867.      * Gets the private 'App\Form\Type\Clinic\Membership\MembershipItemType' shared autowired service.
  17868.      *
  17869.      * @return \App\Form\Type\Clinic\Membership\MembershipItemType
  17870.      */
  17871.     protected function getMembershipItemTypeService()
  17872.     {
  17873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17875.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Membership/MembershipItemType.php';
  17876.         return $this->privates['App\\Form\\Type\\Clinic\\Membership\\MembershipItemType'] = new \App\Form\Type\Clinic\Membership\MembershipItemType();
  17877.     }
  17878.     /**
  17879.      * Gets the private 'App\Form\Type\Clinic\Membership\MembershipType' shared autowired service.
  17880.      *
  17881.      * @return \App\Form\Type\Clinic\Membership\MembershipType
  17882.      */
  17883.     protected function getMembershipTypeService()
  17884.     {
  17885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17887.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Membership/MembershipType.php';
  17888.         return $this->privates['App\\Form\\Type\\Clinic\\Membership\\MembershipType'] = new \App\Form\Type\Clinic\Membership\MembershipType();
  17889.     }
  17890.     /**
  17891.      * Gets the private 'App\Form\Type\Clinic\NotConvertReasonType' shared autowired service.
  17892.      *
  17893.      * @return \App\Form\Type\Clinic\NotConvertReasonType
  17894.      */
  17895.     protected function getNotConvertReasonTypeService()
  17896.     {
  17897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17899.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/NotConvertReasonType.php';
  17900.         return $this->privates['App\\Form\\Type\\Clinic\\NotConvertReasonType'] = new \App\Form\Type\Clinic\NotConvertReasonType();
  17901.     }
  17902.     /**
  17903.      * Gets the private 'App\Form\Type\Clinic\OnlineBooking\EmailSettingType' shared autowired service.
  17904.      *
  17905.      * @return \App\Form\Type\Clinic\OnlineBooking\EmailSettingType
  17906.      */
  17907.     protected function getEmailSettingTypeService()
  17908.     {
  17909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17911.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/OnlineBooking/EmailSettingType.php';
  17912.         return $this->privates['App\\Form\\Type\\Clinic\\OnlineBooking\\EmailSettingType'] = new \App\Form\Type\Clinic\OnlineBooking\EmailSettingType();
  17913.     }
  17914.     /**
  17915.      * Gets the private 'App\Form\Type\Clinic\OnlineBooking\SettingsType' shared autowired service.
  17916.      *
  17917.      * @return \App\Form\Type\Clinic\OnlineBooking\SettingsType
  17918.      */
  17919.     protected function getSettingsType2Service()
  17920.     {
  17921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17923.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/OnlineBooking/SettingsType.php';
  17924.         return $this->privates['App\\Form\\Type\\Clinic\\OnlineBooking\\SettingsType'] = new \App\Form\Type\Clinic\OnlineBooking\SettingsType();
  17925.     }
  17926.     /**
  17927.      * Gets the private 'App\Form\Type\Clinic\OnlineBooking\WidgetType' shared autowired service.
  17928.      *
  17929.      * @return \App\Form\Type\Clinic\OnlineBooking\WidgetType
  17930.      */
  17931.     protected function getWidgetTypeService()
  17932.     {
  17933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17935.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/OnlineBooking/WidgetType.php';
  17936.         return $this->privates['App\\Form\\Type\\Clinic\\OnlineBooking\\WidgetType'] = new \App\Form\Type\Clinic\OnlineBooking\WidgetType();
  17937.     }
  17938.     /**
  17939.      * Gets the private 'App\Form\Type\Clinic\OutcomeType' shared autowired service.
  17940.      *
  17941.      * @return \App\Form\Type\Clinic\OutcomeType
  17942.      */
  17943.     protected function getOutcomeTypeService()
  17944.     {
  17945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17947.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/OutcomeType.php';
  17948.         return $this->privates['App\\Form\\Type\\Clinic\\OutcomeType'] = new \App\Form\Type\Clinic\OutcomeType();
  17949.     }
  17950.     /**
  17951.      * Gets the private 'App\Form\Type\Clinic\PatientStatus\PatientStatusType' shared autowired service.
  17952.      *
  17953.      * @return \App\Form\Type\Clinic\PatientStatus\PatientStatusType
  17954.      */
  17955.     protected function getPatientStatusTypeService()
  17956.     {
  17957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17959.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/PatientStatus/PatientStatusType.php';
  17960.         return $this->privates['App\\Form\\Type\\Clinic\\PatientStatus\\PatientStatusType'] = new \App\Form\Type\Clinic\PatientStatus\PatientStatusType();
  17961.     }
  17962.     /**
  17963.      * Gets the private 'App\Form\Type\Clinic\Person\ClinicUserType' shared autowired service.
  17964.      *
  17965.      * @return \App\Form\Type\Clinic\Person\ClinicUserType
  17966.      */
  17967.     protected function getClinicUserTypeService()
  17968.     {
  17969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17971.         include_once \dirname(__DIR__4).'/src/Form/Security/FormEncoderPasswordTrait.php';
  17972.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Person/ClinicUserType.php';
  17973.         return $this->privates['App\\Form\\Type\\Clinic\\Person\\ClinicUserType'] = new \App\Form\Type\Clinic\Person\ClinicUserType();
  17974.     }
  17975.     /**
  17976.      * Gets the private 'App\Form\Type\Clinic\Person\DailyScheduleType' shared autowired service.
  17977.      *
  17978.      * @return \App\Form\Type\Clinic\Person\DailyScheduleType
  17979.      */
  17980.     protected function getDailyScheduleTypeService()
  17981.     {
  17982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17984.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Person/DailyScheduleType.php';
  17985.         return $this->privates['App\\Form\\Type\\Clinic\\Person\\DailyScheduleType'] = new \App\Form\Type\Clinic\Person\DailyScheduleType();
  17986.     }
  17987.     /**
  17988.      * Gets the private 'App\Form\Type\Clinic\PolicyType' shared autowired service.
  17989.      *
  17990.      * @return \App\Form\Type\Clinic\PolicyType
  17991.      */
  17992.     protected function getPolicyTypeService()
  17993.     {
  17994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17996.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/PolicyType.php';
  17997.         return $this->privates['App\\Form\\Type\\Clinic\\PolicyType'] = new \App\Form\Type\Clinic\PolicyType();
  17998.     }
  17999.     /**
  18000.      * Gets the private 'App\Form\Type\Clinic\PostAptFormType' shared autowired service.
  18001.      *
  18002.      * @return \App\Form\Type\Clinic\PostAptFormType
  18003.      */
  18004.     protected function getPostAptFormTypeService()
  18005.     {
  18006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18008.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/PostAptFormType.php';
  18009.         return $this->privates['App\\Form\\Type\\Clinic\\PostAptFormType'] = new \App\Form\Type\Clinic\PostAptFormType();
  18010.     }
  18011.     /**
  18012.      * Gets the private 'App\Form\Type\Clinic\PriceTier\PriceTierType' shared autowired service.
  18013.      *
  18014.      * @return \App\Form\Type\Clinic\PriceTier\PriceTierType
  18015.      */
  18016.     protected function getPriceTierTypeService()
  18017.     {
  18018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18020.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/PriceTier/PriceTierType.php';
  18021.         return $this->privates['App\\Form\\Type\\Clinic\\PriceTier\\PriceTierType'] = new \App\Form\Type\Clinic\PriceTier\PriceTierType();
  18022.     }
  18023.     /**
  18024.      * Gets the private 'App\Form\Type\Clinic\Questionaire\AnswerType' shared autowired service.
  18025.      *
  18026.      * @return \App\Form\Type\Clinic\Questionaire\AnswerType
  18027.      */
  18028.     protected function getAnswerTypeService()
  18029.     {
  18030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18032.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Questionaire/AnswerType.php';
  18033.         return $this->privates['App\\Form\\Type\\Clinic\\Questionaire\\AnswerType'] = new \App\Form\Type\Clinic\Questionaire\AnswerType();
  18034.     }
  18035.     /**
  18036.      * Gets the private 'App\Form\Type\Clinic\Questionaire\QuestionAnswerType' shared autowired service.
  18037.      *
  18038.      * @return \App\Form\Type\Clinic\Questionaire\QuestionAnswerType
  18039.      */
  18040.     protected function getQuestionAnswerTypeService()
  18041.     {
  18042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18044.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Questionaire/QuestionAnswerType.php';
  18045.         return $this->privates['App\\Form\\Type\\Clinic\\Questionaire\\QuestionAnswerType'] = new \App\Form\Type\Clinic\Questionaire\QuestionAnswerType();
  18046.     }
  18047.     /**
  18048.      * Gets the private 'App\Form\Type\Clinic\Questionaire\QuestionType' shared autowired service.
  18049.      *
  18050.      * @return \App\Form\Type\Clinic\Questionaire\QuestionType
  18051.      */
  18052.     protected function getQuestionTypeService()
  18053.     {
  18054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18056.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Questionaire/QuestionType.php';
  18057.         return $this->privates['App\\Form\\Type\\Clinic\\Questionaire\\QuestionType'] = new \App\Form\Type\Clinic\Questionaire\QuestionType();
  18058.     }
  18059.     /**
  18060.      * Gets the private 'App\Form\Type\Clinic\Questionaire\QuestionaireExportFilterType' shared autowired service.
  18061.      *
  18062.      * @return \App\Form\Type\Clinic\Questionaire\QuestionaireExportFilterType
  18063.      */
  18064.     protected function getQuestionaireExportFilterTypeService()
  18065.     {
  18066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18068.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Questionaire/QuestionaireExportFilterType.php';
  18069.         return $this->privates['App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireExportFilterType'] = new \App\Form\Type\Clinic\Questionaire\QuestionaireExportFilterType();
  18070.     }
  18071.     /**
  18072.      * Gets the private 'App\Form\Type\Clinic\Questionaire\QuestionaireQuestionType' shared autowired service.
  18073.      *
  18074.      * @return \App\Form\Type\Clinic\Questionaire\QuestionaireQuestionType
  18075.      */
  18076.     protected function getQuestionaireQuestionTypeService()
  18077.     {
  18078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18080.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Questionaire/QuestionaireQuestionType.php';
  18081.         return $this->privates['App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireQuestionType'] = new \App\Form\Type\Clinic\Questionaire\QuestionaireQuestionType();
  18082.     }
  18083.     /**
  18084.      * Gets the private 'App\Form\Type\Clinic\Questionaire\QuestionaireType' shared autowired service.
  18085.      *
  18086.      * @return \App\Form\Type\Clinic\Questionaire\QuestionaireType
  18087.      */
  18088.     protected function getQuestionaireTypeService()
  18089.     {
  18090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18092.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Questionaire/QuestionaireType.php';
  18093.         return $this->privates['App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireType'] = new \App\Form\Type\Clinic\Questionaire\QuestionaireType();
  18094.     }
  18095.     /**
  18096.      * Gets the private 'App\Form\Type\Clinic\Register\FormFilesType' shared autowired service.
  18097.      *
  18098.      * @return \App\Form\Type\Clinic\Register\FormFilesType
  18099.      */
  18100.     protected function getFormFilesTypeService()
  18101.     {
  18102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18104.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Register/FormFilesType.php';
  18105.         return $this->privates['App\\Form\\Type\\Clinic\\Register\\FormFilesType'] = new \App\Form\Type\Clinic\Register\FormFilesType();
  18106.     }
  18107.     /**
  18108.      * Gets the private 'App\Form\Type\Clinic\Register\PaymentType' shared autowired service.
  18109.      *
  18110.      * @return \App\Form\Type\Clinic\Register\PaymentType
  18111.      */
  18112.     protected function getPaymentTypeService()
  18113.     {
  18114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18116.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Register/PaymentType.php';
  18117.         return $this->privates['App\\Form\\Type\\Clinic\\Register\\PaymentType'] = new \App\Form\Type\Clinic\Register\PaymentType();
  18118.     }
  18119.     /**
  18120.      * Gets the private 'App\Form\Type\Clinic\Register\ProductsType' shared autowired service.
  18121.      *
  18122.      * @return \App\Form\Type\Clinic\Register\ProductsType
  18123.      */
  18124.     protected function getProductsTypeService()
  18125.     {
  18126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18128.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Register/ProductsType.php';
  18129.         return $this->privates['App\\Form\\Type\\Clinic\\Register\\ProductsType'] = new \App\Form\Type\Clinic\Register\ProductsType();
  18130.     }
  18131.     /**
  18132.      * Gets the private 'App\Form\Type\Clinic\Register\ProfileType' shared autowired service.
  18133.      *
  18134.      * @return \App\Form\Type\Clinic\Register\ProfileType
  18135.      */
  18136.     protected function getProfileType2Service()
  18137.     {
  18138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18140.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Register/ProfileType.php';
  18141.         return $this->privates['App\\Form\\Type\\Clinic\\Register\\ProfileType'] = new \App\Form\Type\Clinic\Register\ProfileType();
  18142.     }
  18143.     /**
  18144.      * Gets the private 'App\Form\Type\Clinic\Register\TreatmentsType' shared autowired service.
  18145.      *
  18146.      * @return \App\Form\Type\Clinic\Register\TreatmentsType
  18147.      */
  18148.     protected function getTreatmentsTypeService()
  18149.     {
  18150.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18152.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Register/TreatmentsType.php';
  18153.         return $this->privates['App\\Form\\Type\\Clinic\\Register\\TreatmentsType'] = new \App\Form\Type\Clinic\Register\TreatmentsType();
  18154.     }
  18155.     /**
  18156.      * Gets the private 'App\Form\Type\Clinic\ReminderRecallType' shared autowired service.
  18157.      *
  18158.      * @return \App\Form\Type\Clinic\ReminderRecallType
  18159.      */
  18160.     protected function getReminderRecallTypeService()
  18161.     {
  18162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18164.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ReminderRecallType.php';
  18165.         return $this->privates['App\\Form\\Type\\Clinic\\ReminderRecallType'] = new \App\Form\Type\Clinic\ReminderRecallType();
  18166.     }
  18167.     /**
  18168.      * Gets the private 'App\Form\Type\Clinic\ReminderType' shared autowired service.
  18169.      *
  18170.      * @return \App\Form\Type\Clinic\ReminderType
  18171.      */
  18172.     protected function getReminderTypeService()
  18173.     {
  18174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18176.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/ReminderType.php';
  18177.         return $this->privates['App\\Form\\Type\\Clinic\\ReminderType'] = new \App\Form\Type\Clinic\ReminderType();
  18178.     }
  18179.     /**
  18180.      * Gets the private 'App\Form\Type\Clinic\RoomType' shared autowired service.
  18181.      *
  18182.      * @return \App\Form\Type\Clinic\RoomType
  18183.      */
  18184.     protected function getRoomTypeService()
  18185.     {
  18186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18188.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/RoomType.php';
  18189.         return $this->privates['App\\Form\\Type\\Clinic\\RoomType'] = new \App\Form\Type\Clinic\RoomType();
  18190.     }
  18191.     /**
  18192.      * Gets the private 'App\Form\Type\Clinic\SearchFilterType' shared autowired service.
  18193.      *
  18194.      * @return \App\Form\Type\Clinic\SearchFilterType
  18195.      */
  18196.     protected function getSearchFilterType2Service()
  18197.     {
  18198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18200.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/SearchFilterType.php';
  18201.         return $this->privates['App\\Form\\Type\\Clinic\\SearchFilterType'] = new \App\Form\Type\Clinic\SearchFilterType();
  18202.     }
  18203.     /**
  18204.      * Gets the private 'App\Form\Type\Clinic\SpecialOfferType' shared autowired service.
  18205.      *
  18206.      * @return \App\Form\Type\Clinic\SpecialOfferType
  18207.      */
  18208.     protected function getSpecialOfferTypeService()
  18209.     {
  18210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18212.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/SpecialOfferType.php';
  18213.         return $this->privates['App\\Form\\Type\\Clinic\\SpecialOfferType'] = new \App\Form\Type\Clinic\SpecialOfferType();
  18214.     }
  18215.     /**
  18216.      * Gets the private 'App\Form\Type\Clinic\Stock\AdjustStockType' shared autowired service.
  18217.      *
  18218.      * @return \App\Form\Type\Clinic\Stock\AdjustStockType
  18219.      */
  18220.     protected function getAdjustStockTypeService()
  18221.     {
  18222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18224.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/AdjustStockType.php';
  18225.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\AdjustStockType'] = new \App\Form\Type\Clinic\Stock\AdjustStockType();
  18226.     }
  18227.     /**
  18228.      * Gets the private 'App\Form\Type\Clinic\Stock\GoodsReceivedType' shared autowired service.
  18229.      *
  18230.      * @return \App\Form\Type\Clinic\Stock\GoodsReceivedType
  18231.      */
  18232.     protected function getGoodsReceivedTypeService()
  18233.     {
  18234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18236.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/GoodsReceivedType.php';
  18237.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\GoodsReceivedType'] = new \App\Form\Type\Clinic\Stock\GoodsReceivedType();
  18238.     }
  18239.     /**
  18240.      * Gets the private 'App\Form\Type\Clinic\Stock\ItemGoodsReceivedType' shared autowired service.
  18241.      *
  18242.      * @return \App\Form\Type\Clinic\Stock\ItemGoodsReceivedType
  18243.      */
  18244.     protected function getItemGoodsReceivedTypeService()
  18245.     {
  18246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18248.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/ItemGoodsReceivedType.php';
  18249.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\ItemGoodsReceivedType'] = new \App\Form\Type\Clinic\Stock\ItemGoodsReceivedType();
  18250.     }
  18251.     /**
  18252.      * Gets the private 'App\Form\Type\Clinic\Stock\PractitionerPricingType' shared autowired service.
  18253.      *
  18254.      * @return \App\Form\Type\Clinic\Stock\PractitionerPricingType
  18255.      */
  18256.     protected function getPractitionerPricingTypeService()
  18257.     {
  18258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18260.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/PractitionerPricingType.php';
  18261.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\PractitionerPricingType'] = new \App\Form\Type\Clinic\Stock\PractitionerPricingType();
  18262.     }
  18263.     /**
  18264.      * Gets the private 'App\Form\Type\Clinic\Stock\PrepayPackageItemType' shared autowired service.
  18265.      *
  18266.      * @return \App\Form\Type\Clinic\Stock\PrepayPackageItemType
  18267.      */
  18268.     protected function getPrepayPackageItemTypeService()
  18269.     {
  18270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18272.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/PrepayPackageItemType.php';
  18273.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\PrepayPackageItemType'] = new \App\Form\Type\Clinic\Stock\PrepayPackageItemType();
  18274.     }
  18275.     /**
  18276.      * Gets the private 'App\Form\Type\Clinic\Stock\PrepayPackageType' shared autowired service.
  18277.      *
  18278.      * @return \App\Form\Type\Clinic\Stock\PrepayPackageType
  18279.      */
  18280.     protected function getPrepayPackageTypeService()
  18281.     {
  18282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18284.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/PrepayPackageType.php';
  18285.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\PrepayPackageType'] = new \App\Form\Type\Clinic\Stock\PrepayPackageType();
  18286.     }
  18287.     /**
  18288.      * Gets the private 'App\Form\Type\Clinic\Stock\PriceListType' shared autowired service.
  18289.      *
  18290.      * @return \App\Form\Type\Clinic\Stock\PriceListType
  18291.      */
  18292.     protected function getPriceListTypeService()
  18293.     {
  18294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18296.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/PriceListType.php';
  18297.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\PriceListType'] = new \App\Form\Type\Clinic\Stock\PriceListType();
  18298.     }
  18299.     /**
  18300.      * Gets the private 'App\Form\Type\Clinic\Stock\ProductType' shared autowired service.
  18301.      *
  18302.      * @return \App\Form\Type\Clinic\Stock\ProductType
  18303.      */
  18304.     protected function getProductTypeService()
  18305.     {
  18306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18308.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/ProductType.php';
  18309.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\ProductType'] = new \App\Form\Type\Clinic\Stock\ProductType();
  18310.     }
  18311.     /**
  18312.      * Gets the private 'App\Form\Type\Clinic\Stock\TreatmentClinicType' shared autowired service.
  18313.      *
  18314.      * @return \App\Form\Type\Clinic\Stock\TreatmentClinicType
  18315.      */
  18316.     protected function getTreatmentClinicTypeService()
  18317.     {
  18318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18320.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/TreatmentClinicType.php';
  18321.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\TreatmentClinicType'] = new \App\Form\Type\Clinic\Stock\TreatmentClinicType();
  18322.     }
  18323.     /**
  18324.      * Gets the private 'App\Form\Type\Clinic\Stock\TreatmentGroupType' shared autowired service.
  18325.      *
  18326.      * @return \App\Form\Type\Clinic\Stock\TreatmentGroupType
  18327.      */
  18328.     protected function getTreatmentGroupTypeService()
  18329.     {
  18330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18332.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/TreatmentGroupType.php';
  18333.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\TreatmentGroupType'] = new \App\Form\Type\Clinic\Stock\TreatmentGroupType();
  18334.     }
  18335.     /**
  18336.      * Gets the private 'App\Form\Type\Clinic\Stock\Treatment\AddEquipmentType' shared autowired service.
  18337.      *
  18338.      * @return \App\Form\Type\Clinic\Stock\Treatment\AddEquipmentType
  18339.      */
  18340.     protected function getAddEquipmentTypeService()
  18341.     {
  18342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18344.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/Treatment/AddEquipmentType.php';
  18345.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddEquipmentType'] = new \App\Form\Type\Clinic\Stock\Treatment\AddEquipmentType();
  18346.     }
  18347.     /**
  18348.      * Gets the private 'App\Form\Type\Clinic\Stock\Treatment\AddProductType' shared autowired service.
  18349.      *
  18350.      * @return \App\Form\Type\Clinic\Stock\Treatment\AddProductType
  18351.      */
  18352.     protected function getAddProductTypeService()
  18353.     {
  18354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18356.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/Treatment/AddProductType.php';
  18357.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddProductType'] = new \App\Form\Type\Clinic\Stock\Treatment\AddProductType();
  18358.     }
  18359.     /**
  18360.      * Gets the private 'App\Form\Type\Clinic\Stock\Treatment\AddTreatmentType' shared autowired service.
  18361.      *
  18362.      * @return \App\Form\Type\Clinic\Stock\Treatment\AddTreatmentType
  18363.      */
  18364.     protected function getAddTreatmentTypeService()
  18365.     {
  18366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18368.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/Treatment/AddTreatmentType.php';
  18369.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddTreatmentType'] = new \App\Form\Type\Clinic\Stock\Treatment\AddTreatmentType();
  18370.     }
  18371.     /**
  18372.      * Gets the private 'App\Form\Type\Clinic\Stock\Treatment\CheckListItemType' shared autowired service.
  18373.      *
  18374.      * @return \App\Form\Type\Clinic\Stock\Treatment\CheckListItemType
  18375.      */
  18376.     protected function getCheckListItemTypeService()
  18377.     {
  18378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18380.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/Stock/Treatment/CheckListItemType.php';
  18381.         return $this->privates['App\\Form\\Type\\Clinic\\Stock\\Treatment\\CheckListItemType'] = new \App\Form\Type\Clinic\Stock\Treatment\CheckListItemType();
  18382.     }
  18383.     /**
  18384.      * Gets the private 'App\Form\Type\Clinic\SurveyType' shared autowired service.
  18385.      *
  18386.      * @return \App\Form\Type\Clinic\SurveyType
  18387.      */
  18388.     protected function getSurveyTypeService()
  18389.     {
  18390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18392.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/SurveyType.php';
  18393.         return $this->privates['App\\Form\\Type\\Clinic\\SurveyType'] = new \App\Form\Type\Clinic\SurveyType();
  18394.     }
  18395.     /**
  18396.      * Gets the private 'App\Form\Type\Clinic\TaskBoardType' shared autowired service.
  18397.      *
  18398.      * @return \App\Form\Type\Clinic\TaskBoardType
  18399.      */
  18400.     protected function getTaskBoardTypeService()
  18401.     {
  18402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18404.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/TaskBoardType.php';
  18405.         return $this->privates['App\\Form\\Type\\Clinic\\TaskBoardType'] = new \App\Form\Type\Clinic\TaskBoardType();
  18406.     }
  18407.     /**
  18408.      * Gets the private 'App\Form\Type\Clinic\TaskItemType' shared autowired service.
  18409.      *
  18410.      * @return \App\Form\Type\Clinic\TaskItemType
  18411.      */
  18412.     protected function getTaskItemTypeService()
  18413.     {
  18414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18416.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/TaskItemType.php';
  18417.         return $this->privates['App\\Form\\Type\\Clinic\\TaskItemType'] = new \App\Form\Type\Clinic\TaskItemType();
  18418.     }
  18419.     /**
  18420.      * Gets the private 'App\Form\Type\Clinic\TermsAndCondType' shared autowired service.
  18421.      *
  18422.      * @return \App\Form\Type\Clinic\TermsAndCondType
  18423.      */
  18424.     protected function getTermsAndCondTypeService()
  18425.     {
  18426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18428.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/TermsAndCondType.php';
  18429.         return $this->privates['App\\Form\\Type\\Clinic\\TermsAndCondType'] = new \App\Form\Type\Clinic\TermsAndCondType();
  18430.     }
  18431.     /**
  18432.      * Gets the private 'App\Form\Type\Clinic\TreatmentPlanTermsAndCondType' shared autowired service.
  18433.      *
  18434.      * @return \App\Form\Type\Clinic\TreatmentPlanTermsAndCondType
  18435.      */
  18436.     protected function getTreatmentPlanTermsAndCondTypeService()
  18437.     {
  18438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18440.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/TreatmentPlanTermsAndCondType.php';
  18441.         return $this->privates['App\\Form\\Type\\Clinic\\TreatmentPlanTermsAndCondType'] = new \App\Form\Type\Clinic\TreatmentPlanTermsAndCondType();
  18442.     }
  18443.     /**
  18444.      * Gets the private 'App\Form\Type\Clinic\TwilioType' shared autowired service.
  18445.      *
  18446.      * @return \App\Form\Type\Clinic\TwilioType
  18447.      */
  18448.     protected function getTwilioTypeService()
  18449.     {
  18450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18452.         include_once \dirname(__DIR__4).'/src/Form/Type/Clinic/TwilioType.php';
  18453.         return $this->privates['App\\Form\\Type\\Clinic\\TwilioType'] = new \App\Form\Type\Clinic\TwilioType();
  18454.     }
  18455.     /**
  18456.      * Gets the private 'App\Form\Type\Dashboard\DashboardFilterType' shared autowired service.
  18457.      *
  18458.      * @return \App\Form\Type\Dashboard\DashboardFilterType
  18459.      */
  18460.     protected function getDashboardFilterTypeService()
  18461.     {
  18462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18464.         include_once \dirname(__DIR__4).'/src/Form/Type/Dashboard/DashboardFilterType.php';
  18465.         return $this->privates['App\\Form\\Type\\Dashboard\\DashboardFilterType'] = new \App\Form\Type\Dashboard\DashboardFilterType();
  18466.     }
  18467.     /**
  18468.      * Gets the private 'App\Form\Type\DaySheet\DaySheetType' shared autowired service.
  18469.      *
  18470.      * @return \App\Form\Type\DaySheet\DaySheetType
  18471.      */
  18472.     protected function getDaySheetTypeService()
  18473.     {
  18474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18476.         include_once \dirname(__DIR__4).'/src/Form/Type/DaySheet/DaySheetType.php';
  18477.         return $this->privates['App\\Form\\Type\\DaySheet\\DaySheetType'] = new \App\Form\Type\DaySheet\DaySheetType();
  18478.     }
  18479.     /**
  18480.      * Gets the private 'App\Form\Type\DaySheet\SearchFilterType' shared autowired service.
  18481.      *
  18482.      * @return \App\Form\Type\DaySheet\SearchFilterType
  18483.      */
  18484.     protected function getSearchFilterType3Service()
  18485.     {
  18486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18488.         include_once \dirname(__DIR__4).'/src/Form/Type/DaySheet/SearchFilterType.php';
  18489.         return $this->privates['App\\Form\\Type\\DaySheet\\SearchFilterType'] = new \App\Form\Type\DaySheet\SearchFilterType();
  18490.     }
  18491.     /**
  18492.      * Gets the private 'App\Form\Type\EventType' shared autowired service.
  18493.      *
  18494.      * @return \App\Form\Type\EventType
  18495.      */
  18496.     protected function getEventTypeService()
  18497.     {
  18498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18500.         include_once \dirname(__DIR__4).'/src/Form/Type/EventType.php';
  18501.         return $this->privates['App\\Form\\Type\\EventType'] = new \App\Form\Type\EventType();
  18502.     }
  18503.     /**
  18504.      * Gets the private 'App\Form\Type\HealthXChange\LoginType' shared autowired service.
  18505.      *
  18506.      * @return \App\Form\Type\HealthXChange\LoginType
  18507.      */
  18508.     protected function getLoginTypeService()
  18509.     {
  18510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18512.         include_once \dirname(__DIR__4).'/src/Form/Type/HealthXChange/LoginType.php';
  18513.         return $this->privates['App\\Form\\Type\\HealthXChange\\LoginType'] = new \App\Form\Type\HealthXChange\LoginType();
  18514.     }
  18515.     /**
  18516.      * Gets the private 'App\Form\Type\HealthXChange\SearchType' shared autowired service.
  18517.      *
  18518.      * @return \App\Form\Type\HealthXChange\SearchType
  18519.      */
  18520.     protected function getSearchTypeService()
  18521.     {
  18522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18524.         include_once \dirname(__DIR__4).'/src/Form/Type/HealthXChange/SearchType.php';
  18525.         return $this->privates['App\\Form\\Type\\HealthXChange\\SearchType'] = new \App\Form\Type\HealthXChange\SearchType();
  18526.     }
  18527.     /**
  18528.      * Gets the private 'App\Form\Type\Help\HelpType' shared autowired service.
  18529.      *
  18530.      * @return \App\Form\Type\Help\HelpType
  18531.      */
  18532.     protected function getHelpTypeService()
  18533.     {
  18534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18536.         include_once \dirname(__DIR__4).'/src/Form/Type/Help/HelpType.php';
  18537.         return $this->privates['App\\Form\\Type\\Help\\HelpType'] = new \App\Form\Type\Help\HelpType();
  18538.     }
  18539.     /**
  18540.      * Gets the private 'App\Form\Type\Invoice\InvoiceFilterType' shared autowired service.
  18541.      *
  18542.      * @return \App\Form\Type\Invoice\InvoiceFilterType
  18543.      */
  18544.     protected function getInvoiceFilterTypeService()
  18545.     {
  18546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18548.         include_once \dirname(__DIR__4).'/src/Form/Type/Invoice/InvoiceFilterType.php';
  18549.         return $this->privates['App\\Form\\Type\\Invoice\\InvoiceFilterType'] = new \App\Form\Type\Invoice\InvoiceFilterType();
  18550.     }
  18551.     /**
  18552.      * Gets the private 'App\Form\Type\LeadCapture\LeadCapturePipelineType' shared autowired service.
  18553.      *
  18554.      * @return \App\Form\Type\LeadCapture\LeadCapturePipelineType
  18555.      */
  18556.     protected function getLeadCapturePipelineTypeService()
  18557.     {
  18558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18560.         include_once \dirname(__DIR__4).'/src/Form/Type/LeadCapture/LeadCapturePipelineType.php';
  18561.         return $this->privates['App\\Form\\Type\\LeadCapture\\LeadCapturePipelineType'] = new \App\Form\Type\LeadCapture\LeadCapturePipelineType();
  18562.     }
  18563.     /**
  18564.      * Gets the private 'App\Form\Type\LeadCapture\LeadCaptureSearchType' shared autowired service.
  18565.      *
  18566.      * @return \App\Form\Type\LeadCapture\LeadCaptureSearchType
  18567.      */
  18568.     protected function getLeadCaptureSearchTypeService()
  18569.     {
  18570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18572.         include_once \dirname(__DIR__4).'/src/Form/Type/LeadCapture/LeadCaptureSearchType.php';
  18573.         return $this->privates['App\\Form\\Type\\LeadCapture\\LeadCaptureSearchType'] = new \App\Form\Type\LeadCapture\LeadCaptureSearchType();
  18574.     }
  18575.     /**
  18576.      * Gets the private 'App\Form\Type\LeadCapture\LeadCaptureStageType' shared autowired service.
  18577.      *
  18578.      * @return \App\Form\Type\LeadCapture\LeadCaptureStageType
  18579.      */
  18580.     protected function getLeadCaptureStageTypeService()
  18581.     {
  18582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18584.         include_once \dirname(__DIR__4).'/src/Form/Type/LeadCapture/LeadCaptureStageType.php';
  18585.         return $this->privates['App\\Form\\Type\\LeadCapture\\LeadCaptureStageType'] = new \App\Form\Type\LeadCapture\LeadCaptureStageType();
  18586.     }
  18587.     /**
  18588.      * Gets the private 'App\Form\Type\LeadCapture\LeadCaptureType' shared autowired service.
  18589.      *
  18590.      * @return \App\Form\Type\LeadCapture\LeadCaptureType
  18591.      */
  18592.     protected function getLeadCaptureTypeService()
  18593.     {
  18594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18596.         include_once \dirname(__DIR__4).'/src/Form/Type/LeadCapture/LeadCaptureType.php';
  18597.         return $this->privates['App\\Form\\Type\\LeadCapture\\LeadCaptureType'] = new \App\Form\Type\LeadCapture\LeadCaptureType();
  18598.     }
  18599.     /**
  18600.      * Gets the private 'App\Form\Type\LoginType' shared autowired service.
  18601.      *
  18602.      * @return \App\Form\Type\LoginType
  18603.      */
  18604.     protected function getLoginType2Service()
  18605.     {
  18606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18608.         include_once \dirname(__DIR__4).'/src/Form/Type/LoginType.php';
  18609.         return $this->privates['App\\Form\\Type\\LoginType'] = new \App\Form\Type\LoginType();
  18610.     }
  18611.     /**
  18612.      * Gets the private 'App\Form\Type\Media\CorrespondenceMediaType' shared autowired service.
  18613.      *
  18614.      * @return \App\Form\Type\Media\CorrespondenceMediaType
  18615.      */
  18616.     protected function getCorrespondenceMediaTypeService()
  18617.     {
  18618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18620.         include_once \dirname(__DIR__4).'/src/Form/Type/Media/CorrespondenceMediaType.php';
  18621.         return $this->privates['App\\Form\\Type\\Media\\CorrespondenceMediaType'] = new \App\Form\Type\Media\CorrespondenceMediaType();
  18622.     }
  18623.     /**
  18624.      * Gets the private 'App\Form\Type\Media\DocumentMediaType' shared autowired service.
  18625.      *
  18626.      * @return \App\Form\Type\Media\DocumentMediaType
  18627.      */
  18628.     protected function getDocumentMediaTypeService()
  18629.     {
  18630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18632.         include_once \dirname(__DIR__4).'/src/Form/Type/Media/DocumentMediaType.php';
  18633.         return $this->privates['App\\Form\\Type\\Media\\DocumentMediaType'] = new \App\Form\Type\Media\DocumentMediaType();
  18634.     }
  18635.     /**
  18636.      * Gets the private 'App\Form\Type\Media\HelpMediaType' shared autowired service.
  18637.      *
  18638.      * @return \App\Form\Type\Media\HelpMediaType
  18639.      */
  18640.     protected function getHelpMediaTypeService()
  18641.     {
  18642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18644.         include_once \dirname(__DIR__4).'/src/Form/Type/Media/HelpMediaType.php';
  18645.         return $this->privates['App\\Form\\Type\\Media\\HelpMediaType'] = new \App\Form\Type\Media\HelpMediaType();
  18646.     }
  18647.     /**
  18648.      * Gets the private 'App\Form\Type\Media\MarketingMediaType' shared autowired service.
  18649.      *
  18650.      * @return \App\Form\Type\Media\MarketingMediaType
  18651.      */
  18652.     protected function getMarketingMediaTypeService()
  18653.     {
  18654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18656.         include_once \dirname(__DIR__4).'/src/Form/Type/Media/MarketingMediaType.php';
  18657.         return $this->privates['App\\Form\\Type\\Media\\MarketingMediaType'] = new \App\Form\Type\Media\MarketingMediaType();
  18658.     }
  18659.     /**
  18660.      * Gets the private 'App\Form\Type\Media\MediaType' shared autowired service.
  18661.      *
  18662.      * @return \App\Form\Type\Media\MediaType
  18663.      */
  18664.     protected function getMediaTypeService()
  18665.     {
  18666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18668.         include_once \dirname(__DIR__4).'/src/Form/Type/Media/MediaType.php';
  18669.         return $this->privates['App\\Form\\Type\\Media\\MediaType'] = new \App\Form\Type\Media\MediaType();
  18670.     }
  18671.     /**
  18672.      * Gets the private 'App\Form\Type\Message\MessageType' shared autowired service.
  18673.      *
  18674.      * @return \App\Form\Type\Message\MessageType
  18675.      */
  18676.     protected function getMessageTypeService()
  18677.     {
  18678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18680.         include_once \dirname(__DIR__4).'/src/Form/Type/Message/MessageType.php';
  18681.         return $this->privates['App\\Form\\Type\\Message\\MessageType'] = new \App\Form\Type\Message\MessageType();
  18682.     }
  18683.     /**
  18684.      * Gets the private 'App\Form\Type\Model\BoardSearchClinicFilterType' shared autowired service.
  18685.      *
  18686.      * @return \App\Form\Type\Model\BoardSearchClinicFilterType
  18687.      */
  18688.     protected function getBoardSearchClinicFilterTypeService()
  18689.     {
  18690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18692.         include_once \dirname(__DIR__4).'/src/Form/Type/Model/BoardSearchClinicFilterType.php';
  18693.         return $this->privates['App\\Form\\Type\\Model\\BoardSearchClinicFilterType'] = new \App\Form\Type\Model\BoardSearchClinicFilterType();
  18694.     }
  18695.     /**
  18696.      * Gets the private 'App\Form\Type\Model\CalendarSearchFilterType' shared autowired service.
  18697.      *
  18698.      * @return \App\Form\Type\Model\CalendarSearchFilterType
  18699.      */
  18700.     protected function getCalendarSearchFilterTypeService()
  18701.     {
  18702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18704.         include_once \dirname(__DIR__4).'/src/Form/Type/Model/CalendarSearchFilterType.php';
  18705.         return $this->privates['App\\Form\\Type\\Model\\CalendarSearchFilterType'] = new \App\Form\Type\Model\CalendarSearchFilterType();
  18706.     }
  18707.     /**
  18708.      * Gets the private 'App\Form\Type\Model\ImportCSVType' shared autowired service.
  18709.      *
  18710.      * @return \App\Form\Type\Model\ImportCSVType
  18711.      */
  18712.     protected function getImportCSVTypeService()
  18713.     {
  18714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18716.         include_once \dirname(__DIR__4).'/src/Form/Type/Model/ImportCSVType.php';
  18717.         return $this->privates['App\\Form\\Type\\Model\\ImportCSVType'] = new \App\Form\Type\Model\ImportCSVType();
  18718.     }
  18719.     /**
  18720.      * Gets the private 'App\Form\Type\Model\ImportZipType' shared autowired service.
  18721.      *
  18722.      * @return \App\Form\Type\Model\ImportZipType
  18723.      */
  18724.     protected function getImportZipTypeService()
  18725.     {
  18726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18728.         include_once \dirname(__DIR__4).'/src/Form/Type/Model/ImportZipType.php';
  18729.         return $this->privates['App\\Form\\Type\\Model\\ImportZipType'] = new \App\Form\Type\Model\ImportZipType();
  18730.     }
  18731.     /**
  18732.      * Gets the private 'App\Form\Type\Model\ReportSearchClinicFilterType' shared autowired service.
  18733.      *
  18734.      * @return \App\Form\Type\Model\ReportSearchClinicFilterType
  18735.      */
  18736.     protected function getReportSearchClinicFilterTypeService()
  18737.     {
  18738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18740.         include_once \dirname(__DIR__4).'/src/Form/Type/Model/ReportSearchClinicFilterType.php';
  18741.         return $this->privates['App\\Form\\Type\\Model\\ReportSearchClinicFilterType'] = new \App\Form\Type\Model\ReportSearchClinicFilterType();
  18742.     }
  18743.     /**
  18744.      * Gets the private 'App\Form\Type\Organisation\CustomerSetting\CustomerSettingType' shared autowired service.
  18745.      *
  18746.      * @return \App\Form\Type\Organisation\CustomerSetting\CustomerSettingType
  18747.      */
  18748.     protected function getCustomerSettingTypeService()
  18749.     {
  18750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18752.         include_once \dirname(__DIR__4).'/src/Form/Type/Organisation/CustomerSetting/CustomerSettingType.php';
  18753.         return $this->privates['App\\Form\\Type\\Organisation\\CustomerSetting\\CustomerSettingType'] = new \App\Form\Type\Organisation\CustomerSetting\CustomerSettingType();
  18754.     }
  18755.     /**
  18756.      * Gets the private 'App\Form\Type\Organisation\OrganisationType' shared autowired service.
  18757.      *
  18758.      * @return \App\Form\Type\Organisation\OrganisationType
  18759.      */
  18760.     protected function getOrganisationTypeService()
  18761.     {
  18762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18764.         include_once \dirname(__DIR__4).'/src/Form/Type/Organisation/OrganisationType.php';
  18765.         return $this->privates['App\\Form\\Type\\Organisation\\OrganisationType'] = new \App\Form\Type\Organisation\OrganisationType();
  18766.     }
  18767.     /**
  18768.      * Gets the private 'App\Form\Type\Organisation\SearchFilterType' shared autowired service.
  18769.      *
  18770.      * @return \App\Form\Type\Organisation\SearchFilterType
  18771.      */
  18772.     protected function getSearchFilterType4Service()
  18773.     {
  18774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18776.         include_once \dirname(__DIR__4).'/src/Form/Type/Organisation/SearchFilterType.php';
  18777.         return $this->privates['App\\Form\\Type\\Organisation\\SearchFilterType'] = new \App\Form\Type\Organisation\SearchFilterType();
  18778.     }
  18779.     /**
  18780.      * Gets the private 'App\Form\Type\Patient\ActivePhotoType' shared autowired service.
  18781.      *
  18782.      * @return \App\Form\Type\Patient\ActivePhotoType
  18783.      */
  18784.     protected function getActivePhotoTypeService()
  18785.     {
  18786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18788.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/ActivePhotoType.php';
  18789.         return $this->privates['App\\Form\\Type\\Patient\\ActivePhotoType'] = new \App\Form\Type\Patient\ActivePhotoType();
  18790.     }
  18791.     /**
  18792.      * Gets the private 'App\Form\Type\Patient\Correspondence\CorrespondenceType' shared autowired service.
  18793.      *
  18794.      * @return \App\Form\Type\Patient\Correspondence\CorrespondenceType
  18795.      */
  18796.     protected function getCorrespondenceTypeService()
  18797.     {
  18798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18800.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Correspondence/CorrespondenceType.php';
  18801.         return $this->privates['App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceType'] = new \App\Form\Type\Patient\Correspondence\CorrespondenceType();
  18802.     }
  18803.     /**
  18804.      * Gets the private 'App\Form\Type\Patient\Correspondence\CorrespondenceUploadType' shared autowired service.
  18805.      *
  18806.      * @return \App\Form\Type\Patient\Correspondence\CorrespondenceUploadType
  18807.      */
  18808.     protected function getCorrespondenceUploadTypeService()
  18809.     {
  18810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18812.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Correspondence/CorrespondenceUploadType.php';
  18813.         return $this->privates['App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceUploadType'] = new \App\Form\Type\Patient\Correspondence\CorrespondenceUploadType();
  18814.     }
  18815.     /**
  18816.      * Gets the private 'App\Form\Type\Patient\Correspondence\MessageTemplateType' shared autowired service.
  18817.      *
  18818.      * @return \App\Form\Type\Patient\Correspondence\MessageTemplateType
  18819.      */
  18820.     protected function getMessageTemplateTypeService()
  18821.     {
  18822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18824.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Correspondence/MessageTemplateType.php';
  18825.         return $this->privates['App\\Form\\Type\\Patient\\Correspondence\\MessageTemplateType'] = new \App\Form\Type\Patient\Correspondence\MessageTemplateType();
  18826.     }
  18827.     /**
  18828.      * Gets the private 'App\Form\Type\Patient\CreditNoteType' shared autowired service.
  18829.      *
  18830.      * @return \App\Form\Type\Patient\CreditNoteType
  18831.      */
  18832.     protected function getCreditNoteTypeService()
  18833.     {
  18834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18836.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/CreditNoteType.php';
  18837.         return $this->privates['App\\Form\\Type\\Patient\\CreditNoteType'] = new \App\Form\Type\Patient\CreditNoteType();
  18838.     }
  18839.     /**
  18840.      * Gets the private 'App\Form\Type\Patient\DocumentType' shared autowired service.
  18841.      *
  18842.      * @return \App\Form\Type\Patient\DocumentType
  18843.      */
  18844.     protected function getDocumentTypeService()
  18845.     {
  18846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18848.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/DocumentType.php';
  18849.         return $this->privates['App\\Form\\Type\\Patient\\DocumentType'] = new \App\Form\Type\Patient\DocumentType();
  18850.     }
  18851.     /**
  18852.      * Gets the private 'App\Form\Type\Patient\EditInvoiceNoteType' shared autowired service.
  18853.      *
  18854.      * @return \App\Form\Type\Patient\EditInvoiceNoteType
  18855.      */
  18856.     protected function getEditInvoiceNoteTypeService()
  18857.     {
  18858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18860.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/EditInvoiceNoteType.php';
  18861.         return $this->privates['App\\Form\\Type\\Patient\\EditInvoiceNoteType'] = new \App\Form\Type\Patient\EditInvoiceNoteType();
  18862.     }
  18863.     /**
  18864.      * Gets the private 'App\Form\Type\Patient\EditInvoiceType' shared autowired service.
  18865.      *
  18866.      * @return \App\Form\Type\Patient\EditInvoiceType
  18867.      */
  18868.     protected function getEditInvoiceTypeService()
  18869.     {
  18870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18872.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/EditInvoiceType.php';
  18873.         return $this->privates['App\\Form\\Type\\Patient\\EditInvoiceType'] = new \App\Form\Type\Patient\EditInvoiceType();
  18874.     }
  18875.     /**
  18876.      * Gets the private 'App\Form\Type\Patient\FormType' shared autowired service.
  18877.      *
  18878.      * @return \App\Form\Type\Patient\FormType
  18879.      */
  18880.     protected function getFormTypeService()
  18881.     {
  18882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18884.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/FormType.php';
  18885.         return $this->privates['App\\Form\\Type\\Patient\\FormType'] = new \App\Form\Type\Patient\FormType();
  18886.     }
  18887.     /**
  18888.      * Gets the private 'App\Form\Type\Patient\GiftVoucherType' shared autowired service.
  18889.      *
  18890.      * @return \App\Form\Type\Patient\GiftVoucherType
  18891.      */
  18892.     protected function getGiftVoucherTypeService()
  18893.     {
  18894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18896.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/GiftVoucherType.php';
  18897.         return $this->privates['App\\Form\\Type\\Patient\\GiftVoucherType'] = new \App\Form\Type\Patient\GiftVoucherType();
  18898.     }
  18899.     /**
  18900.      * Gets the private 'App\Form\Type\Patient\InvoiceType' shared autowired service.
  18901.      *
  18902.      * @return \App\Form\Type\Patient\InvoiceType
  18903.      */
  18904.     protected function getInvoiceType2Service()
  18905.     {
  18906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18908.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/InvoiceType.php';
  18909.         return $this->privates['App\\Form\\Type\\Patient\\InvoiceType'] = new \App\Form\Type\Patient\InvoiceType();
  18910.     }
  18911.     /**
  18912.      * Gets the private 'App\Form\Type\Patient\Invoice\BaseItemType' shared autowired service.
  18913.      *
  18914.      * @return \App\Form\Type\Patient\Invoice\BaseItemType
  18915.      */
  18916.     protected function getBaseItemTypeService()
  18917.     {
  18918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18919.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18920.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Invoice/BaseItemType.php';
  18921.         return $this->privates['App\\Form\\Type\\Patient\\Invoice\\BaseItemType'] = new \App\Form\Type\Patient\Invoice\BaseItemType();
  18922.     }
  18923.     /**
  18924.      * Gets the private 'App\Form\Type\Patient\Invoice\InvoiceItemType' shared autowired service.
  18925.      *
  18926.      * @return \App\Form\Type\Patient\Invoice\InvoiceItemType
  18927.      */
  18928.     protected function getInvoiceItemTypeService()
  18929.     {
  18930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18932.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Invoice/InvoiceItemType.php';
  18933.         return $this->privates['App\\Form\\Type\\Patient\\Invoice\\InvoiceItemType'] = new \App\Form\Type\Patient\Invoice\InvoiceItemType();
  18934.     }
  18935.     /**
  18936.      * Gets the private 'App\Form\Type\Patient\Invoice\RefundConnectEType' shared autowired service.
  18937.      *
  18938.      * @return \App\Form\Type\Patient\Invoice\RefundConnectEType
  18939.      */
  18940.     protected function getRefundConnectETypeService()
  18941.     {
  18942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18944.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Invoice/BaseItemType.php';
  18945.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Invoice/RefundConnectEType.php';
  18946.         return $this->privates['App\\Form\\Type\\Patient\\Invoice\\RefundConnectEType'] = new \App\Form\Type\Patient\Invoice\RefundConnectEType();
  18947.     }
  18948.     /**
  18949.      * Gets the private 'App\Form\Type\Patient\Invoice\RefundType' shared autowired service.
  18950.      *
  18951.      * @return \App\Form\Type\Patient\Invoice\RefundType
  18952.      */
  18953.     protected function getRefundTypeService()
  18954.     {
  18955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18957.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Invoice/BaseItemType.php';
  18958.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Invoice/RefundType.php';
  18959.         return $this->privates['App\\Form\\Type\\Patient\\Invoice\\RefundType'] = new \App\Form\Type\Patient\Invoice\RefundType();
  18960.     }
  18961.     /**
  18962.      * Gets the private 'App\Form\Type\Patient\Note\AdditionalNoteType' shared autowired service.
  18963.      *
  18964.      * @return \App\Form\Type\Patient\Note\AdditionalNoteType
  18965.      */
  18966.     protected function getAdditionalNoteTypeService()
  18967.     {
  18968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18970.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Note/AdditionalNoteType.php';
  18971.         return $this->privates['App\\Form\\Type\\Patient\\Note\\AdditionalNoteType'] = new \App\Form\Type\Patient\Note\AdditionalNoteType();
  18972.     }
  18973.     /**
  18974.      * Gets the private 'App\Form\Type\Patient\Note\AudioNoteType' shared autowired service.
  18975.      *
  18976.      * @return \App\Form\Type\Patient\Note\AudioNoteType
  18977.      */
  18978.     protected function getAudioNoteTypeService()
  18979.     {
  18980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18982.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Note/AudioNoteType.php';
  18983.         return $this->privates['App\\Form\\Type\\Patient\\Note\\AudioNoteType'] = new \App\Form\Type\Patient\Note\AudioNoteType();
  18984.     }
  18985.     /**
  18986.      * Gets the private 'App\Form\Type\Patient\Note\ConsultationNoteType' shared autowired service.
  18987.      *
  18988.      * @return \App\Form\Type\Patient\Note\ConsultationNoteType
  18989.      */
  18990.     protected function getConsultationNoteTypeService()
  18991.     {
  18992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18994.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Note/ConsultationNoteType.php';
  18995.         return $this->privates['App\\Form\\Type\\Patient\\Note\\ConsultationNoteType'] = new \App\Form\Type\Patient\Note\ConsultationNoteType();
  18996.     }
  18997.     /**
  18998.      * Gets the private 'App\Form\Type\Patient\Note\NoteType' shared autowired service.
  18999.      *
  19000.      * @return \App\Form\Type\Patient\Note\NoteType
  19001.      */
  19002.     protected function getNoteTypeService()
  19003.     {
  19004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19006.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Note/NoteType.php';
  19007.         return $this->privates['App\\Form\\Type\\Patient\\Note\\NoteType'] = new \App\Form\Type\Patient\Note\NoteType();
  19008.     }
  19009.     /**
  19010.      * Gets the private 'App\Form\Type\Patient\Note\PatientType' shared autowired service.
  19011.      *
  19012.      * @return \App\Form\Type\Patient\Note\PatientType
  19013.      */
  19014.     protected function getPatientTypeService()
  19015.     {
  19016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19018.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Note/PatientType.php';
  19019.         return $this->privates['App\\Form\\Type\\Patient\\Note\\PatientType'] = new \App\Form\Type\Patient\Note\PatientType();
  19020.     }
  19021.     /**
  19022.      * Gets the private 'App\Form\Type\Patient\Note\TreatmentNoteType' shared autowired service.
  19023.      *
  19024.      * @return \App\Form\Type\Patient\Note\TreatmentNoteType
  19025.      */
  19026.     protected function getTreatmentNoteTypeService()
  19027.     {
  19028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19030.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Note/TreatmentNoteType.php';
  19031.         return $this->privates['App\\Form\\Type\\Patient\\Note\\TreatmentNoteType'] = new \App\Form\Type\Patient\Note\TreatmentNoteType();
  19032.     }
  19033.     /**
  19034.      * Gets the private 'App\Form\Type\Patient\PatientAppointmentTabSearchType' shared autowired service.
  19035.      *
  19036.      * @return \App\Form\Type\Patient\PatientAppointmentTabSearchType
  19037.      */
  19038.     protected function getPatientAppointmentTabSearchTypeService()
  19039.     {
  19040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19042.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PatientAppointmentTabSearchType.php';
  19043.         return $this->privates['App\\Form\\Type\\Patient\\PatientAppointmentTabSearchType'] = new \App\Form\Type\Patient\PatientAppointmentTabSearchType();
  19044.     }
  19045.     /**
  19046.      * Gets the private 'App\Form\Type\Patient\PatientSearchType' shared autowired service.
  19047.      *
  19048.      * @return \App\Form\Type\Patient\PatientSearchType
  19049.      */
  19050.     protected function getPatientSearchTypeService()
  19051.     {
  19052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19054.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PatientSearchType.php';
  19055.         return $this->privates['App\\Form\\Type\\Patient\\PatientSearchType'] = new \App\Form\Type\Patient\PatientSearchType();
  19056.     }
  19057.     /**
  19058.      * Gets the private 'App\Form\Type\Patient\PaymentType' shared autowired service.
  19059.      *
  19060.      * @return \App\Form\Type\Patient\PaymentType
  19061.      */
  19062.     protected function getPaymentType2Service()
  19063.     {
  19064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19066.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PaymentType.php';
  19067.         return $this->privates['App\\Form\\Type\\Patient\\PaymentType'] = new \App\Form\Type\Patient\PaymentType();
  19068.     }
  19069.     /**
  19070.      * Gets the private 'App\Form\Type\Patient\Payment\HandpointPOSType' shared autowired service.
  19071.      *
  19072.      * @return \App\Form\Type\Patient\Payment\HandpointPOSType
  19073.      */
  19074.     protected function getHandpointPOSTypeService()
  19075.     {
  19076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19078.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Payment/HandpointPOSType.php';
  19079.         return $this->privates['App\\Form\\Type\\Patient\\Payment\\HandpointPOSType'] = new \App\Form\Type\Patient\Payment\HandpointPOSType();
  19080.     }
  19081.     /**
  19082.      * Gets the private 'App\Form\Type\Patient\Payment\HandpointType' shared autowired service.
  19083.      *
  19084.      * @return \App\Form\Type\Patient\Payment\HandpointType
  19085.      */
  19086.     protected function getHandpointTypeService()
  19087.     {
  19088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19090.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Payment/HandpointType.php';
  19091.         return $this->privates['App\\Form\\Type\\Patient\\Payment\\HandpointType'] = new \App\Form\Type\Patient\Payment\HandpointType();
  19092.     }
  19093.     /**
  19094.      * Gets the private 'App\Form\Type\Patient\Payment\KindType' shared autowired service.
  19095.      *
  19096.      * @return \App\Form\Type\Patient\Payment\KindType
  19097.      */
  19098.     protected function getKindTypeService()
  19099.     {
  19100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19102.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Payment/KindType.php';
  19103.         return $this->privates['App\\Form\\Type\\Patient\\Payment\\KindType'] = new \App\Form\Type\Patient\Payment\KindType();
  19104.     }
  19105.     /**
  19106.      * Gets the private 'App\Form\Type\Patient\Payment\PaymentsenseConnectType' shared autowired service.
  19107.      *
  19108.      * @return \App\Form\Type\Patient\Payment\PaymentsenseConnectType
  19109.      */
  19110.     protected function getPaymentsenseConnectTypeService()
  19111.     {
  19112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19114.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Payment/PaymentsenseConnectType.php';
  19115.         return $this->privates['App\\Form\\Type\\Patient\\Payment\\PaymentsenseConnectType'] = new \App\Form\Type\Patient\Payment\PaymentsenseConnectType();
  19116.     }
  19117.     /**
  19118.      * Gets the private 'App\Form\Type\Patient\Payment\PaymentsensePOSTerminalsType' shared autowired service.
  19119.      *
  19120.      * @return \App\Form\Type\Patient\Payment\PaymentsensePOSTerminalsType
  19121.      */
  19122.     protected function getPaymentsensePOSTerminalsTypeService()
  19123.     {
  19124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19126.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Payment/PaymentsensePOSTerminalsType.php';
  19127.         return $this->privates['App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSTerminalsType'] = new \App\Form\Type\Patient\Payment\PaymentsensePOSTerminalsType();
  19128.     }
  19129.     /**
  19130.      * Gets the private 'App\Form\Type\Patient\Payment\PaymentsensePOSType' shared autowired service.
  19131.      *
  19132.      * @return \App\Form\Type\Patient\Payment\PaymentsensePOSType
  19133.      */
  19134.     protected function getPaymentsensePOSTypeService()
  19135.     {
  19136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19138.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Payment/PaymentsensePOSType.php';
  19139.         return $this->privates['App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSType'] = new \App\Form\Type\Patient\Payment\PaymentsensePOSType();
  19140.     }
  19141.     /**
  19142.      * Gets the private 'App\Form\Type\Patient\Payment\TerminalType' shared autowired service.
  19143.      *
  19144.      * @return \App\Form\Type\Patient\Payment\TerminalType
  19145.      */
  19146.     protected function getTerminalTypeService()
  19147.     {
  19148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19150.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Payment/TerminalType.php';
  19151.         return $this->privates['App\\Form\\Type\\Patient\\Payment\\TerminalType'] = new \App\Form\Type\Patient\Payment\TerminalType();
  19152.     }
  19153.     /**
  19154.      * Gets the private 'App\Form\Type\Patient\PhotoType' shared autowired service.
  19155.      *
  19156.      * @return \App\Form\Type\Patient\PhotoType
  19157.      */
  19158.     protected function getPhotoTypeService()
  19159.     {
  19160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19162.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PhotoType.php';
  19163.         return $this->privates['App\\Form\\Type\\Patient\\PhotoType'] = new \App\Form\Type\Patient\PhotoType();
  19164.     }
  19165.     /**
  19166.      * Gets the private 'App\Form\Type\Patient\PostAptFormSentType' shared autowired service.
  19167.      *
  19168.      * @return \App\Form\Type\Patient\PostAptFormSentType
  19169.      */
  19170.     protected function getPostAptFormSentTypeService()
  19171.     {
  19172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19174.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PostAptFormSentType.php';
  19175.         return $this->privates['App\\Form\\Type\\Patient\\PostAptFormSentType'] = new \App\Form\Type\Patient\PostAptFormSentType();
  19176.     }
  19177.     /**
  19178.      * Gets the private 'App\Form\Type\Patient\PostAptFormSent\FormFileType' shared autowired service.
  19179.      *
  19180.      * @return \App\Form\Type\Patient\PostAptFormSent\FormFileType
  19181.      */
  19182.     protected function getFormFileType2Service()
  19183.     {
  19184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19186.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PostAptFormSent/FormFileType.php';
  19187.         return $this->privates['App\\Form\\Type\\Patient\\PostAptFormSent\\FormFileType'] = new \App\Form\Type\Patient\PostAptFormSent\FormFileType();
  19188.     }
  19189.     /**
  19190.      * Gets the private 'App\Form\Type\Patient\PostAptFormSent\PatientType' shared autowired service.
  19191.      *
  19192.      * @return \App\Form\Type\Patient\PostAptFormSent\PatientType
  19193.      */
  19194.     protected function getPatientType2Service()
  19195.     {
  19196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19198.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PostAptFormSent/PatientType.php';
  19199.         return $this->privates['App\\Form\\Type\\Patient\\PostAptFormSent\\PatientType'] = new \App\Form\Type\Patient\PostAptFormSent\PatientType();
  19200.     }
  19201.     /**
  19202.      * Gets the private 'App\Form\Type\Patient\PostAptFormSent\QuestionType' shared autowired service.
  19203.      *
  19204.      * @return \App\Form\Type\Patient\PostAptFormSent\QuestionType
  19205.      */
  19206.     protected function getQuestionType2Service()
  19207.     {
  19208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19210.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PostAptFormSent/QuestionType.php';
  19211.         return $this->privates['App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionType'] = new \App\Form\Type\Patient\PostAptFormSent\QuestionType();
  19212.     }
  19213.     /**
  19214.      * Gets the private 'App\Form\Type\Patient\PostAptFormSent\QuestionnaireType' shared autowired service.
  19215.      *
  19216.      * @return \App\Form\Type\Patient\PostAptFormSent\QuestionnaireType
  19217.      */
  19218.     protected function getQuestionnaireTypeService()
  19219.     {
  19220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19222.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PostAptFormSent/QuestionnaireType.php';
  19223.         return $this->privates['App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionnaireType'] = new \App\Form\Type\Patient\PostAptFormSent\QuestionnaireType();
  19224.     }
  19225.     /**
  19226.      * Gets the private 'App\Form\Type\Patient\PrepayType' shared autowired service.
  19227.      *
  19228.      * @return \App\Form\Type\Patient\PrepayType
  19229.      */
  19230.     protected function getPrepayTypeService()
  19231.     {
  19232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19234.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/PrepayType.php';
  19235.         return $this->privates['App\\Form\\Type\\Patient\\PrepayType'] = new \App\Form\Type\Patient\PrepayType();
  19236.     }
  19237.     /**
  19238.      * Gets the private 'App\Form\Type\Patient\Prepay\PrepayTreatmentItemType' shared autowired service.
  19239.      *
  19240.      * @return \App\Form\Type\Patient\Prepay\PrepayTreatmentItemType
  19241.      */
  19242.     protected function getPrepayTreatmentItemTypeService()
  19243.     {
  19244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19246.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/Prepay/PrepayTreatmentItemType.php';
  19247.         return $this->privates['App\\Form\\Type\\Patient\\Prepay\\PrepayTreatmentItemType'] = new \App\Form\Type\Patient\Prepay\PrepayTreatmentItemType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19248.     }
  19249.     /**
  19250.      * Gets the private 'App\Form\Type\Patient\SearchAjaxFilterType' shared autowired service.
  19251.      *
  19252.      * @return \App\Form\Type\Patient\SearchAjaxFilterType
  19253.      */
  19254.     protected function getSearchAjaxFilterTypeService()
  19255.     {
  19256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19258.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/SearchAjaxFilterType.php';
  19259.         return $this->privates['App\\Form\\Type\\Patient\\SearchAjaxFilterType'] = new \App\Form\Type\Patient\SearchAjaxFilterType();
  19260.     }
  19261.     /**
  19262.      * Gets the private 'App\Form\Type\Patient\SearchWaitingType' shared autowired service.
  19263.      *
  19264.      * @return \App\Form\Type\Patient\SearchWaitingType
  19265.      */
  19266.     protected function getSearchWaitingTypeService()
  19267.     {
  19268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19270.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/SearchWaitingType.php';
  19271.         return $this->privates['App\\Form\\Type\\Patient\\SearchWaitingType'] = new \App\Form\Type\Patient\SearchWaitingType();
  19272.     }
  19273.     /**
  19274.      * Gets the private 'App\Form\Type\Patient\SurveySentType' shared autowired service.
  19275.      *
  19276.      * @return \App\Form\Type\Patient\SurveySentType
  19277.      */
  19278.     protected function getSurveySentTypeService()
  19279.     {
  19280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19282.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/SurveySentType.php';
  19283.         return $this->privates['App\\Form\\Type\\Patient\\SurveySentType'] = new \App\Form\Type\Patient\SurveySentType();
  19284.     }
  19285.     /**
  19286.      * Gets the private 'App\Form\Type\Patient\SurveySent\FormFileType' shared autowired service.
  19287.      *
  19288.      * @return \App\Form\Type\Patient\SurveySent\FormFileType
  19289.      */
  19290.     protected function getFormFileType3Service()
  19291.     {
  19292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19294.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/SurveySent/FormFileType.php';
  19295.         return $this->privates['App\\Form\\Type\\Patient\\SurveySent\\FormFileType'] = new \App\Form\Type\Patient\SurveySent\FormFileType();
  19296.     }
  19297.     /**
  19298.      * Gets the private 'App\Form\Type\Patient\SurveySent\PatientType' shared autowired service.
  19299.      *
  19300.      * @return \App\Form\Type\Patient\SurveySent\PatientType
  19301.      */
  19302.     protected function getPatientType3Service()
  19303.     {
  19304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19306.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/SurveySent/PatientType.php';
  19307.         return $this->privates['App\\Form\\Type\\Patient\\SurveySent\\PatientType'] = new \App\Form\Type\Patient\SurveySent\PatientType();
  19308.     }
  19309.     /**
  19310.      * Gets the private 'App\Form\Type\Patient\SurveySent\QuestionType' shared autowired service.
  19311.      *
  19312.      * @return \App\Form\Type\Patient\SurveySent\QuestionType
  19313.      */
  19314.     protected function getQuestionType3Service()
  19315.     {
  19316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19318.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/SurveySent/QuestionType.php';
  19319.         return $this->privates['App\\Form\\Type\\Patient\\SurveySent\\QuestionType'] = new \App\Form\Type\Patient\SurveySent\QuestionType();
  19320.     }
  19321.     /**
  19322.      * Gets the private 'App\Form\Type\Patient\SurveySent\QuestionnaireType' shared autowired service.
  19323.      *
  19324.      * @return \App\Form\Type\Patient\SurveySent\QuestionnaireType
  19325.      */
  19326.     protected function getQuestionnaireType2Service()
  19327.     {
  19328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19330.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/SurveySent/QuestionnaireType.php';
  19331.         return $this->privates['App\\Form\\Type\\Patient\\SurveySent\\QuestionnaireType'] = new \App\Form\Type\Patient\SurveySent\QuestionnaireType();
  19332.     }
  19333.     /**
  19334.      * Gets the private 'App\Form\Type\Patient\TreatmentPhotoType' shared autowired service.
  19335.      *
  19336.      * @return \App\Form\Type\Patient\TreatmentPhotoType
  19337.      */
  19338.     protected function getTreatmentPhotoTypeService()
  19339.     {
  19340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19342.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/TreatmentPhotoType.php';
  19343.         return $this->privates['App\\Form\\Type\\Patient\\TreatmentPhotoType'] = new \App\Form\Type\Patient\TreatmentPhotoType();
  19344.     }
  19345.     /**
  19346.      * Gets the private 'App\Form\Type\Patient\TreatmentPhotoUsedProductType' shared autowired service.
  19347.      *
  19348.      * @return \App\Form\Type\Patient\TreatmentPhotoUsedProductType
  19349.      */
  19350.     protected function getTreatmentPhotoUsedProductTypeService()
  19351.     {
  19352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19354.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/TreatmentPhotoUsedProductType.php';
  19355.         return $this->privates['App\\Form\\Type\\Patient\\TreatmentPhotoUsedProductType'] = new \App\Form\Type\Patient\TreatmentPhotoUsedProductType();
  19356.     }
  19357.     /**
  19358.      * Gets the private 'App\Form\Type\Patient\TreatmentPlanType' shared autowired service.
  19359.      *
  19360.      * @return \App\Form\Type\Patient\TreatmentPlanType
  19361.      */
  19362.     protected function getTreatmentPlanTypeService()
  19363.     {
  19364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19366.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/TreatmentPlanType.php';
  19367.         return $this->privates['App\\Form\\Type\\Patient\\TreatmentPlanType'] = new \App\Form\Type\Patient\TreatmentPlanType();
  19368.     }
  19369.     /**
  19370.      * Gets the private 'App\Form\Type\Patient\TreatmentType' shared autowired service.
  19371.      *
  19372.      * @return \App\Form\Type\Patient\TreatmentType
  19373.      */
  19374.     protected function getTreatmentType2Service()
  19375.     {
  19376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19378.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/TreatmentType.php';
  19379.         return $this->privates['App\\Form\\Type\\Patient\\TreatmentType'] = new \App\Form\Type\Patient\TreatmentType();
  19380.     }
  19381.     /**
  19382.      * Gets the private 'App\Form\Type\Patient\UsedMembershipType' shared autowired service.
  19383.      *
  19384.      * @return \App\Form\Type\Patient\UsedMembershipType
  19385.      */
  19386.     protected function getUsedMembershipTypeService()
  19387.     {
  19388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19390.         include_once \dirname(__DIR__4).'/src/Form/Type/Patient/UsedMembershipType.php';
  19391.         return $this->privates['App\\Form\\Type\\Patient\\UsedMembershipType'] = new \App\Form\Type\Patient\UsedMembershipType();
  19392.     }
  19393.     /**
  19394.      * Gets the private 'App\Form\Type\Person\PatientType' shared autowired service.
  19395.      *
  19396.      * @return \App\Form\Type\Person\PatientType
  19397.      */
  19398.     protected function getPatientType4Service()
  19399.     {
  19400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19402.         include_once \dirname(__DIR__4).'/src/Form/Security/FormEncoderPasswordTrait.php';
  19403.         include_once \dirname(__DIR__4).'/src/Form/Type/Person/PatientType.php';
  19404.         return $this->privates['App\\Form\\Type\\Person\\PatientType'] = new \App\Form\Type\Person\PatientType();
  19405.     }
  19406.     /**
  19407.      * Gets the private 'App\Form\Type\Person\ProfileType' shared autowired service.
  19408.      *
  19409.      * @return \App\Form\Type\Person\ProfileType
  19410.      */
  19411.     protected function getProfileType3Service()
  19412.     {
  19413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19415.         include_once \dirname(__DIR__4).'/src/Form/Type/Person/ProfileType.php';
  19416.         return $this->privates['App\\Form\\Type\\Person\\ProfileType'] = new \App\Form\Type\Person\ProfileType();
  19417.     }
  19418.     /**
  19419.      * Gets the private 'App\Form\Type\Person\ReportSettingType' shared autowired service.
  19420.      *
  19421.      * @return \App\Form\Type\Person\ReportSettingType
  19422.      */
  19423.     protected function getReportSettingTypeService()
  19424.     {
  19425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19427.         include_once \dirname(__DIR__4).'/src/Form/Type/Person/ReportSettingType.php';
  19428.         return $this->privates['App\\Form\\Type\\Person\\ReportSettingType'] = new \App\Form\Type\Person\ReportSettingType();
  19429.     }
  19430.     /**
  19431.      * Gets the private 'App\Form\Type\Person\SettingType' shared autowired service.
  19432.      *
  19433.      * @return \App\Form\Type\Person\SettingType
  19434.      */
  19435.     protected function getSettingTypeService()
  19436.     {
  19437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19439.         include_once \dirname(__DIR__4).'/src/Form/Type/Person/SettingType.php';
  19440.         return $this->privates['App\\Form\\Type\\Person\\SettingType'] = new \App\Form\Type\Person\SettingType();
  19441.     }
  19442.     /**
  19443.      * Gets the private 'App\Form\Type\Person\SuperClinicAdminType' shared autowired service.
  19444.      *
  19445.      * @return \App\Form\Type\Person\SuperClinicAdminType
  19446.      */
  19447.     protected function getSuperClinicAdminTypeService()
  19448.     {
  19449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19451.         include_once \dirname(__DIR__4).'/src/Form/Security/FormEncoderPasswordTrait.php';
  19452.         include_once \dirname(__DIR__4).'/src/Form/Type/Person/SuperClinicAdminType.php';
  19453.         return $this->privates['App\\Form\\Type\\Person\\SuperClinicAdminType'] = new \App\Form\Type\Person\SuperClinicAdminType();
  19454.     }
  19455.     /**
  19456.      * Gets the private 'App\Form\Type\Person\UserType' shared autowired service.
  19457.      *
  19458.      * @return \App\Form\Type\Person\UserType
  19459.      */
  19460.     protected function getUserTypeService()
  19461.     {
  19462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19464.         include_once \dirname(__DIR__4).'/src/Form/Type/Person/UserType.php';
  19465.         return $this->privates['App\\Form\\Type\\Person\\UserType'] = new \App\Form\Type\Person\UserType();
  19466.     }
  19467.     /**
  19468.      * Gets the private 'App\Form\Type\PriceTier\AddonType' shared autowired service.
  19469.      *
  19470.      * @return \App\Form\Type\PriceTier\AddonType
  19471.      */
  19472.     protected function getAddonTypeService()
  19473.     {
  19474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19476.         include_once \dirname(__DIR__4).'/src/Form/Type/PriceTier/AddonType.php';
  19477.         return $this->privates['App\\Form\\Type\\PriceTier\\AddonType'] = new \App\Form\Type\PriceTier\AddonType();
  19478.     }
  19479.     /**
  19480.      * Gets the private 'App\Form\Type\PriceTier\PriceTierType' shared autowired service.
  19481.      *
  19482.      * @return \App\Form\Type\PriceTier\PriceTierType
  19483.      */
  19484.     protected function getPriceTierType2Service()
  19485.     {
  19486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19488.         include_once \dirname(__DIR__4).'/src/Form/Type/PriceTier/PriceTierType.php';
  19489.         return $this->privates['App\\Form\\Type\\PriceTier\\PriceTierType'] = new \App\Form\Type\PriceTier\PriceTierType();
  19490.     }
  19491.     /**
  19492.      * Gets the private 'App\Form\Type\PriceTier\PriceTiersGroupType' shared autowired service.
  19493.      *
  19494.      * @return \App\Form\Type\PriceTier\PriceTiersGroupType
  19495.      */
  19496.     protected function getPriceTiersGroupTypeService()
  19497.     {
  19498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19500.         include_once \dirname(__DIR__4).'/src/Form/Type/PriceTier/PriceTiersGroupType.php';
  19501.         return $this->privates['App\\Form\\Type\\PriceTier\\PriceTiersGroupType'] = new \App\Form\Type\PriceTier\PriceTiersGroupType();
  19502.     }
  19503.     /**
  19504.      * Gets the private 'App\Form\Type\PriceTier\PromoCodeType' shared autowired service.
  19505.      *
  19506.      * @return \App\Form\Type\PriceTier\PromoCodeType
  19507.      */
  19508.     protected function getPromoCodeTypeService()
  19509.     {
  19510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19512.         include_once \dirname(__DIR__4).'/src/Form/Type/PriceTier/PromoCodeType.php';
  19513.         return $this->privates['App\\Form\\Type\\PriceTier\\PromoCodeType'] = new \App\Form\Type\PriceTier\PromoCodeType();
  19514.     }
  19515.     /**
  19516.      * Gets the private 'App\Form\Type\RecoveryType' shared autowired service.
  19517.      *
  19518.      * @return \App\Form\Type\RecoveryType
  19519.      */
  19520.     protected function getRecoveryTypeService()
  19521.     {
  19522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19524.         include_once \dirname(__DIR__4).'/src/Form/Type/RecoveryType.php';
  19525.         return $this->privates['App\\Form\\Type\\RecoveryType'] = new \App\Form\Type\RecoveryType();
  19526.     }
  19527.     /**
  19528.      * Gets the private 'App\Form\Type\RegistrationType' shared autowired service.
  19529.      *
  19530.      * @return \App\Form\Type\RegistrationType
  19531.      */
  19532.     protected function getRegistrationTypeService()
  19533.     {
  19534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19536.         include_once \dirname(__DIR__4).'/src/Form/Type/RegistrationType.php';
  19537.         return $this->privates['App\\Form\\Type\\RegistrationType'] = new \App\Form\Type\RegistrationType();
  19538.     }
  19539.     /**
  19540.      * Gets the private 'App\Form\Type\Waiting\ItemType' shared autowired service.
  19541.      *
  19542.      * @return \App\Form\Type\Waiting\ItemType
  19543.      */
  19544.     protected function getItemTypeService()
  19545.     {
  19546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19548.         include_once \dirname(__DIR__4).'/src/Form/Type/Waiting/ItemType.php';
  19549.         return $this->privates['App\\Form\\Type\\Waiting\\ItemType'] = new \App\Form\Type\Waiting\ItemType();
  19550.     }
  19551.     /**
  19552.      * Gets the private 'App\Model\CustomReports\AxisX' shared autowired service.
  19553.      *
  19554.      * @return \App\Model\CustomReports\AxisX
  19555.      */
  19556.     protected function getAxisXService()
  19557.     {
  19558.         return $this->privates['App\\Model\\CustomReports\\AxisX'] = new \App\Model\CustomReports\AxisX(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Model\\CustomReports\\CustomReportFactory'] ?? $this->getCustomReportFactoryService()));
  19559.     }
  19560.     /**
  19561.      * Gets the private 'App\Model\CustomReports\CustomReportFactory' shared autowired service.
  19562.      *
  19563.      * @return \App\Model\CustomReports\CustomReportFactory
  19564.      */
  19565.     protected function getCustomReportFactoryService()
  19566.     {
  19567.         return $this->privates['App\\Model\\CustomReports\\CustomReportFactory'] = new \App\Model\CustomReports\CustomReportFactory(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), new \App\Model\CustomReports\AppointmentsTypePeriod\AppointmentsFactory(), new \App\Model\CustomReports\BillingsTypePeriod\BillingsFactory(), new \App\Model\CustomReports\EmailOpenRateTypePeriod\EmailOpenRateFactory(), new \App\Model\CustomReports\InvoiceTypePeriod\InvoiceFactory(), new \App\Model\CustomReports\CommissionReportTypePeriod\CommissionReportFactory(), new \App\Model\CustomReports\NewPatientsTypePeriod\NewPatientsFactory(), new \App\Model\CustomReports\PatientsTypePeriod\PatientsFactory(), new \App\Model\CustomReports\PractitionerTypePeriod\PractitionerFactory(), new \App\Model\CustomReports\ProspectsTypePeriod\ProspectsFactory(), new \App\Model\CustomReports\ProspectsConvertingTypePeriod\ProspectsConvertingFactory(), new \App\Model\CustomReports\TreatmentsTypePeriod\TreatmentsFactory(), new \App\Model\CustomReports\DobTypePeriod\DobFactory(), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  19568.     }
  19569.     /**
  19570.      * Gets the private 'App\Repository\AdminSettingRepository' shared autowired service.
  19571.      *
  19572.      * @return \App\Repository\AdminSettingRepository
  19573.      */
  19574.     protected function getAdminSettingRepositoryService()
  19575.     {
  19576.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19577.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19578.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19579.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19580.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19581.         include_once \dirname(__DIR__4).'/src/Repository/AdminSettingRepository.php';
  19582.         return $this->privates['App\\Repository\\AdminSettingRepository'] = new \App\Repository\AdminSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19583.     }
  19584.     /**
  19585.      * Gets the private 'App\Repository\AppointmentLeadRepository' shared autowired service.
  19586.      *
  19587.      * @return \App\Repository\AppointmentLeadRepository
  19588.      */
  19589.     protected function getAppointmentLeadRepositoryService()
  19590.     {
  19591.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19592.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19593.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19594.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19595.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19596.         include_once \dirname(__DIR__4).'/src/Repository/AppointmentLeadRepository.php';
  19597.         return $this->privates['App\\Repository\\AppointmentLeadRepository'] = new \App\Repository\AppointmentLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19598.     }
  19599.     /**
  19600.      * Gets the private 'App\Repository\AssignDaysRepository' shared autowired service.
  19601.      *
  19602.      * @return \App\Repository\AssignDaysRepository
  19603.      */
  19604.     protected function getAssignDaysRepositoryService()
  19605.     {
  19606.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19607.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19608.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19609.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19611.         include_once \dirname(__DIR__4).'/src/Repository/AssignDaysRepository.php';
  19612.         return $this->privates['App\\Repository\\AssignDaysRepository'] = new \App\Repository\AssignDaysRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19613.     }
  19614.     /**
  19615.      * Gets the private 'App\Repository\AssignTimeRepository' shared autowired service.
  19616.      *
  19617.      * @return \App\Repository\AssignTimeRepository
  19618.      */
  19619.     protected function getAssignTimeRepositoryService()
  19620.     {
  19621.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19622.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19623.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19624.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19625.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19626.         include_once \dirname(__DIR__4).'/src/Repository/AssignTimeRepository.php';
  19627.         return $this->privates['App\\Repository\\AssignTimeRepository'] = new \App\Repository\AssignTimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19628.     }
  19629.     /**
  19630.      * Gets the private 'App\Repository\CampaigndetailsRepository' shared autowired service.
  19631.      *
  19632.      * @return \App\Repository\CampaigndetailsRepository
  19633.      */
  19634.     protected function getCampaigndetailsRepositoryService()
  19635.     {
  19636.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19637.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19638.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19639.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19641.         include_once \dirname(__DIR__4).'/src/Repository/CampaigndetailsRepository.php';
  19642.         return $this->privates['App\\Repository\\CampaigndetailsRepository'] = new \App\Repository\CampaigndetailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19643.     }
  19644.     /**
  19645.      * Gets the private 'App\Repository\ClinicPhoneRepository' shared autowired service.
  19646.      *
  19647.      * @return \App\Repository\ClinicPhoneRepository
  19648.      */
  19649.     protected function getClinicPhoneRepositoryService()
  19650.     {
  19651.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19652.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19653.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19655.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19656.         include_once \dirname(__DIR__4).'/src/Repository/ClinicPhoneRepository.php';
  19657.         return $this->privates['App\\Repository\\ClinicPhoneRepository'] = new \App\Repository\ClinicPhoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19658.     }
  19659.     /**
  19660.      * Gets the private 'App\Repository\Clinic\ClinicRepository' shared autowired service.
  19661.      *
  19662.      * @return \App\Repository\Clinic\ClinicRepository
  19663.      */
  19664.     protected function getClinicRepositoryService()
  19665.     {
  19666.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19667.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19671.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportInterface.php';
  19672.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportAllData.php';
  19673.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/ClinicRepository.php';
  19674.         return $this->privates['App\\Repository\\Clinic\\ClinicRepository'] = new \App\Repository\Clinic\ClinicRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19675.     }
  19676.     /**
  19677.      * Gets the private 'App\Repository\Clinic\DiscountReasonRepository' shared autowired service.
  19678.      *
  19679.      * @return \App\Repository\Clinic\DiscountReasonRepository
  19680.      */
  19681.     protected function getDiscountReasonRepositoryService()
  19682.     {
  19683.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19684.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19686.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19687.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19688.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportAllData.php';
  19689.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/DiscountReasonRepository.php';
  19690.         return $this->privates['App\\Repository\\Clinic\\DiscountReasonRepository'] = new \App\Repository\Clinic\DiscountReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19691.     }
  19692.     /**
  19693.      * Gets the private 'App\Repository\Clinic\FilterHistoryRepository' shared autowired service.
  19694.      *
  19695.      * @return \App\Repository\Clinic\FilterHistoryRepository
  19696.      */
  19697.     protected function getFilterHistoryRepositoryService()
  19698.     {
  19699.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19700.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19701.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19702.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19703.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19704.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/FilterHistoryRepository.php';
  19705.         return $this->privates['App\\Repository\\Clinic\\FilterHistoryRepository'] = new \App\Repository\Clinic\FilterHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19706.     }
  19707.     /**
  19708.      * Gets the private 'App\Repository\Clinic\FilterRepository' shared autowired service.
  19709.      *
  19710.      * @return \App\Repository\Clinic\FilterRepository
  19711.      */
  19712.     protected function getFilterRepositoryService()
  19713.     {
  19714.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19715.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19716.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19719.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/FilterRepository.php';
  19720.         return $this->privates['App\\Repository\\Clinic\\FilterRepository'] = new \App\Repository\Clinic\FilterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19721.     }
  19722.     /**
  19723.      * Gets the private 'App\Repository\Clinic\Filter\FilterRepository' shared autowired service.
  19724.      *
  19725.      * @return \App\Repository\Clinic\Filter\FilterRepository
  19726.      */
  19727.     protected function getFilterRepository2Service()
  19728.     {
  19729.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19730.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19731.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19732.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19733.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19734.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/Filter/FilterRepository.php';
  19735.         return $this->privates['App\\Repository\\Clinic\\Filter\\FilterRepository'] = new \App\Repository\Clinic\Filter\FilterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19736.     }
  19737.     /**
  19738.      * Gets the private 'App\Repository\Clinic\FormFileRepository' shared autowired service.
  19739.      *
  19740.      * @return \App\Repository\Clinic\FormFileRepository
  19741.      */
  19742.     protected function getFormFileRepositoryService()
  19743.     {
  19744.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19745.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19746.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19747.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19748.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19749.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportAllData.php';
  19750.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/FormFileRepository.php';
  19751.         return $this->privates['App\\Repository\\Clinic\\FormFileRepository'] = new \App\Repository\Clinic\FormFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19752.     }
  19753.     /**
  19754.      * Gets the private 'App\Repository\Clinic\GenericSystemEmailsRepository' shared autowired service.
  19755.      *
  19756.      * @return \App\Repository\Clinic\GenericSystemEmailsRepository
  19757.      */
  19758.     protected function getGenericSystemEmailsRepositoryService()
  19759.     {
  19760.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19761.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19762.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19763.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19765.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/GenericSystemEmailsRepository.php';
  19766.         return $this->privates['App\\Repository\\Clinic\\GenericSystemEmailsRepository'] = new \App\Repository\Clinic\GenericSystemEmailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19767.     }
  19768.     /**
  19769.      * Gets the private 'App\Repository\Clinic\NotConvertReasonRepository' shared autowired service.
  19770.      *
  19771.      * @return \App\Repository\Clinic\NotConvertReasonRepository
  19772.      */
  19773.     protected function getNotConvertReasonRepositoryService()
  19774.     {
  19775.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19776.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19777.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19778.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19779.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19780.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/NotConvertReasonRepository.php';
  19781.         return $this->privates['App\\Repository\\Clinic\\NotConvertReasonRepository'] = new \App\Repository\Clinic\NotConvertReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19782.     }
  19783.     /**
  19784.      * Gets the private 'App\Repository\Clinic\PostAptFormRepository' shared autowired service.
  19785.      *
  19786.      * @return \App\Repository\Clinic\PostAptFormRepository
  19787.      */
  19788.     protected function getPostAptFormRepositoryService()
  19789.     {
  19790.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19791.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19792.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19793.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19794.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19795.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/PostAptFormRepository.php';
  19796.         return $this->privates['App\\Repository\\Clinic\\PostAptFormRepository'] = new \App\Repository\Clinic\PostAptFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19797.     }
  19798.     /**
  19799.      * Gets the private 'App\Repository\Clinic\PriceTier\AddonRepository' shared autowired service.
  19800.      *
  19801.      * @return \App\Repository\Clinic\PriceTier\AddonRepository
  19802.      */
  19803.     protected function getAddonRepositoryService()
  19804.     {
  19805.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19806.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19807.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19808.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19809.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19810.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/PriceTier/AddonRepository.php';
  19811.         return $this->privates['App\\Repository\\Clinic\\PriceTier\\AddonRepository'] = new \App\Repository\Clinic\PriceTier\AddonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19812.     }
  19813.     /**
  19814.      * Gets the private 'App\Repository\Clinic\PriceTier\PriceTierRepository' shared autowired service.
  19815.      *
  19816.      * @return \App\Repository\Clinic\PriceTier\PriceTierRepository
  19817.      */
  19818.     protected function getPriceTierRepositoryService()
  19819.     {
  19820.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19821.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19823.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19824.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19825.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/PriceTier/PriceTierRepository.php';
  19826.         return $this->privates['App\\Repository\\Clinic\\PriceTier\\PriceTierRepository'] = new \App\Repository\Clinic\PriceTier\PriceTierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19827.     }
  19828.     /**
  19829.      * Gets the private 'App\Repository\Clinic\PriceTier\PriceTiersGroupRepository' shared autowired service.
  19830.      *
  19831.      * @return \App\Repository\Clinic\PriceTier\PriceTiersGroupRepository
  19832.      */
  19833.     protected function getPriceTiersGroupRepositoryService()
  19834.     {
  19835.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19836.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19840.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/PriceTier/PriceTiersGroupRepository.php';
  19841.         return $this->privates['App\\Repository\\Clinic\\PriceTier\\PriceTiersGroupRepository'] = new \App\Repository\Clinic\PriceTier\PriceTiersGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19842.     }
  19843.     /**
  19844.      * Gets the private 'App\Repository\Clinic\PriceTier\PromoCodeRepository' shared autowired service.
  19845.      *
  19846.      * @return \App\Repository\Clinic\PriceTier\PromoCodeRepository
  19847.      */
  19848.     protected function getPromoCodeRepositoryService()
  19849.     {
  19850.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19851.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19852.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19853.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19854.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19855.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/PriceTier/PromoCodeRepository.php';
  19856.         return $this->privates['App\\Repository\\Clinic\\PriceTier\\PromoCodeRepository'] = new \App\Repository\Clinic\PriceTier\PromoCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19857.     }
  19858.     /**
  19859.      * Gets the private 'App\Repository\Clinic\Stock\GoodsReceivedRepository' shared autowired service.
  19860.      *
  19861.      * @return \App\Repository\Clinic\Stock\GoodsReceivedRepository
  19862.      */
  19863.     protected function getGoodsReceivedRepositoryService()
  19864.     {
  19865.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19866.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19867.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19868.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19869.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19870.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportAllData.php';
  19871.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/Stock/GoodsReceivedRepository.php';
  19872.         return $this->privates['App\\Repository\\Clinic\\Stock\\GoodsReceivedRepository'] = new \App\Repository\Clinic\Stock\GoodsReceivedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19873.     }
  19874.     /**
  19875.      * Gets the private 'App\Repository\Clinic\Stock\PriceListRepository' shared autowired service.
  19876.      *
  19877.      * @return \App\Repository\Clinic\Stock\PriceListRepository
  19878.      */
  19879.     protected function getPriceListRepositoryService()
  19880.     {
  19881.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19882.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19884.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19886.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportInterface.php';
  19887.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportAllData.php';
  19888.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/Stock/PriceListRepository.php';
  19889.         return $this->privates['App\\Repository\\Clinic\\Stock\\PriceListRepository'] = new \App\Repository\Clinic\Stock\PriceListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19890.     }
  19891.     /**
  19892.      * Gets the private 'App\Repository\Clinic\Stock\ProductRepository' shared autowired service.
  19893.      *
  19894.      * @return \App\Repository\Clinic\Stock\ProductRepository
  19895.      */
  19896.     protected function getProductRepositoryService()
  19897.     {
  19898.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19899.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19903.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportInterface.php';
  19904.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportDetailInterface.php';
  19905.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportAllData.php';
  19906.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/Stock/ProductRepository.php';
  19907.         return $this->privates['App\\Repository\\Clinic\\Stock\\ProductRepository'] = new \App\Repository\Clinic\Stock\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19908.     }
  19909.     /**
  19910.      * Gets the private 'App\Repository\Clinic\SurveyRepository' shared autowired service.
  19911.      *
  19912.      * @return \App\Repository\Clinic\SurveyRepository
  19913.      */
  19914.     protected function getSurveyRepositoryService()
  19915.     {
  19916.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19917.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19918.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19919.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19920.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19921.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/SurveyRepository.php';
  19922.         return $this->privates['App\\Repository\\Clinic\\SurveyRepository'] = new \App\Repository\Clinic\SurveyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19923.     }
  19924.     /**
  19925.      * Gets the private 'App\Repository\Clinic\SystemEmailsRepository' shared autowired service.
  19926.      *
  19927.      * @return \App\Repository\Clinic\SystemEmailsRepository
  19928.      */
  19929.     protected function getSystemEmailsRepositoryService()
  19930.     {
  19931.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19932.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19933.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19934.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19935.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19936.         include_once \dirname(__DIR__4).'/src/Repository/Clinic/SystemEmailsRepository.php';
  19937.         return $this->privates['App\\Repository\\Clinic\\SystemEmailsRepository'] = new \App\Repository\Clinic\SystemEmailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19938.     }
  19939.     /**
  19940.      * Gets the private 'App\Repository\CommunicationRepository' shared autowired service.
  19941.      *
  19942.      * @return \App\Repository\CommunicationRepository
  19943.      */
  19944.     protected function getCommunicationRepositoryService()
  19945.     {
  19946.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19947.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19948.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19949.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19950.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19951.         include_once \dirname(__DIR__4).'/src/Repository/CommunicationRepository.php';
  19952.         return $this->privates['App\\Repository\\CommunicationRepository'] = new \App\Repository\CommunicationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19953.     }
  19954.     /**
  19955.      * Gets the private 'App\Repository\ConversationRepository' shared autowired service.
  19956.      *
  19957.      * @return \App\Repository\ConversationRepository
  19958.      */
  19959.     protected function getConversationRepositoryService()
  19960.     {
  19961.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19962.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19965.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19966.         include_once \dirname(__DIR__4).'/src/Repository/ConversationRepository.php';
  19967.         return $this->privates['App\\Repository\\ConversationRepository'] = new \App\Repository\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19968.     }
  19969.     /**
  19970.      * Gets the private 'App\Repository\CustomFormDataRepository' shared autowired service.
  19971.      *
  19972.      * @return \App\Repository\CustomFormDataRepository
  19973.      */
  19974.     protected function getCustomFormDataRepositoryService()
  19975.     {
  19976.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19977.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19979.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19980.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19981.         include_once \dirname(__DIR__4).'/src/Repository/CustomFormDataRepository.php';
  19982.         return $this->privates['App\\Repository\\CustomFormDataRepository'] = new \App\Repository\CustomFormDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19983.     }
  19984.     /**
  19985.      * Gets the private 'App\Repository\CustomFormRepository' shared autowired service.
  19986.      *
  19987.      * @return \App\Repository\CustomFormRepository
  19988.      */
  19989.     protected function getCustomFormRepositoryService()
  19990.     {
  19991.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19992.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19993.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  19994.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  19995.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  19996.         include_once \dirname(__DIR__4).'/src/Repository/CustomFormRepository.php';
  19997.         return $this->privates['App\\Repository\\CustomFormRepository'] = new \App\Repository\CustomFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19998.     }
  19999.     /**
  20000.      * Gets the private 'App\Repository\CustomReports\CustomReportsRepository' shared autowired service.
  20001.      *
  20002.      * @return \App\Repository\CustomReports\CustomReportsRepository
  20003.      */
  20004.     protected function getCustomReportsRepositoryService()
  20005.     {
  20006.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20007.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20008.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20009.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20011.         include_once \dirname(__DIR__4).'/src/Repository/CustomReports/CustomReportsRepository.php';
  20012.         return $this->privates['App\\Repository\\CustomReports\\CustomReportsRepository'] = new \App\Repository\CustomReports\CustomReportsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20013.     }
  20014.     /**
  20015.      * Gets the private 'App\Repository\CustomReports\FavoriteCustomReportsRepository' shared autowired service.
  20016.      *
  20017.      * @return \App\Repository\CustomReports\FavoriteCustomReportsRepository
  20018.      */
  20019.     protected function getFavoriteCustomReportsRepositoryService()
  20020.     {
  20021.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20022.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20023.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20024.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20025.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20026.         include_once \dirname(__DIR__4).'/src/Repository/CustomReports/FavoriteCustomReportsRepository.php';
  20027.         return $this->privates['App\\Repository\\CustomReports\\FavoriteCustomReportsRepository'] = new \App\Repository\CustomReports\FavoriteCustomReportsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20028.     }
  20029.     /**
  20030.      * Gets the private 'App\Repository\CustomReports\GenerateReportsRepository' shared autowired service.
  20031.      *
  20032.      * @return \App\Repository\CustomReports\GenerateReportsRepository
  20033.      */
  20034.     protected function getGenerateReportsRepositoryService()
  20035.     {
  20036.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20037.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20039.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20040.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20041.         include_once \dirname(__DIR__4).'/src/Repository/CustomReports/GenerateReportsRepository.php';
  20042.         return $this->privates['App\\Repository\\CustomReports\\GenerateReportsRepository'] = new \App\Repository\CustomReports\GenerateReportsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20043.     }
  20044.     /**
  20045.      * Gets the private 'App\Repository\DashboardWidgetRepository' shared autowired service.
  20046.      *
  20047.      * @return \App\Repository\DashboardWidgetRepository
  20048.      */
  20049.     protected function getDashboardWidgetRepositoryService()
  20050.     {
  20051.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20052.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20054.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20056.         include_once \dirname(__DIR__4).'/src/Repository/DashboardWidgetRepository.php';
  20057.         return $this->privates['App\\Repository\\DashboardWidgetRepository'] = new \App\Repository\DashboardWidgetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20058.     }
  20059.     /**
  20060.      * Gets the private 'App\Repository\DomainRepository' shared autowired service.
  20061.      *
  20062.      * @return \App\Repository\DomainRepository
  20063.      */
  20064.     protected function getDomainRepositoryService()
  20065.     {
  20066.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20067.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20069.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20071.         include_once \dirname(__DIR__4).'/src/Repository/DomainRepository.php';
  20072.         return $this->privates['App\\Repository\\DomainRepository'] = new \App\Repository\DomainRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20073.     }
  20074.     /**
  20075.      * Gets the private 'App\Repository\EmailStackRepository' shared autowired service.
  20076.      *
  20077.      * @return \App\Repository\EmailStackRepository
  20078.      */
  20079.     protected function getEmailStackRepositoryService()
  20080.     {
  20081.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20082.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20084.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20085.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20086.         include_once \dirname(__DIR__4).'/src/Repository/EmailStackRepository.php';
  20087.         return $this->privates['App\\Repository\\EmailStackRepository'] = new \App\Repository\EmailStackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20088.     }
  20089.     /**
  20090.      * Gets the private 'App\Repository\EmailTrackerRepository' shared autowired service.
  20091.      *
  20092.      * @return \App\Repository\EmailTrackerRepository
  20093.      */
  20094.     protected function getEmailTrackerRepositoryService()
  20095.     {
  20096.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20097.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20099.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20101.         include_once \dirname(__DIR__4).'/src/Repository/EmailTrackerRepository.php';
  20102.         return $this->privates['App\\Repository\\EmailTrackerRepository'] = new \App\Repository\EmailTrackerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20103.     }
  20104.     /**
  20105.      * Gets the private 'App\Repository\EventRepository' shared autowired service.
  20106.      *
  20107.      * @return \App\Repository\EventRepository
  20108.      */
  20109.     protected function getEventRepositoryService()
  20110.     {
  20111.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20112.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20113.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20115.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20116.         include_once \dirname(__DIR__4).'/src/Repository/EventRepository.php';
  20117.         return $this->privates['App\\Repository\\EventRepository'] = new \App\Repository\EventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20118.     }
  20119.     /**
  20120.      * Gets the private 'App\Repository\LearnAboutRepository' shared autowired service.
  20121.      *
  20122.      * @return \App\Repository\LearnAboutRepository
  20123.      */
  20124.     protected function getLearnAboutRepositoryService()
  20125.     {
  20126.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20127.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20129.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20130.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20131.         include_once \dirname(__DIR__4).'/src/Repository/LearnAboutRepository.php';
  20132.         return $this->privates['App\\Repository\\LearnAboutRepository'] = new \App\Repository\LearnAboutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20133.     }
  20134.     /**
  20135.      * Gets the private 'App\Repository\LearnAboutSourceRepository' shared autowired service.
  20136.      *
  20137.      * @return \App\Repository\LearnAboutSourceRepository
  20138.      */
  20139.     protected function getLearnAboutSourceRepositoryService()
  20140.     {
  20141.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20142.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20144.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20146.         include_once \dirname(__DIR__4).'/src/Repository/LearnAboutSourceRepository.php';
  20147.         return $this->privates['App\\Repository\\LearnAboutSourceRepository'] = new \App\Repository\LearnAboutSourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20148.     }
  20149.     /**
  20150.      * Gets the private 'App\Repository\Organisation\CustomerSetting\CustomerSettingRepository' shared autowired service.
  20151.      *
  20152.      * @return \App\Repository\Organisation\CustomerSetting\CustomerSettingRepository
  20153.      */
  20154.     protected function getCustomerSettingRepositoryService()
  20155.     {
  20156.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20157.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20159.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20161.         include_once \dirname(__DIR__4).'/src/Repository/Organisation/CustomerSetting/CustomerSettingRepository.php';
  20162.         return $this->privates['App\\Repository\\Organisation\\CustomerSetting\\CustomerSettingRepository'] = new \App\Repository\Organisation\CustomerSetting\CustomerSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20163.     }
  20164.     /**
  20165.      * Gets the private 'App\Repository\Organisation\OrganisationRepository' shared autowired service.
  20166.      *
  20167.      * @return \App\Repository\Organisation\OrganisationRepository
  20168.      */
  20169.     protected function getOrganisationRepositoryService()
  20170.     {
  20171.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20172.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20176.         include_once \dirname(__DIR__4).'/src/Repository/Organisation/OrganisationRepository.php';
  20177.         return $this->privates['App\\Repository\\Organisation\\OrganisationRepository'] = new \App\Repository\Organisation\OrganisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20178.     }
  20179.     /**
  20180.      * Gets the private 'App\Repository\PatientConversationRepository' shared autowired service.
  20181.      *
  20182.      * @return \App\Repository\PatientConversationRepository
  20183.      */
  20184.     protected function getPatientConversationRepositoryService()
  20185.     {
  20186.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20187.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20189.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20190.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20191.         include_once \dirname(__DIR__4).'/src/Repository/PatientConversationRepository.php';
  20192.         return $this->privates['App\\Repository\\PatientConversationRepository'] = new \App\Repository\PatientConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20193.     }
  20194.     /**
  20195.      * Gets the private 'App\Repository\Patient\Note\NoteRepository' shared autowired service.
  20196.      *
  20197.      * @return \App\Repository\Patient\Note\NoteRepository
  20198.      */
  20199.     protected function getNoteRepositoryService()
  20200.     {
  20201.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20202.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20206.         include_once \dirname(__DIR__4).'/src/ExportImport/ExportAllData.php';
  20207.         include_once \dirname(__DIR__4).'/src/Repository/Patient/Note/NoteRepository.php';
  20208.         return $this->privates['App\\Repository\\Patient\\Note\\NoteRepository'] = new \App\Repository\Patient\Note\NoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20209.     }
  20210.     /**
  20211.      * Gets the private 'App\Repository\Patient\PostAptFormSentRepository' shared autowired service.
  20212.      *
  20213.      * @return \App\Repository\Patient\PostAptFormSentRepository
  20214.      */
  20215.     protected function getPostAptFormSentRepositoryService()
  20216.     {
  20217.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20218.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20220.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20221.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20222.         include_once \dirname(__DIR__4).'/src/Repository/Patient/PostAptFormSentRepository.php';
  20223.         return $this->privates['App\\Repository\\Patient\\PostAptFormSentRepository'] = new \App\Repository\Patient\PostAptFormSentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20224.     }
  20225.     /**
  20226.      * Gets the private 'App\Repository\Patient\SurveySentRepository' shared autowired service.
  20227.      *
  20228.      * @return \App\Repository\Patient\SurveySentRepository
  20229.      */
  20230.     protected function getSurveySentRepositoryService()
  20231.     {
  20232.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20233.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20234.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20235.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20236.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20237.         include_once \dirname(__DIR__4).'/src/Repository/Patient/SurveySentRepository.php';
  20238.         return $this->privates['App\\Repository\\Patient\\SurveySentRepository'] = new \App\Repository\Patient\SurveySentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20239.     }
  20240.     /**
  20241.      * Gets the private 'App\Repository\PendingCampaignsRepository' shared autowired service.
  20242.      *
  20243.      * @return \App\Repository\PendingCampaignsRepository
  20244.      */
  20245.     protected function getPendingCampaignsRepositoryService()
  20246.     {
  20247.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20248.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20249.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20250.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20251.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20252.         include_once \dirname(__DIR__4).'/src/Repository/PendingCampaignsRepository.php';
  20253.         return $this->privates['App\\Repository\\PendingCampaignsRepository'] = new \App\Repository\PendingCampaignsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  20254.     }
  20255.     /**
  20256.      * Gets the private 'App\Repository\ProspectCommunicationRepository' shared autowired service.
  20257.      *
  20258.      * @return \App\Repository\ProspectCommunicationRepository
  20259.      */
  20260.     protected function getProspectCommunicationRepositoryService()
  20261.     {
  20262.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20263.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20265.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20266.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20267.         include_once \dirname(__DIR__4).'/src/Repository/ProspectCommunicationRepository.php';
  20268.         return $this->privates['App\\Repository\\ProspectCommunicationRepository'] = new \App\Repository\ProspectCommunicationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20269.     }
  20270.     /**
  20271.      * Gets the private 'App\Repository\ProspectConversationRepository' shared autowired service.
  20272.      *
  20273.      * @return \App\Repository\ProspectConversationRepository
  20274.      */
  20275.     protected function getProspectConversationRepositoryService()
  20276.     {
  20277.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20278.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20279.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20280.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20281.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20282.         include_once \dirname(__DIR__4).'/src/Repository/ProspectConversationRepository.php';
  20283.         return $this->privates['App\\Repository\\ProspectConversationRepository'] = new \App\Repository\ProspectConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20284.     }
  20285.     /**
  20286.      * Gets the private 'App\Repository\ProspectsMessageRepository' shared autowired service.
  20287.      *
  20288.      * @return \App\Repository\ProspectsMessageRepository
  20289.      */
  20290.     protected function getProspectsMessageRepositoryService()
  20291.     {
  20292.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20293.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20295.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20296.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20297.         include_once \dirname(__DIR__4).'/src/Repository/ProspectsMessageRepository.php';
  20298.         return $this->privates['App\\Repository\\ProspectsMessageRepository'] = new \App\Repository\ProspectsMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20299.     }
  20300.     /**
  20301.      * Gets the private 'App\Repository\ReminderTaskRepository' shared autowired service.
  20302.      *
  20303.      * @return \App\Repository\ReminderTaskRepository
  20304.      */
  20305.     protected function getReminderTaskRepositoryService()
  20306.     {
  20307.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20308.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20310.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20312.         include_once \dirname(__DIR__4).'/src/Repository/ReminderTaskRepository.php';
  20313.         return $this->privates['App\\Repository\\ReminderTaskRepository'] = new \App\Repository\ReminderTaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20314.     }
  20315.     /**
  20316.      * Gets the private 'App\Repository\SmsPlanRepository' shared autowired service.
  20317.      *
  20318.      * @return \App\Repository\SmsPlanRepository
  20319.      */
  20320.     protected function getSmsPlanRepositoryService()
  20321.     {
  20322.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20323.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20324.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20325.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20326.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20327.         include_once \dirname(__DIR__4).'/src/Repository/SmsPlanRepository.php';
  20328.         return $this->privates['App\\Repository\\SmsPlanRepository'] = new \App\Repository\SmsPlanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20329.     }
  20330.     /**
  20331.      * Gets the private 'App\Repository\SmsSettingRepository' shared autowired service.
  20332.      *
  20333.      * @return \App\Repository\SmsSettingRepository
  20334.      */
  20335.     protected function getSmsSettingRepositoryService()
  20336.     {
  20337.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20338.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20339.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20340.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20341.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20342.         include_once \dirname(__DIR__4).'/src/Repository/SmsSettingRepository.php';
  20343.         return $this->privates['App\\Repository\\SmsSettingRepository'] = new \App\Repository\SmsSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20344.     }
  20345.     /**
  20346.      * Gets the private 'App\Repository\SmsStackRepository' shared autowired service.
  20347.      *
  20348.      * @return \App\Repository\SmsStackRepository
  20349.      */
  20350.     protected function getSmsStackRepositoryService()
  20351.     {
  20352.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20353.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20354.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20355.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20356.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20357.         include_once \dirname(__DIR__4).'/src/Repository/SmsStackRepository.php';
  20358.         return $this->privates['App\\Repository\\SmsStackRepository'] = new \App\Repository\SmsStackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20359.     }
  20360.     /**
  20361.      * Gets the private 'App\Repository\SmsTransactionRepository' shared autowired service.
  20362.      *
  20363.      * @return \App\Repository\SmsTransactionRepository
  20364.      */
  20365.     protected function getSmsTransactionRepositoryService()
  20366.     {
  20367.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20368.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20369.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20370.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20371.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20372.         include_once \dirname(__DIR__4).'/src/Repository/SmsTransactionRepository.php';
  20373.         return $this->privates['App\\Repository\\SmsTransactionRepository'] = new \App\Repository\SmsTransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20374.     }
  20375.     /**
  20376.      * Gets the private 'App\Repository\SmsreviewRepository' shared autowired service.
  20377.      *
  20378.      * @return \App\Repository\SmsreviewRepository
  20379.      */
  20380.     protected function getSmsreviewRepositoryService()
  20381.     {
  20382.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20383.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20385.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20386.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20387.         include_once \dirname(__DIR__4).'/src/Repository/SmsreviewRepository.php';
  20388.         return $this->privates['App\\Repository\\SmsreviewRepository'] = new \App\Repository\SmsreviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20389.     }
  20390.     /**
  20391.      * Gets the private 'App\Repository\TaskJobRepository' shared autowired service.
  20392.      *
  20393.      * @return \App\Repository\TaskJobRepository
  20394.      */
  20395.     protected function getTaskJobRepositoryService()
  20396.     {
  20397.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20398.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20399.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20400.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20401.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20402.         include_once \dirname(__DIR__4).'/src/Repository/TaskJobRepository.php';
  20403.         return $this->privates['App\\Repository\\TaskJobRepository'] = new \App\Repository\TaskJobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20404.     }
  20405.     /**
  20406.      * Gets the private 'App\Repository\TemplateLibraryRepository' shared autowired service.
  20407.      *
  20408.      * @return \App\Repository\TemplateLibraryRepository
  20409.      */
  20410.     protected function getTemplateLibraryRepositoryService()
  20411.     {
  20412.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20413.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20414.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20415.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20416.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20417.         include_once \dirname(__DIR__4).'/src/Repository/TemplateLibraryRepository.php';
  20418.         return $this->privates['App\\Repository\\TemplateLibraryRepository'] = new \App\Repository\TemplateLibraryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20419.     }
  20420.     /**
  20421.      * Gets the private 'App\Repository\TemplateRepository' shared autowired service.
  20422.      *
  20423.      * @return \App\Repository\TemplateRepository
  20424.      */
  20425.     protected function getTemplateRepositoryService()
  20426.     {
  20427.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20428.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20430.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20431.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20432.         include_once \dirname(__DIR__4).'/src/Repository/TemplateRepository.php';
  20433.         return $this->privates['App\\Repository\\TemplateRepository'] = new \App\Repository\TemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20434.     }
  20435.     /**
  20436.      * Gets the private 'App\Repository\UsedMembershipItemsRepository' shared autowired service.
  20437.      *
  20438.      * @return \App\Repository\UsedMembershipItemsRepository
  20439.      */
  20440.     protected function getUsedMembershipItemsRepositoryService()
  20441.     {
  20442.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20443.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20444.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20445.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20446.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20447.         include_once \dirname(__DIR__4).'/src/Repository/UsedMembershipItemsRepository.php';
  20448.         return $this->privates['App\\Repository\\UsedMembershipItemsRepository'] = new \App\Repository\UsedMembershipItemsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20449.     }
  20450.     /**
  20451.      * Gets the private 'App\Repository\WebsiteRepository' shared autowired service.
  20452.      *
  20453.      * @return \App\Repository\WebsiteRepository
  20454.      */
  20455.     protected function getWebsiteRepositoryService()
  20456.     {
  20457.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  20458.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  20459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20460.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  20461.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  20462.         include_once \dirname(__DIR__4).'/src/Repository/WebsiteRepository.php';
  20463.         return $this->privates['App\\Repository\\WebsiteRepository'] = new \App\Repository\WebsiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20464.     }
  20465.     /**
  20466.      * Gets the private 'App\Services\AppHelper' shared autowired service.
  20467.      *
  20468.      * @return \App\Services\AppHelper
  20469.      */
  20470.     protected function getAppHelperService()
  20471.     {
  20472.         include_once \dirname(__DIR__4).'/src/Services/AppHelper.php';
  20473.         return $this->privates['App\\Services\\AppHelper'] = new \App\Services\AppHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['router'] ?? $this->getRouterService()));
  20474.     }
  20475.     /**
  20476.      * Gets the private 'App\Services\BarCodeGenerator' shared autowired service.
  20477.      *
  20478.      * @return \App\Services\BarCodeGenerator
  20479.      */
  20480.     protected function getBarCodeGeneratorService()
  20481.     {
  20482.         include_once \dirname(__DIR__4).'/src/Services/BarCodeGenerator.php';
  20483.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20484.         return $this->privates['App\\Services\\BarCodeGenerator'] = new \App\Services\BarCodeGenerator(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->targetDir.''.'/'));
  20485.     }
  20486.     /**
  20487.      * Gets the private 'App\Services\BlameableService' shared autowired service.
  20488.      *
  20489.      * @return \App\Services\BlameableService
  20490.      */
  20491.     protected function getBlameableServiceService()
  20492.     {
  20493.         include_once \dirname(__DIR__4).'/src/Services/BlameableService.php';
  20494.         return $this->privates['App\\Services\\BlameableService'] = new \App\Services\BlameableService(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()));
  20495.     }
  20496.     /**
  20497.      * Gets the private 'App\Services\Chronoscan\ChronoscanClient' shared autowired service.
  20498.      *
  20499.      * @return \App\Services\Chronoscan\ChronoscanClient
  20500.      */
  20501.     protected function getChronoscanClientService()
  20502.     {
  20503.         include_once \dirname(__DIR__4).'/src/Services/Chronoscan/ChronoscanClient.php';
  20504.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  20505.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  20506.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  20507.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  20508.         include_once \dirname(__DIR__4).'/src/Normalize/Patient/Chronoscan/PatientDTONormalizer.php';
  20509.         return $this->privates['App\\Services\\Chronoscan\\ChronoscanClient'] = new \App\Services\Chronoscan\ChronoscanClient(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.normalize_patient.chronoscan_dto_normalizer'] ?? ($this->services['app.normalize_patient.chronoscan_dto_normalizer'] = new \App\Normalize\Patient\Chronoscan\PatientDTONormalizer())));
  20510.     }
  20511.     /**
  20512.      * Gets the private 'App\Services\CreatePdf' shared autowired service.
  20513.      *
  20514.      * @return \App\Services\CreatePdf
  20515.      */
  20516.     protected function getCreatePdfService()
  20517.     {
  20518.         include_once \dirname(__DIR__4).'/src/Services/CreatePdf.php';
  20519.         return $this->privates['App\\Services\\CreatePdf'] = new \App\Services\CreatePdf(($this->privates['App\\Aws\\SESManager'] ?? $this->getSESManagerService()), ($this->services['app.pdf_creator'] ?? $this->getApp_PdfCreatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  20520.     }
  20521.     /**
  20522.      * Gets the private 'App\Services\DeleteClinicAnswersWorker' shared autowired service.
  20523.      *
  20524.      * @return \App\Services\DeleteClinicAnswersWorker
  20525.      */
  20526.     protected function getDeleteClinicAnswersWorkerService()
  20527.     {
  20528.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  20529.         include_once \dirname(__DIR__4).'/src/Services/DeleteClinicAnswersWorker.php';
  20530.         return $this->privates['App\\Services\\DeleteClinicAnswersWorker'] = new \App\Services\DeleteClinicAnswersWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()));
  20531.     }
  20532.     /**
  20533.      * Gets the private 'App\Services\DeleteClinicPatientsWorker' shared autowired service.
  20534.      *
  20535.      * @return \App\Services\DeleteClinicPatientsWorker
  20536.      */
  20537.     protected function getDeleteClinicPatientsWorkerService()
  20538.     {
  20539.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  20540.         include_once \dirname(__DIR__4).'/src/Services/DeleteClinicPatientsWorker.php';
  20541.         return $this->privates['App\\Services\\DeleteClinicPatientsWorker'] = new \App\Services\DeleteClinicPatientsWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.delete_patient'] ?? $this->getApp_DeletePatientService()), $this->getEnv('EXPORT_RANGE'), (\dirname(__DIR__3).'/tmp'));
  20542.     }
  20543.     /**
  20544.      * Gets the private 'App\Services\ICalendar\ICalendarCreator' shared autowired service.
  20545.      *
  20546.      * @return \App\Services\ICalendar\ICalendarCreator
  20547.      */
  20548.     protected function getICalendarCreatorService()
  20549.     {
  20550.         include_once \dirname(__DIR__4).'/src/Services/ICalendar/ICalendarInterface.php';
  20551.         include_once \dirname(__DIR__4).'/src/Services/ICalendar/ICalendarCreator.php';
  20552.         return $this->privates['App\\Services\\ICalendar\\ICalendarCreator'] = new \App\Services\ICalendar\ICalendarCreator(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.media_manager'] ?? $this->getApp_MediaManagerService()), ($this->services['app.s3_manager'] ?? $this->getApp_S3ManagerService()), $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'));
  20553.     }
  20554.     /**
  20555.      * Gets the private 'App\Services\MembershipService' shared autowired service.
  20556.      *
  20557.      * @return \App\Services\MembershipService
  20558.      */
  20559.     protected function getMembershipServiceService()
  20560.     {
  20561.         include_once \dirname(__DIR__4).'/src/Services/MembershipService.php';
  20562.         return $this->privates['App\\Services\\MembershipService'] = new \App\Services\MembershipService(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['app.reference_creator'] ?? $this->getApp_ReferenceCreatorService()), ($this->services['app.invoice_history'] ?? $this->getApp_InvoiceHistoryService()));
  20563.     }
  20564.     /**
  20565.      * Gets the private 'App\Services\PatientsDocumentsImportFromZipWorker' shared autowired service.
  20566.      *
  20567.      * @return \App\Services\PatientsDocumentsImportFromZipWorker
  20568.      */
  20569.     protected function getPatientsDocumentsImportFromZipWorkerService()
  20570.     {
  20571.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  20572.         include_once \dirname(__DIR__4).'/src/Services/PatientsDocumentsImportFromZipWorker.php';
  20573.         return $this->privates['App\\Services\\PatientsDocumentsImportFromZipWorker'] = new \App\Services\PatientsDocumentsImportFromZipWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\ExportImport\\ServiceZip'] ?? $this->getServiceZipService()), (\dirname(__DIR__3).'/tmp'));
  20574.     }
  20575.     /**
  20576.      * Gets the private 'App\Services\PatientsPhotosImportFromZipWorker' shared autowired service.
  20577.      *
  20578.      * @return \App\Services\PatientsPhotosImportFromZipWorker
  20579.      */
  20580.     protected function getPatientsPhotosImportFromZipWorkerService()
  20581.     {
  20582.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  20583.         include_once \dirname(__DIR__4).'/src/Services/PatientsPhotosImportFromZipWorker.php';
  20584.         return $this->privates['App\\Services\\PatientsPhotosImportFromZipWorker'] = new \App\Services\PatientsPhotosImportFromZipWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['App\\ExportImport\\ServiceZip'] ?? $this->getServiceZipService()), (\dirname(__DIR__3).'/tmp'));
  20585.     }
  20586.     /**
  20587.      * Gets the private 'App\Services\PriceTiersService' shared autowired service.
  20588.      *
  20589.      * @return \App\Services\PriceTiersService
  20590.      */
  20591.     protected function getPriceTiersServiceService()
  20592.     {
  20593.         include_once \dirname(__DIR__4).'/src/Services/PriceTiersService.php';
  20594.         return $this->privates['App\\Services\\PriceTiersService'] = new \App\Services\PriceTiersService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20595.     }
  20596.     /**
  20597.      * Gets the private 'App\Services\SetPatientsCreatedByWorker' shared autowired service.
  20598.      *
  20599.      * @return \App\Services\SetPatientsCreatedByWorker
  20600.      */
  20601.     protected function getSetPatientsCreatedByWorkerService()
  20602.     {
  20603.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  20604.         include_once \dirname(__DIR__4).'/src/Services/SetPatientsCreatedByWorker.php';
  20605.         return $this->privates['App\\Services\\SetPatientsCreatedByWorker'] = new \App\Services\SetPatientsCreatedByWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['manager_patients_creator_set'] ?? $this->getManagerPatientsCreatorSetService()), $this->getEnv('EXPORT_RANGE'));
  20606.     }
  20607.     /**
  20608.      * Gets the private 'App\Services\StripeService' shared autowired service.
  20609.      *
  20610.      * @return \App\Services\StripeService
  20611.      */
  20612.     protected function getStripeServiceService()
  20613.     {
  20614.         include_once \dirname(__DIR__4).'/src/Services/StripeService.php';
  20615.         return $this->privates['App\\Services\\StripeService'] = new \App\Services\StripeService($this->getEnv('resolve:STRIPE_API_KEY'), $this->getEnv('resolve:STRIPE_CLIENT_ID'), $this->getEnv('resolve:STRIPE_PUBLIC_KEY'), ($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('resolve:IS_TEST_STRIPE'), ($this->services['logger'] ?? $this->getLoggerService()));
  20616.     }
  20617.     /**
  20618.      * Gets the private 'App\Services\UpdatePhotoNotesWorker' shared autowired service.
  20619.      *
  20620.      * @return \App\Services\UpdatePhotoNotesWorker
  20621.      */
  20622.     protected function getUpdatePhotoNotesWorkerService()
  20623.     {
  20624.         include_once \dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Queue/Worker.php';
  20625.         include_once \dirname(__DIR__4).'/src/Services/UpdatePhotoNotesWorker.php';
  20626.         return $this->privates['App\\Services\\UpdatePhotoNotesWorker'] = new \App\Services\UpdatePhotoNotesWorker(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Mcfedr\\QueueManagerBundle\\Manager\\QueueManagerRegistry'] ?? $this->getQueueManagerRegistryService()), ($this->services['logger'] ?? $this->getLoggerService()), (\dirname(__DIR__3).'/tmp'));
  20627.     }
  20628.     /**
  20629.      * Gets the private 'App\Services\Xero\XeroService' shared autowired service.
  20630.      *
  20631.      * @return \App\Services\Xero\XeroService
  20632.      */
  20633.     protected function getXeroServiceService()
  20634.     {
  20635.         include_once \dirname(__DIR__4).'/src/Services/Xero/XeroService.php';
  20636.         return $this->privates['App\\Services\\Xero\\XeroService'] = new \App\Services\Xero\XeroService(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('XERO_CLIENT_ID'), $this->getEnv('XERO_CLIENT_SECRET'), $this->getEnv('XERO_REDIRECT_URI'), ($this->services['logger'] ?? $this->getLoggerService()));
  20637.     }
  20638.     /**
  20639.      * Gets the private 'App\Services\Zoom\ZoomAccessTokenGenerator' shared autowired service.
  20640.      *
  20641.      * @return \App\Services\Zoom\ZoomAccessTokenGenerator
  20642.      */
  20643.     protected function getZoomAccessTokenGeneratorService()
  20644.     {
  20645.         include_once \dirname(__DIR__4).'/src/Services/Zoom/ZoomAccessTokenGenerator.php';
  20646.         return $this->privates['App\\Services\\Zoom\\ZoomAccessTokenGenerator'] = new \App\Services\Zoom\ZoomAccessTokenGenerator(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), $this->getEnv('ZOOM_CLIENT_ID'), $this->getEnv('ZOOM_CLIENT_SECRET'), $this->getEnv('ZOOM_REDIRECT_URI'), $this->getEnv('ZOOM_JWT_API_KEY'), $this->getEnv('ZOOM_JWT_API_SECRET'));
  20647.     }
  20648.     /**
  20649.      * Gets the private 'App\Services\Zoom\ZoomMeetingService' shared autowired service.
  20650.      *
  20651.      * @return \App\Services\Zoom\ZoomMeetingService
  20652.      */
  20653.     protected function getZoomMeetingServiceService()
  20654.     {
  20655.         include_once \dirname(__DIR__4).'/src/Services/Zoom/ZoomMeetingService.php';
  20656.         return $this->privates['App\\Services\\Zoom\\ZoomMeetingService'] = new \App\Services\Zoom\ZoomMeetingService(($this->privates['App\\Services\\Zoom\\ZoomAccessTokenGenerator'] ?? $this->getZoomAccessTokenGeneratorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()));
  20657.     }
  20658.     /**
  20659.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  20660.      *
  20661.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  20662.      */
  20663.     protected function getManagerRegistryAwareConnectionProviderService()
  20664.     {
  20665.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  20666.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  20667.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  20668.     }
  20669.     /**
  20670.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  20671.      *
  20672.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  20673.      */
  20674.     protected function getRunSqlCommandService()
  20675.     {
  20676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20677.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  20678.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  20679.         $instance->setName('dbal:run-sql');
  20680.         return $instance;
  20681.     }
  20682.     /**
  20683.      * Gets the private 'Gedmo\Blameable\BlameableListener' shared service.
  20684.      *
  20685.      * @return \Gedmo\Blameable\BlameableListener
  20686.      */
  20687.     protected function getBlameableListenerService()
  20688.     {
  20689.         $this->privates['Gedmo\\Blameable\\BlameableListener'] = $instance = new \Gedmo\Blameable\BlameableListener();
  20690.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20691.         return $instance;
  20692.     }
  20693.     /**
  20694.      * Gets the private 'Mcfedr\AwsPushBundle\Command\EnableAllCommand' shared service.
  20695.      *
  20696.      * @return \Mcfedr\AwsPushBundle\Command\EnableAllCommand
  20697.      */
  20698.     protected function getEnableAllCommandService()
  20699.     {
  20700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20701.         include_once \dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/Command/EnableAllCommand.php';
  20702.         $this->privates['Mcfedr\\AwsPushBundle\\Command\\EnableAllCommand'] = $instance = new \Mcfedr\AwsPushBundle\Command\EnableAllCommand(($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), $this->getParameter('mcfedr_aws_push.platforms'), ($this->services['logger'] ?? $this->getLoggerService()));
  20703.         $instance->setName('mcfedr:aws:enable');
  20704.         return $instance;
  20705.     }
  20706.     /**
  20707.      * Gets the private 'Mcfedr\AwsPushBundle\Command\RemoveDisabledCommand' shared service.
  20708.      *
  20709.      * @return \Mcfedr\AwsPushBundle\Command\RemoveDisabledCommand
  20710.      */
  20711.     protected function getRemoveDisabledCommandService()
  20712.     {
  20713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20714.         include_once \dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/Command/RemoveDisabledCommand.php';
  20715.         $this->privates['Mcfedr\\AwsPushBundle\\Command\\RemoveDisabledCommand'] = $instance = new \Mcfedr\AwsPushBundle\Command\RemoveDisabledCommand(($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), $this->getParameter('mcfedr_aws_push.platforms'), ($this->services['logger'] ?? $this->getLoggerService()));
  20716.         $instance->setName('mcfedr:aws:remove');
  20717.         return $instance;
  20718.     }
  20719.     /**
  20720.      * Gets the private 'Mcfedr\AwsPushBundle\Command\SubscribeTopicsCommand' shared service.
  20721.      *
  20722.      * @return \Mcfedr\AwsPushBundle\Command\SubscribeTopicsCommand
  20723.      */
  20724.     protected function getSubscribeTopicsCommandService()
  20725.     {
  20726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20727.         include_once \dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/Command/SubscribeTopicsCommand.php';
  20728.         $this->privates['Mcfedr\\AwsPushBundle\\Command\\SubscribeTopicsCommand'] = $instance = new \Mcfedr\AwsPushBundle\Command\SubscribeTopicsCommand('', ($this->services['mcfedr_aws_push.sns_client'] ?? $this->getMcfedrAwsPush_SnsClientService()), $this->getParameter('mcfedr_aws_push.platforms'), ($this->services['logger'] ?? $this->getLoggerService()));
  20729.         $instance->setName('mcfedr:aws:subscribe');
  20730.         return $instance;
  20731.     }
  20732.     /**
  20733.      * Gets the private 'annotations.cache_adapter' shared service.
  20734.      *
  20735.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  20736.      */
  20737.     protected function getAnnotations_CacheAdapterService()
  20738.     {
  20739.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  20740.     }
  20741.     /**
  20742.      * Gets the private 'annotations.cache_warmer' shared service.
  20743.      *
  20744.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  20745.      */
  20746.     protected function getAnnotations_CacheWarmerService()
  20747.     {
  20748.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  20750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  20751.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  20752.     }
  20753.     /**
  20754.      * Gets the private 'annotations.cached_reader' shared service.
  20755.      *
  20756.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  20757.      */
  20758.     protected function getAnnotations_CachedReaderService()
  20759.     {
  20760.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  20761.     }
  20762.     /**
  20763.      * Gets the private 'annotations.reader' shared service.
  20764.      *
  20765.      * @return \Doctrine\Common\Annotations\AnnotationReader
  20766.      */
  20767.     protected function getAnnotations_ReaderService()
  20768.     {
  20769.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  20770.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  20771.         $a->registerUniqueLoader('class_exists');
  20772.         $instance->addGlobalIgnoredName('required'$a);
  20773.         return $instance;
  20774.     }
  20775.     /**
  20776.      * Gets the private 'assets.packages' shared service.
  20777.      *
  20778.      * @return \Symfony\Component\Asset\Packages
  20779.      */
  20780.     protected function getAssets_PackagesService()
  20781.     {
  20782.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  20783.     }
  20784.     /**
  20785.      * Gets the private 'cache.annotations' shared service.
  20786.      *
  20787.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20788.      */
  20789.     protected function getCache_AnnotationsService()
  20790.     {
  20791.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wM3b0caaph'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20792.     }
  20793.     /**
  20794.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  20795.      *
  20796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20797.      */
  20798.     protected function getCache_Doctrine_Orm_Default_QueryService()
  20799.     {
  20800.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  20801.     }
  20802.     /**
  20803.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  20804.      *
  20805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20806.      */
  20807.     protected function getCache_Doctrine_Orm_Default_ResultService()
  20808.     {
  20809.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  20810.     }
  20811.     /**
  20812.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  20813.      *
  20814.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20815.      */
  20816.     protected function getCache_Messenger_RestartWorkersSignalService()
  20817.     {
  20818.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ysmOsvhFDM'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  20819.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  20820.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  20821.     }
  20822.     /**
  20823.      * Gets the private 'cache.property_info' shared service.
  20824.      *
  20825.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20826.      */
  20827.     protected function getCache_PropertyInfoService()
  20828.     {
  20829.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iJ5xsIzXGg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20830.     }
  20831.     /**
  20832.      * Gets the private 'cache.security_expression_language' shared service.
  20833.      *
  20834.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20835.      */
  20836.     protected function getCache_SecurityExpressionLanguageService()
  20837.     {
  20838.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IWCPlyN0BR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20839.     }
  20840.     /**
  20841.      * Gets the private 'cache.serializer' shared service.
  20842.      *
  20843.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20844.      */
  20845.     protected function getCache_SerializerService()
  20846.     {
  20847.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pDycjwjtVS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20848.     }
  20849.     /**
  20850.      * Gets the private 'cache.validator' shared service.
  20851.      *
  20852.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20853.      */
  20854.     protected function getCache_ValidatorService()
  20855.     {
  20856.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HXhdhueYPu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20857.     }
  20858.     /**
  20859.      * Gets the private 'config_cache_factory' shared service.
  20860.      *
  20861.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  20862.      */
  20863.     protected function getConfigCacheFactoryService()
  20864.     {
  20865.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  20866.             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)));
  20867.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  20868.         }, 2));
  20869.     }
  20870.     /**
  20871.      * Gets the private 'console.command.about' shared service.
  20872.      *
  20873.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  20874.      */
  20875.     protected function getConsole_Command_AboutService()
  20876.     {
  20877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  20879.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  20880.         $instance->setName('about');
  20881.         return $instance;
  20882.     }
  20883.     /**
  20884.      * Gets the private 'console.command.assets_install' shared service.
  20885.      *
  20886.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  20887.      */
  20888.     protected function getConsole_Command_AssetsInstallService()
  20889.     {
  20890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  20892.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20893.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  20894.         $instance->setName('assets:install');
  20895.         return $instance;
  20896.     }
  20897.     /**
  20898.      * Gets the private 'console.command.cache_clear' shared service.
  20899.      *
  20900.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  20901.      */
  20902.     protected function getConsole_Command_CacheClearService()
  20903.     {
  20904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  20906.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20907.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  20908.         $instance->setName('cache:clear');
  20909.         return $instance;
  20910.     }
  20911.     /**
  20912.      * Gets the private 'console.command.cache_pool_clear' shared service.
  20913.      *
  20914.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  20915.      */
  20916.     protected function getConsole_Command_CachePoolClearService()
  20917.     {
  20918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  20920.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.security_expression_language']);
  20921.         $instance->setName('cache:pool:clear');
  20922.         return $instance;
  20923.     }
  20924.     /**
  20925.      * Gets the private 'console.command.cache_pool_delete' shared service.
  20926.      *
  20927.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  20928.      */
  20929.     protected function getConsole_Command_CachePoolDeleteService()
  20930.     {
  20931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  20933.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.security_expression_language']);
  20934.         $instance->setName('cache:pool:delete');
  20935.         return $instance;
  20936.     }
  20937.     /**
  20938.      * Gets the private 'console.command.cache_pool_list' shared service.
  20939.      *
  20940.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  20941.      */
  20942.     protected function getConsole_Command_CachePoolListService()
  20943.     {
  20944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  20946.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.security_expression_language']);
  20947.         $instance->setName('cache:pool:list');
  20948.         return $instance;
  20949.     }
  20950.     /**
  20951.      * Gets the private 'console.command.cache_pool_prune' shared service.
  20952.      *
  20953.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  20954.      */
  20955.     protected function getConsole_Command_CachePoolPruneService()
  20956.     {
  20957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  20959.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  20960.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  20961.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  20962.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  20963.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  20964.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  20965.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  20966.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  20967.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  20968.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  20969.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  20970.         }, 10));
  20971.         $instance->setName('cache:pool:prune');
  20972.         return $instance;
  20973.     }
  20974.     /**
  20975.      * Gets the private 'console.command.cache_warmup' shared service.
  20976.      *
  20977.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  20978.      */
  20979.     protected function getConsole_Command_CacheWarmupService()
  20980.     {
  20981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  20983.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  20984.         $instance->setName('cache:warmup');
  20985.         return $instance;
  20986.     }
  20987.     /**
  20988.      * Gets the private 'console.command.config_debug' shared service.
  20989.      *
  20990.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  20991.      */
  20992.     protected function getConsole_Command_ConfigDebugService()
  20993.     {
  20994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  20996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  20997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  20998.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  20999.         $instance->setName('debug:config');
  21000.         return $instance;
  21001.     }
  21002.     /**
  21003.      * Gets the private 'console.command.config_dump_reference' shared service.
  21004.      *
  21005.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  21006.      */
  21007.     protected function getConsole_Command_ConfigDumpReferenceService()
  21008.     {
  21009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  21011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  21012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  21013.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  21014.         $instance->setName('config:dump-reference');
  21015.         return $instance;
  21016.     }
  21017.     /**
  21018.      * Gets the private 'console.command.container_debug' shared service.
  21019.      *
  21020.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  21021.      */
  21022.     protected function getConsole_Command_ContainerDebugService()
  21023.     {
  21024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  21026.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  21027.         $instance->setName('debug:container');
  21028.         return $instance;
  21029.     }
  21030.     /**
  21031.      * Gets the private 'console.command.container_lint' shared service.
  21032.      *
  21033.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  21034.      */
  21035.     protected function getConsole_Command_ContainerLintService()
  21036.     {
  21037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  21039.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  21040.         $instance->setName('lint:container');
  21041.         return $instance;
  21042.     }
  21043.     /**
  21044.      * Gets the private 'console.command.debug_autowiring' shared service.
  21045.      *
  21046.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  21047.      */
  21048.     protected function getConsole_Command_DebugAutowiringService()
  21049.     {
  21050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  21052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  21053.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  21054.         $instance->setName('debug:autowiring');
  21055.         return $instance;
  21056.     }
  21057.     /**
  21058.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  21059.      *
  21060.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  21061.      */
  21062.     protected function getConsole_Command_EventDispatcherDebugService()
  21063.     {
  21064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  21066.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21067.         $instance->setName('debug:event-dispatcher');
  21068.         return $instance;
  21069.     }
  21070.     /**
  21071.      * Gets the private 'console.command.form_debug' shared service.
  21072.      *
  21073.      * @return \Symfony\Component\Form\Command\DebugCommand
  21074.      */
  21075.     protected function getConsole_Command_FormDebugService()
  21076.     {
  21077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  21079.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'App\\Form\\CustomReports'=> 'App\\Form\\Model'=> 'App\\Form\\Reports'=> 'App\\Form\\Type'=> 'App\\Form\\Type\\Appointment'=> 'App\\Form\\Type\\Clinic'=> 'App\\Form\\Type\\Clinic\\Campaign'=> 'App\\Form\\Type\\Clinic\\Chronoscan'10 => 'App\\Form\\Type\\Clinic\\EmailTemplate'11 => 'App\\Form\\Type\\Clinic\\Filter'12 => 'App\\Form\\Type\\Clinic\\Membership'13 => 'App\\Form\\Type\\Clinic\\OnlineBooking'14 => 'App\\Form\\Type\\Clinic\\PatientStatus'15 => 'App\\Form\\Type\\Clinic\\Person'16 => 'App\\Form\\Type\\Clinic\\PriceTier'17 => 'App\\Form\\Type\\Clinic\\Questionaire'18 => 'App\\Form\\Type\\Clinic\\Register'19 => 'App\\Form\\Type\\Clinic\\Stock'20 => 'App\\Form\\Type\\Clinic\\Stock\\Treatment'21 => 'App\\Form\\Type\\Dashboard'22 => 'App\\Form\\Type\\DaySheet'23 => 'App\\Form\\Type\\HealthXChange'24 => 'App\\Form\\Type\\Help'25 => 'App\\Form\\Type\\Invoice'26 => 'App\\Form\\Type\\LeadCapture'27 => 'App\\Form\\Type\\Media'28 => 'App\\Form\\Type\\Message'29 => 'App\\Form\\Type\\Model'30 => 'App\\Form\\Type\\Organisation\\CustomerSetting'31 => 'App\\Form\\Type\\Organisation'32 => 'App\\Form\\Type\\Patient'33 => 'App\\Form\\Type\\Patient\\Correspondence'34 => 'App\\Form\\Type\\Patient\\Invoice'35 => 'App\\Form\\Type\\Patient\\Note'36 => 'App\\Form\\Type\\Patient\\Payment'37 => 'App\\Form\\Type\\Patient\\PostAptFormSent'38 => 'App\\Form\\Type\\Patient\\Prepay'39 => 'App\\Form\\Type\\Patient\\SurveySent'40 => 'App\\Form\\Type\\Person'41 => 'App\\Form\\Type\\PriceTier'42 => 'App\\Form\\Type\\Waiting'43 => 'FOS\\CKEditorBundle\\Form\\Type'44 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'45 => ''], [=> 'App\\Form\\CampaigndetailsType'=> 'App\\Form\\CustomReports\\CustomReportsFilterForm'=> 'App\\Form\\CustomReports\\CustomReportsForm'=> 'App\\Form\\CustomReports\\FavoriteCustomReportsForm'=> 'App\\Form\\DomainFormType'=> 'App\\Form\\FiltersType'=> 'App\\Form\\Model\\MailChimpWebhookDataMergeFieldsType'=> 'App\\Form\\Model\\MailChimpWebhookDataType'=> 'App\\Form\\Model\\MailChimpWebhookRequestType'=> 'App\\Form\\ParseApiFilterForm'10 => 'App\\Form\\Reports\\ReportFilterFormType'11 => 'App\\Form\\SmsReviewType'12 => 'App\\Form\\Type\\AddPasswordType'13 => 'App\\Form\\Type\\Appointment\\AppointmentType'14 => 'App\\Form\\Type\\Appointment\\GoogleEventDaySheetStatusType'15 => 'App\\Form\\Type\\Appointment\\GoogleEventType'16 => 'App\\Form\\Type\\Appointment\\SearchFilterType'17 => 'App\\Form\\Type\\Clinic\\AppointmentCodeType'18 => 'App\\Form\\Type\\Clinic\\BlockerReasonType'19 => 'App\\Form\\Type\\Clinic\\Campaign\\CampaignType'20 => 'App\\Form\\Type\\Clinic\\Chronoscan\\SettingsType'21 => 'App\\Form\\Type\\Clinic\\ClinicBrandingType'22 => 'App\\Form\\Type\\Clinic\\ClinicEventsReminderType'23 => 'App\\Form\\Type\\Clinic\\ClinicMeetingsReminderType'24 => 'App\\Form\\Type\\Clinic\\ClinicReminderRecallType'25 => 'App\\Form\\Type\\Clinic\\ClinicReminderType'26 => 'App\\Form\\Type\\Clinic\\ClinicType'27 => 'App\\Form\\Type\\Clinic\\DeclarationType'28 => 'App\\Form\\Type\\Clinic\\DiscountReasonType'29 => 'App\\Form\\Type\\Clinic\\DocumentCategoryType'30 => 'App\\Form\\Type\\Clinic\\EmailTemplate\\EmailTemplateType'31 => 'App\\Form\\Type\\Clinic\\EquipmentType'32 => 'App\\Form\\Type\\Clinic\\Filter\\InvoiceType'33 => 'App\\Form\\Type\\Clinic\\Filter\\ProfileType'34 => 'App\\Form\\Type\\Clinic\\Filter\\TreatmentType'35 => 'App\\Form\\Type\\Clinic\\FormFileType'36 => 'App\\Form\\Type\\Clinic\\LearnAboutSourceType'37 => 'App\\Form\\Type\\Clinic\\LearnAboutType'38 => 'App\\Form\\Type\\Clinic\\LocationType'39 => 'App\\Form\\Type\\Clinic\\MailChimpType'40 => 'App\\Form\\Type\\Clinic\\MarketingType'41 => 'App\\Form\\Type\\Clinic\\MeetingReminderType'42 => 'App\\Form\\Type\\Clinic\\Membership\\MembershipItemType'43 => 'App\\Form\\Type\\Clinic\\Membership\\MembershipType'44 => 'App\\Form\\Type\\Clinic\\NotConvertReasonType'45 => 'App\\Form\\Type\\Clinic\\OnlineBooking\\EmailSettingType'46 => 'App\\Form\\Type\\Clinic\\OnlineBooking\\SettingsType'47 => 'App\\Form\\Type\\Clinic\\OnlineBooking\\WidgetType'48 => 'App\\Form\\Type\\Clinic\\OutcomeType'49 => 'App\\Form\\Type\\Clinic\\PatientStatus\\PatientStatusType'50 => 'App\\Form\\Type\\Clinic\\Person\\ClinicUserType'51 => 'App\\Form\\Type\\Clinic\\Person\\DailyScheduleType'52 => 'App\\Form\\Type\\Clinic\\PolicyType'53 => 'App\\Form\\Type\\Clinic\\PostAptFormType'54 => 'App\\Form\\Type\\Clinic\\PriceTier\\PriceTierType'55 => 'App\\Form\\Type\\Clinic\\Questionaire\\AnswerType'56 => 'App\\Form\\Type\\Clinic\\Questionaire\\QuestionAnswerType'57 => 'App\\Form\\Type\\Clinic\\Questionaire\\QuestionType'58 => 'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireExportFilterType'59 => 'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireQuestionType'60 => 'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireType'61 => 'App\\Form\\Type\\Clinic\\Register\\FormFilesType'62 => 'App\\Form\\Type\\Clinic\\Register\\PaymentType'63 => 'App\\Form\\Type\\Clinic\\Register\\ProductsType'64 => 'App\\Form\\Type\\Clinic\\Register\\ProfileType'65 => 'App\\Form\\Type\\Clinic\\Register\\TreatmentsType'66 => 'App\\Form\\Type\\Clinic\\ReminderRecallType'67 => 'App\\Form\\Type\\Clinic\\ReminderType'68 => 'App\\Form\\Type\\Clinic\\RoomType'69 => 'App\\Form\\Type\\Clinic\\SearchFilterType'70 => 'App\\Form\\Type\\Clinic\\SpecialOfferType'71 => 'App\\Form\\Type\\Clinic\\Stock\\AdjustStockType'72 => 'App\\Form\\Type\\Clinic\\Stock\\GoodsReceivedType'73 => 'App\\Form\\Type\\Clinic\\Stock\\ItemGoodsReceivedType'74 => 'App\\Form\\Type\\Clinic\\Stock\\PractitionerPricingType'75 => 'App\\Form\\Type\\Clinic\\Stock\\PrepayPackageItemType'76 => 'App\\Form\\Type\\Clinic\\Stock\\PrepayPackageType'77 => 'App\\Form\\Type\\Clinic\\Stock\\PriceListType'78 => 'App\\Form\\Type\\Clinic\\Stock\\ProductType'79 => 'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddEquipmentType'80 => 'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddProductType'81 => 'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddTreatmentType'82 => 'App\\Form\\Type\\Clinic\\Stock\\Treatment\\CheckListItemType'83 => 'App\\Form\\Type\\Clinic\\Stock\\TreatmentClinicType'84 => 'App\\Form\\Type\\Clinic\\Stock\\TreatmentGroupType'85 => 'App\\Form\\Type\\Clinic\\SurveyType'86 => 'App\\Form\\Type\\Clinic\\TaskBoardType'87 => 'App\\Form\\Type\\Clinic\\TaskItemType'88 => 'App\\Form\\Type\\Clinic\\TermsAndCondType'89 => 'App\\Form\\Type\\Clinic\\TreatmentPlanTermsAndCondType'90 => 'App\\Form\\Type\\Clinic\\TwilioType'91 => 'App\\Form\\Type\\Dashboard\\DashboardFilterType'92 => 'App\\Form\\Type\\DaySheet\\DaySheetType'93 => 'App\\Form\\Type\\DaySheet\\SearchFilterType'94 => 'App\\Form\\Type\\EventType'95 => 'App\\Form\\Type\\HealthXChange\\LoginType'96 => 'App\\Form\\Type\\HealthXChange\\SearchType'97 => 'App\\Form\\Type\\Help\\HelpType'98 => 'App\\Form\\Type\\Invoice\\InvoiceFilterType'99 => 'App\\Form\\Type\\LeadCapture\\LeadCapturePipelineType'100 => 'App\\Form\\Type\\LeadCapture\\LeadCaptureSearchType'101 => 'App\\Form\\Type\\LeadCapture\\LeadCaptureStageType'102 => 'App\\Form\\Type\\LeadCapture\\LeadCaptureType'103 => 'App\\Form\\Type\\LoginType'104 => 'App\\Form\\Type\\Media\\CorrespondenceMediaType'105 => 'App\\Form\\Type\\Media\\DocumentMediaType'106 => 'App\\Form\\Type\\Media\\HelpMediaType'107 => 'App\\Form\\Type\\Media\\MarketingMediaType'108 => 'App\\Form\\Type\\Media\\MediaType'109 => 'App\\Form\\Type\\Message\\MessageType'110 => 'App\\Form\\Type\\Model\\BoardSearchClinicFilterType'111 => 'App\\Form\\Type\\Model\\CalendarSearchFilterType'112 => 'App\\Form\\Type\\Model\\ImportCSVType'113 => 'App\\Form\\Type\\Model\\ImportZipType'114 => 'App\\Form\\Type\\Model\\ReportSearchClinicFilterType'115 => 'App\\Form\\Type\\Organisation\\CustomerSetting\\CustomerSettingType'116 => 'App\\Form\\Type\\Organisation\\OrganisationType'117 => 'App\\Form\\Type\\Organisation\\SearchFilterType'118 => 'App\\Form\\Type\\Patient\\ActivePhotoType'119 => 'App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceType'120 => 'App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceUploadType'121 => 'App\\Form\\Type\\Patient\\Correspondence\\MessageTemplateType'122 => 'App\\Form\\Type\\Patient\\CreditNoteType'123 => 'App\\Form\\Type\\Patient\\DocumentType'124 => 'App\\Form\\Type\\Patient\\EditInvoiceNoteType'125 => 'App\\Form\\Type\\Patient\\EditInvoiceType'126 => 'App\\Form\\Type\\Patient\\FormType'127 => 'App\\Form\\Type\\Patient\\GiftVoucherType'128 => 'App\\Form\\Type\\Patient\\Invoice\\BaseItemType'129 => 'App\\Form\\Type\\Patient\\Invoice\\InvoiceItemType'130 => 'App\\Form\\Type\\Patient\\Invoice\\RefundConnectEType'131 => 'App\\Form\\Type\\Patient\\Invoice\\RefundType'132 => 'App\\Form\\Type\\Patient\\InvoiceType'133 => 'App\\Form\\Type\\Patient\\Note\\AdditionalNoteType'134 => 'App\\Form\\Type\\Patient\\Note\\AudioNoteType'135 => 'App\\Form\\Type\\Patient\\Note\\ConsultationNoteType'136 => 'App\\Form\\Type\\Patient\\Note\\NoteType'137 => 'App\\Form\\Type\\Patient\\Note\\PatientType'138 => 'App\\Form\\Type\\Patient\\Note\\TreatmentNoteType'139 => 'App\\Form\\Type\\Patient\\PatientAppointmentTabSearchType'140 => 'App\\Form\\Type\\Patient\\PatientSearchType'141 => 'App\\Form\\Type\\Patient\\Payment\\HandpointPOSType'142 => 'App\\Form\\Type\\Patient\\Payment\\HandpointType'143 => 'App\\Form\\Type\\Patient\\Payment\\KindType'144 => 'App\\Form\\Type\\Patient\\Payment\\PaymentsenseConnectType'145 => 'App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSTerminalsType'146 => 'App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSType'147 => 'App\\Form\\Type\\Patient\\Payment\\TerminalType'148 => 'App\\Form\\Type\\Patient\\PaymentType'149 => 'App\\Form\\Type\\Patient\\PhotoType'150 => 'App\\Form\\Type\\Patient\\PostAptFormSent\\FormFileType'151 => 'App\\Form\\Type\\Patient\\PostAptFormSent\\PatientType'152 => 'App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionType'153 => 'App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionnaireType'154 => 'App\\Form\\Type\\Patient\\PostAptFormSentType'155 => 'App\\Form\\Type\\Patient\\Prepay\\PrepayTreatmentItemType'156 => 'App\\Form\\Type\\Patient\\PrepayType'157 => 'App\\Form\\Type\\Patient\\SearchAjaxFilterType'158 => 'App\\Form\\Type\\Patient\\SearchWaitingType'159 => 'App\\Form\\Type\\Patient\\SurveySent\\FormFileType'160 => 'App\\Form\\Type\\Patient\\SurveySent\\PatientType'161 => 'App\\Form\\Type\\Patient\\SurveySent\\QuestionType'162 => 'App\\Form\\Type\\Patient\\SurveySent\\QuestionnaireType'163 => 'App\\Form\\Type\\Patient\\SurveySentType'164 => 'App\\Form\\Type\\Patient\\TreatmentPhotoType'165 => 'App\\Form\\Type\\Patient\\TreatmentPhotoUsedProductType'166 => 'App\\Form\\Type\\Patient\\TreatmentPlanType'167 => 'App\\Form\\Type\\Patient\\TreatmentType'168 => 'App\\Form\\Type\\Patient\\UsedMembershipType'169 => 'App\\Form\\Type\\Person\\PatientType'170 => 'App\\Form\\Type\\Person\\ProfileType'171 => 'App\\Form\\Type\\Person\\ReportSettingType'172 => 'App\\Form\\Type\\Person\\SettingType'173 => 'App\\Form\\Type\\Person\\SuperClinicAdminType'174 => 'App\\Form\\Type\\Person\\UserType'175 => 'App\\Form\\Type\\PriceTier\\AddonType'176 => 'App\\Form\\Type\\PriceTier\\PriceTierType'177 => 'App\\Form\\Type\\PriceTier\\PriceTiersGroupType'178 => 'App\\Form\\Type\\PriceTier\\PromoCodeType'179 => 'App\\Form\\Type\\RecoveryType'180 => 'App\\Form\\Type\\RegistrationType'181 => 'App\\Form\\Type\\Waiting\\ItemType'182 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'183 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'184 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'185 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'186 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'187 => 'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\CaptchaType'188 => 'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\SimpleCaptchaType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  21080.         $instance->setName('debug:form');
  21081.         return $instance;
  21082.     }
  21083.     /**
  21084.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  21085.      *
  21086.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  21087.      */
  21088.     protected function getConsole_Command_MessengerConsumeMessagesService()
  21089.     {
  21090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21091.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  21092.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'failed']);
  21093.         $instance->setName('messenger:consume');
  21094.         $instance->setAliases([=> 'messenger:consume-messages']);
  21095.         return $instance;
  21096.     }
  21097.     /**
  21098.      * Gets the private 'console.command.messenger_debug' shared service.
  21099.      *
  21100.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  21101.      */
  21102.     protected function getConsole_Command_MessengerDebugService()
  21103.     {
  21104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21105.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  21106.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\PendingCampaignNotification' => [=> [=> 'App\\MessageHandler\\PendingCampaignNotificationHandler'=> []]], 'App\\Message\\SmsNotification' => [=> [=> 'App\\MessageHandler\\SmsNotificationHandler'=> []]]]]);
  21107.         $instance->setName('debug:messenger');
  21108.         return $instance;
  21109.     }
  21110.     /**
  21111.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  21112.      *
  21113.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  21114.      */
  21115.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  21116.     {
  21117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21118.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  21119.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  21120.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  21121.         $instance->setName('messenger:failed:remove');
  21122.         return $instance;
  21123.     }
  21124.     /**
  21125.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  21126.      *
  21127.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  21128.      */
  21129.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  21130.     {
  21131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21132.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  21133.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  21134.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['logger'] ?? $this->getLoggerService()));
  21135.         $instance->setName('messenger:failed:retry');
  21136.         return $instance;
  21137.     }
  21138.     /**
  21139.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  21140.      *
  21141.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  21142.      */
  21143.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  21144.     {
  21145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21146.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  21147.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  21148.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  21149.         $instance->setName('messenger:failed:show');
  21150.         return $instance;
  21151.     }
  21152.     /**
  21153.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  21154.      *
  21155.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  21156.      */
  21157.     protected function getConsole_Command_MessengerSetupTransportsService()
  21158.     {
  21159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21160.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  21161.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed']);
  21162.         $instance->setName('messenger:setup-transports');
  21163.         return $instance;
  21164.     }
  21165.     /**
  21166.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  21167.      *
  21168.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  21169.      */
  21170.     protected function getConsole_Command_MessengerStopWorkersService()
  21171.     {
  21172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21173.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  21174.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  21175.         $instance->setName('messenger:stop-workers');
  21176.         return $instance;
  21177.     }
  21178.     /**
  21179.      * Gets the private 'console.command.router_debug' shared service.
  21180.      *
  21181.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  21182.      */
  21183.     protected function getConsole_Command_RouterDebugService()
  21184.     {
  21185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  21187.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  21188.         $instance->setName('debug:router');
  21189.         return $instance;
  21190.     }
  21191.     /**
  21192.      * Gets the private 'console.command.router_match' shared service.
  21193.      *
  21194.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  21195.      */
  21196.     protected function getConsole_Command_RouterMatchService()
  21197.     {
  21198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  21200.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  21201.         $instance->setName('router:match');
  21202.         return $instance;
  21203.     }
  21204.     /**
  21205.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  21206.      *
  21207.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  21208.      */
  21209.     protected function getConsole_Command_SecretsDecryptToLocalService()
  21210.     {
  21211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  21213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21214.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21217.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21218.         $instance->setName('secrets:decrypt-to-local');
  21219.         return $instance;
  21220.     }
  21221.     /**
  21222.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  21223.      *
  21224.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  21225.      */
  21226.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  21227.     {
  21228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  21230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21231.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21234.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21235.         $instance->setName('secrets:encrypt-from-local');
  21236.         return $instance;
  21237.     }
  21238.     /**
  21239.      * Gets the private 'console.command.secrets_generate_key' shared service.
  21240.      *
  21241.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  21242.      */
  21243.     protected function getConsole_Command_SecretsGenerateKeyService()
  21244.     {
  21245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  21247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21248.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21251.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21252.         $instance->setName('secrets:generate-keys');
  21253.         return $instance;
  21254.     }
  21255.     /**
  21256.      * Gets the private 'console.command.secrets_list' shared service.
  21257.      *
  21258.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  21259.      */
  21260.     protected function getConsole_Command_SecretsListService()
  21261.     {
  21262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  21264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21265.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21268.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21269.         $instance->setName('secrets:list');
  21270.         return $instance;
  21271.     }
  21272.     /**
  21273.      * Gets the private 'console.command.secrets_remove' shared service.
  21274.      *
  21275.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  21276.      */
  21277.     protected function getConsole_Command_SecretsRemoveService()
  21278.     {
  21279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  21281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21282.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21285.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21286.         $instance->setName('secrets:remove');
  21287.         return $instance;
  21288.     }
  21289.     /**
  21290.      * Gets the private 'console.command.secrets_set' shared service.
  21291.      *
  21292.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  21293.      */
  21294.     protected function getConsole_Command_SecretsSetService()
  21295.     {
  21296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  21298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21299.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21302.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21303.         $instance->setName('secrets:set');
  21304.         return $instance;
  21305.     }
  21306.     /**
  21307.      * Gets the private 'console.command.translation_debug' shared service.
  21308.      *
  21309.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  21310.      */
  21311.     protected function getConsole_Command_TranslationDebugService()
  21312.     {
  21313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  21315.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php')]);
  21316.         $instance->setName('debug:translation');
  21317.         return $instance;
  21318.     }
  21319.     /**
  21320.      * Gets the private 'console.command.translation_update' shared service.
  21321.      *
  21322.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  21323.      */
  21324.     protected function getConsole_Command_TranslationUpdateService()
  21325.     {
  21326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  21328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  21329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  21330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  21331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  21332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  21333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  21334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  21335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  21336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  21337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  21338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  21339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  21340.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  21341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  21342.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  21343.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  21344.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  21345.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  21346.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  21347.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  21348.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  21349.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  21350.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  21351.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  21352.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  21353.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  21354.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php')]);
  21355.         $instance->setName('translation:update');
  21356.         return $instance;
  21357.     }
  21358.     /**
  21359.      * Gets the private 'console.command.xliff_lint' shared service.
  21360.      *
  21361.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  21362.      */
  21363.     protected function getConsole_Command_XliffLintService()
  21364.     {
  21365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  21367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  21368.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  21369.         $instance->setName('lint:xliff');
  21370.         return $instance;
  21371.     }
  21372.     /**
  21373.      * Gets the private 'console.command.yaml_lint' shared service.
  21374.      *
  21375.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  21376.      */
  21377.     protected function getConsole_Command_YamlLintService()
  21378.     {
  21379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21380.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  21381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  21382.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  21383.         $instance->setName('lint:yaml');
  21384.         return $instance;
  21385.     }
  21386.     /**
  21387.      * Gets the private 'console.error_listener' shared service.
  21388.      *
  21389.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  21390.      */
  21391.     protected function getConsole_ErrorListenerService()
  21392.     {
  21393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  21394.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  21395.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21396.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21397.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  21398.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  21399.     }
  21400.     /**
  21401.      * Gets the private 'container.env_var_processor' shared service.
  21402.      *
  21403.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  21404.      */
  21405.     protected function getContainer_EnvVarProcessorService()
  21406.     {
  21407.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  21408.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  21409.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  21410.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  21411.         }, 1));
  21412.     }
  21413.     /**
  21414.      * Gets the private 'data_collector.form' shared service.
  21415.      *
  21416.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  21417.      */
  21418.     protected function getDataCollector_FormService()
  21419.     {
  21420.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  21421.     }
  21422.     /**
  21423.      * Gets the private 'debug.argument_resolver.default' shared service.
  21424.      *
  21425.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21426.      */
  21427.     protected function getDebug_ArgumentResolver_DefaultService()
  21428.     {
  21429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  21432.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21433.     }
  21434.     /**
  21435.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  21436.      *
  21437.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21438.      */
  21439.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  21440.     {
  21441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  21444.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.I4y6z2r'] ?? $this->get_ServiceLocator_I4y6z2rService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21445.     }
  21446.     /**
  21447.      * Gets the private 'debug.argument_resolver.request' shared service.
  21448.      *
  21449.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21450.      */
  21451.     protected function getDebug_ArgumentResolver_RequestService()
  21452.     {
  21453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  21456.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21457.     }
  21458.     /**
  21459.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  21460.      *
  21461.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21462.      */
  21463.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  21464.     {
  21465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  21468.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21469.     }
  21470.     /**
  21471.      * Gets the private 'debug.argument_resolver.service' shared service.
  21472.      *
  21473.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21474.      */
  21475.     protected function getDebug_ArgumentResolver_ServiceService()
  21476.     {
  21477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21479.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  21480.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.I4y6z2r'] ?? $this->get_ServiceLocator_I4y6z2rService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21481.     }
  21482.     /**
  21483.      * Gets the private 'debug.argument_resolver.session' shared service.
  21484.      *
  21485.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21486.      */
  21487.     protected function getDebug_ArgumentResolver_SessionService()
  21488.     {
  21489.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21490.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  21492.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21493.     }
  21494.     /**
  21495.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  21496.      *
  21497.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21498.      */
  21499.     protected function getDebug_ArgumentResolver_VariadicService()
  21500.     {
  21501.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21502.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  21504.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21505.     }
  21506.     /**
  21507.      * Gets the private 'debug.debug_handlers_listener' shared service.
  21508.      *
  21509.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  21510.      */
  21511.     protected function getDebug_DebugHandlersListenerService()
  21512.     {
  21513.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  21514.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21515.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21516.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21517.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  21518.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  21519.     }
  21520.     /**
  21521.      * Gets the private 'debug.dump_listener' shared service.
  21522.      *
  21523.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  21524.      */
  21525.     protected function getDebug_DumpListenerService()
  21526.     {
  21527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  21528.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  21529.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  21530.     }
  21531.     /**
  21532.      * Gets the private 'debug.file_link_formatter' shared service.
  21533.      *
  21534.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  21535.      */
  21536.     protected function getDebug_FileLinkFormatterService()
  21537.     {
  21538.         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 () {
  21539.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  21540.         });
  21541.     }
  21542.     /**
  21543.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  21544.      *
  21545.      * @return \string
  21546.      */
  21547.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  21548.     {
  21549.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  21550.     }
  21551.     /**
  21552.      * Gets the private 'debug.log_processor' shared service.
  21553.      *
  21554.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  21555.      */
  21556.     protected function getDebug_LogProcessorService()
  21557.     {
  21558.         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())));
  21559.     }
  21560.     /**
  21561.      * Gets the private 'debug.security.access.decision_manager' shared service.
  21562.      *
  21563.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  21564.      */
  21565.     protected function getDebug_Security_Access_DecisionManagerService()
  21566.     {
  21567.         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 () {
  21568.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  21569.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  21570.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  21571.             yield => ($this->privates['debug.security.voter.App\\Voters\\AdditionalNoteVoter'] ?? $this->getAdditionalNoteVoterService());
  21572.             yield => ($this->privates['debug.security.voter.App\\Voters\\ApiVoter'] ?? $this->getApiVoterService());
  21573.             yield => ($this->privates['debug.security.voter.App\\Voters\\AppointmentVoter'] ?? $this->getAppointmentVoterService());
  21574.             yield => ($this->privates['debug.security.voter.App\\Voters\\ClinicsVoter'] ?? $this->getClinicsVoterService());
  21575.             yield => ($this->privates['debug.security.voter.App\\Voters\\ConsultationNoteVoter'] ?? $this->getConsultationNoteVoterService());
  21576.             yield => ($this->privates['debug.security.voter.App\\Voters\\InvoiceVoter'] ?? $this->getInvoiceVoterService());
  21577.             yield => ($this->privates['debug.security.voter.App\\Voters\\LeadCaptureVoter'] ?? $this->getLeadCaptureVoterService());
  21578.             yield 10 => ($this->privates['debug.security.voter.App\\Voters\\MediaVoter'] ?? $this->getMediaVoterService());
  21579.             yield 11 => ($this->privates['debug.security.voter.App\\Voters\\NotConvertReasonVoter'] ?? $this->getNotConvertReasonVoterService());
  21580.             yield 12 => ($this->privates['debug.security.voter.App\\Voters\\OrganisationVoter'] ?? $this->getOrganisationVoterService());
  21581.             yield 13 => ($this->privates['debug.security.voter.App\\Voters\\PatientVoter'] ?? $this->getPatientVoterService());
  21582.             yield 14 => ($this->privates['debug.security.voter.App\\Voters\\QuestionaireVoter'] ?? $this->getQuestionaireVoterService());
  21583.             yield 15 => ($this->privates['debug.security.voter.App\\Voters\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  21584.             yield 16 => ($this->privates['debug.security.voter.App\\Voters\\TreatmentNoteVoter'] ?? $this->getTreatmentNoteVoterService());
  21585.             yield 17 => ($this->privates['debug.security.voter.App\\Voters\\TreatmentVoter'] ?? $this->getTreatmentVoterService());
  21586.         }, 18), 'affirmative'falsetrue));
  21587.     }
  21588.     /**
  21589.      * Gets the private 'debug.security.firewall' shared service.
  21590.      *
  21591.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  21592.      */
  21593.     protected function getDebug_Security_FirewallService()
  21594.     {
  21595.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  21596.     }
  21597.     /**
  21598.      * Gets the private 'debug.security.user_value_resolver' shared service.
  21599.      *
  21600.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21601.      */
  21602.     protected function getDebug_Security_UserValueResolverService()
  21603.     {
  21604.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  21607.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21608.     }
  21609.     /**
  21610.      * Gets the private 'debug.security.voter.App\Voters\AdditionalNoteVoter' shared service.
  21611.      *
  21612.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21613.      */
  21614.     protected function getAdditionalNoteVoterService()
  21615.     {
  21616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21619.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21620.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21621.         include_once \dirname(__DIR__4).'/src/Voters/AdditionalNoteVoter.php';
  21622.         include_once \dirname(__DIR__4).'/src/Services/Licence/CheckLicenceService.php';
  21623.         return $this->privates['debug.security.voter.App\\Voters\\AdditionalNoteVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\AdditionalNoteVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->services['app.check_licence_service'] ?? ($this->services['app.check_licence_service'] = new \App\Services\Licence\CheckLicenceService())), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21624.     }
  21625.     /**
  21626.      * Gets the private 'debug.security.voter.App\Voters\ApiVoter' shared service.
  21627.      *
  21628.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21629.      */
  21630.     protected function getApiVoterService()
  21631.     {
  21632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21635.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21636.         include_once \dirname(__DIR__4).'/src/Voters/ApiVoter.php';
  21637.         return $this->privates['debug.security.voter.App\\Voters\\ApiVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\ApiVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21638.     }
  21639.     /**
  21640.      * Gets the private 'debug.security.voter.App\Voters\AppointmentVoter' shared service.
  21641.      *
  21642.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21643.      */
  21644.     protected function getAppointmentVoterService()
  21645.     {
  21646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21649.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21650.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21651.         include_once \dirname(__DIR__4).'/src/Voters/AppointmentVoter.php';
  21652.         return $this->privates['debug.security.voter.App\\Voters\\AppointmentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\AppointmentVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21653.     }
  21654.     /**
  21655.      * Gets the private 'debug.security.voter.App\Voters\ClinicsVoter' shared service.
  21656.      *
  21657.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21658.      */
  21659.     protected function getClinicsVoterService()
  21660.     {
  21661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21664.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21665.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21666.         include_once \dirname(__DIR__4).'/src/Voters/ClinicsVoter.php';
  21667.         return $this->privates['debug.security.voter.App\\Voters\\ClinicsVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\ClinicsVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21668.     }
  21669.     /**
  21670.      * Gets the private 'debug.security.voter.App\Voters\ConsultationNoteVoter' shared service.
  21671.      *
  21672.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21673.      */
  21674.     protected function getConsultationNoteVoterService()
  21675.     {
  21676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21679.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21680.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21681.         include_once \dirname(__DIR__4).'/src/Voters/ConsultationNoteVoter.php';
  21682.         include_once \dirname(__DIR__4).'/src/Services/Licence/CheckLicenceService.php';
  21683.         return $this->privates['debug.security.voter.App\\Voters\\ConsultationNoteVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\ConsultationNoteVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->services['app.check_licence_service'] ?? ($this->services['app.check_licence_service'] = new \App\Services\Licence\CheckLicenceService())), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21684.     }
  21685.     /**
  21686.      * Gets the private 'debug.security.voter.App\Voters\InvoiceVoter' shared service.
  21687.      *
  21688.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21689.      */
  21690.     protected function getInvoiceVoterService()
  21691.     {
  21692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21695.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21696.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21697.         include_once \dirname(__DIR__4).'/src/Voters/InvoiceVoter.php';
  21698.         return $this->privates['debug.security.voter.App\\Voters\\InvoiceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\InvoiceVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21699.     }
  21700.     /**
  21701.      * Gets the private 'debug.security.voter.App\Voters\LeadCaptureVoter' shared service.
  21702.      *
  21703.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21704.      */
  21705.     protected function getLeadCaptureVoterService()
  21706.     {
  21707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21710.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21711.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21712.         include_once \dirname(__DIR__4).'/src/Voters/LeadCaptureVoter.php';
  21713.         return $this->privates['debug.security.voter.App\\Voters\\LeadCaptureVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\LeadCaptureVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21714.     }
  21715.     /**
  21716.      * Gets the private 'debug.security.voter.App\Voters\MediaVoter' shared service.
  21717.      *
  21718.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21719.      */
  21720.     protected function getMediaVoterService()
  21721.     {
  21722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21725.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21726.         include_once \dirname(__DIR__4).'/src/Voters/MediaVoter.php';
  21727.         return $this->privates['debug.security.voter.App\\Voters\\MediaVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\MediaVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21728.     }
  21729.     /**
  21730.      * Gets the private 'debug.security.voter.App\Voters\NotConvertReasonVoter' shared service.
  21731.      *
  21732.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21733.      */
  21734.     protected function getNotConvertReasonVoterService()
  21735.     {
  21736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21739.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21740.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21741.         include_once \dirname(__DIR__4).'/src/Voters/NotConvertReasonVoter.php';
  21742.         return $this->privates['debug.security.voter.App\\Voters\\NotConvertReasonVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\NotConvertReasonVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21743.     }
  21744.     /**
  21745.      * Gets the private 'debug.security.voter.App\Voters\OrganisationVoter' shared service.
  21746.      *
  21747.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21748.      */
  21749.     protected function getOrganisationVoterService()
  21750.     {
  21751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21752.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21753.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21754.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21755.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21756.         return $this->privates['debug.security.voter.App\\Voters\\OrganisationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\OrganisationVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21757.     }
  21758.     /**
  21759.      * Gets the private 'debug.security.voter.App\Voters\PatientVoter' shared service.
  21760.      *
  21761.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21762.      */
  21763.     protected function getPatientVoterService()
  21764.     {
  21765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21768.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21769.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21770.         include_once \dirname(__DIR__4).'/src/Voters/PatientVoter.php';
  21771.         return $this->privates['debug.security.voter.App\\Voters\\PatientVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\PatientVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21772.     }
  21773.     /**
  21774.      * Gets the private 'debug.security.voter.App\Voters\QuestionaireVoter' shared service.
  21775.      *
  21776.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21777.      */
  21778.     protected function getQuestionaireVoterService()
  21779.     {
  21780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21783.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21784.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21785.         include_once \dirname(__DIR__4).'/src/Voters/QuestionaireVoter.php';
  21786.         return $this->privates['debug.security.voter.App\\Voters\\QuestionaireVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\QuestionaireVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21787.     }
  21788.     /**
  21789.      * Gets the private 'debug.security.voter.App\Voters\SuperAdminVoter' shared service.
  21790.      *
  21791.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21792.      */
  21793.     protected function getSuperAdminVoterService()
  21794.     {
  21795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21798.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21799.         include_once \dirname(__DIR__4).'/src/Voters/SuperAdminVoter.php';
  21800.         return $this->privates['debug.security.voter.App\\Voters\\SuperAdminVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\SuperAdminVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21801.     }
  21802.     /**
  21803.      * Gets the private 'debug.security.voter.App\Voters\TreatmentNoteVoter' shared service.
  21804.      *
  21805.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21806.      */
  21807.     protected function getTreatmentNoteVoterService()
  21808.     {
  21809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21812.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21813.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21814.         include_once \dirname(__DIR__4).'/src/Voters/TreatmentNoteVoter.php';
  21815.         include_once \dirname(__DIR__4).'/src/Services/Licence/CheckLicenceService.php';
  21816.         return $this->privates['debug.security.voter.App\\Voters\\TreatmentNoteVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\TreatmentNoteVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->services['app.check_licence_service'] ?? ($this->services['app.check_licence_service'] = new \App\Services\Licence\CheckLicenceService())), ($this->services['app.device_manager'] ?? $this->getApp_DeviceManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21817.     }
  21818.     /**
  21819.      * Gets the private 'debug.security.voter.App\Voters\TreatmentVoter' shared service.
  21820.      *
  21821.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21822.      */
  21823.     protected function getTreatmentVoterService()
  21824.     {
  21825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21826.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21828.         include_once \dirname(__DIR__4).'/src/Voters/AppVoter.php';
  21829.         include_once \dirname(__DIR__4).'/src/Voters/OrganisationVoter.php';
  21830.         include_once \dirname(__DIR__4).'/src/Voters/TreatmentVoter.php';
  21831.         return $this->privates['debug.security.voter.App\\Voters\\TreatmentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voters\TreatmentVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21832.     }
  21833.     /**
  21834.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  21835.      *
  21836.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21837.      */
  21838.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  21839.     {
  21840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  21843.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21844.     }
  21845.     /**
  21846.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  21847.      *
  21848.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21849.      */
  21850.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  21851.     {
  21852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  21855.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21856.     }
  21857.     /**
  21858.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  21859.      *
  21860.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21861.      */
  21862.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  21863.     {
  21864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  21867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  21868.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21869.     }
  21870.     /**
  21871.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  21872.      *
  21873.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  21874.      */
  21875.     protected function getDebug_Security_Voter_VoteListenerService()
  21876.     {
  21877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  21878.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  21879.     }
  21880.     /**
  21881.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  21882.      *
  21883.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  21884.      */
  21885.     protected function getDoctrine_CacheClearMetadataCommandService()
  21886.     {
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21889.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  21890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21891.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  21892.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  21893.         $instance->setName('doctrine:cache:clear-metadata');
  21894.         return $instance;
  21895.     }
  21896.     /**
  21897.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  21898.      *
  21899.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  21900.      */
  21901.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  21902.     {
  21903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21904.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  21906.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  21908.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  21909.         $instance->setName('doctrine:cache:clear-query');
  21910.         return $instance;
  21911.     }
  21912.     /**
  21913.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  21914.      *
  21915.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  21916.      */
  21917.     protected function getDoctrine_CacheClearResultCommandService()
  21918.     {
  21919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  21922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  21924.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  21925.         $instance->setName('doctrine:cache:clear-result');
  21926.         return $instance;
  21927.     }
  21928.     /**
  21929.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  21930.      *
  21931.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  21932.      */
  21933.     protected function getDoctrine_CacheCollectionRegionCommandService()
  21934.     {
  21935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  21938.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21939.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  21940.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  21941.         $instance->setName('doctrine:cache:clear-collection-region');
  21942.         return $instance;
  21943.     }
  21944.     /**
  21945.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  21946.      *
  21947.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  21948.      */
  21949.     protected function getDoctrine_ClearEntityRegionCommandService()
  21950.     {
  21951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  21954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21955.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  21956.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  21957.         $instance->setName('doctrine:cache:clear-entity-region');
  21958.         return $instance;
  21959.     }
  21960.     /**
  21961.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  21962.      *
  21963.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  21964.      */
  21965.     protected function getDoctrine_ClearQueryRegionCommandService()
  21966.     {
  21967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21969.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  21970.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21971.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  21972.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  21973.         $instance->setName('doctrine:cache:clear-query-region');
  21974.         return $instance;
  21975.     }
  21976.     /**
  21977.      * Gets the private 'doctrine.database_create_command' shared service.
  21978.      *
  21979.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  21980.      */
  21981.     protected function getDoctrine_DatabaseCreateCommandService()
  21982.     {
  21983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  21985.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  21986.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21987.         $instance->setName('doctrine:database:create');
  21988.         return $instance;
  21989.     }
  21990.     /**
  21991.      * Gets the private 'doctrine.database_drop_command' shared service.
  21992.      *
  21993.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  21994.      */
  21995.     protected function getDoctrine_DatabaseDropCommandService()
  21996.     {
  21997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21998.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  21999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  22000.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22001.         $instance->setName('doctrine:database:drop');
  22002.         return $instance;
  22003.     }
  22004.     /**
  22005.      * Gets the private 'doctrine.database_import_command' shared service.
  22006.      *
  22007.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  22008.      */
  22009.     protected function getDoctrine_DatabaseImportCommandService()
  22010.     {
  22011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22012.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  22013.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  22014.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  22015.         $instance->setName('doctrine:database:import');
  22016.         return $instance;
  22017.     }
  22018.     /**
  22019.      * Gets the private 'doctrine.dbal.logger' shared service.
  22020.      *
  22021.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  22022.      */
  22023.     protected function getDoctrine_Dbal_LoggerService()
  22024.     {
  22025.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  22026.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22027.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22028.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  22029.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  22030.     }
  22031.     /**
  22032.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  22033.      *
  22034.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  22035.      */
  22036.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  22037.     {
  22038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  22041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  22043.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22044.         $instance->setName('doctrine:ensure-production-settings');
  22045.         return $instance;
  22046.     }
  22047.     /**
  22048.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  22049.      *
  22050.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  22051.      */
  22052.     protected function getDoctrine_MappingConvertCommandService()
  22053.     {
  22054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  22057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  22059.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22060.         $instance->setName('doctrine:mapping:convert');
  22061.         return $instance;
  22062.     }
  22063.     /**
  22064.      * Gets the private 'doctrine.mapping_import_command' shared service.
  22065.      *
  22066.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  22067.      */
  22068.     protected function getDoctrine_MappingImportCommandService()
  22069.     {
  22070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  22072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  22073.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  22074.         $instance->setName('doctrine:mapping:import');
  22075.         return $instance;
  22076.     }
  22077.     /**
  22078.      * Gets the private 'doctrine.mapping_info_command' shared service.
  22079.      *
  22080.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  22081.      */
  22082.     protected function getDoctrine_MappingInfoCommandService()
  22083.     {
  22084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  22087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  22089.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22090.         $instance->setName('doctrine:mapping:info');
  22091.         return $instance;
  22092.     }
  22093.     /**
  22094.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  22095.      *
  22096.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  22097.      */
  22098.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  22099.     {
  22100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  22101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  22102.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22103.     }
  22104.     /**
  22105.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  22106.      *
  22107.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  22108.      */
  22109.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  22110.     {
  22111.         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).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/Entity')]);
  22112.     }
  22113.     /**
  22114.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  22115.      *
  22116.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  22117.      */
  22118.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  22119.     {
  22120.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  22121.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22122.     }
  22123.     /**
  22124.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  22125.      *
  22126.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  22127.      */
  22128.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  22129.     {
  22130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  22131.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  22132.     }
  22133.     /**
  22134.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  22135.      *
  22136.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  22137.      */
  22138.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  22139.     {
  22140.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  22141.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22142.     }
  22143.     /**
  22144.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  22145.      *
  22146.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  22147.      */
  22148.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  22149.     {
  22150.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22151.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  22152.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22153.     }
  22154.     /**
  22155.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  22156.      *
  22157.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  22158.      */
  22159.     protected function getDoctrine_Orm_Validator_UniqueService()
  22160.     {
  22161.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22162.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22163.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  22164.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22165.     }
  22166.     /**
  22167.      * Gets the private 'doctrine.query_dql_command' shared service.
  22168.      *
  22169.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  22170.      */
  22171.     protected function getDoctrine_QueryDqlCommandService()
  22172.     {
  22173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22174.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22175.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  22176.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22177.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  22178.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22179.         $instance->setName('doctrine:query:dql');
  22180.         return $instance;
  22181.     }
  22182.     /**
  22183.      * Gets the private 'doctrine.query_sql_command' shared service.
  22184.      *
  22185.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  22186.      */
  22187.     protected function getDoctrine_QuerySqlCommandService()
  22188.     {
  22189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22190.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  22191.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  22192.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  22193.         $instance->setName('doctrine:query:sql');
  22194.         return $instance;
  22195.     }
  22196.     /**
  22197.      * Gets the private 'doctrine.schema_create_command' shared service.
  22198.      *
  22199.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  22200.      */
  22201.     protected function getDoctrine_SchemaCreateCommandService()
  22202.     {
  22203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22205.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  22206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  22207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  22209.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22210.         $instance->setName('doctrine:schema:create');
  22211.         return $instance;
  22212.     }
  22213.     /**
  22214.      * Gets the private 'doctrine.schema_drop_command' shared service.
  22215.      *
  22216.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  22217.      */
  22218.     protected function getDoctrine_SchemaDropCommandService()
  22219.     {
  22220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  22223.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  22224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  22226.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22227.         $instance->setName('doctrine:schema:drop');
  22228.         return $instance;
  22229.     }
  22230.     /**
  22231.      * Gets the private 'doctrine.schema_update_command' shared service.
  22232.      *
  22233.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  22234.      */
  22235.     protected function getDoctrine_SchemaUpdateCommandService()
  22236.     {
  22237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22239.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  22240.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  22241.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  22243.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22244.         $instance->setName('doctrine:schema:update');
  22245.         return $instance;
  22246.     }
  22247.     /**
  22248.      * Gets the private 'doctrine.schema_validate_command' shared service.
  22249.      *
  22250.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  22251.      */
  22252.     protected function getDoctrine_SchemaValidateCommandService()
  22253.     {
  22254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22255.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  22256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  22257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  22258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  22259.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  22260.         $instance->setName('doctrine:schema:validate');
  22261.         return $instance;
  22262.     }
  22263.     /**
  22264.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  22265.      *
  22266.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  22267.      */
  22268.     protected function getDoctrineMigrations_DiffCommandService()
  22269.     {
  22270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22271.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22272.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  22273.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  22274.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  22275.         $instance->setName('doctrine:migrations:diff');
  22276.         return $instance;
  22277.     }
  22278.     /**
  22279.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  22280.      *
  22281.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  22282.      */
  22283.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  22284.     {
  22285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22286.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22287.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  22288.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  22289.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  22290.         $instance->setName('doctrine:migrations:dump-schema');
  22291.         return $instance;
  22292.     }
  22293.     /**
  22294.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  22295.      *
  22296.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  22297.      */
  22298.     protected function getDoctrineMigrations_ExecuteCommandService()
  22299.     {
  22300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22301.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22302.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  22303.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  22304.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  22305.         $instance->setName('doctrine:migrations:execute');
  22306.         return $instance;
  22307.     }
  22308.     /**
  22309.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  22310.      *
  22311.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  22312.      */
  22313.     protected function getDoctrineMigrations_GenerateCommandService()
  22314.     {
  22315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22316.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22317.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  22318.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  22319.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  22320.         $instance->setName('doctrine:migrations:generate');
  22321.         return $instance;
  22322.     }
  22323.     /**
  22324.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  22325.      *
  22326.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  22327.      */
  22328.     protected function getDoctrineMigrations_LatestCommandService()
  22329.     {
  22330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22331.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22332.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  22333.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  22334.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  22335.         $instance->setName('doctrine:migrations:latest');
  22336.         return $instance;
  22337.     }
  22338.     /**
  22339.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  22340.      *
  22341.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  22342.      */
  22343.     protected function getDoctrineMigrations_MigrateCommandService()
  22344.     {
  22345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22346.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22347.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  22348.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  22349.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  22350.         $instance->setName('doctrine:migrations:migrate');
  22351.         return $instance;
  22352.     }
  22353.     /**
  22354.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  22355.      *
  22356.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  22357.      */
  22358.     protected function getDoctrineMigrations_RollupCommandService()
  22359.     {
  22360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22361.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22362.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  22363.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  22364.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  22365.         $instance->setName('doctrine:migrations:rollup');
  22366.         return $instance;
  22367.     }
  22368.     /**
  22369.      * Gets the private 'doctrine_migrations.status_command' shared service.
  22370.      *
  22371.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  22372.      */
  22373.     protected function getDoctrineMigrations_StatusCommandService()
  22374.     {
  22375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22376.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22377.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  22378.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  22379.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  22380.         $instance->setName('doctrine:migrations:status');
  22381.         return $instance;
  22382.     }
  22383.     /**
  22384.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  22385.      *
  22386.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  22387.      */
  22388.     protected function getDoctrineMigrations_UpToDateCommandService()
  22389.     {
  22390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22391.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22392.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  22393.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  22394.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  22395.         $instance->setName('doctrine:migrations:up-to-date');
  22396.         return $instance;
  22397.     }
  22398.     /**
  22399.      * Gets the private 'doctrine_migrations.version_command' shared service.
  22400.      *
  22401.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  22402.      */
  22403.     protected function getDoctrineMigrations_VersionCommandService()
  22404.     {
  22405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22406.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22407.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  22408.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  22409.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  22410.         $instance->setName('doctrine:migrations:version');
  22411.         return $instance;
  22412.     }
  22413.     /**
  22414.      * Gets the private 'error_handler.error_renderer.html' shared service.
  22415.      *
  22416.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  22417.      */
  22418.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  22419.     {
  22420.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  22421.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  22422.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22423.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->services['logger'] ?? $this->getLoggerService()));
  22424.     }
  22425.     /**
  22426.      * Gets the private 'exception_listener' shared service.
  22427.      *
  22428.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  22429.      */
  22430.     protected function getExceptionListenerService()
  22431.     {
  22432.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  22433.     }
  22434.     /**
  22435.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  22436.      *
  22437.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  22438.      */
  22439.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  22440.     {
  22441.         if ($lazyLoad) {
  22442.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  22443.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  22444.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  22445.                     $proxy->setProxyInitializer(null);
  22446.                     return true;
  22447.                 });
  22448.             });
  22449.         }
  22450.         return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), []);
  22451.     }
  22452.     /**
  22453.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  22454.      *
  22455.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  22456.      */
  22457.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  22458.     {
  22459.         if ($lazyLoad) {
  22460.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  22461.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  22462.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  22463.                     $proxy->setProxyInitializer(null);
  22464.                     return true;
  22465.                 });
  22466.             });
  22467.         }
  22468.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  22469.     }
  22470.     /**
  22471.      * Gets the private 'form.choice_list_factory.cached' shared service.
  22472.      *
  22473.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  22474.      */
  22475.     protected function getForm_ChoiceListFactory_CachedService()
  22476.     {
  22477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  22478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  22479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  22480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  22481.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  22482.     }
  22483.     /**
  22484.      * Gets the private 'form.registry' shared service.
  22485.      *
  22486.      * @return \Symfony\Component\Form\FormRegistry
  22487.      */
  22488.     protected function getForm_RegistryService()
  22489.     {
  22490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  22491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  22492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  22493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  22494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  22495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  22496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  22497.         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, [
  22498.             'App\\Form\\CampaigndetailsType' => ['privates''App\\Form\\CampaigndetailsType''getCampaigndetailsTypeService'false],
  22499.             'App\\Form\\CustomReports\\CustomReportsFilterForm' => ['privates''App\\Form\\CustomReports\\CustomReportsFilterForm''getCustomReportsFilterFormService'false],
  22500.             'App\\Form\\CustomReports\\CustomReportsForm' => ['privates''App\\Form\\CustomReports\\CustomReportsForm''getCustomReportsFormService'false],
  22501.             'App\\Form\\CustomReports\\FavoriteCustomReportsForm' => ['privates''App\\Form\\CustomReports\\FavoriteCustomReportsForm''getFavoriteCustomReportsFormService'false],
  22502.             'App\\Form\\DomainFormType' => ['privates''App\\Form\\DomainFormType''getDomainFormTypeService'false],
  22503.             'App\\Form\\FiltersType' => ['privates''App\\Form\\FiltersType''getFiltersTypeService'false],
  22504.             'App\\Form\\Model\\MailChimpWebhookDataMergeFieldsType' => ['privates''App\\Form\\Model\\MailChimpWebhookDataMergeFieldsType''getMailChimpWebhookDataMergeFieldsTypeService'false],
  22505.             'App\\Form\\Model\\MailChimpWebhookDataType' => ['privates''App\\Form\\Model\\MailChimpWebhookDataType''getMailChimpWebhookDataTypeService'false],
  22506.             'App\\Form\\Model\\MailChimpWebhookRequestType' => ['privates''App\\Form\\Model\\MailChimpWebhookRequestType''getMailChimpWebhookRequestTypeService'false],
  22507.             'App\\Form\\ParseApiFilterForm' => ['privates''App\\Form\\ParseApiFilterForm''getParseApiFilterFormService'false],
  22508.             'App\\Form\\Reports\\ReportFilterFormType' => ['privates''App\\Form\\Reports\\ReportFilterFormType''getReportFilterFormTypeService'false],
  22509.             'App\\Form\\SmsReviewType' => ['privates''App\\Form\\SmsReviewType''getSmsReviewTypeService'false],
  22510.             'App\\Form\\Type\\AddPasswordType' => ['privates''App\\Form\\Type\\AddPasswordType''getAddPasswordTypeService'false],
  22511.             'App\\Form\\Type\\Appointment\\AppointmentType' => ['privates''App\\Form\\Type\\Appointment\\AppointmentType''getAppointmentTypeService'false],
  22512.             'App\\Form\\Type\\Appointment\\GoogleEventDaySheetStatusType' => ['privates''App\\Form\\Type\\Appointment\\GoogleEventDaySheetStatusType''getGoogleEventDaySheetStatusTypeService'false],
  22513.             'App\\Form\\Type\\Appointment\\GoogleEventType' => ['privates''App\\Form\\Type\\Appointment\\GoogleEventType''getGoogleEventTypeService'false],
  22514.             'App\\Form\\Type\\Appointment\\SearchFilterType' => ['privates''App\\Form\\Type\\Appointment\\SearchFilterType''getSearchFilterTypeService'false],
  22515.             'App\\Form\\Type\\Clinic\\AppointmentCodeType' => ['privates''App\\Form\\Type\\Clinic\\AppointmentCodeType''getAppointmentCodeTypeService'false],
  22516.             'App\\Form\\Type\\Clinic\\BlockerReasonType' => ['privates''App\\Form\\Type\\Clinic\\BlockerReasonType''getBlockerReasonTypeService'false],
  22517.             'App\\Form\\Type\\Clinic\\Campaign\\CampaignType' => ['privates''App\\Form\\Type\\Clinic\\Campaign\\CampaignType''getCampaignTypeService'false],
  22518.             'App\\Form\\Type\\Clinic\\Chronoscan\\SettingsType' => ['privates''App\\Form\\Type\\Clinic\\Chronoscan\\SettingsType''getSettingsTypeService'false],
  22519.             'App\\Form\\Type\\Clinic\\ClinicBrandingType' => ['privates''App\\Form\\Type\\Clinic\\ClinicBrandingType''getClinicBrandingTypeService'false],
  22520.             'App\\Form\\Type\\Clinic\\ClinicEventsReminderType' => ['privates''App\\Form\\Type\\Clinic\\ClinicEventsReminderType''getClinicEventsReminderTypeService'false],
  22521.             'App\\Form\\Type\\Clinic\\ClinicMeetingsReminderType' => ['privates''App\\Form\\Type\\Clinic\\ClinicMeetingsReminderType''getClinicMeetingsReminderTypeService'false],
  22522.             'App\\Form\\Type\\Clinic\\ClinicReminderRecallType' => ['privates''App\\Form\\Type\\Clinic\\ClinicReminderRecallType''getClinicReminderRecallTypeService'false],
  22523.             'App\\Form\\Type\\Clinic\\ClinicReminderType' => ['privates''App\\Form\\Type\\Clinic\\ClinicReminderType''getClinicReminderTypeService'false],
  22524.             'App\\Form\\Type\\Clinic\\ClinicType' => ['privates''App\\Form\\Type\\Clinic\\ClinicType''getClinicTypeService'false],
  22525.             'App\\Form\\Type\\Clinic\\DeclarationType' => ['privates''App\\Form\\Type\\Clinic\\DeclarationType''getDeclarationTypeService'false],
  22526.             'App\\Form\\Type\\Clinic\\DiscountReasonType' => ['privates''App\\Form\\Type\\Clinic\\DiscountReasonType''getDiscountReasonTypeService'false],
  22527.             'App\\Form\\Type\\Clinic\\DocumentCategoryType' => ['privates''App\\Form\\Type\\Clinic\\DocumentCategoryType''getDocumentCategoryTypeService'false],
  22528.             'App\\Form\\Type\\Clinic\\EmailTemplate\\EmailTemplateType' => ['privates''App\\Form\\Type\\Clinic\\EmailTemplate\\EmailTemplateType''getEmailTemplateTypeService'false],
  22529.             'App\\Form\\Type\\Clinic\\EquipmentType' => ['privates''App\\Form\\Type\\Clinic\\EquipmentType''getEquipmentTypeService'false],
  22530.             'App\\Form\\Type\\Clinic\\Filter\\InvoiceType' => ['privates''App\\Form\\Type\\Clinic\\Filter\\InvoiceType''getInvoiceTypeService'false],
  22531.             'App\\Form\\Type\\Clinic\\Filter\\ProfileType' => ['privates''App\\Form\\Type\\Clinic\\Filter\\ProfileType''getProfileTypeService'false],
  22532.             'App\\Form\\Type\\Clinic\\Filter\\TreatmentType' => ['privates''App\\Form\\Type\\Clinic\\Filter\\TreatmentType''getTreatmentTypeService'false],
  22533.             'App\\Form\\Type\\Clinic\\FormFileType' => ['privates''App\\Form\\Type\\Clinic\\FormFileType''getFormFileTypeService'false],
  22534.             'App\\Form\\Type\\Clinic\\LearnAboutSourceType' => ['privates''App\\Form\\Type\\Clinic\\LearnAboutSourceType''getLearnAboutSourceTypeService'false],
  22535.             'App\\Form\\Type\\Clinic\\LearnAboutType' => ['privates''App\\Form\\Type\\Clinic\\LearnAboutType''getLearnAboutTypeService'false],
  22536.             'App\\Form\\Type\\Clinic\\LocationType' => ['privates''App\\Form\\Type\\Clinic\\LocationType''getLocationTypeService'false],
  22537.             'App\\Form\\Type\\Clinic\\MailChimpType' => ['privates''App\\Form\\Type\\Clinic\\MailChimpType''getMailChimpTypeService'false],
  22538.             'App\\Form\\Type\\Clinic\\MarketingType' => ['privates''App\\Form\\Type\\Clinic\\MarketingType''getMarketingTypeService'false],
  22539.             'App\\Form\\Type\\Clinic\\MeetingReminderType' => ['privates''App\\Form\\Type\\Clinic\\MeetingReminderType''getMeetingReminderTypeService'false],
  22540.             'App\\Form\\Type\\Clinic\\Membership\\MembershipItemType' => ['privates''App\\Form\\Type\\Clinic\\Membership\\MembershipItemType''getMembershipItemTypeService'false],
  22541.             'App\\Form\\Type\\Clinic\\Membership\\MembershipType' => ['privates''App\\Form\\Type\\Clinic\\Membership\\MembershipType''getMembershipTypeService'false],
  22542.             'App\\Form\\Type\\Clinic\\NotConvertReasonType' => ['privates''App\\Form\\Type\\Clinic\\NotConvertReasonType''getNotConvertReasonTypeService'false],
  22543.             'App\\Form\\Type\\Clinic\\OnlineBooking\\EmailSettingType' => ['privates''App\\Form\\Type\\Clinic\\OnlineBooking\\EmailSettingType''getEmailSettingTypeService'false],
  22544.             'App\\Form\\Type\\Clinic\\OnlineBooking\\SettingsType' => ['privates''App\\Form\\Type\\Clinic\\OnlineBooking\\SettingsType''getSettingsType2Service'false],
  22545.             'App\\Form\\Type\\Clinic\\OnlineBooking\\WidgetType' => ['privates''App\\Form\\Type\\Clinic\\OnlineBooking\\WidgetType''getWidgetTypeService'false],
  22546.             'App\\Form\\Type\\Clinic\\OutcomeType' => ['privates''App\\Form\\Type\\Clinic\\OutcomeType''getOutcomeTypeService'false],
  22547.             'App\\Form\\Type\\Clinic\\PatientStatus\\PatientStatusType' => ['privates''App\\Form\\Type\\Clinic\\PatientStatus\\PatientStatusType''getPatientStatusTypeService'false],
  22548.             'App\\Form\\Type\\Clinic\\Person\\ClinicUserType' => ['privates''App\\Form\\Type\\Clinic\\Person\\ClinicUserType''getClinicUserTypeService'false],
  22549.             'App\\Form\\Type\\Clinic\\Person\\DailyScheduleType' => ['privates''App\\Form\\Type\\Clinic\\Person\\DailyScheduleType''getDailyScheduleTypeService'false],
  22550.             'App\\Form\\Type\\Clinic\\PolicyType' => ['privates''App\\Form\\Type\\Clinic\\PolicyType''getPolicyTypeService'false],
  22551.             'App\\Form\\Type\\Clinic\\PostAptFormType' => ['privates''App\\Form\\Type\\Clinic\\PostAptFormType''getPostAptFormTypeService'false],
  22552.             'App\\Form\\Type\\Clinic\\PriceTier\\PriceTierType' => ['privates''App\\Form\\Type\\Clinic\\PriceTier\\PriceTierType''getPriceTierTypeService'false],
  22553.             'App\\Form\\Type\\Clinic\\Questionaire\\AnswerType' => ['privates''App\\Form\\Type\\Clinic\\Questionaire\\AnswerType''getAnswerTypeService'false],
  22554.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionAnswerType' => ['privates''App\\Form\\Type\\Clinic\\Questionaire\\QuestionAnswerType''getQuestionAnswerTypeService'false],
  22555.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionType' => ['privates''App\\Form\\Type\\Clinic\\Questionaire\\QuestionType''getQuestionTypeService'false],
  22556.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireExportFilterType' => ['privates''App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireExportFilterType''getQuestionaireExportFilterTypeService'false],
  22557.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireQuestionType' => ['privates''App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireQuestionType''getQuestionaireQuestionTypeService'false],
  22558.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireType' => ['privates''App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireType''getQuestionaireTypeService'false],
  22559.             'App\\Form\\Type\\Clinic\\Register\\FormFilesType' => ['privates''App\\Form\\Type\\Clinic\\Register\\FormFilesType''getFormFilesTypeService'false],
  22560.             'App\\Form\\Type\\Clinic\\Register\\PaymentType' => ['privates''App\\Form\\Type\\Clinic\\Register\\PaymentType''getPaymentTypeService'false],
  22561.             'App\\Form\\Type\\Clinic\\Register\\ProductsType' => ['privates''App\\Form\\Type\\Clinic\\Register\\ProductsType''getProductsTypeService'false],
  22562.             'App\\Form\\Type\\Clinic\\Register\\ProfileType' => ['privates''App\\Form\\Type\\Clinic\\Register\\ProfileType''getProfileType2Service'false],
  22563.             'App\\Form\\Type\\Clinic\\Register\\TreatmentsType' => ['privates''App\\Form\\Type\\Clinic\\Register\\TreatmentsType''getTreatmentsTypeService'false],
  22564.             'App\\Form\\Type\\Clinic\\ReminderRecallType' => ['privates''App\\Form\\Type\\Clinic\\ReminderRecallType''getReminderRecallTypeService'false],
  22565.             'App\\Form\\Type\\Clinic\\ReminderType' => ['privates''App\\Form\\Type\\Clinic\\ReminderType''getReminderTypeService'false],
  22566.             'App\\Form\\Type\\Clinic\\RoomType' => ['privates''App\\Form\\Type\\Clinic\\RoomType''getRoomTypeService'false],
  22567.             'App\\Form\\Type\\Clinic\\SearchFilterType' => ['privates''App\\Form\\Type\\Clinic\\SearchFilterType''getSearchFilterType2Service'false],
  22568.             'App\\Form\\Type\\Clinic\\SpecialOfferType' => ['privates''App\\Form\\Type\\Clinic\\SpecialOfferType''getSpecialOfferTypeService'false],
  22569.             'App\\Form\\Type\\Clinic\\Stock\\AdjustStockType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\AdjustStockType''getAdjustStockTypeService'false],
  22570.             'App\\Form\\Type\\Clinic\\Stock\\GoodsReceivedType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\GoodsReceivedType''getGoodsReceivedTypeService'false],
  22571.             'App\\Form\\Type\\Clinic\\Stock\\ItemGoodsReceivedType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\ItemGoodsReceivedType''getItemGoodsReceivedTypeService'false],
  22572.             'App\\Form\\Type\\Clinic\\Stock\\PractitionerPricingType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\PractitionerPricingType''getPractitionerPricingTypeService'false],
  22573.             'App\\Form\\Type\\Clinic\\Stock\\PrepayPackageItemType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\PrepayPackageItemType''getPrepayPackageItemTypeService'false],
  22574.             'App\\Form\\Type\\Clinic\\Stock\\PrepayPackageType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\PrepayPackageType''getPrepayPackageTypeService'false],
  22575.             'App\\Form\\Type\\Clinic\\Stock\\PriceListType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\PriceListType''getPriceListTypeService'false],
  22576.             'App\\Form\\Type\\Clinic\\Stock\\ProductType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\ProductType''getProductTypeService'false],
  22577.             'App\\Form\\Type\\Clinic\\Stock\\TreatmentClinicType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\TreatmentClinicType''getTreatmentClinicTypeService'false],
  22578.             'App\\Form\\Type\\Clinic\\Stock\\TreatmentGroupType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\TreatmentGroupType''getTreatmentGroupTypeService'false],
  22579.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddEquipmentType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddEquipmentType''getAddEquipmentTypeService'false],
  22580.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddProductType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddProductType''getAddProductTypeService'false],
  22581.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddTreatmentType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddTreatmentType''getAddTreatmentTypeService'false],
  22582.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\CheckListItemType' => ['privates''App\\Form\\Type\\Clinic\\Stock\\Treatment\\CheckListItemType''getCheckListItemTypeService'false],
  22583.             'App\\Form\\Type\\Clinic\\SurveyType' => ['privates''App\\Form\\Type\\Clinic\\SurveyType''getSurveyTypeService'false],
  22584.             'App\\Form\\Type\\Clinic\\TaskBoardType' => ['privates''App\\Form\\Type\\Clinic\\TaskBoardType''getTaskBoardTypeService'false],
  22585.             'App\\Form\\Type\\Clinic\\TaskItemType' => ['privates''App\\Form\\Type\\Clinic\\TaskItemType''getTaskItemTypeService'false],
  22586.             'App\\Form\\Type\\Clinic\\TermsAndCondType' => ['privates''App\\Form\\Type\\Clinic\\TermsAndCondType''getTermsAndCondTypeService'false],
  22587.             'App\\Form\\Type\\Clinic\\TreatmentPlanTermsAndCondType' => ['privates''App\\Form\\Type\\Clinic\\TreatmentPlanTermsAndCondType''getTreatmentPlanTermsAndCondTypeService'false],
  22588.             'App\\Form\\Type\\Clinic\\TwilioType' => ['privates''App\\Form\\Type\\Clinic\\TwilioType''getTwilioTypeService'false],
  22589.             'App\\Form\\Type\\Dashboard\\DashboardFilterType' => ['privates''App\\Form\\Type\\Dashboard\\DashboardFilterType''getDashboardFilterTypeService'false],
  22590.             'App\\Form\\Type\\DaySheet\\DaySheetType' => ['privates''App\\Form\\Type\\DaySheet\\DaySheetType''getDaySheetTypeService'false],
  22591.             'App\\Form\\Type\\DaySheet\\SearchFilterType' => ['privates''App\\Form\\Type\\DaySheet\\SearchFilterType''getSearchFilterType3Service'false],
  22592.             'App\\Form\\Type\\EventType' => ['privates''App\\Form\\Type\\EventType''getEventTypeService'false],
  22593.             'App\\Form\\Type\\HealthXChange\\LoginType' => ['privates''App\\Form\\Type\\HealthXChange\\LoginType''getLoginTypeService'false],
  22594.             'App\\Form\\Type\\HealthXChange\\SearchType' => ['privates''App\\Form\\Type\\HealthXChange\\SearchType''getSearchTypeService'false],
  22595.             'App\\Form\\Type\\Help\\HelpType' => ['privates''App\\Form\\Type\\Help\\HelpType''getHelpTypeService'false],
  22596.             'App\\Form\\Type\\Invoice\\InvoiceFilterType' => ['privates''App\\Form\\Type\\Invoice\\InvoiceFilterType''getInvoiceFilterTypeService'false],
  22597.             'App\\Form\\Type\\LeadCapture\\LeadCapturePipelineType' => ['privates''App\\Form\\Type\\LeadCapture\\LeadCapturePipelineType''getLeadCapturePipelineTypeService'false],
  22598.             'App\\Form\\Type\\LeadCapture\\LeadCaptureSearchType' => ['privates''App\\Form\\Type\\LeadCapture\\LeadCaptureSearchType''getLeadCaptureSearchTypeService'false],
  22599.             'App\\Form\\Type\\LeadCapture\\LeadCaptureStageType' => ['privates''App\\Form\\Type\\LeadCapture\\LeadCaptureStageType''getLeadCaptureStageTypeService'false],
  22600.             'App\\Form\\Type\\LeadCapture\\LeadCaptureType' => ['privates''App\\Form\\Type\\LeadCapture\\LeadCaptureType''getLeadCaptureTypeService'false],
  22601.             'App\\Form\\Type\\LoginType' => ['privates''App\\Form\\Type\\LoginType''getLoginType2Service'false],
  22602.             'App\\Form\\Type\\Media\\CorrespondenceMediaType' => ['privates''App\\Form\\Type\\Media\\CorrespondenceMediaType''getCorrespondenceMediaTypeService'false],
  22603.             'App\\Form\\Type\\Media\\DocumentMediaType' => ['privates''App\\Form\\Type\\Media\\DocumentMediaType''getDocumentMediaTypeService'false],
  22604.             'App\\Form\\Type\\Media\\HelpMediaType' => ['privates''App\\Form\\Type\\Media\\HelpMediaType''getHelpMediaTypeService'false],
  22605.             'App\\Form\\Type\\Media\\MarketingMediaType' => ['privates''App\\Form\\Type\\Media\\MarketingMediaType''getMarketingMediaTypeService'false],
  22606.             'App\\Form\\Type\\Media\\MediaType' => ['privates''App\\Form\\Type\\Media\\MediaType''getMediaTypeService'false],
  22607.             'App\\Form\\Type\\Message\\MessageType' => ['privates''App\\Form\\Type\\Message\\MessageType''getMessageTypeService'false],
  22608.             'App\\Form\\Type\\Model\\BoardSearchClinicFilterType' => ['privates''App\\Form\\Type\\Model\\BoardSearchClinicFilterType''getBoardSearchClinicFilterTypeService'false],
  22609.             'App\\Form\\Type\\Model\\CalendarSearchFilterType' => ['privates''App\\Form\\Type\\Model\\CalendarSearchFilterType''getCalendarSearchFilterTypeService'false],
  22610.             'App\\Form\\Type\\Model\\ImportCSVType' => ['privates''App\\Form\\Type\\Model\\ImportCSVType''getImportCSVTypeService'false],
  22611.             'App\\Form\\Type\\Model\\ImportZipType' => ['privates''App\\Form\\Type\\Model\\ImportZipType''getImportZipTypeService'false],
  22612.             'App\\Form\\Type\\Model\\ReportSearchClinicFilterType' => ['privates''App\\Form\\Type\\Model\\ReportSearchClinicFilterType''getReportSearchClinicFilterTypeService'false],
  22613.             'App\\Form\\Type\\Organisation\\CustomerSetting\\CustomerSettingType' => ['privates''App\\Form\\Type\\Organisation\\CustomerSetting\\CustomerSettingType''getCustomerSettingTypeService'false],
  22614.             'App\\Form\\Type\\Organisation\\OrganisationType' => ['privates''App\\Form\\Type\\Organisation\\OrganisationType''getOrganisationTypeService'false],
  22615.             'App\\Form\\Type\\Organisation\\SearchFilterType' => ['privates''App\\Form\\Type\\Organisation\\SearchFilterType''getSearchFilterType4Service'false],
  22616.             'App\\Form\\Type\\Patient\\ActivePhotoType' => ['privates''App\\Form\\Type\\Patient\\ActivePhotoType''getActivePhotoTypeService'false],
  22617.             'App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceType' => ['privates''App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceType''getCorrespondenceTypeService'false],
  22618.             'App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceUploadType' => ['privates''App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceUploadType''getCorrespondenceUploadTypeService'false],
  22619.             'App\\Form\\Type\\Patient\\Correspondence\\MessageTemplateType' => ['privates''App\\Form\\Type\\Patient\\Correspondence\\MessageTemplateType''getMessageTemplateTypeService'false],
  22620.             'App\\Form\\Type\\Patient\\CreditNoteType' => ['privates''App\\Form\\Type\\Patient\\CreditNoteType''getCreditNoteTypeService'false],
  22621.             'App\\Form\\Type\\Patient\\DocumentType' => ['privates''App\\Form\\Type\\Patient\\DocumentType''getDocumentTypeService'false],
  22622.             'App\\Form\\Type\\Patient\\EditInvoiceNoteType' => ['privates''App\\Form\\Type\\Patient\\EditInvoiceNoteType''getEditInvoiceNoteTypeService'false],
  22623.             'App\\Form\\Type\\Patient\\EditInvoiceType' => ['privates''App\\Form\\Type\\Patient\\EditInvoiceType''getEditInvoiceTypeService'false],
  22624.             'App\\Form\\Type\\Patient\\FormType' => ['privates''App\\Form\\Type\\Patient\\FormType''getFormTypeService'false],
  22625.             'App\\Form\\Type\\Patient\\GiftVoucherType' => ['privates''App\\Form\\Type\\Patient\\GiftVoucherType''getGiftVoucherTypeService'false],
  22626.             'App\\Form\\Type\\Patient\\InvoiceType' => ['privates''App\\Form\\Type\\Patient\\InvoiceType''getInvoiceType2Service'false],
  22627.             'App\\Form\\Type\\Patient\\Invoice\\BaseItemType' => ['privates''App\\Form\\Type\\Patient\\Invoice\\BaseItemType''getBaseItemTypeService'false],
  22628.             'App\\Form\\Type\\Patient\\Invoice\\InvoiceItemType' => ['privates''App\\Form\\Type\\Patient\\Invoice\\InvoiceItemType''getInvoiceItemTypeService'false],
  22629.             'App\\Form\\Type\\Patient\\Invoice\\RefundConnectEType' => ['privates''App\\Form\\Type\\Patient\\Invoice\\RefundConnectEType''getRefundConnectETypeService'false],
  22630.             'App\\Form\\Type\\Patient\\Invoice\\RefundType' => ['privates''App\\Form\\Type\\Patient\\Invoice\\RefundType''getRefundTypeService'false],
  22631.             'App\\Form\\Type\\Patient\\Note\\AdditionalNoteType' => ['privates''App\\Form\\Type\\Patient\\Note\\AdditionalNoteType''getAdditionalNoteTypeService'false],
  22632.             'App\\Form\\Type\\Patient\\Note\\AudioNoteType' => ['privates''App\\Form\\Type\\Patient\\Note\\AudioNoteType''getAudioNoteTypeService'false],
  22633.             'App\\Form\\Type\\Patient\\Note\\ConsultationNoteType' => ['privates''App\\Form\\Type\\Patient\\Note\\ConsultationNoteType''getConsultationNoteTypeService'false],
  22634.             'App\\Form\\Type\\Patient\\Note\\NoteType' => ['privates''App\\Form\\Type\\Patient\\Note\\NoteType''getNoteTypeService'false],
  22635.             'App\\Form\\Type\\Patient\\Note\\PatientType' => ['privates''App\\Form\\Type\\Patient\\Note\\PatientType''getPatientTypeService'false],
  22636.             'App\\Form\\Type\\Patient\\Note\\TreatmentNoteType' => ['privates''App\\Form\\Type\\Patient\\Note\\TreatmentNoteType''getTreatmentNoteTypeService'false],
  22637.             'App\\Form\\Type\\Patient\\PatientAppointmentTabSearchType' => ['privates''App\\Form\\Type\\Patient\\PatientAppointmentTabSearchType''getPatientAppointmentTabSearchTypeService'false],
  22638.             'App\\Form\\Type\\Patient\\PatientSearchType' => ['privates''App\\Form\\Type\\Patient\\PatientSearchType''getPatientSearchTypeService'false],
  22639.             'App\\Form\\Type\\Patient\\PaymentType' => ['privates''App\\Form\\Type\\Patient\\PaymentType''getPaymentType2Service'false],
  22640.             'App\\Form\\Type\\Patient\\Payment\\HandpointPOSType' => ['privates''App\\Form\\Type\\Patient\\Payment\\HandpointPOSType''getHandpointPOSTypeService'false],
  22641.             'App\\Form\\Type\\Patient\\Payment\\HandpointType' => ['privates''App\\Form\\Type\\Patient\\Payment\\HandpointType''getHandpointTypeService'false],
  22642.             'App\\Form\\Type\\Patient\\Payment\\KindType' => ['privates''App\\Form\\Type\\Patient\\Payment\\KindType''getKindTypeService'false],
  22643.             'App\\Form\\Type\\Patient\\Payment\\PaymentsenseConnectType' => ['privates''App\\Form\\Type\\Patient\\Payment\\PaymentsenseConnectType''getPaymentsenseConnectTypeService'false],
  22644.             'App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSTerminalsType' => ['privates''App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSTerminalsType''getPaymentsensePOSTerminalsTypeService'false],
  22645.             'App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSType' => ['privates''App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSType''getPaymentsensePOSTypeService'false],
  22646.             'App\\Form\\Type\\Patient\\Payment\\TerminalType' => ['privates''App\\Form\\Type\\Patient\\Payment\\TerminalType''getTerminalTypeService'false],
  22647.             'App\\Form\\Type\\Patient\\PhotoType' => ['privates''App\\Form\\Type\\Patient\\PhotoType''getPhotoTypeService'false],
  22648.             'App\\Form\\Type\\Patient\\PostAptFormSentType' => ['privates''App\\Form\\Type\\Patient\\PostAptFormSentType''getPostAptFormSentTypeService'false],
  22649.             'App\\Form\\Type\\Patient\\PostAptFormSent\\FormFileType' => ['privates''App\\Form\\Type\\Patient\\PostAptFormSent\\FormFileType''getFormFileType2Service'false],
  22650.             'App\\Form\\Type\\Patient\\PostAptFormSent\\PatientType' => ['privates''App\\Form\\Type\\Patient\\PostAptFormSent\\PatientType''getPatientType2Service'false],
  22651.             'App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionType' => ['privates''App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionType''getQuestionType2Service'false],
  22652.             'App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionnaireType' => ['privates''App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionnaireType''getQuestionnaireTypeService'false],
  22653.             'App\\Form\\Type\\Patient\\PrepayType' => ['privates''App\\Form\\Type\\Patient\\PrepayType''getPrepayTypeService'false],
  22654.             'App\\Form\\Type\\Patient\\Prepay\\PrepayTreatmentItemType' => ['privates''App\\Form\\Type\\Patient\\Prepay\\PrepayTreatmentItemType''getPrepayTreatmentItemTypeService'false],
  22655.             'App\\Form\\Type\\Patient\\SearchAjaxFilterType' => ['privates''App\\Form\\Type\\Patient\\SearchAjaxFilterType''getSearchAjaxFilterTypeService'false],
  22656.             'App\\Form\\Type\\Patient\\SearchWaitingType' => ['privates''App\\Form\\Type\\Patient\\SearchWaitingType''getSearchWaitingTypeService'false],
  22657.             'App\\Form\\Type\\Patient\\SurveySentType' => ['privates''App\\Form\\Type\\Patient\\SurveySentType''getSurveySentTypeService'false],
  22658.             'App\\Form\\Type\\Patient\\SurveySent\\FormFileType' => ['privates''App\\Form\\Type\\Patient\\SurveySent\\FormFileType''getFormFileType3Service'false],
  22659.             'App\\Form\\Type\\Patient\\SurveySent\\PatientType' => ['privates''App\\Form\\Type\\Patient\\SurveySent\\PatientType''getPatientType3Service'false],
  22660.             'App\\Form\\Type\\Patient\\SurveySent\\QuestionType' => ['privates''App\\Form\\Type\\Patient\\SurveySent\\QuestionType''getQuestionType3Service'false],
  22661.             'App\\Form\\Type\\Patient\\SurveySent\\QuestionnaireType' => ['privates''App\\Form\\Type\\Patient\\SurveySent\\QuestionnaireType''getQuestionnaireType2Service'false],
  22662.             'App\\Form\\Type\\Patient\\TreatmentPhotoType' => ['privates''App\\Form\\Type\\Patient\\TreatmentPhotoType''getTreatmentPhotoTypeService'false],
  22663.             'App\\Form\\Type\\Patient\\TreatmentPhotoUsedProductType' => ['privates''App\\Form\\Type\\Patient\\TreatmentPhotoUsedProductType''getTreatmentPhotoUsedProductTypeService'false],
  22664.             'App\\Form\\Type\\Patient\\TreatmentPlanType' => ['privates''App\\Form\\Type\\Patient\\TreatmentPlanType''getTreatmentPlanTypeService'false],
  22665.             'App\\Form\\Type\\Patient\\TreatmentType' => ['privates''App\\Form\\Type\\Patient\\TreatmentType''getTreatmentType2Service'false],
  22666.             'App\\Form\\Type\\Patient\\UsedMembershipType' => ['privates''App\\Form\\Type\\Patient\\UsedMembershipType''getUsedMembershipTypeService'false],
  22667.             'App\\Form\\Type\\Person\\PatientType' => ['privates''App\\Form\\Type\\Person\\PatientType''getPatientType4Service'false],
  22668.             'App\\Form\\Type\\Person\\ProfileType' => ['privates''App\\Form\\Type\\Person\\ProfileType''getProfileType3Service'false],
  22669.             'App\\Form\\Type\\Person\\ReportSettingType' => ['privates''App\\Form\\Type\\Person\\ReportSettingType''getReportSettingTypeService'false],
  22670.             'App\\Form\\Type\\Person\\SettingType' => ['privates''App\\Form\\Type\\Person\\SettingType''getSettingTypeService'false],
  22671.             'App\\Form\\Type\\Person\\SuperClinicAdminType' => ['privates''App\\Form\\Type\\Person\\SuperClinicAdminType''getSuperClinicAdminTypeService'false],
  22672.             'App\\Form\\Type\\Person\\UserType' => ['privates''App\\Form\\Type\\Person\\UserType''getUserTypeService'false],
  22673.             'App\\Form\\Type\\PriceTier\\AddonType' => ['privates''App\\Form\\Type\\PriceTier\\AddonType''getAddonTypeService'false],
  22674.             'App\\Form\\Type\\PriceTier\\PriceTierType' => ['privates''App\\Form\\Type\\PriceTier\\PriceTierType''getPriceTierType2Service'false],
  22675.             'App\\Form\\Type\\PriceTier\\PriceTiersGroupType' => ['privates''App\\Form\\Type\\PriceTier\\PriceTiersGroupType''getPriceTiersGroupTypeService'false],
  22676.             'App\\Form\\Type\\PriceTier\\PromoCodeType' => ['privates''App\\Form\\Type\\PriceTier\\PromoCodeType''getPromoCodeTypeService'false],
  22677.             'App\\Form\\Type\\RecoveryType' => ['privates''App\\Form\\Type\\RecoveryType''getRecoveryTypeService'false],
  22678.             'App\\Form\\Type\\RegistrationType' => ['privates''App\\Form\\Type\\RegistrationType''getRegistrationTypeService'false],
  22679.             'App\\Form\\Type\\Waiting\\ItemType' => ['privates''App\\Form\\Type\\Waiting\\ItemType''getItemTypeService'false],
  22680.             'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\CaptchaType' => ['services''captcha.form.type''getCaptcha_Form_TypeService'false],
  22681.             'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\SimpleCaptchaType' => ['services''simple_captcha.form.type''getSimpleCaptcha_Form_TypeService'false],
  22682.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  22683.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  22684.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  22685.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  22686.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  22687.         ], [
  22688.             'App\\Form\\CampaigndetailsType' => '?',
  22689.             'App\\Form\\CustomReports\\CustomReportsFilterForm' => '?',
  22690.             'App\\Form\\CustomReports\\CustomReportsForm' => '?',
  22691.             'App\\Form\\CustomReports\\FavoriteCustomReportsForm' => '?',
  22692.             'App\\Form\\DomainFormType' => '?',
  22693.             'App\\Form\\FiltersType' => '?',
  22694.             'App\\Form\\Model\\MailChimpWebhookDataMergeFieldsType' => '?',
  22695.             'App\\Form\\Model\\MailChimpWebhookDataType' => '?',
  22696.             'App\\Form\\Model\\MailChimpWebhookRequestType' => '?',
  22697.             'App\\Form\\ParseApiFilterForm' => '?',
  22698.             'App\\Form\\Reports\\ReportFilterFormType' => '?',
  22699.             'App\\Form\\SmsReviewType' => '?',
  22700.             'App\\Form\\Type\\AddPasswordType' => '?',
  22701.             'App\\Form\\Type\\Appointment\\AppointmentType' => '?',
  22702.             'App\\Form\\Type\\Appointment\\GoogleEventDaySheetStatusType' => '?',
  22703.             'App\\Form\\Type\\Appointment\\GoogleEventType' => '?',
  22704.             'App\\Form\\Type\\Appointment\\SearchFilterType' => '?',
  22705.             'App\\Form\\Type\\Clinic\\AppointmentCodeType' => '?',
  22706.             'App\\Form\\Type\\Clinic\\BlockerReasonType' => '?',
  22707.             'App\\Form\\Type\\Clinic\\Campaign\\CampaignType' => '?',
  22708.             'App\\Form\\Type\\Clinic\\Chronoscan\\SettingsType' => '?',
  22709.             'App\\Form\\Type\\Clinic\\ClinicBrandingType' => '?',
  22710.             'App\\Form\\Type\\Clinic\\ClinicEventsReminderType' => '?',
  22711.             'App\\Form\\Type\\Clinic\\ClinicMeetingsReminderType' => '?',
  22712.             'App\\Form\\Type\\Clinic\\ClinicReminderRecallType' => '?',
  22713.             'App\\Form\\Type\\Clinic\\ClinicReminderType' => '?',
  22714.             'App\\Form\\Type\\Clinic\\ClinicType' => '?',
  22715.             'App\\Form\\Type\\Clinic\\DeclarationType' => '?',
  22716.             'App\\Form\\Type\\Clinic\\DiscountReasonType' => '?',
  22717.             'App\\Form\\Type\\Clinic\\DocumentCategoryType' => '?',
  22718.             'App\\Form\\Type\\Clinic\\EmailTemplate\\EmailTemplateType' => '?',
  22719.             'App\\Form\\Type\\Clinic\\EquipmentType' => '?',
  22720.             'App\\Form\\Type\\Clinic\\Filter\\InvoiceType' => '?',
  22721.             'App\\Form\\Type\\Clinic\\Filter\\ProfileType' => '?',
  22722.             'App\\Form\\Type\\Clinic\\Filter\\TreatmentType' => '?',
  22723.             'App\\Form\\Type\\Clinic\\FormFileType' => '?',
  22724.             'App\\Form\\Type\\Clinic\\LearnAboutSourceType' => '?',
  22725.             'App\\Form\\Type\\Clinic\\LearnAboutType' => '?',
  22726.             'App\\Form\\Type\\Clinic\\LocationType' => '?',
  22727.             'App\\Form\\Type\\Clinic\\MailChimpType' => '?',
  22728.             'App\\Form\\Type\\Clinic\\MarketingType' => '?',
  22729.             'App\\Form\\Type\\Clinic\\MeetingReminderType' => '?',
  22730.             'App\\Form\\Type\\Clinic\\Membership\\MembershipItemType' => '?',
  22731.             'App\\Form\\Type\\Clinic\\Membership\\MembershipType' => '?',
  22732.             'App\\Form\\Type\\Clinic\\NotConvertReasonType' => '?',
  22733.             'App\\Form\\Type\\Clinic\\OnlineBooking\\EmailSettingType' => '?',
  22734.             'App\\Form\\Type\\Clinic\\OnlineBooking\\SettingsType' => '?',
  22735.             'App\\Form\\Type\\Clinic\\OnlineBooking\\WidgetType' => '?',
  22736.             'App\\Form\\Type\\Clinic\\OutcomeType' => '?',
  22737.             'App\\Form\\Type\\Clinic\\PatientStatus\\PatientStatusType' => '?',
  22738.             'App\\Form\\Type\\Clinic\\Person\\ClinicUserType' => '?',
  22739.             'App\\Form\\Type\\Clinic\\Person\\DailyScheduleType' => '?',
  22740.             'App\\Form\\Type\\Clinic\\PolicyType' => '?',
  22741.             'App\\Form\\Type\\Clinic\\PostAptFormType' => '?',
  22742.             'App\\Form\\Type\\Clinic\\PriceTier\\PriceTierType' => '?',
  22743.             'App\\Form\\Type\\Clinic\\Questionaire\\AnswerType' => '?',
  22744.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionAnswerType' => '?',
  22745.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionType' => '?',
  22746.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireExportFilterType' => '?',
  22747.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireQuestionType' => '?',
  22748.             'App\\Form\\Type\\Clinic\\Questionaire\\QuestionaireType' => '?',
  22749.             'App\\Form\\Type\\Clinic\\Register\\FormFilesType' => '?',
  22750.             'App\\Form\\Type\\Clinic\\Register\\PaymentType' => '?',
  22751.             'App\\Form\\Type\\Clinic\\Register\\ProductsType' => '?',
  22752.             'App\\Form\\Type\\Clinic\\Register\\ProfileType' => '?',
  22753.             'App\\Form\\Type\\Clinic\\Register\\TreatmentsType' => '?',
  22754.             'App\\Form\\Type\\Clinic\\ReminderRecallType' => '?',
  22755.             'App\\Form\\Type\\Clinic\\ReminderType' => '?',
  22756.             'App\\Form\\Type\\Clinic\\RoomType' => '?',
  22757.             'App\\Form\\Type\\Clinic\\SearchFilterType' => '?',
  22758.             'App\\Form\\Type\\Clinic\\SpecialOfferType' => '?',
  22759.             'App\\Form\\Type\\Clinic\\Stock\\AdjustStockType' => '?',
  22760.             'App\\Form\\Type\\Clinic\\Stock\\GoodsReceivedType' => '?',
  22761.             'App\\Form\\Type\\Clinic\\Stock\\ItemGoodsReceivedType' => '?',
  22762.             'App\\Form\\Type\\Clinic\\Stock\\PractitionerPricingType' => '?',
  22763.             'App\\Form\\Type\\Clinic\\Stock\\PrepayPackageItemType' => '?',
  22764.             'App\\Form\\Type\\Clinic\\Stock\\PrepayPackageType' => '?',
  22765.             'App\\Form\\Type\\Clinic\\Stock\\PriceListType' => '?',
  22766.             'App\\Form\\Type\\Clinic\\Stock\\ProductType' => '?',
  22767.             'App\\Form\\Type\\Clinic\\Stock\\TreatmentClinicType' => '?',
  22768.             'App\\Form\\Type\\Clinic\\Stock\\TreatmentGroupType' => '?',
  22769.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddEquipmentType' => '?',
  22770.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddProductType' => '?',
  22771.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\AddTreatmentType' => '?',
  22772.             'App\\Form\\Type\\Clinic\\Stock\\Treatment\\CheckListItemType' => '?',
  22773.             'App\\Form\\Type\\Clinic\\SurveyType' => '?',
  22774.             'App\\Form\\Type\\Clinic\\TaskBoardType' => '?',
  22775.             'App\\Form\\Type\\Clinic\\TaskItemType' => '?',
  22776.             'App\\Form\\Type\\Clinic\\TermsAndCondType' => '?',
  22777.             'App\\Form\\Type\\Clinic\\TreatmentPlanTermsAndCondType' => '?',
  22778.             'App\\Form\\Type\\Clinic\\TwilioType' => '?',
  22779.             'App\\Form\\Type\\Dashboard\\DashboardFilterType' => '?',
  22780.             'App\\Form\\Type\\DaySheet\\DaySheetType' => '?',
  22781.             'App\\Form\\Type\\DaySheet\\SearchFilterType' => '?',
  22782.             'App\\Form\\Type\\EventType' => '?',
  22783.             'App\\Form\\Type\\HealthXChange\\LoginType' => '?',
  22784.             'App\\Form\\Type\\HealthXChange\\SearchType' => '?',
  22785.             'App\\Form\\Type\\Help\\HelpType' => '?',
  22786.             'App\\Form\\Type\\Invoice\\InvoiceFilterType' => '?',
  22787.             'App\\Form\\Type\\LeadCapture\\LeadCapturePipelineType' => '?',
  22788.             'App\\Form\\Type\\LeadCapture\\LeadCaptureSearchType' => '?',
  22789.             'App\\Form\\Type\\LeadCapture\\LeadCaptureStageType' => '?',
  22790.             'App\\Form\\Type\\LeadCapture\\LeadCaptureType' => '?',
  22791.             'App\\Form\\Type\\LoginType' => '?',
  22792.             'App\\Form\\Type\\Media\\CorrespondenceMediaType' => '?',
  22793.             'App\\Form\\Type\\Media\\DocumentMediaType' => '?',
  22794.             'App\\Form\\Type\\Media\\HelpMediaType' => '?',
  22795.             'App\\Form\\Type\\Media\\MarketingMediaType' => '?',
  22796.             'App\\Form\\Type\\Media\\MediaType' => '?',
  22797.             'App\\Form\\Type\\Message\\MessageType' => '?',
  22798.             'App\\Form\\Type\\Model\\BoardSearchClinicFilterType' => '?',
  22799.             'App\\Form\\Type\\Model\\CalendarSearchFilterType' => '?',
  22800.             'App\\Form\\Type\\Model\\ImportCSVType' => '?',
  22801.             'App\\Form\\Type\\Model\\ImportZipType' => '?',
  22802.             'App\\Form\\Type\\Model\\ReportSearchClinicFilterType' => '?',
  22803.             'App\\Form\\Type\\Organisation\\CustomerSetting\\CustomerSettingType' => '?',
  22804.             'App\\Form\\Type\\Organisation\\OrganisationType' => '?',
  22805.             'App\\Form\\Type\\Organisation\\SearchFilterType' => '?',
  22806.             'App\\Form\\Type\\Patient\\ActivePhotoType' => '?',
  22807.             'App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceType' => '?',
  22808.             'App\\Form\\Type\\Patient\\Correspondence\\CorrespondenceUploadType' => '?',
  22809.             'App\\Form\\Type\\Patient\\Correspondence\\MessageTemplateType' => '?',
  22810.             'App\\Form\\Type\\Patient\\CreditNoteType' => '?',
  22811.             'App\\Form\\Type\\Patient\\DocumentType' => '?',
  22812.             'App\\Form\\Type\\Patient\\EditInvoiceNoteType' => '?',
  22813.             'App\\Form\\Type\\Patient\\EditInvoiceType' => '?',
  22814.             'App\\Form\\Type\\Patient\\FormType' => '?',
  22815.             'App\\Form\\Type\\Patient\\GiftVoucherType' => '?',
  22816.             'App\\Form\\Type\\Patient\\InvoiceType' => '?',
  22817.             'App\\Form\\Type\\Patient\\Invoice\\BaseItemType' => '?',
  22818.             'App\\Form\\Type\\Patient\\Invoice\\InvoiceItemType' => '?',
  22819.             'App\\Form\\Type\\Patient\\Invoice\\RefundConnectEType' => '?',
  22820.             'App\\Form\\Type\\Patient\\Invoice\\RefundType' => '?',
  22821.             'App\\Form\\Type\\Patient\\Note\\AdditionalNoteType' => '?',
  22822.             'App\\Form\\Type\\Patient\\Note\\AudioNoteType' => '?',
  22823.             'App\\Form\\Type\\Patient\\Note\\ConsultationNoteType' => '?',
  22824.             'App\\Form\\Type\\Patient\\Note\\NoteType' => '?',
  22825.             'App\\Form\\Type\\Patient\\Note\\PatientType' => '?',
  22826.             'App\\Form\\Type\\Patient\\Note\\TreatmentNoteType' => '?',
  22827.             'App\\Form\\Type\\Patient\\PatientAppointmentTabSearchType' => '?',
  22828.             'App\\Form\\Type\\Patient\\PatientSearchType' => '?',
  22829.             'App\\Form\\Type\\Patient\\PaymentType' => '?',
  22830.             'App\\Form\\Type\\Patient\\Payment\\HandpointPOSType' => '?',
  22831.             'App\\Form\\Type\\Patient\\Payment\\HandpointType' => '?',
  22832.             'App\\Form\\Type\\Patient\\Payment\\KindType' => '?',
  22833.             'App\\Form\\Type\\Patient\\Payment\\PaymentsenseConnectType' => '?',
  22834.             'App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSTerminalsType' => '?',
  22835.             'App\\Form\\Type\\Patient\\Payment\\PaymentsensePOSType' => '?',
  22836.             'App\\Form\\Type\\Patient\\Payment\\TerminalType' => '?',
  22837.             'App\\Form\\Type\\Patient\\PhotoType' => '?',
  22838.             'App\\Form\\Type\\Patient\\PostAptFormSentType' => '?',
  22839.             'App\\Form\\Type\\Patient\\PostAptFormSent\\FormFileType' => '?',
  22840.             'App\\Form\\Type\\Patient\\PostAptFormSent\\PatientType' => '?',
  22841.             'App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionType' => '?',
  22842.             'App\\Form\\Type\\Patient\\PostAptFormSent\\QuestionnaireType' => '?',
  22843.             'App\\Form\\Type\\Patient\\PrepayType' => '?',
  22844.             'App\\Form\\Type\\Patient\\Prepay\\PrepayTreatmentItemType' => '?',
  22845.             'App\\Form\\Type\\Patient\\SearchAjaxFilterType' => '?',
  22846.             'App\\Form\\Type\\Patient\\SearchWaitingType' => '?',
  22847.             'App\\Form\\Type\\Patient\\SurveySentType' => '?',
  22848.             'App\\Form\\Type\\Patient\\SurveySent\\FormFileType' => '?',
  22849.             'App\\Form\\Type\\Patient\\SurveySent\\PatientType' => '?',
  22850.             'App\\Form\\Type\\Patient\\SurveySent\\QuestionType' => '?',
  22851.             'App\\Form\\Type\\Patient\\SurveySent\\QuestionnaireType' => '?',
  22852.             'App\\Form\\Type\\Patient\\TreatmentPhotoType' => '?',
  22853.             'App\\Form\\Type\\Patient\\TreatmentPhotoUsedProductType' => '?',
  22854.             'App\\Form\\Type\\Patient\\TreatmentPlanType' => '?',
  22855.             'App\\Form\\Type\\Patient\\TreatmentType' => '?',
  22856.             'App\\Form\\Type\\Patient\\UsedMembershipType' => '?',
  22857.             'App\\Form\\Type\\Person\\PatientType' => '?',
  22858.             'App\\Form\\Type\\Person\\ProfileType' => '?',
  22859.             'App\\Form\\Type\\Person\\ReportSettingType' => '?',
  22860.             'App\\Form\\Type\\Person\\SettingType' => '?',
  22861.             'App\\Form\\Type\\Person\\SuperClinicAdminType' => '?',
  22862.             'App\\Form\\Type\\Person\\UserType' => '?',
  22863.             'App\\Form\\Type\\PriceTier\\AddonType' => '?',
  22864.             'App\\Form\\Type\\PriceTier\\PriceTierType' => '?',
  22865.             'App\\Form\\Type\\PriceTier\\PriceTiersGroupType' => '?',
  22866.             'App\\Form\\Type\\PriceTier\\PromoCodeType' => '?',
  22867.             'App\\Form\\Type\\RecoveryType' => '?',
  22868.             'App\\Form\\Type\\RegistrationType' => '?',
  22869.             'App\\Form\\Type\\Waiting\\ItemType' => '?',
  22870.             'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\CaptchaType' => '?',
  22871.             'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\SimpleCaptchaType' => '?',
  22872.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  22873.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  22874.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  22875.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  22876.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  22877.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  22878.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  22879.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  22880.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  22881.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  22882.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  22883.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  22884.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  22885.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  22886.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  22887.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  22888.         }, 1)], new RewindableGenerator(function () {
  22889.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  22890.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  22891.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  22892.     }
  22893.     /**
  22894.      * Gets the private 'form.server_params' shared service.
  22895.      *
  22896.      * @return \Symfony\Component\Form\Util\ServerParams
  22897.      */
  22898.     protected function getForm_ServerParamsService()
  22899.     {
  22900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  22901.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22902.     }
  22903.     /**
  22904.      * Gets the private 'form.type.choice' shared service.
  22905.      *
  22906.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  22907.      */
  22908.     protected function getForm_Type_ChoiceService()
  22909.     {
  22910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  22913.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  22914.     }
  22915.     /**
  22916.      * Gets the private 'form.type.entity' shared service.
  22917.      *
  22918.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  22919.      */
  22920.     protected function getForm_Type_EntityService()
  22921.     {
  22922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22924.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  22925.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  22926.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22927.     }
  22928.     /**
  22929.      * Gets the private 'form.type.form' shared service.
  22930.      *
  22931.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  22932.      */
  22933.     protected function getForm_Type_FormService()
  22934.     {
  22935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  22938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  22939.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  22940.     }
  22941.     /**
  22942.      * Gets the private 'form.type_extension.csrf' shared service.
  22943.      *
  22944.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  22945.      */
  22946.     protected function getForm_TypeExtension_CsrfService()
  22947.     {
  22948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  22951.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  22952.     }
  22953.     /**
  22954.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  22955.      *
  22956.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  22957.      */
  22958.     protected function getForm_TypeExtension_Form_DataCollectorService()
  22959.     {
  22960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  22963.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  22964.     }
  22965.     /**
  22966.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  22967.      *
  22968.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  22969.      */
  22970.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  22971.     {
  22972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  22975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  22976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  22977.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  22978.     }
  22979.     /**
  22980.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  22981.      *
  22982.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  22983.      */
  22984.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  22985.     {
  22986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  22989.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  22990.     }
  22991.     /**
  22992.      * Gets the private 'form.type_extension.form.validator' shared service.
  22993.      *
  22994.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  22995.      */
  22996.     protected function getForm_TypeExtension_Form_ValidatorService()
  22997.     {
  22998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  23000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  23001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  23002.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  23003.     }
  23004.     /**
  23005.      * Gets the private 'form.type_extension.upload.validator' shared service.
  23006.      *
  23007.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  23008.      */
  23009.     protected function getForm_TypeExtension_Upload_ValidatorService()
  23010.     {
  23011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  23012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  23013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  23014.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  23015.     }
  23016.     /**
  23017.      * Gets the private 'form.type_guesser.doctrine' shared service.
  23018.      *
  23019.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  23020.      */
  23021.     protected function getForm_TypeGuesser_DoctrineService()
  23022.     {
  23023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  23024.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  23025.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23026.     }
  23027.     /**
  23028.      * Gets the private 'form.type_guesser.validator' shared service.
  23029.      *
  23030.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  23031.      */
  23032.     protected function getForm_TypeGuesser_ValidatorService()
  23033.     {
  23034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  23035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  23036.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  23037.     }
  23038.     /**
  23039.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  23040.      *
  23041.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  23042.      */
  23043.     protected function getFosCkEditor_Command_InstallerService()
  23044.     {
  23045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23046.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  23047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  23048.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  23049.         $instance->setName('ckeditor:install');
  23050.         return $instance;
  23051.     }
  23052.     /**
  23053.      * Gets the private 'fos_ck_editor.form.type' shared service.
  23054.      *
  23055.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  23056.      */
  23057.     protected function getFosCkEditor_Form_TypeService()
  23058.     {
  23059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23061.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  23062.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  23063.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  23064.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['configs' => ['my_config' => ['toolbar' => 'my_toolbar_1'], 'config2' => ['toolbar' => 'advanced']], 'toolbars' => ['configs' => ['my_toolbar_1' => [=> [=> 'Format'=> 'Font'=> 'FontSize'=> 'TextColor'], => [=> 'Bold'=> 'Italic'=> 'Underline'], => [=> 'JustifyLeft'=> 'JustifyCenter'=> 'JustifyRight'=> 'JustifyBlock'], => [=> 'HorizontalRule'], => [=> 'Link']], 'advanced' => [=> [=> 'Format'=> 'Font'=> 'FontSize'=> 'TextColor'], => [=> 'Bold'=> 'Italic'=> 'Underline'], => [=> 'NumberedList'=> 'BulletedList'], => [=> 'JustifyLeft'=> 'JustifyCenter'=> 'JustifyRight'=> 'JustifyBlock'], => [=> 'HorizontalRule'], => [=> 'Link']]], 'items' => []], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => []]));
  23065.     }
  23066.     /**
  23067.      * Gets the private 'fos_js_routing.dump_command' shared service.
  23068.      *
  23069.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  23070.      */
  23071.     protected function getFosJsRouting_DumpCommandService()
  23072.     {
  23073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23074.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  23075.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  23076.         $instance->setName('fos:js-routing:dump');
  23077.         return $instance;
  23078.     }
  23079.     /**
  23080.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  23081.      *
  23082.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  23083.      */
  23084.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  23085.     {
  23086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23087.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  23088.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  23089.         $instance->setName('fos:js-routing:debug');
  23090.         return $instance;
  23091.     }
  23092.     /**
  23093.      * Gets the private 'fragment.listener' shared service.
  23094.      *
  23095.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  23096.      */
  23097.     protected function getFragment_ListenerService()
  23098.     {
  23099.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  23100.     }
  23101.     /**
  23102.      * Gets the private 'fragment.renderer.hinclude' shared service.
  23103.      *
  23104.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  23105.      */
  23106.     protected function getFragment_Renderer_HincludeService()
  23107.     {
  23108.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  23109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  23110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  23111.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  23112.         $instance->setFragmentPath('/_fragment');
  23113.         return $instance;
  23114.     }
  23115.     /**
  23116.      * Gets the private 'fragment.renderer.inline' shared service.
  23117.      *
  23118.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  23119.      */
  23120.     protected function getFragment_Renderer_InlineService()
  23121.     {
  23122.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  23123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  23124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  23125.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  23126.         $instance->setFragmentPath('/_fragment');
  23127.         return $instance;
  23128.     }
  23129.     /**
  23130.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  23131.      *
  23132.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  23133.      */
  23134.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  23135.     {
  23136.         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())));
  23137.     }
  23138.     /**
  23139.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  23140.      *
  23141.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  23142.      */
  23143.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  23144.     {
  23145.         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()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  23146.     }
  23147.     /**
  23148.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  23149.      *
  23150.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  23151.      */
  23152.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  23153.     {
  23154.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 10]);
  23155.     }
  23156.     /**
  23157.      * Gets the private 'locale_aware_listener' shared service.
  23158.      *
  23159.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  23160.      */
  23161.     protected function getLocaleAwareListenerService()
  23162.     {
  23163.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  23164.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  23165.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23166.     }
  23167.     /**
  23168.      * Gets the private 'locale_listener' shared service.
  23169.      *
  23170.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  23171.      */
  23172.     protected function getLocaleListenerService()
  23173.     {
  23174.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  23175.     }
  23176.     /**
  23177.      * Gets the private 'maker.auto_command.make_auth' shared service.
  23178.      *
  23179.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23180.      */
  23181.     protected function getMaker_AutoCommand_MakeAuthService()
  23182.     {
  23183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  23188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  23189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  23190.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23191.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  23192.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  23193.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  23194.         $instance->setName('make:auth');
  23195.         return $instance;
  23196.     }
  23197.     /**
  23198.      * Gets the private 'maker.auto_command.make_command' shared service.
  23199.      *
  23200.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23201.      */
  23202.     protected function getMaker_AutoCommand_MakeCommandService()
  23203.     {
  23204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  23209.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23210.         $instance->setDescription('Creates a new console command class');
  23211.         $instance->setName('make:command');
  23212.         return $instance;
  23213.     }
  23214.     /**
  23215.      * Gets the private 'maker.auto_command.make_controller' shared service.
  23216.      *
  23217.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23218.      */
  23219.     protected function getMaker_AutoCommand_MakeControllerService()
  23220.     {
  23221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  23226.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23227.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23228.         $instance->setDescription('Creates a new controller class');
  23229.         $instance->setName('make:controller');
  23230.         return $instance;
  23231.     }
  23232.     /**
  23233.      * Gets the private 'maker.auto_command.make_crud' shared service.
  23234.      *
  23235.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23236.      */
  23237.     protected function getMaker_AutoCommand_MakeCrudService()
  23238.     {
  23239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  23244.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23245.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  23246.         $instance->setName('make:crud');
  23247.         return $instance;
  23248.     }
  23249.     /**
  23250.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  23251.      *
  23252.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23253.      */
  23254.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  23255.     {
  23256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  23261.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23262.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23263.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  23264.         $instance->setName('make:docker:database');
  23265.         return $instance;
  23266.     }
  23267.     /**
  23268.      * Gets the private 'maker.auto_command.make_entity' shared service.
  23269.      *
  23270.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23271.      */
  23272.     protected function getMaker_AutoCommand_MakeEntityService()
  23273.     {
  23274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  23279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  23280.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23281.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  23282.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  23283.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  23284.         $instance->setName('make:entity');
  23285.         return $instance;
  23286.     }
  23287.     /**
  23288.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  23289.      *
  23290.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23291.      */
  23292.     protected function getMaker_AutoCommand_MakeFixturesService()
  23293.     {
  23294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  23299.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23300.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  23301.         $instance->setName('make:fixtures');
  23302.         return $instance;
  23303.     }
  23304.     /**
  23305.      * Gets the private 'maker.auto_command.make_form' shared service.
  23306.      *
  23307.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23308.      */
  23309.     protected function getMaker_AutoCommand_MakeFormService()
  23310.     {
  23311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  23316.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23317.         $instance->setDescription('Creates a new form class');
  23318.         $instance->setName('make:form');
  23319.         return $instance;
  23320.     }
  23321.     /**
  23322.      * Gets the private 'maker.auto_command.make_message' shared service.
  23323.      *
  23324.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23325.      */
  23326.     protected function getMaker_AutoCommand_MakeMessageService()
  23327.     {
  23328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  23333.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23334.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23335.         $instance->setDescription('Creates a new message and handler');
  23336.         $instance->setName('make:message');
  23337.         return $instance;
  23338.     }
  23339.     /**
  23340.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  23341.      *
  23342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23343.      */
  23344.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  23345.     {
  23346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  23351.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23352.         $instance->setDescription('Creates a new messenger middleware');
  23353.         $instance->setName('make:messenger-middleware');
  23354.         return $instance;
  23355.     }
  23356.     /**
  23357.      * Gets the private 'maker.auto_command.make_migration' shared service.
  23358.      *
  23359.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23360.      */
  23361.     protected function getMaker_AutoCommand_MakeMigrationService()
  23362.     {
  23363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  23368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  23369.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23370.         $instance->setDescription('Creates a new migration based on database changes');
  23371.         $instance->setName('make:migration');
  23372.         return $instance;
  23373.     }
  23374.     /**
  23375.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  23376.      *
  23377.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23378.      */
  23379.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  23380.     {
  23381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  23386.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23387.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23388.         $instance->setDescription('Creates a new registration form system');
  23389.         $instance->setName('make:registration-form');
  23390.         return $instance;
  23391.     }
  23392.     /**
  23393.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  23394.      *
  23395.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23396.      */
  23397.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  23398.     {
  23399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  23404.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23405.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23406.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  23407.         $instance->setName('make:reset-password');
  23408.         return $instance;
  23409.     }
  23410.     /**
  23411.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  23412.      *
  23413.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23414.      */
  23415.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  23416.     {
  23417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  23422.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23423.         $instance->setDescription('Creates a new serializer encoder class');
  23424.         $instance->setName('make:serializer:encoder');
  23425.         return $instance;
  23426.     }
  23427.     /**
  23428.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  23429.      *
  23430.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23431.      */
  23432.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  23433.     {
  23434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  23439.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23440.         $instance->setDescription('Creates a new serializer normalizer class');
  23441.         $instance->setName('make:serializer:normalizer');
  23442.         return $instance;
  23443.     }
  23444.     /**
  23445.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  23446.      *
  23447.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23448.      */
  23449.     protected function getMaker_AutoCommand_MakeSubscriberService()
  23450.     {
  23451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  23456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  23457.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23458.         $instance->setDescription('Creates a new event subscriber class');
  23459.         $instance->setName('make:subscriber');
  23460.         return $instance;
  23461.     }
  23462.     /**
  23463.      * Gets the private 'maker.auto_command.make_test' shared service.
  23464.      *
  23465.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23466.      */
  23467.     protected function getMaker_AutoCommand_MakeTestService()
  23468.     {
  23469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  23474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  23475.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23476.         $instance->setDescription('Creates a new test class');
  23477.         $instance->setName('make:test');
  23478.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  23479.         return $instance;
  23480.     }
  23481.     /**
  23482.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  23483.      *
  23484.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23485.      */
  23486.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  23487.     {
  23488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  23493.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23494.         $instance->setDescription('Creates a new Twig extension class');
  23495.         $instance->setName('make:twig-extension');
  23496.         return $instance;
  23497.     }
  23498.     /**
  23499.      * Gets the private 'maker.auto_command.make_user' shared service.
  23500.      *
  23501.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23502.      */
  23503.     protected function getMaker_AutoCommand_MakeUserService()
  23504.     {
  23505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  23510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  23511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  23512.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23513.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23514.         $instance->setDescription('Creates a new security user class');
  23515.         $instance->setName('make:user');
  23516.         return $instance;
  23517.     }
  23518.     /**
  23519.      * Gets the private 'maker.auto_command.make_validator' shared service.
  23520.      *
  23521.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23522.      */
  23523.     protected function getMaker_AutoCommand_MakeValidatorService()
  23524.     {
  23525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  23530.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23531.         $instance->setDescription('Creates a new validator and constraint class');
  23532.         $instance->setName('make:validator');
  23533.         return $instance;
  23534.     }
  23535.     /**
  23536.      * Gets the private 'maker.auto_command.make_voter' shared service.
  23537.      *
  23538.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23539.      */
  23540.     protected function getMaker_AutoCommand_MakeVoterService()
  23541.     {
  23542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  23547.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23548.         $instance->setDescription('Creates a new security voter class');
  23549.         $instance->setName('make:voter');
  23550.         return $instance;
  23551.     }
  23552.     /**
  23553.      * Gets the private 'maker.doctrine_helper' shared service.
  23554.      *
  23555.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  23556.      */
  23557.     protected function getMaker_DoctrineHelperService()
  23558.     {
  23559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  23560.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  23561.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Mcfedr\\QueueManagerBundle\\Entity'=> $a]]]);
  23562.     }
  23563.     /**
  23564.      * Gets the private 'maker.entity_class_generator' shared service.
  23565.      *
  23566.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  23567.      */
  23568.     protected function getMaker_EntityClassGeneratorService()
  23569.     {
  23570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  23571.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  23572.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  23573.         return $instance;
  23574.     }
  23575.     /**
  23576.      * Gets the private 'maker.file_manager' shared service.
  23577.      *
  23578.      * @return \Symfony\Bundle\MakerBundle\FileManager
  23579.      */
  23580.     protected function getMaker_FileManagerService()
  23581.     {
  23582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  23583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  23584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  23585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  23586.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  23587.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  23588.     }
  23589.     /**
  23590.      * Gets the private 'maker.generator' shared service.
  23591.      *
  23592.      * @return \Symfony\Bundle\MakerBundle\Generator
  23593.      */
  23594.     protected function getMaker_GeneratorService()
  23595.     {
  23596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  23597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  23598.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  23599.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  23600.     }
  23601.     /**
  23602.      * Gets the private 'maker.php_compat_util' shared service.
  23603.      *
  23604.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  23605.      */
  23606.     protected function getMaker_PhpCompatUtilService()
  23607.     {
  23608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  23609.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  23610.     }
  23611.     /**
  23612.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  23613.      *
  23614.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  23615.      */
  23616.     protected function getMaker_Renderer_FormTypeRendererService()
  23617.     {
  23618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  23619.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23620.     }
  23621.     /**
  23622.      * Gets the private 'mcfedr_queue_manager.default.sqs_client' shared service.
  23623.      *
  23624.      * @return \Aws\Sqs\SqsClient
  23625.      */
  23626.     protected function getMcfedrQueueManager_Default_SqsClientService()
  23627.     {
  23628.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php';
  23629.         return $this->privates['mcfedr_queue_manager.default.sqs_client'] = new \Aws\Sqs\SqsClient(['region' => $this->getEnv('resolve:MAIN_AWS_REGION'), 'version' => '2012-11-05''credentials' => $this->parameters['mcfedr_aws_push.aws.credentials']]);
  23630.     }
  23631.     /**
  23632.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  23633.      *
  23634.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  23635.      */
  23636.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  23637.     {
  23638.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  23639.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  23640.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  23641.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  23642.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\PendingCampaignNotification' => new RewindableGenerator(function () {
  23643.             yield => ($this->privates['.messenger.handler_descriptor.L8.zEUn'] ?? $this->get_Messenger_HandlerDescriptor_L8_ZEUnService());
  23644.         }, 1), 'App\\Message\\SmsNotification' => new RewindableGenerator(function () {
  23645.             yield => ($this->privates['.messenger.handler_descriptor.Vye4n.R'] ?? $this->get_Messenger_HandlerDescriptor_Vye4n_RService());
  23646.         }, 1)]));
  23647.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  23648.         return $instance;
  23649.     }
  23650.     /**
  23651.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  23652.      *
  23653.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  23654.      */
  23655.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  23656.     {
  23657.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  23658.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  23659.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  23660.     }
  23661.     /**
  23662.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  23663.      *
  23664.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  23665.      */
  23666.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  23667.     {
  23668.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  23669.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  23670.     }
  23671.     /**
  23672.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  23673.      *
  23674.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  23675.      */
  23676.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  23677.     {
  23678.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  23679.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  23680.     }
  23681.     /**
  23682.      * Gets the private 'messenger.middleware.send_message' shared service.
  23683.      *
  23684.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  23685.      */
  23686.     protected function getMessenger_Middleware_SendMessageService()
  23687.     {
  23688.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  23689.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  23690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  23691.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  23692.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\SmsNotification' => [=> 'async'], 'App\\Message\\PendingCampaignNotification' => [=> 'async']], ($this->privates['.service_locator.9RmDU1g'] ?? $this->get_ServiceLocator_9RmDU1gService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  23693.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  23694.         return $instance;
  23695.     }
  23696.     /**
  23697.      * Gets the private 'messenger.receiver_locator' shared service.
  23698.      *
  23699.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  23700.      */
  23701.     protected function getMessenger_ReceiverLocatorService()
  23702.     {
  23703.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23704.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  23705.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  23706.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  23707.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  23708.         ], [
  23709.             'async' => '?',
  23710.             'failed' => '?',
  23711.             'messenger.transport.async' => '?',
  23712.             'messenger.transport.failed' => '?',
  23713.         ]);
  23714.     }
  23715.     /**
  23716.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  23717.      *
  23718.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  23719.      */
  23720.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  23721.     {
  23722.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  23723.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  23724.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  23725.     }
  23726.     /**
  23727.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  23728.      *
  23729.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  23730.      */
  23731.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  23732.     {
  23733.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  23734.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  23735.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  23736.     }
  23737.     /**
  23738.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  23739.      *
  23740.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  23741.      */
  23742.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  23743.     {
  23744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  23745.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.9RmDU1g'] ?? $this->get_ServiceLocator_9RmDU1gService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23746.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  23747.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  23748.         ], [
  23749.             'async' => '?',
  23750.             'failed' => '?',
  23751.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  23752.     }
  23753.     /**
  23754.      * Gets the private 'messenger.routable_message_bus' shared service.
  23755.      *
  23756.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  23757.      */
  23758.     protected function getMessenger_RoutableMessageBusService()
  23759.     {
  23760.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  23761.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23762.             'messenger.bus.default' => ['services''message_bus''getMessageBusService'false],
  23763.         ], [
  23764.             'messenger.bus.default' => '?',
  23765.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  23766.     }
  23767.     /**
  23768.      * Gets the private 'messenger.transport.async' shared service.
  23769.      *
  23770.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23771.      */
  23772.     protected function getMessenger_Transport_AsyncService()
  23773.     {
  23774.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23775.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23776.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23777.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23778.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23779.         return $this->privates['messenger.transport.async'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  23780.     }
  23781.     /**
  23782.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  23783.      *
  23784.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  23785.      */
  23786.     protected function getMessenger_Transport_Doctrine_FactoryService()
  23787.     {
  23788.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  23789.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Doctrine/DoctrineTransportFactory.php';
  23790.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23791.     }
  23792.     /**
  23793.      * Gets the private 'messenger.transport.failed' shared service.
  23794.      *
  23795.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23796.      */
  23797.     protected function getMessenger_Transport_FailedService()
  23798.     {
  23799.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23800.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23801.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23802.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23803.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23804.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  23805.     }
  23806.     /**
  23807.      * Gets the private 'messenger.transport.sync.factory' shared service.
  23808.      *
  23809.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  23810.      */
  23811.     protected function getMessenger_Transport_Sync_FactoryService()
  23812.     {
  23813.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  23814.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  23815.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  23816.     }
  23817.     /**
  23818.      * Gets the private 'messenger.transport_factory' shared service.
  23819.      *
  23820.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  23821.      */
  23822.     protected function getMessenger_TransportFactoryService()
  23823.     {
  23824.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  23825.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  23826.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  23827.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  23828.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory()));
  23829.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory()));
  23830.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  23831.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  23832.         }, 5));
  23833.     }
  23834.     /**
  23835.      * Gets the private 'mime_types' shared service.
  23836.      *
  23837.      * @return \Symfony\Component\Mime\MimeTypes
  23838.      */
  23839.     protected function getMimeTypesService()
  23840.     {
  23841.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  23842.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  23843.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  23844.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  23845.         $instance->setDefault($instance);
  23846.         return $instance;
  23847.     }
  23848.     /**
  23849.      * Gets the private 'monolog.command.server_log' shared service.
  23850.      *
  23851.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  23852.      */
  23853.     protected function getMonolog_Command_ServerLogService()
  23854.     {
  23855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23856.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  23857.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  23858.         $instance->setName('server:log');
  23859.         return $instance;
  23860.     }
  23861.     /**
  23862.      * Gets the private 'monolog.handler.console' shared service.
  23863.      *
  23864.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  23865.      */
  23866.     protected function getMonolog_Handler_ConsoleService()
  23867.     {
  23868.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  23869.     }
  23870.     /**
  23871.      * Gets the private 'monolog.handler.main' shared service.
  23872.      *
  23873.      * @return \Monolog\Handler\RotatingFileHandler
  23874.      */
  23875.     protected function getMonolog_Handler_MainService()
  23876.     {
  23877.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 5100trueNULL);
  23878.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  23879.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  23880.         return $instance;
  23881.     }
  23882.     /**
  23883.      * Gets the private 'monolog.handler.streamed_info' shared service.
  23884.      *
  23885.      * @return \Monolog\Handler\StreamHandler
  23886.      */
  23887.     protected function getMonolog_Handler_StreamedInfoService()
  23888.     {
  23889.         $this->privates['monolog.handler.streamed_info'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/info.log'), 100trueNULLfalse);
  23890.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  23891.         return $instance;
  23892.     }
  23893.     /**
  23894.      * Gets the private 'monolog.logger.cache' shared service.
  23895.      *
  23896.      * @return \Symfony\Bridge\Monolog\Logger
  23897.      */
  23898.     protected function getMonolog_Logger_CacheService()
  23899.     {
  23900.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  23901.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23902.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23903.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23904.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23905.         return $instance;
  23906.     }
  23907.     /**
  23908.      * Gets the private 'monolog.logger.messenger' shared service.
  23909.      *
  23910.      * @return \Symfony\Bridge\Monolog\Logger
  23911.      */
  23912.     protected function getMonolog_Logger_MessengerService()
  23913.     {
  23914.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  23915.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23916.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23917.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23919.         return $instance;
  23920.     }
  23921.     /**
  23922.      * Gets the private 'monolog.logger.request' shared service.
  23923.      *
  23924.      * @return \Symfony\Bridge\Monolog\Logger
  23925.      */
  23926.     protected function getMonolog_Logger_RequestService()
  23927.     {
  23928.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  23929.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23930.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23931.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23932.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23933.         return $instance;
  23934.     }
  23935.     /**
  23936.      * Gets the private 'monolog.logger.security' shared service.
  23937.      *
  23938.      * @return \Symfony\Bridge\Monolog\Logger
  23939.      */
  23940.     protected function getMonolog_Logger_SecurityService()
  23941.     {
  23942.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  23943.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23944.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23945.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23946.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23947.         return $instance;
  23948.     }
  23949.     /**
  23950.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  23951.      *
  23952.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  23953.      */
  23954.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  23955.     {
  23956.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  23957.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  23958.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  23959.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  23960.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  23961.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  23962.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  23963.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  23964.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  23965.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  23966.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  23967.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  23968.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  23969.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  23970.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  23971.     }
  23972.     /**
  23973.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  23974.      *
  23975.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  23976.      */
  23977.     protected function getNelmioCors_CorsListenerService()
  23978.     {
  23979.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  23980.     }
  23981.     /**
  23982.      * Gets the private 'parameter_bag' shared service.
  23983.      *
  23984.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  23985.      */
  23986.     protected function getParameterBagService()
  23987.     {
  23988.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  23989.     }
  23990.     /**
  23991.      * Gets the private 'phumbor.url.transformer' shared service.
  23992.      *
  23993.      * @return \Jb\Bundle\PhumborBundle\Transformer\BaseTransformer
  23994.      */
  23995.     protected function getPhumbor_Url_TransformerService()
  23996.     {
  23997.         return $this->privates['phumbor.url.transformer'] = new \Jb\Bundle\PhumborBundle\Transformer\BaseTransformer(new \Thumbor\Url\BuilderFactory($this->getEnv('CLOUD_FRONT_URL'), $this->getEnv('THUNBOR_SECRET')), $this->parameters['phumbor.transformations']);
  23998.     }
  23999.     /**
  24000.      * Gets the private 'profiler_listener' shared service.
  24001.      *
  24002.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  24003.      */
  24004.     protected function getProfilerListenerService()
  24005.     {
  24006.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  24007.     }
  24008.     /**
  24009.      * Gets the private 'property_accessor' shared service.
  24010.      *
  24011.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  24012.      */
  24013.     protected function getPropertyAccessorService()
  24014.     {
  24015.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  24016.     }
  24017.     /**
  24018.      * Gets the private 'property_info' shared service.
  24019.      *
  24020.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  24021.      */
  24022.     protected function getPropertyInfoService()
  24023.     {
  24024.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  24025.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  24026.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24027.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  24028.         }, 3), new RewindableGenerator(function () {
  24029.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  24030.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  24031.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24032.         }, 3), new RewindableGenerator(function () {
  24033.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  24034.         }, 1), new RewindableGenerator(function () {
  24035.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  24036.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24037.         }, 2), new RewindableGenerator(function () {
  24038.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24039.         }, 1));
  24040.     }
  24041.     /**
  24042.      * Gets the private 'property_info.serializer_extractor' shared service.
  24043.      *
  24044.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  24045.      */
  24046.     protected function getPropertyInfo_SerializerExtractorService()
  24047.     {
  24048.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  24049.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  24050.     }
  24051.     /**
  24052.      * Gets the private 'router.cache_warmer' shared service.
  24053.      *
  24054.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  24055.      */
  24056.     protected function getRouter_CacheWarmerService()
  24057.     {
  24058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  24060.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24061.             'router' => ['services''router''getRouterService'false],
  24062.         ], [
  24063.             'router' => '?',
  24064.         ]))->withContext('router.cache_warmer'$this));
  24065.     }
  24066.     /**
  24067.      * Gets the private 'router.request_context' shared service.
  24068.      *
  24069.      * @return \Symfony\Component\Routing\RequestContext
  24070.      */
  24071.     protected function getRouter_RequestContextService()
  24072.     {
  24073.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  24074.     }
  24075.     /**
  24076.      * Gets the private 'router_listener' shared service.
  24077.      *
  24078.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  24079.      */
  24080.     protected function getRouterListenerService()
  24081.     {
  24082.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  24083.     }
  24084.     /**
  24085.      * Gets the private 'security.access_listener' shared service.
  24086.      *
  24087.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  24088.      */
  24089.     protected function getSecurity_AccessListenerService()
  24090.     {
  24091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  24095.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24096.     }
  24097.     /**
  24098.      * Gets the private 'security.access_map' shared service.
  24099.      *
  24100.      * @return \Symfony\Component\Security\Http\AccessMap
  24101.      */
  24102.     protected function getSecurity_AccessMapService()
  24103.     {
  24104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  24105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  24106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  24107.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  24108.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  24109.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v\\d+(\\.{1}\\d+)?/(login|online-booking/\\\\d+(/.*)?|online-booking/[a-z0-9]{10}(/.*)?|registration|doc|forgot)$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24110.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin\\/(login|error_hash|patient_hash|success_event|confirm-event/.*|registration|registration1|registration2|forgot|password/[a-zA-Z0-9]{32})$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24111.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/send-sms-reminder'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24112.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/send-sms-reminder-for-testing'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24113.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/custom-login-otp'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24114.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/check-custom-otp'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24115.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resend-otp'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24116.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/dashboard'), [=> 'ROLE_CONSENTZ_ADMIN'=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_SCHEDULER'=> 'ROLE_BOOKER'=> 'ROLE_COORDINATOR'], NULL);
  24117.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/organisations'), [=> 'ROLE_CONSENTZ_ADMIN'=> 'ROLE_SUPER_CLINIC_ADMIN'], NULL);
  24118.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/organisation'), [=> 'ROLE_CONSENTZ_ADMIN'], NULL);
  24119.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/conversations'), [=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_SCHEDULER'=> 'ROLE_BOOKER'=> 'ROLE_COORDINATOR'], NULL);
  24120.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/patients'), [=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_SCHEDULER'=> 'ROLE_BOOKER'=> 'ROLE_COORDINATOR'], NULL);
  24121.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/invoices'), [=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_BOOKER'], NULL);
  24122.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/clinics'), [=> 'ROLE_CONSENTZ_ADMIN'=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_SCHEDULER'=> 'ROLE_BOOKER'=> 'ROLE_COORDINATOR'], NULL);
  24123.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/help'), [=> 'ROLE_CONSENTZ_ADMIN'=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_SCHEDULER'=> 'ROLE_BOOKER'=> 'ROLE_COORDINATOR'], NULL);
  24124.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/waiting-list'), [=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_SCHEDULER'=> 'ROLE_BOOKER'], NULL);
  24125.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/profile'), [=> 'ROLE_CONSENTZ_ADMIN'=> 'ROLE_SUPER_CLINIC_ADMIN'=> 'ROLE_CLINIC_ADMIN'=> 'ROLE_PRACTITIONER'=> 'ROLE_RECEPTIONIST'=> 'ROLE_SCHEDULER'=> 'ROLE_BOOKER'=> 'ROLE_COORDINATOR'], NULL);
  24126.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  24127.         return $instance;
  24128.     }
  24129.     /**
  24130.      * Gets the private 'security.authentication.guard_handler' shared service.
  24131.      *
  24132.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  24133.      */
  24134.     protected function getSecurity_Authentication_GuardHandlerService()
  24135.     {
  24136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  24137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  24138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  24139.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api_online_booking_unsecure'=> 'api_headers'=> 'api']);
  24140.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  24141.         return $instance;
  24142.     }
  24143.     /**
  24144.      * Gets the private 'security.authentication.listener.anonymous.api_online_booking_unsecure' shared service.
  24145.      *
  24146.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  24147.      */
  24148.     protected function getSecurity_Authentication_Listener_Anonymous_ApiOnlineBookingUnsecureService()
  24149.     {
  24150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  24154.         return $this->privates['security.authentication.listener.anonymous.api_online_booking_unsecure'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24155.     }
  24156.     /**
  24157.      * Gets the private 'security.authentication.listener.anonymous.api_unsecure' shared service.
  24158.      *
  24159.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  24160.      */
  24161.     protected function getSecurity_Authentication_Listener_Anonymous_ApiUnsecureService()
  24162.     {
  24163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  24167.         return $this->privates['security.authentication.listener.anonymous.api_unsecure'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24168.     }
  24169.     /**
  24170.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  24171.      *
  24172.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  24173.      */
  24174.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  24175.     {
  24176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  24180.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24181.     }
  24182.     /**
  24183.      * Gets the private 'security.authentication.listener.anonymous.unsecure' shared service.
  24184.      *
  24185.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  24186.      */
  24187.     protected function getSecurity_Authentication_Listener_Anonymous_UnsecureService()
  24188.     {
  24189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  24193.         return $this->privates['security.authentication.listener.anonymous.unsecure'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24194.     }
  24195.     /**
  24196.      * Gets the private 'security.authentication.listener.form.main' shared service.
  24197.      *
  24198.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  24199.      */
  24200.     protected function getSecurity_Authentication_Listener_Form_MainService()
  24201.     {
  24202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  24206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  24207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  24208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  24209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  24210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  24211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  24212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  24213.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  24214.         $b = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  24215.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $b);
  24216.         $c->setOptions(['login_path' => 'login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  24217.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->services['authentication_handler'] ?? $this->getAuthenticationHandlerService()), ['login_path' => 'login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'main'), $c, ['check_path' => 'login_check''username_parameter' => 'username''password_parameter' => 'password''use_forward' => false'require_previous_session' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  24218.     }
  24219.     /**
  24220.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  24221.      *
  24222.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  24223.      */
  24224.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  24225.     {
  24226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  24230.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  24231.             yield => ($this->services['app.session_authenticator'] ?? $this->getApp_SessionAuthenticatorService());
  24232.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  24233.     }
  24234.     /**
  24235.      * Gets the private 'security.authentication.listener.guard.api_headers' shared service.
  24236.      *
  24237.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  24238.      */
  24239.     protected function getSecurity_Authentication_Listener_Guard_ApiHeadersService()
  24240.     {
  24241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  24245.         return $this->privates['security.authentication.listener.guard.api_headers'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api_headers', new RewindableGenerator(function () {
  24246.             yield => ($this->services['app.application_authenticator'] ?? $this->getApp_ApplicationAuthenticatorService());
  24247.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  24248.     }
  24249.     /**
  24250.      * Gets the private 'security.authentication.listener.guard.api_online_booking_unsecure' shared service.
  24251.      *
  24252.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  24253.      */
  24254.     protected function getSecurity_Authentication_Listener_Guard_ApiOnlineBookingUnsecureService()
  24255.     {
  24256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  24260.         return $this->privates['security.authentication.listener.guard.api_online_booking_unsecure'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api_online_booking_unsecure', new RewindableGenerator(function () {
  24261.             yield => ($this->services['app.application_authenticator'] ?? $this->getApp_ApplicationAuthenticatorService());
  24262.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  24263.     }
  24264.     /**
  24265.      * Gets the private 'security.authentication.manager' shared service.
  24266.      *
  24267.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  24268.      */
  24269.     protected function getSecurity_Authentication_ManagerService()
  24270.     {
  24271.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  24272.             yield => ($this->privates['security.authentication.provider.anonymous.unsecure'] ?? ($this->privates['security.authentication.provider.anonymous.unsecure'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  24273.             yield => ($this->privates['security.authentication.provider.anonymous.api_unsecure'] ?? ($this->privates['security.authentication.provider.anonymous.api_unsecure'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  24274.             yield => ($this->privates['security.authentication.provider.guard.api_online_booking_unsecure'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiOnlineBookingUnsecureService());
  24275.             yield => ($this->privates['security.authentication.provider.anonymous.api_online_booking_unsecure'] ?? ($this->privates['security.authentication.provider.anonymous.api_online_booking_unsecure'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  24276.             yield => ($this->privates['security.authentication.provider.guard.api_headers'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiHeadersService());
  24277.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  24278.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  24279.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  24280.         }, 8), true);
  24281.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24282.         return $instance;
  24283.     }
  24284.     /**
  24285.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  24286.      *
  24287.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  24288.      */
  24289.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  24290.     {
  24291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  24293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  24294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24295.         include_once \dirname(__DIR__4).'/src/Security/UserChecker.php';
  24296.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.user_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserDbProviderService()), ($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  24297.     }
  24298.     /**
  24299.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  24300.      *
  24301.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  24302.      */
  24303.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  24304.     {
  24305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  24307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24309.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  24310.             yield => ($this->services['app.session_authenticator'] ?? $this->getApp_SessionAuthenticatorService());
  24311.         }, 1), ($this->privates['security.user.provider.concrete.user_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserDbProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  24312.     }
  24313.     /**
  24314.      * Gets the private 'security.authentication.provider.guard.api_headers' shared service.
  24315.      *
  24316.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  24317.      */
  24318.     protected function getSecurity_Authentication_Provider_Guard_ApiHeadersService()
  24319.     {
  24320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  24322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24323.         include_once \dirname(__DIR__4).'/src/Security/UserChecker.php';
  24324.         return $this->privates['security.authentication.provider.guard.api_headers'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  24325.             yield => ($this->services['app.application_authenticator'] ?? $this->getApp_ApplicationAuthenticatorService());
  24326.         }, 1), ($this->privates['security.user.provider.concrete.user_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserDbProviderService()), 'api_headers', ($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  24327.     }
  24328.     /**
  24329.      * Gets the private 'security.authentication.provider.guard.api_online_booking_unsecure' shared service.
  24330.      *
  24331.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  24332.      */
  24333.     protected function getSecurity_Authentication_Provider_Guard_ApiOnlineBookingUnsecureService()
  24334.     {
  24335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  24337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24339.         return $this->privates['security.authentication.provider.guard.api_online_booking_unsecure'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  24340.             yield => ($this->services['app.application_authenticator'] ?? $this->getApp_ApplicationAuthenticatorService());
  24341.         }, 1), ($this->privates['security.user.provider.concrete.user_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserDbProviderService()), 'api_online_booking_unsecure', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  24342.     }
  24343.     /**
  24344.      * Gets the private 'security.channel_listener' shared service.
  24345.      *
  24346.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  24347.      */
  24348.     protected function getSecurity_ChannelListenerService()
  24349.     {
  24350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  24354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  24355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  24356.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  24357.     }
  24358.     /**
  24359.      * Gets the private 'security.command.user_password_encoder' shared service.
  24360.      *
  24361.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  24362.      */
  24363.     protected function getSecurity_Command_UserPasswordEncoderService()
  24364.     {
  24365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  24367.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\Person\\User']);
  24368.         $instance->setName('security:encode-password');
  24369.         return $instance;
  24370.     }
  24371.     /**
  24372.      * Gets the private 'security.context_listener.0' shared service.
  24373.      *
  24374.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  24375.      */
  24376.     protected function getSecurity_ContextListener_0Service()
  24377.     {
  24378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  24382.         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 () {
  24383.             yield => ($this->privates['security.user.provider.concrete.user_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserDbProviderService());
  24384.         }, 1), 'unsecure', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  24385.     }
  24386.     /**
  24387.      * Gets the private 'security.context_listener.1' shared service.
  24388.      *
  24389.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  24390.      */
  24391.     protected function getSecurity_ContextListener_1Service()
  24392.     {
  24393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  24397.         return $this->privates['security.context_listener.1'] = 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 () {
  24398.             yield => ($this->privates['security.user.provider.concrete.user_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserDbProviderService());
  24399.         }, 1), 'api_unsecure', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  24400.     }
  24401.     /**
  24402.      * Gets the private 'security.context_listener.2' shared service.
  24403.      *
  24404.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  24405.      */
  24406.     protected function getSecurity_ContextListener_2Service()
  24407.     {
  24408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  24412.         return $this->privates['security.context_listener.2'] = 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 () {
  24413.             yield => ($this->privates['security.user.provider.concrete.user_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserDbProviderService());
  24414.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  24415.     }
  24416.     /**
  24417.      * Gets the private 'security.csrf.token_storage' shared service.
  24418.      *
  24419.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  24420.      */
  24421.     protected function getSecurity_Csrf_TokenStorageService()
  24422.     {
  24423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  24424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  24425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  24426.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  24427.     }
  24428.     /**
  24429.      * Gets the private 'security.encoder_factory.generic' shared service.
  24430.      *
  24431.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  24432.      */
  24433.     protected function getSecurity_EncoderFactory_GenericService()
  24434.     {
  24435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  24436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  24437.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Person\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  24438.     }
  24439.     /**
  24440.      * Gets the private 'security.firewall.map' shared service.
  24441.      *
  24442.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  24443.      */
  24444.     protected function getSecurity_Firewall_MapService()
  24445.     {
  24446.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24447.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  24448.             'security.firewall.map.context.api_headers' => ['privates''security.firewall.map.context.api_headers''getSecurity_Firewall_Map_Context_ApiHeadersService'false],
  24449.             'security.firewall.map.context.api_online_booking_unsecure' => ['privates''security.firewall.map.context.api_online_booking_unsecure''getSecurity_Firewall_Map_Context_ApiOnlineBookingUnsecureService'false],
  24450.             'security.firewall.map.context.api_unsecure' => ['privates''security.firewall.map.context.api_unsecure''getSecurity_Firewall_Map_Context_ApiUnsecureService'false],
  24451.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  24452.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  24453.             'security.firewall.map.context.unsecure' => ['privates''security.firewall.map.context.unsecure''getSecurity_Firewall_Map_Context_UnsecureService'false],
  24454.         ], [
  24455.             'security.firewall.map.context.api' => '?',
  24456.             'security.firewall.map.context.api_headers' => '?',
  24457.             'security.firewall.map.context.api_online_booking_unsecure' => '?',
  24458.             'security.firewall.map.context.api_unsecure' => '?',
  24459.             'security.firewall.map.context.dev' => '?',
  24460.             'security.firewall.map.context.main' => '?',
  24461.             'security.firewall.map.context.unsecure' => '?',
  24462.         ]), new RewindableGenerator(function () {
  24463.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  24464.             yield 'security.firewall.map.context.unsecure' => ($this->privates['.security.request_matcher.x1Gcfda'] ?? ($this->privates['.security.request_matcher.x1Gcfda'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(login|calendar/.*|forgot|batch|users|parse/webhook|mailchimp/webhook)$')));
  24465.             yield 'security.firewall.map.context.api_unsecure' => ($this->privates['.security.request_matcher.FwhjOl9'] ?? ($this->privates['.security.request_matcher.FwhjOl9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v\\d+(\\.{1}\\d+)?/(doc|clinic/\\d+/prospect|zoom/deauthorization)$')));
  24466.             yield 'security.firewall.map.context.api_online_booking_unsecure' => ($this->privates['.security.request_matcher.YojsML9'] ?? ($this->privates['.security.request_matcher.YojsML9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v\\d+(\\.{1}\\d+)?/(online-booking/\\d+(/.*)?|online-booking/[a-z0-9]{10}(/.*)?|online-booking/password(/.*)?|online-booking/forgot)$')));
  24467.             yield 'security.firewall.map.context.api_headers' => ($this->privates['.security.request_matcher.dfKCEXh'] ?? ($this->privates['.security.request_matcher.dfKCEXh'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v\\d+(\\.{1}\\d+)?/(login|countries|check2fa|match2fa|forgot)$')));
  24468.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  24469.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.oYuPgPA'] ?? ($this->privates['.security.request_matcher.oYuPgPA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(admin|/|booking|meeting|widget|$)')));
  24470.         }, 7));
  24471.     }
  24472.     /**
  24473.      * Gets the private 'security.firewall.map.context.api' shared service.
  24474.      *
  24475.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24476.      */
  24477.     protected function getSecurity_Firewall_Map_Context_ApiService()
  24478.     {
  24479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24483.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24484.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24485.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  24486.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24487.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->services['app.session_authenticator'] ?? $this->getApp_SessionAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.user_db_provider'NULL'app.session_authenticator'NULLNULL, [=> 'guard'], NULL));
  24488.     }
  24489.     /**
  24490.      * Gets the private 'security.firewall.map.context.api_headers' shared service.
  24491.      *
  24492.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24493.      */
  24494.     protected function getSecurity_Firewall_Map_Context_ApiHeadersService()
  24495.     {
  24496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24500.         return $this->privates['security.firewall.map.context.api_headers'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24501.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24502.             yield => ($this->privates['security.authentication.listener.guard.api_headers'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiHeadersService());
  24503.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24504.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_headers', ($this->services['app.application_authenticator'] ?? $this->getApp_ApplicationAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_headers''App\\Security\\UserChecker''.security.request_matcher.dfKCEXh'truetrue'security.user.provider.concrete.user_db_provider'NULL'app.application_authenticator'NULLNULL, [=> 'guard'], NULL));
  24505.     }
  24506.     /**
  24507.      * Gets the private 'security.firewall.map.context.api_online_booking_unsecure' shared service.
  24508.      *
  24509.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24510.      */
  24511.     protected function getSecurity_Firewall_Map_Context_ApiOnlineBookingUnsecureService()
  24512.     {
  24513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24517.         return $this->privates['security.firewall.map.context.api_online_booking_unsecure'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24518.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24519.             yield => ($this->privates['security.authentication.listener.guard.api_online_booking_unsecure'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiOnlineBookingUnsecureService());
  24520.             yield => ($this->privates['security.authentication.listener.anonymous.api_online_booking_unsecure'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiOnlineBookingUnsecureService());
  24521.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24522.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_online_booking_unsecure', ($this->services['app.application_authenticator'] ?? $this->getApp_ApplicationAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_online_booking_unsecure''security.user_checker''.security.request_matcher.YojsML9'truetrue'security.user.provider.concrete.user_db_provider'NULL'app.application_authenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  24523.     }
  24524.     /**
  24525.      * Gets the private 'security.firewall.map.context.api_unsecure' shared service.
  24526.      *
  24527.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24528.      */
  24529.     protected function getSecurity_Firewall_Map_Context_ApiUnsecureService()
  24530.     {
  24531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24535.         return $this->privates['security.firewall.map.context.api_unsecure'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24536.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24537.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  24538.             yield => ($this->privates['security.authentication.listener.anonymous.api_unsecure'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiUnsecureService());
  24539.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24540.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_unsecure'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_unsecure''security.user_checker''.security.request_matcher.FwhjOl9'truefalse'security.user.provider.concrete.user_db_provider''api_unsecure'NULLNULLNULL, [=> 'anonymous'], NULL));
  24541.     }
  24542.     /**
  24543.      * Gets the private 'security.firewall.map.context.dev' shared service.
  24544.      *
  24545.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24546.      */
  24547.     protected function getSecurity_Firewall_Map_Context_DevService()
  24548.     {
  24549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24551.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24552.             return new \EmptyIterator();
  24553.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  24554.     }
  24555.     /**
  24556.      * Gets the private 'security.firewall.map.context.main' shared service.
  24557.      *
  24558.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24559.      */
  24560.     protected function getSecurity_Firewall_Map_Context_MainService()
  24561.     {
  24562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  24566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  24567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  24571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  24572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  24573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  24574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  24575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  24576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24577.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  24578.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  24579.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'logout']);
  24580.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  24581.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  24582.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24583.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24584.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  24585.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  24586.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  24587.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24588.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''App\\Security\\UserChecker''.security.request_matcher.oYuPgPA'truefalse'security.user.provider.concrete.user_db_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  24589.     }
  24590.     /**
  24591.      * Gets the private 'security.firewall.map.context.unsecure' shared service.
  24592.      *
  24593.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24594.      */
  24595.     protected function getSecurity_Firewall_Map_Context_UnsecureService()
  24596.     {
  24597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24601.         return $this->privates['security.firewall.map.context.unsecure'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24602.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24603.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  24604.             yield => ($this->privates['security.authentication.listener.anonymous.unsecure'] ?? $this->getSecurity_Authentication_Listener_Anonymous_UnsecureService());
  24605.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24606.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'unsecure'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('unsecure''security.user_checker''.security.request_matcher.x1Gcfda'truefalse'security.user.provider.concrete.user_db_provider''unsecure'NULLNULLNULL, [=> 'anonymous'], NULL));
  24607.     }
  24608.     /**
  24609.      * Gets the private 'security.helper' shared service.
  24610.      *
  24611.      * @return \Symfony\Component\Security\Core\Security
  24612.      */
  24613.     protected function getSecurity_HelperService()
  24614.     {
  24615.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24616.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  24617.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  24618.         ], [
  24619.             'security.authorization_checker' => '?',
  24620.             'security.token_storage' => '?',
  24621.         ]));
  24622.     }
  24623.     /**
  24624.      * Gets the private 'security.http_utils' shared service.
  24625.      *
  24626.      * @return \Symfony\Component\Security\Http\HttpUtils
  24627.      */
  24628.     protected function getSecurity_HttpUtilsService()
  24629.     {
  24630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  24631.         $a = ($this->services['router'] ?? $this->getRouterService());
  24632.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  24633.     }
  24634.     /**
  24635.      * Gets the private 'security.logout_url_generator' shared service.
  24636.      *
  24637.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  24638.      */
  24639.     protected function getSecurity_LogoutUrlGeneratorService()
  24640.     {
  24641.         $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())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  24642.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  24643.         return $instance;
  24644.     }
  24645.     /**
  24646.      * Gets the private 'security.role_hierarchy' shared service.
  24647.      *
  24648.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  24649.      */
  24650.     protected function getSecurity_RoleHierarchyService()
  24651.     {
  24652.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  24653.     }
  24654.     /**
  24655.      * Gets the private 'security.user.provider.concrete.user_db_provider' shared service.
  24656.      *
  24657.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  24658.      */
  24659.     protected function getSecurity_User_Provider_Concrete_UserDbProviderService()
  24660.     {
  24661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  24662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  24663.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  24664.         return $this->privates['security.user.provider.concrete.user_db_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App:Person\\User'NULLNULL);
  24665.     }
  24666.     /**
  24667.      * Gets the private 'security.validator.user_password' shared service.
  24668.      *
  24669.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  24670.      */
  24671.     protected function getSecurity_Validator_UserPasswordService()
  24672.     {
  24673.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24674.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  24676.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  24677.     }
  24678.     /**
  24679.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  24680.      *
  24681.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  24682.      */
  24683.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  24684.     {
  24685.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  24686.     }
  24687.     /**
  24688.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  24689.      *
  24690.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  24691.      */
  24692.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  24693.     {
  24694.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  24695.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  24696.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  24697.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  24698.     }
  24699.     /**
  24700.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  24701.      *
  24702.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  24703.      */
  24704.     protected function getSensioFrameworkExtra_Security_ListenerService()
  24705.     {
  24706.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['logger'] ?? $this->getLoggerService()));
  24707.     }
  24708.     /**
  24709.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  24710.      *
  24711.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  24712.      */
  24713.     protected function getSensioFrameworkExtra_View_ListenerService()
  24714.     {
  24715.         $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))));
  24716.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24717.             'twig' => ['services''twig''getTwigService'false],
  24718.         ], [
  24719.             'twig' => 'Twig\\Environment',
  24720.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  24721.         return $instance;
  24722.     }
  24723.     /**
  24724.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  24725.      *
  24726.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  24727.      */
  24728.     protected function getSerializer_Mapping_CacheWarmerService()
  24729.     {
  24730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  24732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  24733.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  24734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  24735.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  24736.     }
  24737.     /**
  24738.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  24739.      *
  24740.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  24741.      */
  24742.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  24743.     {
  24744.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  24745.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  24746.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  24747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  24748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  24749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  24750.         return $this->privates['serializer.mapping.class_metadata_factory'] = 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()))]));
  24751.     }
  24752.     /**
  24753.      * Gets the private 'session_listener' shared service.
  24754.      *
  24755.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  24756.      */
  24757.     protected function getSessionListenerService()
  24758.     {
  24759.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24760.             'initialized_session' => ['services''session'NULLfalse],
  24761.             'session' => ['services''session''getSessionService'false],
  24762.         ], [
  24763.             'initialized_session' => '?',
  24764.             'session' => '?',
  24765.         ]));
  24766.     }
  24767.     /**
  24768.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  24769.      *
  24770.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  24771.      */
  24772.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  24773.     {
  24774.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  24775.     }
  24776.     /**
  24777.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  24778.      *
  24779.      * @return \Gedmo\Blameable\BlameableListener
  24780.      */
  24781.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  24782.     {
  24783.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  24784.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  24785.         return $instance;
  24786.     }
  24787.     /**
  24788.      * Gets the private 'swiftmailer.command.debug' shared service.
  24789.      *
  24790.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  24791.      */
  24792.     protected function getSwiftmailer_Command_DebugService()
  24793.     {
  24794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24795.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  24796.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  24797.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  24798.         $instance->setName('debug:swiftmailer');
  24799.         return $instance;
  24800.     }
  24801.     /**
  24802.      * Gets the private 'swiftmailer.command.new_email' shared service.
  24803.      *
  24804.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  24805.      */
  24806.     protected function getSwiftmailer_Command_NewEmailService()
  24807.     {
  24808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24809.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  24810.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  24811.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  24812.         $instance->setName('swiftmailer:email:send');
  24813.         return $instance;
  24814.     }
  24815.     /**
  24816.      * Gets the private 'swiftmailer.command.send_email' shared service.
  24817.      *
  24818.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  24819.      */
  24820.     protected function getSwiftmailer_Command_SendEmailService()
  24821.     {
  24822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24823.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  24824.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  24825.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  24826.         $instance->setName('swiftmailer:spool:send');
  24827.         return $instance;
  24828.     }
  24829.     /**
  24830.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  24831.      *
  24832.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  24833.      */
  24834.     protected function getSwiftmailer_EmailSender_ListenerService()
  24835.     {
  24836.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  24837.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->services['logger'] ?? $this->getLoggerService()));
  24838.     }
  24839.     /**
  24840.      * Gets the private 'translation.extractor' shared service.
  24841.      *
  24842.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  24843.      */
  24844.     protected function getTranslation_ExtractorService()
  24845.     {
  24846.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  24847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  24848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  24849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  24850.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  24851.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  24852.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  24853.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  24854.         return $instance;
  24855.     }
  24856.     /**
  24857.      * Gets the private 'translation.loader.csv' shared service.
  24858.      *
  24859.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  24860.      */
  24861.     protected function getTranslation_Loader_CsvService()
  24862.     {
  24863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24866.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  24867.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  24868.     }
  24869.     /**
  24870.      * Gets the private 'translation.loader.dat' shared service.
  24871.      *
  24872.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  24873.      */
  24874.     protected function getTranslation_Loader_DatService()
  24875.     {
  24876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  24878.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  24879.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  24880.     }
  24881.     /**
  24882.      * Gets the private 'translation.loader.ini' shared service.
  24883.      *
  24884.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  24885.      */
  24886.     protected function getTranslation_Loader_IniService()
  24887.     {
  24888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24890.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  24892.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  24893.     }
  24894.     /**
  24895.      * Gets the private 'translation.loader.json' shared service.
  24896.      *
  24897.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  24898.      */
  24899.     protected function getTranslation_Loader_JsonService()
  24900.     {
  24901.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24902.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  24905.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  24906.     }
  24907.     /**
  24908.      * Gets the private 'translation.loader.mo' shared service.
  24909.      *
  24910.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  24911.      */
  24912.     protected function getTranslation_Loader_MoService()
  24913.     {
  24914.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24915.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24916.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24917.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  24918.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  24919.     }
  24920.     /**
  24921.      * Gets the private 'translation.loader.php' shared service.
  24922.      *
  24923.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  24924.      */
  24925.     protected function getTranslation_Loader_PhpService()
  24926.     {
  24927.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  24931.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  24932.     }
  24933.     /**
  24934.      * Gets the private 'translation.loader.po' shared service.
  24935.      *
  24936.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  24937.      */
  24938.     protected function getTranslation_Loader_PoService()
  24939.     {
  24940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  24944.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  24945.     }
  24946.     /**
  24947.      * Gets the private 'translation.loader.qt' shared service.
  24948.      *
  24949.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  24950.      */
  24951.     protected function getTranslation_Loader_QtService()
  24952.     {
  24953.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24954.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  24955.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  24956.     }
  24957.     /**
  24958.      * Gets the private 'translation.loader.res' shared service.
  24959.      *
  24960.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  24961.      */
  24962.     protected function getTranslation_Loader_ResService()
  24963.     {
  24964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  24966.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  24967.     }
  24968.     /**
  24969.      * Gets the private 'translation.loader.xliff' shared service.
  24970.      *
  24971.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  24972.      */
  24973.     protected function getTranslation_Loader_XliffService()
  24974.     {
  24975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  24977.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  24978.     }
  24979.     /**
  24980.      * Gets the private 'translation.loader.yml' shared service.
  24981.      *
  24982.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  24983.      */
  24984.     protected function getTranslation_Loader_YmlService()
  24985.     {
  24986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  24990.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  24991.     }
  24992.     /**
  24993.      * Gets the private 'translation.reader' shared service.
  24994.      *
  24995.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  24996.      */
  24997.     protected function getTranslation_ReaderService()
  24998.     {
  24999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  25000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  25001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  25005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  25006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  25007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  25008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  25009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  25010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  25011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  25013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  25014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  25015.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  25016.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  25017.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  25018.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  25019.         $instance->addLoader('yaml'$a);
  25020.         $instance->addLoader('yml'$a);
  25021.         $instance->addLoader('xlf'$b);
  25022.         $instance->addLoader('xliff'$b);
  25023.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  25024.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  25025.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  25026.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  25027.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  25028.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  25029.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  25030.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  25031.         return $instance;
  25032.     }
  25033.     /**
  25034.      * Gets the private 'translation.warmer' shared service.
  25035.      *
  25036.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  25037.      */
  25038.     protected function getTranslation_WarmerService()
  25039.     {
  25040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  25042.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25043.             'translator' => ['services''translator''getTranslatorService'false],
  25044.         ], [
  25045.             'translator' => '?',
  25046.         ]))->withContext('translation.warmer'$this));
  25047.     }
  25048.     /**
  25049.      * Gets the private 'translator.default' shared service.
  25050.      *
  25051.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  25052.      */
  25053.     protected function getTranslator_DefaultService()
  25054.     {
  25055.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25056.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  25057.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  25058.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  25059.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  25060.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  25061.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  25062.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  25063.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  25064.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  25065.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  25066.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  25067.         ], [
  25068.             'translation.loader.csv' => '?',
  25069.             'translation.loader.dat' => '?',
  25070.             'translation.loader.ini' => '?',
  25071.             'translation.loader.json' => '?',
  25072.             'translation.loader.mo' => '?',
  25073.             'translation.loader.php' => '?',
  25074.             'translation.loader.po' => '?',
  25075.             'translation.loader.qt' => '?',
  25076.             'translation.loader.res' => '?',
  25077.             'translation.loader.xliff' => '?',
  25078.             'translation.loader.yml' => '?',
  25079.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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/Resources/translations/KnpPaginatorBundle.ar.xliff')], '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/Resources/translations/KnpPaginatorBundle.bg.xliff')], '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')], '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/Resources/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff')], '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/Resources/translations/KnpPaginatorBundle.es.xliff')], '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/Resources/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/Resources/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')], '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/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], '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')], '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/Resources/translations/KnpPaginatorBundle.hu.xliff')], '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/Resources/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/Resources/translations/KnpPaginatorBundle.it.xliff')], '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/Resources/translations/KnpPaginatorBundle.ja.xliff')], '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/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], '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/Resources/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/Resources/translations/KnpPaginatorBundle.pl.xliff')], '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')], '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/Resources/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/Resources/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/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], '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/Resources/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')], '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/Resources/translations/KnpPaginatorBundle.uk.xliff')], '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/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], '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/knplabs/knp-paginator-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/FOSJsRoutingBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/jbouzekri/phumbor-bundle/Jb/Bundle/PhumborBundle/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/JbPhumborBundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/McfedrAwsPushBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/McfedrQueueManagerBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/WhiteOctoberBreadcrumbsBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/NelmioAliceBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/FidryAliceDataFixturesBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/HautelookAliceBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/harmbandstra/swagger-ui-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/HBSwaggerUiBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Bundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/DoctrineBehaviorsBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 58 => (\dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/translations'), 59 => (\dirname(__DIR__4).'/src/Resources/CaptchaBundle/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/Resources/translations'=> 'translations'=> 'vendor/doctrine/doctrine-cache-bundle/translations'=> 'src/Resources/DoctrineCacheBundle/translations'=> 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'=> 'src/Resources/FOSCKEditorBundle/translations'=> 'vendor/friendsofsymfony/jsrouting-bundle/translations'10 => 'src/Resources/FOSJsRoutingBundle/translations'11 => 'vendor/jbouzekri/phumbor-bundle/Jb/Bundle/PhumborBundle/translations'12 => 'src/Resources/JbPhumborBundle/translations'13 => 'src/Resources/KnpPaginatorBundle/translations'14 => 'vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle/translations'15 => 'src/Resources/McfedrAwsPushBundle/translations'16 => 'vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle/translations'17 => 'src/Resources/McfedrQueueManagerBundle/translations'18 => 'vendor/doctrine/doctrine-bundle/translations'19 => 'src/Resources/DoctrineBundle/translations'20 => 'vendor/nelmio/cors-bundle/translations'21 => 'src/Resources/NelmioCorsBundle/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'src/Resources/SensioFrameworkExtraBundle/translations'24 => 'vendor/symfony/monolog-bundle/translations'25 => 'src/Resources/MonologBundle/translations'26 => 'vendor/symfony/swiftmailer-bundle/translations'27 => 'src/Resources/SwiftmailerBundle/translations'28 => 'vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/translations'29 => 'src/Resources/WhiteOctoberBreadcrumbsBundle/translations'30 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'31 => 'src/Resources/NelmioAliceBundle/translations'32 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'33 => 'src/Resources/FidryAliceDataFixturesBundle/translations'34 => 'vendor/hautelook/alice-bundle/src/translations'35 => 'src/Resources/HautelookAliceBundle/translations'36 => 'vendor/symfony/maker-bundle/src/translations'37 => 'src/Resources/MakerBundle/translations'38 => 'vendor/symfony/framework-bundle/translations'39 => 'src/Resources/FrameworkBundle/translations'40 => 'vendor/symfony/twig-bundle/translations'41 => 'src/Resources/TwigBundle/translations'42 => 'vendor/harmbandstra/swagger-ui-bundle/src/translations'43 => 'src/Resources/HBSwaggerUiBundle/translations'44 => 'vendor/knplabs/doctrine-behaviors/src/Bundle/translations'45 => 'src/Resources/DoctrineBehaviorsBundle/translations'46 => 'vendor/symfony/security-bundle/translations'47 => 'src/Resources/SecurityBundle/translations'48 => 'vendor/symfony/web-profiler-bundle/translations'49 => 'src/Resources/WebProfilerBundle/translations'50 => 'vendor/symfony/debug-bundle/translations'51 => 'src/Resources/DebugBundle/translations'52 => 'vendor/twig/extra-bundle/translations'53 => 'src/Resources/TwigExtraBundle/translations'54 => 'vendor/stof/doctrine-extensions-bundle/src/translations'55 => 'src/Resources/StofDoctrineExtensionsBundle/translations'56 => 'vendor/doctrine/doctrine-migrations-bundle/translations'57 => 'src/Resources/DoctrineMigrationsBundle/translations'58 => 'vendor/captcha-com/symfony-captcha-bundle/translations'59 => 'src/Resources/CaptchaBundle/translations'60 => 'src/Resources/translations']]]);
  25080.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  25081.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  25082.         return $instance;
  25083.     }
  25084.     /**
  25085.      * Gets the private 'twig.command.debug' shared service.
  25086.      *
  25087.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  25088.      */
  25089.     protected function getTwig_Command_DebugService()
  25090.     {
  25091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25092.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  25093.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  25094.         $instance->setName('debug:twig');
  25095.         return $instance;
  25096.     }
  25097.     /**
  25098.      * Gets the private 'twig.command.lint' shared service.
  25099.      *
  25100.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  25101.      */
  25102.     protected function getTwig_Command_LintService()
  25103.     {
  25104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25105.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  25106.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  25107.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  25108.         $instance->setName('lint:twig');
  25109.         return $instance;
  25110.     }
  25111.     /**
  25112.      * Gets the private 'twig.form.engine' shared service.
  25113.      *
  25114.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  25115.      */
  25116.     protected function getTwig_Form_EngineService()
  25117.     {
  25118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  25119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  25120.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  25121.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  25122.     }
  25123.     /**
  25124.      * Gets the private 'twig.form.renderer' shared service.
  25125.      *
  25126.      * @return \Symfony\Component\Form\FormRenderer
  25127.      */
  25128.     protected function getTwig_Form_RendererService()
  25129.     {
  25130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  25131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  25132.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  25133.     }
  25134.     /**
  25135.      * Gets the private 'twig.runtime.httpkernel' shared service.
  25136.      *
  25137.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  25138.      */
  25139.     protected function getTwig_Runtime_HttpkernelService()
  25140.     {
  25141.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  25142.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  25143.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  25144.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25145.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  25146.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  25147.         ], [
  25148.             'hinclude' => '?',
  25149.             'inline' => '?',
  25150.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  25151.     }
  25152.     /**
  25153.      * Gets the private 'twig.runtime.security_csrf' shared service.
  25154.      *
  25155.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  25156.      */
  25157.     protected function getTwig_Runtime_SecurityCsrfService()
  25158.     {
  25159.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  25160.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  25161.     }
  25162.     /**
  25163.      * Gets the private 'twig.template_cache_warmer' shared service.
  25164.      *
  25165.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  25166.      */
  25167.     protected function getTwig_TemplateCacheWarmerService()
  25168.     {
  25169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25170.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  25171.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  25172.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  25173.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25174.             'twig' => ['services''twig''getTwigService'false],
  25175.         ], [
  25176.             'twig' => 'Twig\\Environment',
  25177.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  25178.     }
  25179.     /**
  25180.      * Gets the private 'validator.builder' shared service.
  25181.      *
  25182.      * @return \Symfony\Component\Validator\ValidatorBuilder
  25183.      */
  25184.     protected function getValidator_BuilderService()
  25185.     {
  25186.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  25187.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  25188.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25189.             'Captcha\\Bundle\\CaptchaBundle\\Validator\\Constraints\\ValidCaptchaValidator' => ['services''captcha.validator''getCaptcha_ValidatorService'false],
  25190.             'Captcha\\Bundle\\CaptchaBundle\\Validator\\Constraints\\ValidSimpleCaptchaValidator' => ['services''simple_captcha.validator''getSimpleCaptcha_ValidatorService'false],
  25191.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  25192.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  25193.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  25194.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25195.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  25196.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  25197.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  25198.             'valid_captcha' => ['services''captcha.validator''getCaptcha_ValidatorService'false],
  25199.             'valid_simple_captcha' => ['services''simple_captcha.validator''getSimpleCaptcha_ValidatorService'false],
  25200.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25201.         ], [
  25202.             'Captcha\\Bundle\\CaptchaBundle\\Validator\\Constraints\\ValidCaptchaValidator' => '?',
  25203.             'Captcha\\Bundle\\CaptchaBundle\\Validator\\Constraints\\ValidSimpleCaptchaValidator' => '?',
  25204.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  25205.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  25206.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  25207.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  25208.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  25209.             'doctrine.orm.validator.unique' => '?',
  25210.             'security.validator.user_password' => '?',
  25211.             'valid_captcha' => '?',
  25212.             'valid_simple_captcha' => '?',
  25213.             'validator.expression' => '?',
  25214.         ])));
  25215.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  25216.         $instance->setTranslationDomain('validators');
  25217.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  25218.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25219.         $instance->addMethodMapping('loadValidatorMetadata');
  25220.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  25221.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  25222.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  25223.         return $instance;
  25224.     }
  25225.     /**
  25226.      * Gets the private 'validator.email' shared service.
  25227.      *
  25228.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  25229.      */
  25230.     protected function getValidator_EmailService()
  25231.     {
  25232.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25233.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25234.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  25235.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  25236.     }
  25237.     /**
  25238.      * Gets the private 'validator.expression' shared service.
  25239.      *
  25240.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  25241.      */
  25242.     protected function getValidator_ExpressionService()
  25243.     {
  25244.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25245.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25246.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  25247.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  25248.     }
  25249.     /**
  25250.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  25251.      *
  25252.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  25253.      */
  25254.     protected function getValidator_Mapping_CacheWarmerService()
  25255.     {
  25256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  25258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  25259.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  25260.     }
  25261.     /**
  25262.      * Gets the private 'validator.not_compromised_password' shared service.
  25263.      *
  25264.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  25265.      */
  25266.     protected function getValidator_NotCompromisedPasswordService()
  25267.     {
  25268.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25269.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25270.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  25271.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  25272.     }
  25273.     /**
  25274.      * Gets the private 'var_dumper.command.server_dump' shared service.
  25275.      *
  25276.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  25277.      */
  25278.     protected function getVarDumper_Command_ServerDumpService()
  25279.     {
  25280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25281.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  25282.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  25283.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  25284.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  25285.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  25286.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  25287.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  25288.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  25289.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  25290.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  25291.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  25292.         $instance->setName('server:dump');
  25293.         return $instance;
  25294.     }
  25295.     /**
  25296.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  25297.      *
  25298.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  25299.      */
  25300.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  25301.     {
  25302.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  25303.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  25304.         return $instance;
  25305.     }
  25306.     /**
  25307.      * Gets the private 'var_dumper.html_dumper' shared service.
  25308.      *
  25309.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  25310.      */
  25311.     protected function getVarDumper_HtmlDumperService()
  25312.     {
  25313.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  25314.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  25315.         return $instance;
  25316.     }
  25317.     /**
  25318.      * Gets the private 'var_dumper.server_connection' shared service.
  25319.      *
  25320.      * @return \Symfony\Component\VarDumper\Server\Connection
  25321.      */
  25322.     protected function getVarDumper_ServerConnectionService()
  25323.     {
  25324.         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()]);
  25325.     }
  25326.     /**
  25327.      * Gets the private 'web_profiler.csp.handler' shared service.
  25328.      *
  25329.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  25330.      */
  25331.     protected function getWebProfiler_Csp_HandlerService()
  25332.     {
  25333.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  25334.     }
  25335.     /**
  25336.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  25337.      *
  25338.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  25339.      */
  25340.     protected function getWebProfiler_DebugToolbarService()
  25341.     {
  25342.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  25343.     }
  25344.     /**
  25345.      * @return array|bool|float|int|string|\UnitEnum|null
  25346.      */
  25347.     public function getParameter($name)
  25348.     {
  25349.         $name = (string) $name;
  25350.         if (isset($this->buildParameters[$name])) {
  25351.             return $this->buildParameters[$name];
  25352.         }
  25353.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  25354.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  25355.         }
  25356.         if (isset($this->loadedDynamicParameters[$name])) {
  25357.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  25358.         }
  25359.         return $this->parameters[$name];
  25360.     }
  25361.     public function hasParameter($name): bool
  25362.     {
  25363.         $name = (string) $name;
  25364.         if (isset($this->buildParameters[$name])) {
  25365.             return true;
  25366.         }
  25367.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  25368.     }
  25369.     public function setParameter($name$value): void
  25370.     {
  25371.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  25372.     }
  25373.     public function getParameterBag(): ParameterBagInterface
  25374.     {
  25375.         if (null === $this->parameterBag) {
  25376.             $parameters $this->parameters;
  25377.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  25378.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  25379.             }
  25380.             foreach ($this->buildParameters as $name => $value) {
  25381.                 $parameters[$name] = $value;
  25382.             }
  25383.             $this->parameterBag = new FrozenParameterBag($parameters);
  25384.         }
  25385.         return $this->parameterBag;
  25386.     }
  25387.     private $loadedDynamicParameters = [
  25388.         'kernel.cache_dir' => false,
  25389.         'database_host' => false,
  25390.         'database_port' => false,
  25391.         'database_name' => false,
  25392.         'database_user' => false,
  25393.         'database_password' => false,
  25394.         'paymentsense_house_id' => false,
  25395.         'is_test_paymentsense' => false,
  25396.         'uploads_folder' => false,
  25397.         'uploads_clinic_folder' => false,
  25398.         'admin_email' => false,
  25399.         'main_aws_region' => false,
  25400.         'google_client_id' => false,
  25401.         'google_client_secret' => false,
  25402.         'google_full_calendar_key' => false,
  25403.         'google_calendar_default_timezone' => false,
  25404.         'timezone_for_time_type' => false,
  25405.         'mongo_db' => false,
  25406.         'mongo_collection' => false,
  25407.         'import_config' => false,
  25408.         'default_db_path' => false,
  25409.         'test_db_path' => false,
  25410.         'page_range' => false,
  25411.         'export_range' => false,
  25412.         'short_host_name' => false,
  25413.         'gocardless_environment' => false,
  25414.         'gocardless_access_token' => false,
  25415.         'gocardless_webhook_secret' => false,
  25416.         'thumbor_url' => false,
  25417.         'thumbor_secret' => false,
  25418.         'cloud_front_url' => false,
  25419.         'aws_region' => false,
  25420.         'aws_bucket' => false,
  25421.         'aws_bounce_topic' => false,
  25422.         'aws_sns_arn_ios' => false,
  25423.         'aws_sns_arn_ios_dev' => false,
  25424.         'psql_database_host' => false,
  25425.         'psql_database_port' => false,
  25426.         'psql_database_name' => false,
  25427.         'psql_database_user' => false,
  25428.         'psql_database_password' => false,
  25429.         'mailer_transport' => false,
  25430.         'mailer_host' => false,
  25431.         'mailer_user' => false,
  25432.         'mailer_password' => false,
  25433.         'mailer_from' => false,
  25434.         'twilio_sid' => false,
  25435.         'twilio_token' => false,
  25436.         'twilio_sms_from' => false,
  25437.         'full_calendar_scheduler_key' => false,
  25438.         'xero_client_id' => false,
  25439.         'xero_client_secret' => false,
  25440.         'xero_redirect_uri' => false,
  25441.         'zoom_client_id' => false,
  25442.         'zoom_client_secret' => false,
  25443.         'zoom_redirect_uri' => false,
  25444.         'zoom_jwt_api_key' => false,
  25445.         'zoom_jwt_api_secret' => false,
  25446.         'is_test_chronoscan_pdf' => false,
  25447.         'phumbor.server.url' => false,
  25448.         'phumbor.secret' => false,
  25449.         'mcfedr_aws_push.platforms' => false,
  25450.         'mcfedr_aws_push.aws.region' => false,
  25451.         'mcfedr_queue_manager.default.options' => false,
  25452.         'doctrine.orm.proxy_dir' => false,
  25453.         'swiftmailer.spool.default.memory.path' => false,
  25454.         'kernel.secret' => false,
  25455.         'validator.mapping.cache.file' => false,
  25456.         'profiler.storage.dsn' => false,
  25457.         'debug.container.dump' => false,
  25458.         'serializer.mapping.cache.file' => false,
  25459.     ];
  25460.     private $dynamicParameters = [];
  25461.     private function getDynamicParameter(string $name)
  25462.     {
  25463.         switch ($name) {
  25464.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  25465.             case 'database_host'$value $this->getEnv('DATABASE_HOST'); break;
  25466.             case 'database_port'$value $this->getEnv('DATABASE_PORT'); break;
  25467.             case 'database_name'$value $this->getEnv('DATABASE_NAME'); break;
  25468.             case 'database_user'$value $this->getEnv('DATABASE_USER'); break;
  25469.             case 'database_password'$value $this->getEnv('DATABASE_PASSWORD'); break;
  25470.             case 'paymentsense_house_id'$value $this->getEnv('PAYMENTSENSE_HOUSE_ID'); break;
  25471.             case 'is_test_paymentsense'$value $this->getEnv('IS_TEST_PAYMENTSENSE'); break;
  25472.             case 'uploads_folder'$value $this->getEnv('UPLOADS_FOLDER'); break;
  25473.             case 'uploads_clinic_folder'$value $this->getEnv('UPLOADS_CLINIC_FOLDER'); break;
  25474.             case 'admin_email'$value $this->getEnv('ADMIN_EMAIL'); break;
  25475.             case 'main_aws_region'$value $this->getEnv('MAIN_AWS_REGION'); break;
  25476.             case 'google_client_id'$value $this->getEnv('GOOGLE_CLIENT_ID'); break;
  25477.             case 'google_client_secret'$value $this->getEnv('GOOGLE_CLIENT_SECRET'); break;
  25478.             case 'google_full_calendar_key'$value $this->getEnv('GOOGLE_FULL_CALENDAR_KEY'); break;
  25479.             case 'google_calendar_default_timezone'$value $this->getEnv('GOOGLE_CALENDAR_DEFAULT_TIMEZONE'); break;
  25480.             case 'timezone_for_time_type'$value $this->getEnv('TIMEZONE_FOR_TIME_TYPE'); break;
  25481.             case 'mongo_db'$value $this->getEnv('MONGO_DB'); break;
  25482.             case 'mongo_collection'$value $this->getEnv('MONGO_COLLECTION'); break;
  25483.             case 'import_config'$value $this->getEnv('IMPORT_CONFIG'); break;
  25484.             case 'default_db_path'$value $this->getEnv('DEFAULT_DB_PATH'); break;
  25485.             case 'test_db_path'$value $this->getEnv('TEST_DB_PATH'); break;
  25486.             case 'page_range'$value $this->getEnv('PAGE_RANGE'); break;
  25487.             case 'export_range'$value $this->getEnv('EXPORT_RANGE'); break;
  25488.             case 'short_host_name'$value $this->getEnv('SHORT_HOST_NAME'); break;
  25489.             case 'gocardless_environment'$value $this->getEnv('GOCARDLESS_ENVIRONMENT'); break;
  25490.             case 'gocardless_access_token'$value $this->getEnv('GOCARDLESS_ACCESS_TOKEN'); break;
  25491.             case 'gocardless_webhook_secret'$value $this->getEnv('GOCARDLESS_WEBHOOK_SECRET'); break;
  25492.             case 'thumbor_url'$value $this->getEnv('THUMBOR_URL'); break;
  25493.             case 'thumbor_secret'$value $this->getEnv('THUNBOR_SECRET'); break;
  25494.             case 'cloud_front_url'$value $this->getEnv('CLOUD_FRONT_URL'); break;
  25495.             case 'aws_region'$value $this->getEnv('AWS_REGION'); break;
  25496.             case 'aws_bucket'$value $this->getEnv('AWS_BUCKET'); break;
  25497.             case 'aws_bounce_topic'$value $this->getEnv('AWS_BOUNCE_TOPIC'); break;
  25498.             case 'aws_sns_arn_ios'$value $this->getEnv('AWS_SNS_ARN_IOS'); break;
  25499.             case 'aws_sns_arn_ios_dev'$value $this->getEnv('AWS_SNS_ARN_IOS_DEV'); break;
  25500.             case 'psql_database_host'$value $this->getEnv('PSQL_DATABASE_HOST'); break;
  25501.             case 'psql_database_port'$value $this->getEnv('PSQL_DATABASE_PORT'); break;
  25502.             case 'psql_database_name'$value $this->getEnv('PSQL_DATABASE_NAME'); break;
  25503.             case 'psql_database_user'$value $this->getEnv('PSQL_DATABASE_USER'); break;
  25504.             case 'psql_database_password'$value $this->getEnv('PSQL_DATABASE_PASSWORD'); break;
  25505.             case 'mailer_transport'$value $this->getEnv('MAILER_TRANSPORT'); break;
  25506.             case 'mailer_host'$value $this->getEnv('MAILER_HOST'); break;
  25507.             case 'mailer_user'$value $this->getEnv('MAILER_USER'); break;
  25508.             case 'mailer_password'$value $this->getEnv('MAILER_PASSWORD'); break;
  25509.             case 'mailer_from'$value $this->getEnv('MAILER_FROM'); break;
  25510.             case 'twilio_sid'$value $this->getEnv('TWILIO_SID'); break;
  25511.             case 'twilio_token'$value $this->getEnv('TWILIO_TOKEN'); break;
  25512.             case 'twilio_sms_from'$value $this->getEnv('TWILIO_SMS_FROM'); break;
  25513.             case 'full_calendar_scheduler_key'$value $this->getEnv('FULL_CALENDAR_SCHEDULER_KEY'); break;
  25514.             case 'xero_client_id'$value $this->getEnv('XERO_CLIENT_ID'); break;
  25515.             case 'xero_client_secret'$value $this->getEnv('XERO_CLIENT_SECRET'); break;
  25516.             case 'xero_redirect_uri'$value $this->getEnv('XERO_REDIRECT_URI'); break;
  25517.             case 'zoom_client_id'$value $this->getEnv('ZOOM_CLIENT_ID'); break;
  25518.             case 'zoom_client_secret'$value $this->getEnv('ZOOM_CLIENT_SECRET'); break;
  25519.             case 'zoom_redirect_uri'$value $this->getEnv('ZOOM_REDIRECT_URI'); break;
  25520.             case 'zoom_jwt_api_key'$value $this->getEnv('ZOOM_JWT_API_KEY'); break;
  25521.             case 'zoom_jwt_api_secret'$value $this->getEnv('ZOOM_JWT_API_SECRET'); break;
  25522.             case 'is_test_chronoscan_pdf'$value $this->getEnv('IS_TEST_CHRONOSCAN_PDF'); break;
  25523.             case 'phumbor.server.url'$value $this->getEnv('CLOUD_FRONT_URL'); break;
  25524.             case 'phumbor.secret'$value $this->getEnv('THUNBOR_SECRET'); break;
  25525.             case 'mcfedr_aws_push.platforms'$value = [
  25526.                 'default' => $this->getEnv('AWS_PUSH_DEFAULT_PLATFORM_ARN'),
  25527.             ]; break;
  25528.             case 'mcfedr_aws_push.aws.region'$value $this->getEnv('AWS_REGION'); break;
  25529.             case 'mcfedr_queue_manager.default.options'$value = [
  25530.                 'retry_limit' => 3,
  25531.                 'sleep_seconds' => 5,
  25532.                 'queues' => [
  25533.                     'reminder' => $this->getEnv('resolve:SQS_QUEUE_REMINDER'),
  25534.                     'paymentsense' => $this->getEnv('resolve:SQS_QUEUE_PAYMENTSENSE'),
  25535.                     'zip_import' => $this->getEnv('resolve:SQS_QUEUE_ZIP_IMPORT'),
  25536.                     'set_created_by' => $this->getEnv('resolve:SQS_QUEUE_SET_CREATED_BY'),
  25537.                     'xero_sync' => $this->getEnv('resolve:SQS_QUEUE_XERO_SYNC'),
  25538.                 ],
  25539.                 'default_url' => $this->getEnv('resolve:SQS_QUEUE_DEFAULT'),
  25540.                 'pub_sub_queues' => [
  25541.                 ],
  25542.             ]; break;
  25543.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  25544.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  25545.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  25546.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  25547.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  25548.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  25549.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  25550.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  25551.         }
  25552.         $this->loadedDynamicParameters[$name] = true;
  25553.         return $this->dynamicParameters[$name] = $value;
  25554.     }
  25555.     protected function getDefaultParameters(): array
  25556.     {
  25557.         return [
  25558.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  25559.             'kernel.project_dir' => \dirname(__DIR__4),
  25560.             'kernel.environment' => 'dev',
  25561.             'kernel.debug' => true,
  25562.             'kernel.name' => 'src',
  25563.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  25564.             'kernel.bundles' => [
  25565.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  25566.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  25567.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  25568.                 'JbPhumborBundle' => 'Jb\\Bundle\\PhumborBundle\\JbPhumborBundle',
  25569.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  25570.                 'McfedrAwsPushBundle' => 'Mcfedr\\AwsPushBundle\\McfedrAwsPushBundle',
  25571.                 'McfedrQueueManagerBundle' => 'Mcfedr\\QueueManagerBundle\\McfedrQueueManagerBundle',
  25572.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  25573.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  25574.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  25575.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  25576.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  25577.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  25578.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  25579.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  25580.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  25581.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  25582.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  25583.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  25584.                 'HBSwaggerUiBundle' => 'HarmBandstra\\SwaggerUiBundle\\HBSwaggerUiBundle',
  25585.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\Bundle\\DoctrineBehaviorsBundle',
  25586.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  25587.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  25588.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  25589.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  25590.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  25591.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  25592.                 'CaptchaBundle' => 'Captcha\\Bundle\\CaptchaBundle\\CaptchaBundle',
  25593.             ],
  25594.             'kernel.bundles_metadata' => [
  25595.                 'DoctrineCacheBundle' => [
  25596.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  25597.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  25598.                 ],
  25599.                 'FOSCKEditorBundle' => [
  25600.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  25601.                     'namespace' => 'FOS\\CKEditorBundle',
  25602.                 ],
  25603.                 'FOSJsRoutingBundle' => [
  25604.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  25605.                     'namespace' => 'FOS\\JsRoutingBundle',
  25606.                 ],
  25607.                 'JbPhumborBundle' => [
  25608.                     'path' => (\dirname(__DIR__4).'/vendor/jbouzekri/phumbor-bundle/Jb/Bundle/PhumborBundle'),
  25609.                     'namespace' => 'Jb\\Bundle\\PhumborBundle',
  25610.                 ],
  25611.                 'KnpPaginatorBundle' => [
  25612.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  25613.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  25614.                 ],
  25615.                 'McfedrAwsPushBundle' => [
  25616.                     'path' => (\dirname(__DIR__4).'/vendor/mcfedr/awspushbundle/src/Mcfedr/AwsPushBundle'),
  25617.                     'namespace' => 'Mcfedr\\AwsPushBundle',
  25618.                 ],
  25619.                 'McfedrQueueManagerBundle' => [
  25620.                     'path' => (\dirname(__DIR__4).'/vendor/mcfedr/queue-manager-bundle/src/Mcfedr/QueueManagerBundle'),
  25621.                     'namespace' => 'Mcfedr\\QueueManagerBundle',
  25622.                 ],
  25623.                 'DoctrineBundle' => [
  25624.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  25625.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  25626.                 ],
  25627.                 'NelmioCorsBundle' => [
  25628.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  25629.                     'namespace' => 'Nelmio\\CorsBundle',
  25630.                 ],
  25631.                 'SensioFrameworkExtraBundle' => [
  25632.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  25633.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  25634.                 ],
  25635.                 'MonologBundle' => [
  25636.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  25637.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  25638.                 ],
  25639.                 'SwiftmailerBundle' => [
  25640.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  25641.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  25642.                 ],
  25643.                 'WhiteOctoberBreadcrumbsBundle' => [
  25644.                     'path' => (\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle'),
  25645.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  25646.                 ],
  25647.                 'NelmioAliceBundle' => [
  25648.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  25649.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  25650.                 ],
  25651.                 'FidryAliceDataFixturesBundle' => [
  25652.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  25653.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  25654.                 ],
  25655.                 'HautelookAliceBundle' => [
  25656.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  25657.                     'namespace' => 'Hautelook\\AliceBundle',
  25658.                 ],
  25659.                 'MakerBundle' => [
  25660.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  25661.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  25662.                 ],
  25663.                 'FrameworkBundle' => [
  25664.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  25665.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  25666.                 ],
  25667.                 'TwigBundle' => [
  25668.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  25669.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  25670.                 ],
  25671.                 'HBSwaggerUiBundle' => [
  25672.                     'path' => (\dirname(__DIR__4).'/vendor/harmbandstra/swagger-ui-bundle/src'),
  25673.                     'namespace' => 'HarmBandstra\\SwaggerUiBundle',
  25674.                 ],
  25675.                 'DoctrineBehaviorsBundle' => [
  25676.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Bundle'),
  25677.                     'namespace' => 'Knp\\DoctrineBehaviors\\Bundle',
  25678.                 ],
  25679.                 'SecurityBundle' => [
  25680.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  25681.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  25682.                 ],
  25683.                 'WebProfilerBundle' => [
  25684.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  25685.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  25686.                 ],
  25687.                 'DebugBundle' => [
  25688.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  25689.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  25690.                 ],
  25691.                 'TwigExtraBundle' => [
  25692.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  25693.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  25694.                 ],
  25695.                 'StofDoctrineExtensionsBundle' => [
  25696.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  25697.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  25698.                 ],
  25699.                 'DoctrineMigrationsBundle' => [
  25700.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  25701.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  25702.                 ],
  25703.                 'CaptchaBundle' => [
  25704.                     'path' => (\dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle'),
  25705.                     'namespace' => 'Captcha\\Bundle\\CaptchaBundle',
  25706.                 ],
  25707.             ],
  25708.             'kernel.charset' => 'UTF-8',
  25709.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  25710.             'container.dumper.inline_class_loader' => true,
  25711.             'container.dumper.inline_factories' => true,
  25712.             'APP_CONFIG_AWS_KEY' => 'AKIAWZLBBIYBWFZJS3I3',
  25713.             'APP_CONFIG_AWS_SECRET' => 'z/AvWfkaBxHloynuM/AhLmY0tR66SQrQssxlYlnx',
  25714.             'APP_CONFIG_QUEUE_AWS_KEY' => 'AKIAWZLBBIYB3KA6AODP',
  25715.             'APP_CONFIG_QUEUE_AWS_SECRET' => '4lgHTxAz6/+DVcjBKZuEBkd1z1rPik8eeAHWQi4s',
  25716.             'APP_CONFIG_SMTP_HOST_URL' => 'mail.smtp2go.com',
  25717.             'APP_CONFIG_SMTP_USERNAME' => 'consentzstaging',
  25718.             'APP_CONFIG_SMTP_PASSWORD' => '8cf4c8079d3b4035d050cc3600f685b8ZTpV/4mtOAESmevjOnOViw==',
  25719.             'APP_CONFIG_SMTP_PORT' => '2525',
  25720.             'APP_CONFIG_SMTP_FROM_USER' => 'staging-no-reply@consentz.com',
  25721.             'APP_CONFIG_SMTP_API_KEY' => 'api-7199E714AD9844B7A05EC293A9E1F094',
  25722.             'locale' => 'en',
  25723.             'cache_type' => 'file_system',
  25724.             'test' => false,
  25725.             'csv_path' => (\dirname(__DIR__4).'/src/../public/uploads/s3/'),
  25726.             'import_path' => (\dirname(__DIR__4).'/src/../importFile/'),
  25727.             'tmp_dir' => (\dirname(__DIR__3).'/tmp'),
  25728.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  25729.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  25730.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  25731.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  25732.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  25733.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  25734.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  25735.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  25736.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  25737.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  25738.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  25739.             'doctrine_cache.memcache.host' => 'localhost',
  25740.             'doctrine_cache.memcache.port' => 11211,
  25741.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  25742.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  25743.             'doctrine_cache.memcached.host' => 'localhost',
  25744.             'doctrine_cache.memcached.port' => 11211,
  25745.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  25746.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  25747.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  25748.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  25749.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  25750.             'doctrine_cache.predis.scheme' => 'tcp',
  25751.             'doctrine_cache.predis.host' => 'localhost',
  25752.             'doctrine_cache.predis.port' => 6379,
  25753.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  25754.             'doctrine_cache.redis.connection.class' => 'Redis',
  25755.             'doctrine_cache.redis.host' => 'localhost',
  25756.             'doctrine_cache.redis.port' => 6379,
  25757.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  25758.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  25759.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  25760.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  25761.             'doctrine_cache.riak.host' => 'localhost',
  25762.             'doctrine_cache.riak.port' => 8087,
  25763.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  25764.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  25765.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  25766.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  25767.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  25768.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  25769.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  25770.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  25771.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  25772.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  25773.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  25774.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  25775.             'fos_js_routing.request_context_base_url' => NULL,
  25776.             'fos_js_routing.cache_control' => [
  25777.                 'enabled' => false,
  25778.             ],
  25779.             'phumbor.transformations' => [
  25780.                 'base' => [
  25781.                     'resize' => [
  25782.                         'width' => 1200,
  25783.                         'height' => 0,
  25784.                     ],
  25785.                     'filters' => [
  25786.                         => [
  25787.                             'name' => 'no_upscale',
  25788.                             'arguments' => [
  25789.                             ],
  25790.                         ],
  25791.                     ],
  25792.                 ],
  25793.                 'thumbnails' => [
  25794.                     'resize' => [
  25795.                         'width' => 400,
  25796.                         'height' => 400,
  25797.                     ],
  25798.                 ],
  25799.             ],
  25800.             'phumbor.url.builder_factory.class' => 'Thumbor\\Url\\BuilderFactory',
  25801.             'phumbor.url.transformer.class' => 'Jb\\Bundle\\PhumborBundle\\Transformer\\BaseTransformer',
  25802.             'phumbor.twig.extension.class' => 'Jb\\Bundle\\PhumborBundle\\Twig\\PhumborExtension',
  25803.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  25804.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  25805.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  25806.             'knp_paginator.page_range' => 10,
  25807.             'mcfedr_aws_push.aws.credentials' => [
  25808.                 'key' => 'AKIAWZLBBIYB3KA6AODP',
  25809.                 'secret' => '4lgHTxAz6/+DVcjBKZuEBkd1z1rPik8eeAHWQi4s',
  25810.             ],
  25811.             'mcfedr_aws_push.debug' => false,
  25812.             'mcfedr_aws_push.topic_arn' => '',
  25813.             'mcfedr_aws_push.push_platforms' => [
  25814.             ],
  25815.             'mcfedr_queue_manager.default_manager' => 'default',
  25816.             'mcfedr_queue_manager.manager_ids' => [
  25817.             ],
  25818.             'mcfedr_queue_manager.delay.options' => [
  25819.                 'retry_limit' => 3,
  25820.                 'sleep_seconds' => 5,
  25821.                 'entity_manager' => NULL,
  25822.                 'default_manager' => NULL,
  25823.                 'default_manager_options' => [
  25824.                 ],
  25825.             ],
  25826.             'mcfedr_queue_manager.periodic.options' => [
  25827.                 'retry_limit' => 3,
  25828.                 'sleep_seconds' => 5,
  25829.                 'delay_manager' => 'delay',
  25830.                 'delay_manager_options' => [
  25831.                 ],
  25832.                 'queues' => [
  25833.                 ],
  25834.                 'pub_sub_queues' => [
  25835.                 ],
  25836.             ],
  25837.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  25838.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  25839.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  25840.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  25841.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  25842.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  25843.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  25844.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  25845.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  25846.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  25847.             'doctrine.entity_managers' => [
  25848.                 'default' => 'doctrine.orm.default_entity_manager',
  25849.             ],
  25850.             'doctrine.default_entity_manager' => 'default',
  25851.             'doctrine.dbal.connection_factory.types' => [
  25852.             ],
  25853.             'doctrine.connections' => [
  25854.                 'default' => 'doctrine.dbal.default_connection',
  25855.                 'pgsql' => 'doctrine.dbal.pgsql_connection',
  25856.             ],
  25857.             'doctrine.default_connection' => 'default',
  25858.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  25859.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  25860.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  25861.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  25862.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  25863.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  25864.             'doctrine.orm.cache.memcache_host' => 'localhost',
  25865.             'doctrine.orm.cache.memcache_port' => 11211,
  25866.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  25867.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  25868.             'doctrine.orm.cache.memcached_host' => 'localhost',
  25869.             'doctrine.orm.cache.memcached_port' => 11211,
  25870.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  25871.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  25872.             'doctrine.orm.cache.redis_host' => 'localhost',
  25873.             'doctrine.orm.cache.redis_port' => 6379,
  25874.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  25875.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  25876.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  25877.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  25878.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  25879.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  25880.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  25881.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  25882.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  25883.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  25884.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  25885.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  25886.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  25887.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  25888.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  25889.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  25890.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  25891.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  25892.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  25893.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  25894.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  25895.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  25896.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  25897.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  25898.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  25899.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  25900.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  25901.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  25902.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  25903.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  25904.             'doctrine.orm.auto_generate_proxy_classes' => true,
  25905.             'doctrine.orm.proxy_namespace' => 'Proxies',
  25906.             'nelmio_cors.map' => [
  25907.                 '^/api/v\\d+(\\.{1}\\d+)?/online-booking/' => [
  25908.                     'allow_origin' => true,
  25909.                     'allow_headers' => [
  25910.                         => 'origin',
  25911.                         => 'content-type',
  25912.                         => 'accept',
  25913.                         => 'x-online-booking-token',
  25914.                         => 'x-application-id',
  25915.                         => 'x-session-token',
  25916.                     ],
  25917.                     'allow_methods' => [
  25918.                         => 'POST',
  25919.                         => 'PUT',
  25920.                         => 'GET',
  25921.                         => 'OPTIONS',
  25922.                         => 'DELETE',
  25923.                     ],
  25924.                     'expose_headers' => [
  25925.                         => '*',
  25926.                     ],
  25927.                     'max_age' => 3600,
  25928.                 ],
  25929.                 '^/api/' => [
  25930.                     'allow_origin' => true,
  25931.                     'allow_headers' => true,
  25932.                     'allow_methods' => [
  25933.                         => 'POST',
  25934.                         => 'PUT',
  25935.                         => 'GET',
  25936.                         => 'PATCH',
  25937.                         => 'OPTIONS',
  25938.                         => 'DELETE',
  25939.                     ],
  25940.                     'expose_headers' => [
  25941.                         => '*',
  25942.                     ],
  25943.                     'max_age' => 3600,
  25944.                 ],
  25945.             ],
  25946.             'nelmio_cors.defaults' => [
  25947.                 'allow_origin' => [
  25948.                 ],
  25949.                 'allow_credentials' => false,
  25950.                 'allow_headers' => [
  25951.                 ],
  25952.                 'expose_headers' => [
  25953.                 ],
  25954.                 'allow_methods' => [
  25955.                 ],
  25956.                 'max_age' => 0,
  25957.                 'hosts' => [
  25958.                 ],
  25959.                 'origin_regex' => false,
  25960.                 'forced_allow_origin_value' => NULL,
  25961.             ],
  25962.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  25963.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  25964.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  25965.             'monolog.use_microseconds' => true,
  25966.             'monolog.swift_mailer.handlers' => [
  25967.             ],
  25968.             'monolog.handlers_to_channels' => [
  25969.                 'monolog.handler.console' => [
  25970.                     'type' => 'exclusive',
  25971.                     'elements' => [
  25972.                         => 'event',
  25973.                         => 'doctrine',
  25974.                         => 'console',
  25975.                     ],
  25976.                 ],
  25977.                 'monolog.handler.main' => [
  25978.                     'type' => 'exclusive',
  25979.                     'elements' => [
  25980.                         => 'event',
  25981.                     ],
  25982.                 ],
  25983.                 'monolog.handler.streamed_info' => [
  25984.                     'type' => 'inclusive',
  25985.                     'elements' => [
  25986.                         => 'app',
  25987.                     ],
  25988.                 ],
  25989.             ],
  25990.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  25991.             'swiftmailer.mailer.default.spool.enabled' => true,
  25992.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  25993.             'swiftmailer.mailer.default.single_address' => NULL,
  25994.             'swiftmailer.mailer.default.delivery.enabled' => true,
  25995.             'swiftmailer.spool.enabled' => true,
  25996.             'swiftmailer.delivery.enabled' => true,
  25997.             'swiftmailer.single_address' => NULL,
  25998.             'swiftmailer.mailers' => [
  25999.                 'default' => 'swiftmailer.mailer.default',
  26000.             ],
  26001.             'swiftmailer.default_mailer' => 'default',
  26002.             'white_october_breadcrumbs.options' => [
  26003.                 'separator' => '',
  26004.                 'separatorClass' => '',
  26005.                 'listId' => 'wo-breadcrumbs',
  26006.                 'listClass' => 'breadcrumb',
  26007.                 'itemClass' => '',
  26008.                 'linkRel' => '',
  26009.                 'locale' => NULL,
  26010.                 'translation_domain' => NULL,
  26011.                 'viewTemplate' => 'WhiteOctoberBreadcrumbsBundle::microdata.html.twig',
  26012.             ],
  26013.             'nelmio_alice.functions_blacklist' => [
  26014.                 => 'current',
  26015.                 => 'shuffle',
  26016.                 => 'date',
  26017.                 => 'time',
  26018.                 => 'file',
  26019.                 => 'md5',
  26020.                 => 'sha1',
  26021.             ],
  26022.             'nelmio_alice.locale' => 'en_US',
  26023.             'nelmio_alice.seed' => 1,
  26024.             'nelmio_alice.loading_limit' => 5,
  26025.             'nelmio_alice.max_unique_values_retry' => 150,
  26026.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  26027.             'hautelook_alice.fixtures_path' => [
  26028.                 => 'fixtures',
  26029.             ],
  26030.             'hautelook_alice.root_dirs' => [
  26031.                 => (\dirname(__DIR__4).'/src'),
  26032.                 => \dirname(__DIR__4),
  26033.             ],
  26034.             'event_dispatcher.event_aliases' => [
  26035.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  26036.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  26037.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  26038.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  26039.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  26040.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  26041.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  26042.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  26043.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  26044.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  26045.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  26046.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  26047.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  26048.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  26049.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  26050.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  26051.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  26052.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  26053.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  26054.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  26055.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  26056.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  26057.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  26058.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  26059.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  26060.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  26061.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  26062.             ],
  26063.             'fragment.renderer.hinclude.global_template' => NULL,
  26064.             'fragment.path' => '/_fragment',
  26065.             'kernel.http_method_override' => true,
  26066.             'kernel.trusted_hosts' => [
  26067.             ],
  26068.             'kernel.default_locale' => 'en',
  26069.             'kernel.error_controller' => 'error_controller',
  26070.             'templating.helper.code.file_link_format' => NULL,
  26071.             'debug.file_link_format' => NULL,
  26072.             'session.metadata.storage_key' => '_sf2_meta',
  26073.             'session.storage.options' => [
  26074.                 'cache_limiter' => '0',
  26075.                 'cookie_lifetime' => 36000,
  26076.                 'cookie_httponly' => true,
  26077.                 'gc_maxlifetime' => 36000,
  26078.                 'gc_probability' => 1,
  26079.             ],
  26080.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  26081.             'session.metadata.update_threshold' => 0,
  26082.             'form.type_extension.csrf.enabled' => true,
  26083.             'form.type_extension.csrf.field_name' => '_token',
  26084.             'asset.request_context.base_path' => '',
  26085.             'asset.request_context.secure' => false,
  26086.             'validator.translation_domain' => 'validators',
  26087.             'translator.logging' => false,
  26088.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  26089.             'profiler_listener.only_exceptions' => false,
  26090.             'profiler_listener.only_master_requests' => false,
  26091.             'debug.error_handler.throw_at' => -1,
  26092.             'router.request_context.host' => 'localhost',
  26093.             'router.request_context.scheme' => 'http',
  26094.             'router.request_context.base_url' => '',
  26095.             'router.resource' => 'kernel::loadRoutes',
  26096.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  26097.             'request_listener.http_port' => 80,
  26098.             'request_listener.https_port' => 443,
  26099.             'twig.exception_listener.controller' => NULL,
  26100.             'twig.form.resources' => [
  26101.                 => '@Captcha/captcha.html.twig',
  26102.                 => 'form_div_layout.html.twig',
  26103.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  26104.                 => 'theme.html.twig',
  26105.             ],
  26106.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  26107.             'hb_swagger_ui.directory' => (\dirname(__DIR__4).'/src/../docs/'),
  26108.             'hb_swagger_ui.files' => [
  26109.                 => 'swagger.json',
  26110.             ],
  26111.             'hb_swagger_ui.assetUrlPath' => '/bundles/hbswaggerui/',
  26112.             'hb_swagger_ui.configFile' => NULL,
  26113.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  26114.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  26115.             'doctrine_behaviors_blameable_user_entity' => NULL,
  26116.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  26117.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  26118.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  26119.             'security.role_hierarchy.roles' => [
  26120.                 'ROLE_CONSENTZ_ADMIN' => [
  26121.                     => 'ROLE_SUB_CLINIC_SETUP',
  26122.                     => 'ROLE_SUB_ACTIVATE_LICENSE',
  26123.                     => 'ROLE_SUB_CREATE_USERS',
  26124.                     => 'ROLE_SUB_CREATE_CLINIC',
  26125.                     => 'ROLE_SUB_REPORTING',
  26126.                     => 'ROLE_SUB_FORMS',
  26127.                     => 'ROLE_SUB_MARKETING',
  26128.                     => 'ROLE_SUB_LIBRARY',
  26129.                     => 'ROLE_SUB_DASHBOARD',
  26130.                 ],
  26131.                 'ROLE_CLINIC_ADMIN' => [
  26132.                     => 'ROLE_SUB_CALENDAR_ACCESS',
  26133.                     => 'ROLE_SUB_WAITING_LIST',
  26134.                     => 'ROLE_SUB_LEAD_CAPTURE',
  26135.                     => 'ROLE_SUB_PATIENT_LIST',
  26136.                     => 'ROLE_SUB_PATIENT_PROFILE',
  26137.                     => 'ROLE_SUB_PATIENT_RECORD',
  26138.                     => 'ROLE_SUB_CLINIC_SETUP',
  26139.                     => 'ROLE_SUB_ACTIVATE_LICENSE',
  26140.                     => 'ROLE_SUB_CREATE_USERS',
  26141.                     => 'ROLE_SUB_INVOICE',
  26142.                     10 => 'ROLE_SUB_STOCK',
  26143.                     11 => 'ROLE_SUB_REPORTING',
  26144.                     12 => 'ROLE_SUB_FORMS',
  26145.                     13 => 'ROLE_SUB_MARKETING',
  26146.                     14 => 'ROLE_SUB_LIBRARY',
  26147.                     15 => 'ROLE_SUB_DASHBOARD',
  26148.                 ],
  26149.                 'ROLE_SUPER_CLINIC_ADMIN' => [
  26150.                     => 'ROLE_CLINIC_ADMIN',
  26151.                     => 'ROLE_SUB_RECORD_CONSULTATION',
  26152.                     => 'ROLE_SUB_CREATE_CLINIC',
  26153.                 ],
  26154.                 'ROLE_PRACTITIONER' => [
  26155.                     => 'ROLE_SUB_CALENDAR_ACCESS',
  26156.                     => 'ROLE_SUB_WAITING_LIST',
  26157.                     => 'ROLE_SUB_LEAD_CAPTURE',
  26158.                     => 'ROLE_SUB_PATIENT_LIST',
  26159.                     => 'ROLE_SUB_PATIENT_PROFILE',
  26160.                     => 'ROLE_SUB_PATIENT_RECORD',
  26161.                     => 'ROLE_SUB_RECORD_CONSULTATION',
  26162.                     => 'ROLE_SUB_INVOICE',
  26163.                     => 'ROLE_SUB_REPORTING',
  26164.                     => 'ROLE_SUB_API',
  26165.                     10 => 'ROLE_SUB_DASHBOARD',
  26166.                 ],
  26167.                 'ROLE_RECEPTIONIST' => [
  26168.                     => 'ROLE_SUB_CALENDAR_ACCESS',
  26169.                     => 'ROLE_SUB_WAITING_LIST',
  26170.                     => 'ROLE_SUB_LEAD_CAPTURE',
  26171.                     => 'ROLE_SUB_PATIENT_LIST',
  26172.                     => 'ROLE_SUB_PATIENT_PROFILE',
  26173.                     => 'ROLE_SUB_INVOICE',
  26174.                     => 'ROLE_SUB_STOCK',
  26175.                     => 'ROLE_SUB_REPORTING',
  26176.                     => 'ROLE_SUB_LIBRARY',
  26177.                     => 'ROLE_SUB_DASHBOARD',
  26178.                 ],
  26179.                 'ROLE_BOOKER' => [
  26180.                     => 'ROLE_SUB_CALENDAR_ACCESS',
  26181.                     => 'ROLE_SUB_WAITING_LIST',
  26182.                     => 'ROLE_SUB_LEAD_CAPTURE',
  26183.                     => 'ROLE_SUB_PATIENT_LIST',
  26184.                     => 'ROLE_SUB_PATIENT_PROFILE',
  26185.                     => 'ROLE_SUB_INVOICE',
  26186.                     => 'ROLE_SUB_STOCK',
  26187.                     => 'ROLE_SUB_LIBRARY',
  26188.                     => 'ROLE_SUB_DASHBOARD',
  26189.                 ],
  26190.                 'ROLE_COORDINATOR' => [
  26191.                     => 'ROLE_SUB_CALENDAR_ACCESS',
  26192.                     => 'ROLE_SUB_PATIENT_LIST',
  26193.                     => 'ROLE_SUB_PATIENT_PROFILE',
  26194.                     => 'ROLE_SUB_STOCK',
  26195.                     => 'ROLE_SUB_LIBRARY',
  26196.                     => 'ROLE_SUB_DASHBOARD',
  26197.                 ],
  26198.                 'ROLE_SCHEDULER' => [
  26199.                     => 'ROLE_SUB_CALENDAR_ACCESS',
  26200.                     => 'ROLE_SUB_WAITING_LIST',
  26201.                     => 'ROLE_SUB_LEAD_CAPTURE',
  26202.                     => 'ROLE_SUB_PATIENT_LIST',
  26203.                 ],
  26204.                 'ROLE_PATIENT' => [
  26205.                     => 'ROLE_SUB_API',
  26206.                 ],
  26207.             ],
  26208.             'security.access.denied_url' => NULL,
  26209.             'security.authentication.manager.erase_credentials' => true,
  26210.             'security.authentication.session_strategy.strategy' => 'migrate',
  26211.             'security.access.always_authenticate_before_granting' => false,
  26212.             'security.authentication.hide_user_not_found' => true,
  26213.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  26214.             'web_profiler.debug_toolbar.mode' => 2,
  26215.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  26216.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  26217.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  26218.             'stof_doctrine_extensions.default_locale' => 'en_US',
  26219.             'stof_doctrine_extensions.translation_fallback' => false,
  26220.             'stof_doctrine_extensions.persist_default_translation' => false,
  26221.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  26222.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  26223.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  26224.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  26225.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  26226.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  26227.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  26228.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  26229.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  26230.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  26231.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  26232.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  26233.             'doctrine_migrations.name' => 'Application Migrations',
  26234.             'doctrine_migrations.migrations_paths' => [
  26235.             ],
  26236.             'doctrine_migrations.table_name' => 'migration_versions',
  26237.             'doctrine_migrations.column_name' => 'version',
  26238.             'doctrine_migrations.column_length' => 14,
  26239.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  26240.             'doctrine_migrations.all_or_nothing' => false,
  26241.             'doctrine_migrations.custom_template' => NULL,
  26242.             'doctrine_migrations.organize_migrations' => false,
  26243.             'botdetect_captcha.class' => 'Captcha\\Bundle\\CaptchaBundle\\Integration\\BotDetectCaptcha',
  26244.             'botdetect_simple_captcha.class' => 'Captcha\\Bundle\\CaptchaBundle\\Integration\\BotDetectSimpleCaptcha',
  26245.             'captcha_routes_loader.class' => 'Captcha\\Bundle\\CaptchaBundle\\Routing\\CaptchaRoutesLoader',
  26246.             'captcha_type.class' => 'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\CaptchaType',
  26247.             'simple_captcha_type.class' => 'Captcha\\Bundle\\CaptchaBundle\\Form\\Type\\SimpleCaptchaType',
  26248.             'valid_captcha_validator.class' => 'Captcha\\Bundle\\CaptchaBundle\\Validator\\Constraints\\ValidCaptchaValidator',
  26249.             'valid_simple_captcha_validator.class' => 'Captcha\\Bundle\\CaptchaBundle\\Validator\\Constraints\\ValidSimpleCaptchaValidator',
  26250.             'captcha.config' => [
  26251.                 'botdetect_captcha_path' => (\dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Support/../../captcha/botdetect-captcha-lib'),
  26252.                 'captchaConfig' => NULL,
  26253.                 'captchaStyleName' => NULL,
  26254.             ],
  26255.             'captcha.config.botdetect_captcha_path' => (\dirname(__DIR__4).'/vendor/captcha-com/symfony-captcha-bundle/Support/../../captcha/botdetect-captcha-lib'),
  26256.             'captcha.config.captchaConfig' => NULL,
  26257.             'captcha.config.captchaStyleName' => NULL,
  26258.             'maker.compatible_check.doctrine.supports_attributes' => true,
  26259.             'data_collector.templates' => [
  26260.                 'data_collector.request' => [
  26261.                     => 'request',
  26262.                     => '@WebProfiler/Collector/request.html.twig',
  26263.                 ],
  26264.                 'data_collector.time' => [
  26265.                     => 'time',
  26266.                     => '@WebProfiler/Collector/time.html.twig',
  26267.                 ],
  26268.                 'data_collector.memory' => [
  26269.                     => 'memory',
  26270.                     => '@WebProfiler/Collector/memory.html.twig',
  26271.                 ],
  26272.                 'data_collector.validator' => [
  26273.                     => 'validator',
  26274.                     => '@WebProfiler/Collector/validator.html.twig',
  26275.                 ],
  26276.                 'data_collector.ajax' => [
  26277.                     => 'ajax',
  26278.                     => '@WebProfiler/Collector/ajax.html.twig',
  26279.                 ],
  26280.                 'data_collector.form' => [
  26281.                     => 'form',
  26282.                     => '@WebProfiler/Collector/form.html.twig',
  26283.                 ],
  26284.                 'data_collector.exception' => [
  26285.                     => 'exception',
  26286.                     => '@WebProfiler/Collector/exception.html.twig',
  26287.                 ],
  26288.                 'data_collector.logger' => [
  26289.                     => 'logger',
  26290.                     => '@WebProfiler/Collector/logger.html.twig',
  26291.                 ],
  26292.                 'data_collector.events' => [
  26293.                     => 'events',
  26294.                     => '@WebProfiler/Collector/events.html.twig',
  26295.                 ],
  26296.                 'data_collector.router' => [
  26297.                     => 'router',
  26298.                     => '@WebProfiler/Collector/router.html.twig',
  26299.                 ],
  26300.                 'data_collector.cache' => [
  26301.                     => 'cache',
  26302.                     => '@WebProfiler/Collector/cache.html.twig',
  26303.                 ],
  26304.                 'data_collector.translation' => [
  26305.                     => 'translation',
  26306.                     => '@WebProfiler/Collector/translation.html.twig',
  26307.                 ],
  26308.                 'data_collector.security' => [
  26309.                     => 'security',
  26310.                     => '@Security/Collector/security.html.twig',
  26311.                 ],
  26312.                 'data_collector.twig' => [
  26313.                     => 'twig',
  26314.                     => '@WebProfiler/Collector/twig.html.twig',
  26315.                 ],
  26316.                 'data_collector.doctrine' => [
  26317.                     => 'db',
  26318.                     => '@Doctrine/Collector/db.html.twig',
  26319.                 ],
  26320.                 'swiftmailer.data_collector' => [
  26321.                     => 'swiftmailer',
  26322.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  26323.                 ],
  26324.                 'data_collector.dump' => [
  26325.                     => 'dump',
  26326.                     => '@Debug/Profiler/dump.html.twig',
  26327.                 ],
  26328.                 'data_collector.messenger' => [
  26329.                     => 'messenger',
  26330.                     => '@WebProfiler/Collector/messenger.html.twig',
  26331.                 ],
  26332.                 'data_collector.config' => [
  26333.                     => 'config',
  26334.                     => '@WebProfiler/Collector/config.html.twig',
  26335.                 ],
  26336.             ],
  26337.             'console.command.ids' => [
  26338.                 => 'console.command.public_alias.App\\Command\\AdminCreateCommand',
  26339.                 => 'console.command.public_alias.App\\Command\\AppointmentUpdateEquipmentCommand',
  26340.                 => 'console.command.public_alias.App\\Command\\CheckUnpaidInvoiceCommand',
  26341.                 => 'console.command.public_alias.App\\Command\\ClinicDeleteAppointmentsCommand',
  26342.                 => 'console.command.public_alias.App\\Command\\ClinicRemovePatientsCommand',
  26343.                 => 'console.command.public_alias.App\\Command\\ClinicTopicsCreateCommand',
  26344.                 => 'console.command.public_alias.App\\Command\\CreateClinicVoucherCommand',
  26345.                 => 'console.command.public_alias.App\\Command\\CreateDefaultPatientStatusesCommand',
  26346.                 => 'console.command.public_alias.App\\Command\\CreateSessionTableCommand',
  26347.                 => 'console.command.public_alias.App\\Command\\CreateStripePaymentTypeCommand',
  26348.                 10 => 'console.command.public_alias.App\\Command\\DeleteClinicAnswersCommand',
  26349.                 11 => 'console.command.public_alias.App\\Command\\DestroySessionCommand',
  26350.                 12 => 'console.command.public_alias.App\\Command\\DownloadFileCommand',
  26351.                 13 => 'console.command.public_alias.App\\Command\\ExportClinic',
  26352.                 14 => 'console.command.public_alias.App\\Command\\GoogleCalendarCheckCommand',
  26353.                 15 => 'console.command.public_alias.App\\Command\\GoogleEventAddCommand',
  26354.                 16 => 'console.command.public_alias.App\\Command\\GoogleEventAddRoomCommand',
  26355.                 17 => 'console.command.public_alias.App\\Command\\GoogleEventAddTreatmentCommand',
  26356.                 18 => 'console.command.public_alias.App\\Command\\GoogleEventCheckCommand',
  26357.                 19 => 'console.command.public_alias.App\\Command\\ICalendarExportCommand',
  26358.                 20 => 'console.command.public_alias.App\\Command\\ImportFilesByClinicCommand',
  26359.                 21 => 'console.command.public_alias.App\\Command\\ImportMongoCommand',
  26360.                 22 => 'console.command.public_alias.App\\Command\\ImportMySqlCommand',
  26361.                 23 => 'console.command.public_alias.App\\Command\\LearnAboutSourcesCommand',
  26362.                 24 => 'console.command.public_alias.App\\Command\\MailchimpPatientsUpdateCommand',
  26363.                 25 => 'console.command.public_alias.App\\Command\\OnlineBookingAddHashToWidgetCommand',
  26364.                 26 => 'console.command.public_alias.App\\Command\\OnlineBookingNotConfirmedAppointmentCommand',
  26365.                 27 => 'console.command.public_alias.App\\Command\\Paymentsense\\CreatePaymentsensePaymentTypesCommand',
  26366.                 28 => 'console.command.public_alias.App\\Command\\Paymentsense\\EndOfDayReports',
  26367.                 29 => 'console.command.public_alias.App\\Command\\PdfCreateCommand',
  26368.                 30 => 'console.command.public_alias.App\\Command\\ProcessCampaignTrackingCommand',
  26369.                 31 => 'console.command.public_alias.App\\Command\\ProcessFilterCommand',
  26370.                 32 => 'console.command.public_alias.App\\Command\\RemoveOldArchive',
  26371.                 33 => 'console.command.public_alias.App\\Command\\ReplaceOldPrepayCommand',
  26372.                 34 => 'console.command.public_alias.App\\Command\\SendSmsCommand',
  26373.                 35 => 'console.command.public_alias.App\\Command\\SetPatientsCreatedByCommand',
  26374.                 36 => 'console.command.public_alias.App\\Command\\SmsCommand',
  26375.                 37 => 'console.command.public_alias.App\\Command\\Temporary\\MigrateLearnAbout',
  26376.                 38 => 'console.command.public_alias.App\\Command\\TermsAndCondCommand',
  26377.                 39 => 'console.command.public_alias.App\\Command\\TestFixturesLoaderCommand',
  26378.                 40 => 'console.command.public_alias.App\\Command\\ThumborCommand',
  26379.                 41 => 'console.command.public_alias.App\\Command\\UpdateClinicSharing',
  26380.                 42 => 'console.command.public_alias.App\\Command\\UpdateClinicSharingNew',
  26381.                 43 => 'console.command.public_alias.App\\Command\\UpdateNewClinicAutomatic',
  26382.                 44 => 'console.command.public_alias.App\\Command\\UpdatePhotoNotesCommand',
  26383.                 45 => 'console.command.public_alias.App\\Command\\XeroDataSynchronizeCommand',
  26384.                 46 => 'console.command.public_alias.doctrine_cache.contains_command',
  26385.                 47 => 'console.command.public_alias.doctrine_cache.delete_command',
  26386.                 48 => 'console.command.public_alias.doctrine_cache.flush_command',
  26387.                 49 => 'console.command.public_alias.doctrine_cache.stats_command',
  26388.                 50 => 'mcfedr_queue_manager.runner.delay',
  26389.                 51 => 'mcfedr_queue_manager.runner.default',
  26390.             ],
  26391.         ];
  26392.     }
  26393.     protected function throw($message)
  26394.     {
  26395.         throw new RuntimeException($message);
  26396.     }
  26397. }
  26398. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  26399. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  26400. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  26401. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  26402. {
  26403.     /**
  26404.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  26405.      */
  26406.     private $valueHolder84c66 null;
  26407.     /**
  26408.      * @var \Closure|null initializer responsible for generating the wrapped object
  26409.      */
  26410.     private $initializerd83f5 null;
  26411.     /**
  26412.      * @var bool[] map of public properties of the parent class
  26413.      */
  26414.     private static $publicProperties7a693 = [
  26415.         
  26416.     ];
  26417.     public function getConnection()
  26418.     {
  26419.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getConnection', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26420.         return $this->valueHolder84c66->getConnection();
  26421.     }
  26422.     public function getMetadataFactory()
  26423.     {
  26424.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getMetadataFactory', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26425.         return $this->valueHolder84c66->getMetadataFactory();
  26426.     }
  26427.     public function getExpressionBuilder()
  26428.     {
  26429.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getExpressionBuilder', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26430.         return $this->valueHolder84c66->getExpressionBuilder();
  26431.     }
  26432.     public function beginTransaction()
  26433.     {
  26434.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'beginTransaction', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26435.         return $this->valueHolder84c66->beginTransaction();
  26436.     }
  26437.     public function getCache()
  26438.     {
  26439.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getCache', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26440.         return $this->valueHolder84c66->getCache();
  26441.     }
  26442.     public function transactional($func)
  26443.     {
  26444.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'transactional', array('func' => $func), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26445.         return $this->valueHolder84c66->transactional($func);
  26446.     }
  26447.     public function wrapInTransaction(callable $func)
  26448.     {
  26449.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'wrapInTransaction', array('func' => $func), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26450.         return $this->valueHolder84c66->wrapInTransaction($func);
  26451.     }
  26452.     public function commit()
  26453.     {
  26454.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'commit', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26455.         return $this->valueHolder84c66->commit();
  26456.     }
  26457.     public function rollback()
  26458.     {
  26459.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'rollback', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26460.         return $this->valueHolder84c66->rollback();
  26461.     }
  26462.     public function getClassMetadata($className)
  26463.     {
  26464.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getClassMetadata', array('className' => $className), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26465.         return $this->valueHolder84c66->getClassMetadata($className);
  26466.     }
  26467.     public function createQuery($dql '')
  26468.     {
  26469.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'createQuery', array('dql' => $dql), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26470.         return $this->valueHolder84c66->createQuery($dql);
  26471.     }
  26472.     public function createNamedQuery($name)
  26473.     {
  26474.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'createNamedQuery', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26475.         return $this->valueHolder84c66->createNamedQuery($name);
  26476.     }
  26477.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  26478.     {
  26479.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26480.         return $this->valueHolder84c66->createNativeQuery($sql$rsm);
  26481.     }
  26482.     public function createNamedNativeQuery($name)
  26483.     {
  26484.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'createNamedNativeQuery', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26485.         return $this->valueHolder84c66->createNamedNativeQuery($name);
  26486.     }
  26487.     public function createQueryBuilder()
  26488.     {
  26489.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'createQueryBuilder', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26490.         return $this->valueHolder84c66->createQueryBuilder();
  26491.     }
  26492.     public function flush($entity null)
  26493.     {
  26494.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'flush', array('entity' => $entity), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26495.         return $this->valueHolder84c66->flush($entity);
  26496.     }
  26497.     public function find($className$id$lockMode null$lockVersion null)
  26498.     {
  26499.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26500.         return $this->valueHolder84c66->find($className$id$lockMode$lockVersion);
  26501.     }
  26502.     public function getReference($entityName$id)
  26503.     {
  26504.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26505.         return $this->valueHolder84c66->getReference($entityName$id);
  26506.     }
  26507.     public function getPartialReference($entityName$identifier)
  26508.     {
  26509.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26510.         return $this->valueHolder84c66->getPartialReference($entityName$identifier);
  26511.     }
  26512.     public function clear($entityName null)
  26513.     {
  26514.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'clear', array('entityName' => $entityName), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26515.         return $this->valueHolder84c66->clear($entityName);
  26516.     }
  26517.     public function close()
  26518.     {
  26519.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'close', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26520.         return $this->valueHolder84c66->close();
  26521.     }
  26522.     public function persist($entity)
  26523.     {
  26524.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'persist', array('entity' => $entity), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26525.         return $this->valueHolder84c66->persist($entity);
  26526.     }
  26527.     public function remove($entity)
  26528.     {
  26529.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'remove', array('entity' => $entity), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26530.         return $this->valueHolder84c66->remove($entity);
  26531.     }
  26532.     public function refresh($entity)
  26533.     {
  26534.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'refresh', array('entity' => $entity), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26535.         return $this->valueHolder84c66->refresh($entity);
  26536.     }
  26537.     public function detach($entity)
  26538.     {
  26539.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'detach', array('entity' => $entity), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26540.         return $this->valueHolder84c66->detach($entity);
  26541.     }
  26542.     public function merge($entity)
  26543.     {
  26544.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'merge', array('entity' => $entity), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26545.         return $this->valueHolder84c66->merge($entity);
  26546.     }
  26547.     public function copy($entity$deep false)
  26548.     {
  26549.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'copy', array('entity' => $entity'deep' => $deep), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26550.         return $this->valueHolder84c66->copy($entity$deep);
  26551.     }
  26552.     public function lock($entity$lockMode$lockVersion null)
  26553.     {
  26554.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26555.         return $this->valueHolder84c66->lock($entity$lockMode$lockVersion);
  26556.     }
  26557.     public function getRepository($entityName)
  26558.     {
  26559.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getRepository', array('entityName' => $entityName), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26560.         return $this->valueHolder84c66->getRepository($entityName);
  26561.     }
  26562.     public function contains($entity)
  26563.     {
  26564.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'contains', array('entity' => $entity), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26565.         return $this->valueHolder84c66->contains($entity);
  26566.     }
  26567.     public function getEventManager()
  26568.     {
  26569.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getEventManager', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26570.         return $this->valueHolder84c66->getEventManager();
  26571.     }
  26572.     public function getConfiguration()
  26573.     {
  26574.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getConfiguration', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26575.         return $this->valueHolder84c66->getConfiguration();
  26576.     }
  26577.     public function isOpen()
  26578.     {
  26579.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'isOpen', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26580.         return $this->valueHolder84c66->isOpen();
  26581.     }
  26582.     public function getUnitOfWork()
  26583.     {
  26584.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getUnitOfWork', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26585.         return $this->valueHolder84c66->getUnitOfWork();
  26586.     }
  26587.     public function getHydrator($hydrationMode)
  26588.     {
  26589.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26590.         return $this->valueHolder84c66->getHydrator($hydrationMode);
  26591.     }
  26592.     public function newHydrator($hydrationMode)
  26593.     {
  26594.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26595.         return $this->valueHolder84c66->newHydrator($hydrationMode);
  26596.     }
  26597.     public function getProxyFactory()
  26598.     {
  26599.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getProxyFactory', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26600.         return $this->valueHolder84c66->getProxyFactory();
  26601.     }
  26602.     public function initializeObject($obj)
  26603.     {
  26604.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeObject', array('obj' => $obj), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26605.         return $this->valueHolder84c66->initializeObject($obj);
  26606.     }
  26607.     public function getFilters()
  26608.     {
  26609.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'getFilters', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26610.         return $this->valueHolder84c66->getFilters();
  26611.     }
  26612.     public function isFiltersStateClean()
  26613.     {
  26614.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'isFiltersStateClean', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26615.         return $this->valueHolder84c66->isFiltersStateClean();
  26616.     }
  26617.     public function hasFilters()
  26618.     {
  26619.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'hasFilters', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26620.         return $this->valueHolder84c66->hasFilters();
  26621.     }
  26622.     /**
  26623.      * Constructor for lazy initialization
  26624.      *
  26625.      * @param \Closure|null $initializer
  26626.      */
  26627.     public static function staticProxyConstructor($initializer)
  26628.     {
  26629.         static $reflection;
  26630.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  26631.         $instance   $reflection->newInstanceWithoutConstructor();
  26632.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  26633.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  26634.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  26635.         $instance->initializerd83f5 $initializer;
  26636.         return $instance;
  26637.     }
  26638.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  26639.     {
  26640.         static $reflection;
  26641.         if (! $this->valueHolder84c66) {
  26642.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  26643.             $this->valueHolder84c66 $reflection->newInstanceWithoutConstructor();
  26644.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  26645.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  26646.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  26647.         }
  26648.         $this->valueHolder84c66->__construct($conn$config$eventManager);
  26649.     }
  26650.     public function & __get($name)
  26651.     {
  26652.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__get', ['name' => $name], $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26653.         if (isset(self::$publicProperties7a693[$name])) {
  26654.             return $this->valueHolder84c66->$name;
  26655.         }
  26656.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  26657.         if (! $realInstanceReflection->hasProperty($name)) {
  26658.             $targetObject $this->valueHolder84c66;
  26659.             $backtrace debug_backtrace(false1);
  26660.             trigger_error(
  26661.                 sprintf(
  26662.                     'Undefined property: %s::$%s in %s on line %s',
  26663.                     $realInstanceReflection->getName(),
  26664.                     $name,
  26665.                     $backtrace[0]['file'],
  26666.                     $backtrace[0]['line']
  26667.                 ),
  26668.                 \E_USER_NOTICE
  26669.             );
  26670.             return $targetObject->$name;
  26671.         }
  26672.         $targetObject $this->valueHolder84c66;
  26673.         $accessor = function & () use ($targetObject$name) {
  26674.             return $targetObject->$name;
  26675.         };
  26676.         $backtrace debug_backtrace(true2);
  26677.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26678.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26679.         $returnValue = & $accessor();
  26680.         return $returnValue;
  26681.     }
  26682.     public function __set($name$value)
  26683.     {
  26684.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__set', array('name' => $name'value' => $value), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26685.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  26686.         if (! $realInstanceReflection->hasProperty($name)) {
  26687.             $targetObject $this->valueHolder84c66;
  26688.             $targetObject->$name $value;
  26689.             return $targetObject->$name;
  26690.         }
  26691.         $targetObject $this->valueHolder84c66;
  26692.         $accessor = function & () use ($targetObject$name$value) {
  26693.             $targetObject->$name $value;
  26694.             return $targetObject->$name;
  26695.         };
  26696.         $backtrace debug_backtrace(true2);
  26697.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26698.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26699.         $returnValue = & $accessor();
  26700.         return $returnValue;
  26701.     }
  26702.     public function __isset($name)
  26703.     {
  26704.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__isset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26705.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  26706.         if (! $realInstanceReflection->hasProperty($name)) {
  26707.             $targetObject $this->valueHolder84c66;
  26708.             return isset($targetObject->$name);
  26709.         }
  26710.         $targetObject $this->valueHolder84c66;
  26711.         $accessor = function () use ($targetObject$name) {
  26712.             return isset($targetObject->$name);
  26713.         };
  26714.         $backtrace debug_backtrace(true2);
  26715.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26716.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26717.         $returnValue $accessor();
  26718.         return $returnValue;
  26719.     }
  26720.     public function __unset($name)
  26721.     {
  26722.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__unset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26723.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  26724.         if (! $realInstanceReflection->hasProperty($name)) {
  26725.             $targetObject $this->valueHolder84c66;
  26726.             unset($targetObject->$name);
  26727.             return;
  26728.         }
  26729.         $targetObject $this->valueHolder84c66;
  26730.         $accessor = function () use ($targetObject$name) {
  26731.             unset($targetObject->$name);
  26732.             return;
  26733.         };
  26734.         $backtrace debug_backtrace(true2);
  26735.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26736.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26737.         $accessor();
  26738.     }
  26739.     public function __clone()
  26740.     {
  26741.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__clone', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26742.         $this->valueHolder84c66 = clone $this->valueHolder84c66;
  26743.     }
  26744.     public function __sleep()
  26745.     {
  26746.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__sleep', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26747.         return array('valueHolder84c66');
  26748.     }
  26749.     public function __wakeup()
  26750.     {
  26751.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  26752.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  26753.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  26754.     }
  26755.     public function setProxyInitializer(\Closure $initializer null) : void
  26756.     {
  26757.         $this->initializerd83f5 $initializer;
  26758.     }
  26759.     public function getProxyInitializer() : ?\Closure
  26760.     {
  26761.         return $this->initializerd83f5;
  26762.     }
  26763.     public function initializeProxy() : bool
  26764.     {
  26765.         return $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeProxy', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26766.     }
  26767.     public function isProxyInitialized() : bool
  26768.     {
  26769.         return null !== $this->valueHolder84c66;
  26770.     }
  26771.     public function getWrappedValueHolderValue()
  26772.     {
  26773.         return $this->valueHolder84c66;
  26774.     }
  26775. }
  26776. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/LoaderInterface.php';
  26777. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PersisterAwareInterface.php';
  26778. include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  26779. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/PersisterLoader.php';
  26780. class PersisterLoader_c8a8e24 extends \Fidry\AliceDataFixtures\Loader\PersisterLoader implements \ProxyManager\Proxy\VirtualProxyInterface
  26781. {
  26782.     /**
  26783.      * @var \Fidry\AliceDataFixtures\Loader\PersisterLoader|null wrapped object, if the proxy is initialized
  26784.      */
  26785.     private $valueHolder84c66 null;
  26786.     /**
  26787.      * @var \Closure|null initializer responsible for generating the wrapped object
  26788.      */
  26789.     private $initializerd83f5 null;
  26790.     /**
  26791.      * @var bool[] map of public properties of the parent class
  26792.      */
  26793.     private static $publicProperties7a693 = [
  26794.         
  26795.     ];
  26796.     public function withPersister(\Fidry\AliceDataFixtures\Persistence\PersisterInterface $persister) : \Fidry\AliceDataFixtures\Loader\PersisterLoader
  26797.     {
  26798.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'withPersister', array('persister' => $persister), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26799.         return $this->valueHolder84c66->withPersister($persister);
  26800.     }
  26801.     public function load(array $fixturesFiles, array $parameters = [], array $objects = [], ?\Fidry\AliceDataFixtures\Persistence\PurgeMode $purgeMode null) : array
  26802.     {
  26803.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'load', array('fixturesFiles' => $fixturesFiles'parameters' => $parameters'objects' => $objects'purgeMode' => $purgeMode), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26804.         return $this->valueHolder84c66->load($fixturesFiles$parameters$objects$purgeMode);
  26805.     }
  26806.     /**
  26807.      * Constructor for lazy initialization
  26808.      *
  26809.      * @param \Closure|null $initializer
  26810.      */
  26811.     public static function staticProxyConstructor($initializer)
  26812.     {
  26813.         static $reflection;
  26814.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  26815.         $instance   $reflection->newInstanceWithoutConstructor();
  26816.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\PersisterLoader $instance) {
  26817.             unset($instance->loader$instance->persister$instance->logger$instance->processors);
  26818.         }, $instance'Fidry\\AliceDataFixtures\\Loader\\PersisterLoader')->__invoke($instance);
  26819.         $instance->initializerd83f5 $initializer;
  26820.         return $instance;
  26821.     }
  26822.     public function __construct(\Fidry\AliceDataFixtures\LoaderInterface $decoratedLoader, \Fidry\AliceDataFixtures\Persistence\PersisterInterface $persister, ?\Psr\Log\LoggerInterface $logger null, array $processors = [])
  26823.     {
  26824.         static $reflection;
  26825.         if (! $this->valueHolder84c66) {
  26826.             $reflection $reflection ?? new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PersisterLoader');
  26827.             $this->valueHolder84c66 $reflection->newInstanceWithoutConstructor();
  26828.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\PersisterLoader $instance) {
  26829.             unset($instance->loader$instance->persister$instance->logger$instance->processors);
  26830.         }, $this'Fidry\\AliceDataFixtures\\Loader\\PersisterLoader')->__invoke($this);
  26831.         }
  26832.         $this->valueHolder84c66->__construct($decoratedLoader$persister$logger$processors);
  26833.     }
  26834.     public function & __get($name)
  26835.     {
  26836.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__get', ['name' => $name], $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26837.         if (isset(self::$publicProperties7a693[$name])) {
  26838.             return $this->valueHolder84c66->$name;
  26839.         }
  26840.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PersisterLoader');
  26841.         if (! $realInstanceReflection->hasProperty($name)) {
  26842.             $targetObject $this->valueHolder84c66;
  26843.             $backtrace debug_backtrace(false1);
  26844.             trigger_error(
  26845.                 sprintf(
  26846.                     'Undefined property: %s::$%s in %s on line %s',
  26847.                     $realInstanceReflection->getName(),
  26848.                     $name,
  26849.                     $backtrace[0]['file'],
  26850.                     $backtrace[0]['line']
  26851.                 ),
  26852.                 \E_USER_NOTICE
  26853.             );
  26854.             return $targetObject->$name;
  26855.         }
  26856.         $targetObject $this->valueHolder84c66;
  26857.         $accessor = function & () use ($targetObject$name) {
  26858.             return $targetObject->$name;
  26859.         };
  26860.         $backtrace debug_backtrace(true2);
  26861.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26862.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26863.         $returnValue = & $accessor();
  26864.         return $returnValue;
  26865.     }
  26866.     public function __set($name$value)
  26867.     {
  26868.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__set', array('name' => $name'value' => $value), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26869.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PersisterLoader');
  26870.         if (! $realInstanceReflection->hasProperty($name)) {
  26871.             $targetObject $this->valueHolder84c66;
  26872.             $targetObject->$name $value;
  26873.             return $targetObject->$name;
  26874.         }
  26875.         $targetObject $this->valueHolder84c66;
  26876.         $accessor = function & () use ($targetObject$name$value) {
  26877.             $targetObject->$name $value;
  26878.             return $targetObject->$name;
  26879.         };
  26880.         $backtrace debug_backtrace(true2);
  26881.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26882.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26883.         $returnValue = & $accessor();
  26884.         return $returnValue;
  26885.     }
  26886.     public function __isset($name)
  26887.     {
  26888.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__isset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26889.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PersisterLoader');
  26890.         if (! $realInstanceReflection->hasProperty($name)) {
  26891.             $targetObject $this->valueHolder84c66;
  26892.             return isset($targetObject->$name);
  26893.         }
  26894.         $targetObject $this->valueHolder84c66;
  26895.         $accessor = function () use ($targetObject$name) {
  26896.             return isset($targetObject->$name);
  26897.         };
  26898.         $backtrace debug_backtrace(true2);
  26899.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26900.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26901.         $returnValue $accessor();
  26902.         return $returnValue;
  26903.     }
  26904.     public function __unset($name)
  26905.     {
  26906.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__unset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26907.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PersisterLoader');
  26908.         if (! $realInstanceReflection->hasProperty($name)) {
  26909.             $targetObject $this->valueHolder84c66;
  26910.             unset($targetObject->$name);
  26911.             return;
  26912.         }
  26913.         $targetObject $this->valueHolder84c66;
  26914.         $accessor = function () use ($targetObject$name) {
  26915.             unset($targetObject->$name);
  26916.             return;
  26917.         };
  26918.         $backtrace debug_backtrace(true2);
  26919.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  26920.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  26921.         $accessor();
  26922.     }
  26923.     public function __clone()
  26924.     {
  26925.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__clone', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26926.         $this->valueHolder84c66 = clone $this->valueHolder84c66;
  26927.     }
  26928.     public function __sleep()
  26929.     {
  26930.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__sleep', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26931.         return array('valueHolder84c66');
  26932.     }
  26933.     public function __wakeup()
  26934.     {
  26935.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\PersisterLoader $instance) {
  26936.             unset($instance->loader$instance->persister$instance->logger$instance->processors);
  26937.         }, $this'Fidry\\AliceDataFixtures\\Loader\\PersisterLoader')->__invoke($this);
  26938.     }
  26939.     public function setProxyInitializer(\Closure $initializer null) : void
  26940.     {
  26941.         $this->initializerd83f5 $initializer;
  26942.     }
  26943.     public function getProxyInitializer() : ?\Closure
  26944.     {
  26945.         return $this->initializerd83f5;
  26946.     }
  26947.     public function initializeProxy() : bool
  26948.     {
  26949.         return $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeProxy', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26950.     }
  26951.     public function isProxyInitialized() : bool
  26952.     {
  26953.         return null !== $this->valueHolder84c66;
  26954.     }
  26955.     public function getWrappedValueHolderValue()
  26956.     {
  26957.         return $this->valueHolder84c66;
  26958.     }
  26959. }
  26960. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/PurgerLoader.php';
  26961. class PurgerLoader_cb68499 extends \Fidry\AliceDataFixtures\Loader\PurgerLoader implements \ProxyManager\Proxy\VirtualProxyInterface
  26962. {
  26963.     /**
  26964.      * @var \Fidry\AliceDataFixtures\Loader\PurgerLoader|null wrapped object, if the proxy is initialized
  26965.      */
  26966.     private $valueHolder84c66 null;
  26967.     /**
  26968.      * @var \Closure|null initializer responsible for generating the wrapped object
  26969.      */
  26970.     private $initializerd83f5 null;
  26971.     /**
  26972.      * @var bool[] map of public properties of the parent class
  26973.      */
  26974.     private static $publicProperties7a693 = [
  26975.         
  26976.     ];
  26977.     public function withPersister(\Fidry\AliceDataFixtures\Persistence\PersisterInterface $persister) : \Fidry\AliceDataFixtures\Loader\PurgerLoader
  26978.     {
  26979.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'withPersister', array('persister' => $persister), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26980.         return $this->valueHolder84c66->withPersister($persister);
  26981.     }
  26982.     public function load(array $fixturesFiles, array $parameters = [], array $objects = [], ?\Fidry\AliceDataFixtures\Persistence\PurgeMode $purgeMode null) : array
  26983.     {
  26984.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'load', array('fixturesFiles' => $fixturesFiles'parameters' => $parameters'objects' => $objects'purgeMode' => $purgeMode), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  26985.         return $this->valueHolder84c66->load($fixturesFiles$parameters$objects$purgeMode);
  26986.     }
  26987.     /**
  26988.      * Constructor for lazy initialization
  26989.      *
  26990.      * @param \Closure|null $initializer
  26991.      */
  26992.     public static function staticProxyConstructor($initializer)
  26993.     {
  26994.         static $reflection;
  26995.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  26996.         $instance   $reflection->newInstanceWithoutConstructor();
  26997.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\PurgerLoader $instance) {
  26998.             unset($instance->loader$instance->purgerFactory$instance->defaultPurgeMode$instance->logger);
  26999.         }, $instance'Fidry\\AliceDataFixtures\\Loader\\PurgerLoader')->__invoke($instance);
  27000.         $instance->initializerd83f5 $initializer;
  27001.         return $instance;
  27002.     }
  27003.     public function __construct(\Fidry\AliceDataFixtures\LoaderInterface $decoratedLoader, \Fidry\AliceDataFixtures\Persistence\PurgerFactoryInterface $purgerFactorystring $defaultPurgeMode, ?\Psr\Log\LoggerInterface $logger null)
  27004.     {
  27005.         static $reflection;
  27006.         if (! $this->valueHolder84c66) {
  27007.             $reflection $reflection ?? new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PurgerLoader');
  27008.             $this->valueHolder84c66 $reflection->newInstanceWithoutConstructor();
  27009.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\PurgerLoader $instance) {
  27010.             unset($instance->loader$instance->purgerFactory$instance->defaultPurgeMode$instance->logger);
  27011.         }, $this'Fidry\\AliceDataFixtures\\Loader\\PurgerLoader')->__invoke($this);
  27012.         }
  27013.         $this->valueHolder84c66->__construct($decoratedLoader$purgerFactory$defaultPurgeMode$logger);
  27014.     }
  27015.     public function & __get($name)
  27016.     {
  27017.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__get', ['name' => $name], $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27018.         if (isset(self::$publicProperties7a693[$name])) {
  27019.             return $this->valueHolder84c66->$name;
  27020.         }
  27021.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PurgerLoader');
  27022.         if (! $realInstanceReflection->hasProperty($name)) {
  27023.             $targetObject $this->valueHolder84c66;
  27024.             $backtrace debug_backtrace(false1);
  27025.             trigger_error(
  27026.                 sprintf(
  27027.                     'Undefined property: %s::$%s in %s on line %s',
  27028.                     $realInstanceReflection->getName(),
  27029.                     $name,
  27030.                     $backtrace[0]['file'],
  27031.                     $backtrace[0]['line']
  27032.                 ),
  27033.                 \E_USER_NOTICE
  27034.             );
  27035.             return $targetObject->$name;
  27036.         }
  27037.         $targetObject $this->valueHolder84c66;
  27038.         $accessor = function & () use ($targetObject$name) {
  27039.             return $targetObject->$name;
  27040.         };
  27041.         $backtrace debug_backtrace(true2);
  27042.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27043.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27044.         $returnValue = & $accessor();
  27045.         return $returnValue;
  27046.     }
  27047.     public function __set($name$value)
  27048.     {
  27049.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__set', array('name' => $name'value' => $value), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27050.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PurgerLoader');
  27051.         if (! $realInstanceReflection->hasProperty($name)) {
  27052.             $targetObject $this->valueHolder84c66;
  27053.             $targetObject->$name $value;
  27054.             return $targetObject->$name;
  27055.         }
  27056.         $targetObject $this->valueHolder84c66;
  27057.         $accessor = function & () use ($targetObject$name$value) {
  27058.             $targetObject->$name $value;
  27059.             return $targetObject->$name;
  27060.         };
  27061.         $backtrace debug_backtrace(true2);
  27062.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27063.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27064.         $returnValue = & $accessor();
  27065.         return $returnValue;
  27066.     }
  27067.     public function __isset($name)
  27068.     {
  27069.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__isset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27070.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PurgerLoader');
  27071.         if (! $realInstanceReflection->hasProperty($name)) {
  27072.             $targetObject $this->valueHolder84c66;
  27073.             return isset($targetObject->$name);
  27074.         }
  27075.         $targetObject $this->valueHolder84c66;
  27076.         $accessor = function () use ($targetObject$name) {
  27077.             return isset($targetObject->$name);
  27078.         };
  27079.         $backtrace debug_backtrace(true2);
  27080.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27081.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27082.         $returnValue $accessor();
  27083.         return $returnValue;
  27084.     }
  27085.     public function __unset($name)
  27086.     {
  27087.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__unset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27088.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\PurgerLoader');
  27089.         if (! $realInstanceReflection->hasProperty($name)) {
  27090.             $targetObject $this->valueHolder84c66;
  27091.             unset($targetObject->$name);
  27092.             return;
  27093.         }
  27094.         $targetObject $this->valueHolder84c66;
  27095.         $accessor = function () use ($targetObject$name) {
  27096.             unset($targetObject->$name);
  27097.             return;
  27098.         };
  27099.         $backtrace debug_backtrace(true2);
  27100.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27101.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27102.         $accessor();
  27103.     }
  27104.     public function __clone()
  27105.     {
  27106.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__clone', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27107.         $this->valueHolder84c66 = clone $this->valueHolder84c66;
  27108.     }
  27109.     public function __sleep()
  27110.     {
  27111.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__sleep', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27112.         return array('valueHolder84c66');
  27113.     }
  27114.     public function __wakeup()
  27115.     {
  27116.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\PurgerLoader $instance) {
  27117.             unset($instance->loader$instance->purgerFactory$instance->defaultPurgeMode$instance->logger);
  27118.         }, $this'Fidry\\AliceDataFixtures\\Loader\\PurgerLoader')->__invoke($this);
  27119.     }
  27120.     public function setProxyInitializer(\Closure $initializer null) : void
  27121.     {
  27122.         $this->initializerd83f5 $initializer;
  27123.     }
  27124.     public function getProxyInitializer() : ?\Closure
  27125.     {
  27126.         return $this->initializerd83f5;
  27127.     }
  27128.     public function initializeProxy() : bool
  27129.     {
  27130.         return $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeProxy', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27131.     }
  27132.     public function isProxyInitialized() : bool
  27133.     {
  27134.         return null !== $this->valueHolder84c66;
  27135.     }
  27136.     public function getWrappedValueHolderValue()
  27137.     {
  27138.         return $this->valueHolder84c66;
  27139.     }
  27140. }
  27141. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/SimpleLoader.php';
  27142. class SimpleLoader_4473cb1 extends \Fidry\AliceDataFixtures\Loader\SimpleLoader implements \ProxyManager\Proxy\VirtualProxyInterface
  27143. {
  27144.     /**
  27145.      * @var \Fidry\AliceDataFixtures\Loader\SimpleLoader|null wrapped object, if the proxy is initialized
  27146.      */
  27147.     private $valueHolder84c66 null;
  27148.     /**
  27149.      * @var \Closure|null initializer responsible for generating the wrapped object
  27150.      */
  27151.     private $initializerd83f5 null;
  27152.     /**
  27153.      * @var bool[] map of public properties of the parent class
  27154.      */
  27155.     private static $publicProperties7a693 = [
  27156.         
  27157.     ];
  27158.     public function load(array $fixturesFiles, array $parameters = [], array $objects = [], ?\Fidry\AliceDataFixtures\Persistence\PurgeMode $purgeMode null) : array
  27159.     {
  27160.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'load', array('fixturesFiles' => $fixturesFiles'parameters' => $parameters'objects' => $objects'purgeMode' => $purgeMode), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27161.         return $this->valueHolder84c66->load($fixturesFiles$parameters$objects$purgeMode);
  27162.     }
  27163.     /**
  27164.      * Constructor for lazy initialization
  27165.      *
  27166.      * @param \Closure|null $initializer
  27167.      */
  27168.     public static function staticProxyConstructor($initializer)
  27169.     {
  27170.         static $reflection;
  27171.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  27172.         $instance   $reflection->newInstanceWithoutConstructor();
  27173.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\SimpleLoader $instance) {
  27174.             unset($instance->filesLoader$instance->logger);
  27175.         }, $instance'Fidry\\AliceDataFixtures\\Loader\\SimpleLoader')->__invoke($instance);
  27176.         $instance->initializerd83f5 $initializer;
  27177.         return $instance;
  27178.     }
  27179.     public function __construct(\Nelmio\Alice\FilesLoaderInterface $fileLoader, ?\Psr\Log\LoggerInterface $logger null)
  27180.     {
  27181.         static $reflection;
  27182.         if (! $this->valueHolder84c66) {
  27183.             $reflection $reflection ?? new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\SimpleLoader');
  27184.             $this->valueHolder84c66 $reflection->newInstanceWithoutConstructor();
  27185.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\SimpleLoader $instance) {
  27186.             unset($instance->filesLoader$instance->logger);
  27187.         }, $this'Fidry\\AliceDataFixtures\\Loader\\SimpleLoader')->__invoke($this);
  27188.         }
  27189.         $this->valueHolder84c66->__construct($fileLoader$logger);
  27190.     }
  27191.     public function & __get($name)
  27192.     {
  27193.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__get', ['name' => $name], $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27194.         if (isset(self::$publicProperties7a693[$name])) {
  27195.             return $this->valueHolder84c66->$name;
  27196.         }
  27197.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\SimpleLoader');
  27198.         if (! $realInstanceReflection->hasProperty($name)) {
  27199.             $targetObject $this->valueHolder84c66;
  27200.             $backtrace debug_backtrace(false1);
  27201.             trigger_error(
  27202.                 sprintf(
  27203.                     'Undefined property: %s::$%s in %s on line %s',
  27204.                     $realInstanceReflection->getName(),
  27205.                     $name,
  27206.                     $backtrace[0]['file'],
  27207.                     $backtrace[0]['line']
  27208.                 ),
  27209.                 \E_USER_NOTICE
  27210.             );
  27211.             return $targetObject->$name;
  27212.         }
  27213.         $targetObject $this->valueHolder84c66;
  27214.         $accessor = function & () use ($targetObject$name) {
  27215.             return $targetObject->$name;
  27216.         };
  27217.         $backtrace debug_backtrace(true2);
  27218.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27219.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27220.         $returnValue = & $accessor();
  27221.         return $returnValue;
  27222.     }
  27223.     public function __set($name$value)
  27224.     {
  27225.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__set', array('name' => $name'value' => $value), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27226.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\SimpleLoader');
  27227.         if (! $realInstanceReflection->hasProperty($name)) {
  27228.             $targetObject $this->valueHolder84c66;
  27229.             $targetObject->$name $value;
  27230.             return $targetObject->$name;
  27231.         }
  27232.         $targetObject $this->valueHolder84c66;
  27233.         $accessor = function & () use ($targetObject$name$value) {
  27234.             $targetObject->$name $value;
  27235.             return $targetObject->$name;
  27236.         };
  27237.         $backtrace debug_backtrace(true2);
  27238.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27239.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27240.         $returnValue = & $accessor();
  27241.         return $returnValue;
  27242.     }
  27243.     public function __isset($name)
  27244.     {
  27245.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__isset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27246.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\SimpleLoader');
  27247.         if (! $realInstanceReflection->hasProperty($name)) {
  27248.             $targetObject $this->valueHolder84c66;
  27249.             return isset($targetObject->$name);
  27250.         }
  27251.         $targetObject $this->valueHolder84c66;
  27252.         $accessor = function () use ($targetObject$name) {
  27253.             return isset($targetObject->$name);
  27254.         };
  27255.         $backtrace debug_backtrace(true2);
  27256.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27257.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27258.         $returnValue $accessor();
  27259.         return $returnValue;
  27260.     }
  27261.     public function __unset($name)
  27262.     {
  27263.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__unset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27264.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Loader\\SimpleLoader');
  27265.         if (! $realInstanceReflection->hasProperty($name)) {
  27266.             $targetObject $this->valueHolder84c66;
  27267.             unset($targetObject->$name);
  27268.             return;
  27269.         }
  27270.         $targetObject $this->valueHolder84c66;
  27271.         $accessor = function () use ($targetObject$name) {
  27272.             unset($targetObject->$name);
  27273.             return;
  27274.         };
  27275.         $backtrace debug_backtrace(true2);
  27276.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27277.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27278.         $accessor();
  27279.     }
  27280.     public function __clone()
  27281.     {
  27282.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__clone', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27283.         $this->valueHolder84c66 = clone $this->valueHolder84c66;
  27284.     }
  27285.     public function __sleep()
  27286.     {
  27287.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__sleep', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27288.         return array('valueHolder84c66');
  27289.     }
  27290.     public function __wakeup()
  27291.     {
  27292.         \Closure::bind(function (\Fidry\AliceDataFixtures\Loader\SimpleLoader $instance) {
  27293.             unset($instance->filesLoader$instance->logger);
  27294.         }, $this'Fidry\\AliceDataFixtures\\Loader\\SimpleLoader')->__invoke($this);
  27295.     }
  27296.     public function setProxyInitializer(\Closure $initializer null) : void
  27297.     {
  27298.         $this->initializerd83f5 $initializer;
  27299.     }
  27300.     public function getProxyInitializer() : ?\Closure
  27301.     {
  27302.         return $this->initializerd83f5;
  27303.     }
  27304.     public function initializeProxy() : bool
  27305.     {
  27306.         return $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeProxy', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27307.     }
  27308.     public function isProxyInitialized() : bool
  27309.     {
  27310.         return null !== $this->valueHolder84c66;
  27311.     }
  27312.     public function getWrappedValueHolderValue()
  27313.     {
  27314.         return $this->valueHolder84c66;
  27315.     }
  27316. }
  27317. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PersisterInterface.php';
  27318. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php';
  27319. class ObjectManagerPersister_eccc052 extends \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister implements \ProxyManager\Proxy\VirtualProxyInterface
  27320. {
  27321.     /**
  27322.      * @var \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister|null wrapped object, if the proxy is initialized
  27323.      */
  27324.     private $valueHolder84c66 null;
  27325.     /**
  27326.      * @var \Closure|null initializer responsible for generating the wrapped object
  27327.      */
  27328.     private $initializerd83f5 null;
  27329.     /**
  27330.      * @var bool[] map of public properties of the parent class
  27331.      */
  27332.     private static $publicProperties7a693 = [
  27333.         
  27334.     ];
  27335.     public function persist(object $object) : void
  27336.     {
  27337.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'persist', array('object' => $object), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27338.         $this->valueHolder84c66->persist($object);
  27339. return;
  27340.     }
  27341.     public function flush() : void
  27342.     {
  27343.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'flush', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27344.         $this->valueHolder84c66->flush();
  27345. return;
  27346.     }
  27347.     /**
  27348.      * Constructor for lazy initialization
  27349.      *
  27350.      * @param \Closure|null $initializer
  27351.      */
  27352.     public static function staticProxyConstructor($initializer)
  27353.     {
  27354.         static $reflection;
  27355.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  27356.         $instance   $reflection->newInstanceWithoutConstructor();
  27357.         \Closure::bind(function (\Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister $instance) {
  27358.             unset($instance->objectManager$instance->persistableClasses$instance->metadataToRestore$instance->objectChecked$instance->unitOfWorkPersistersReflection);
  27359.         }, $instance'Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister')->__invoke($instance);
  27360.         $instance->initializerd83f5 $initializer;
  27361.         return $instance;
  27362.     }
  27363.     public function __construct(\Doctrine\Persistence\ObjectManager $manager)
  27364.     {
  27365.         static $reflection;
  27366.         if (! $this->valueHolder84c66) {
  27367.             $reflection $reflection ?? new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister');
  27368.             $this->valueHolder84c66 $reflection->newInstanceWithoutConstructor();
  27369.         \Closure::bind(function (\Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister $instance) {
  27370.             unset($instance->objectManager$instance->persistableClasses$instance->metadataToRestore$instance->objectChecked$instance->unitOfWorkPersistersReflection);
  27371.         }, $this'Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister')->__invoke($this);
  27372.         }
  27373.         $this->valueHolder84c66->__construct($manager);
  27374.     }
  27375.     public function & __get($name)
  27376.     {
  27377.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__get', ['name' => $name], $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27378.         if (isset(self::$publicProperties7a693[$name])) {
  27379.             return $this->valueHolder84c66->$name;
  27380.         }
  27381.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister');
  27382.         if (! $realInstanceReflection->hasProperty($name)) {
  27383.             $targetObject $this->valueHolder84c66;
  27384.             $backtrace debug_backtrace(false1);
  27385.             trigger_error(
  27386.                 sprintf(
  27387.                     'Undefined property: %s::$%s in %s on line %s',
  27388.                     $realInstanceReflection->getName(),
  27389.                     $name,
  27390.                     $backtrace[0]['file'],
  27391.                     $backtrace[0]['line']
  27392.                 ),
  27393.                 \E_USER_NOTICE
  27394.             );
  27395.             return $targetObject->$name;
  27396.         }
  27397.         $targetObject $this->valueHolder84c66;
  27398.         $accessor = function & () use ($targetObject$name) {
  27399.             return $targetObject->$name;
  27400.         };
  27401.         $backtrace debug_backtrace(true2);
  27402.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27403.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27404.         $returnValue = & $accessor();
  27405.         return $returnValue;
  27406.     }
  27407.     public function __set($name$value)
  27408.     {
  27409.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__set', array('name' => $name'value' => $value), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27410.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister');
  27411.         if (! $realInstanceReflection->hasProperty($name)) {
  27412.             $targetObject $this->valueHolder84c66;
  27413.             $targetObject->$name $value;
  27414.             return $targetObject->$name;
  27415.         }
  27416.         $targetObject $this->valueHolder84c66;
  27417.         $accessor = function & () use ($targetObject$name$value) {
  27418.             $targetObject->$name $value;
  27419.             return $targetObject->$name;
  27420.         };
  27421.         $backtrace debug_backtrace(true2);
  27422.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27423.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27424.         $returnValue = & $accessor();
  27425.         return $returnValue;
  27426.     }
  27427.     public function __isset($name)
  27428.     {
  27429.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__isset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27430.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister');
  27431.         if (! $realInstanceReflection->hasProperty($name)) {
  27432.             $targetObject $this->valueHolder84c66;
  27433.             return isset($targetObject->$name);
  27434.         }
  27435.         $targetObject $this->valueHolder84c66;
  27436.         $accessor = function () use ($targetObject$name) {
  27437.             return isset($targetObject->$name);
  27438.         };
  27439.         $backtrace debug_backtrace(true2);
  27440.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27441.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27442.         $returnValue $accessor();
  27443.         return $returnValue;
  27444.     }
  27445.     public function __unset($name)
  27446.     {
  27447.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__unset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27448.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister');
  27449.         if (! $realInstanceReflection->hasProperty($name)) {
  27450.             $targetObject $this->valueHolder84c66;
  27451.             unset($targetObject->$name);
  27452.             return;
  27453.         }
  27454.         $targetObject $this->valueHolder84c66;
  27455.         $accessor = function () use ($targetObject$name) {
  27456.             unset($targetObject->$name);
  27457.             return;
  27458.         };
  27459.         $backtrace debug_backtrace(true2);
  27460.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27461.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27462.         $accessor();
  27463.     }
  27464.     public function __clone()
  27465.     {
  27466.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__clone', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27467.         $this->valueHolder84c66 = clone $this->valueHolder84c66;
  27468.     }
  27469.     public function __sleep()
  27470.     {
  27471.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__sleep', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27472.         return array('valueHolder84c66');
  27473.     }
  27474.     public function __wakeup()
  27475.     {
  27476.         \Closure::bind(function (\Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister $instance) {
  27477.             unset($instance->objectManager$instance->persistableClasses$instance->metadataToRestore$instance->objectChecked$instance->unitOfWorkPersistersReflection);
  27478.         }, $this'Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Persister\\ObjectManagerPersister')->__invoke($this);
  27479.     }
  27480.     public function setProxyInitializer(\Closure $initializer null) : void
  27481.     {
  27482.         $this->initializerd83f5 $initializer;
  27483.     }
  27484.     public function getProxyInitializer() : ?\Closure
  27485.     {
  27486.         return $this->initializerd83f5;
  27487.     }
  27488.     public function initializeProxy() : bool
  27489.     {
  27490.         return $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeProxy', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27491.     }
  27492.     public function isProxyInitialized() : bool
  27493.     {
  27494.         return null !== $this->valueHolder84c66;
  27495.     }
  27496.     public function getWrappedValueHolderValue()
  27497.     {
  27498.         return $this->valueHolder84c66;
  27499.     }
  27500. }
  27501. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PurgerInterface.php';
  27502. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PurgerFactoryInterface.php';
  27503. include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Doctrine/Purger/Purger.php';
  27504. class Purger_2d4d1ea extends \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger implements \ProxyManager\Proxy\VirtualProxyInterface
  27505. {
  27506.     /**
  27507.      * @var \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger|null wrapped object, if the proxy is initialized
  27508.      */
  27509.     private $valueHolder84c66 null;
  27510.     /**
  27511.      * @var \Closure|null initializer responsible for generating the wrapped object
  27512.      */
  27513.     private $initializerd83f5 null;
  27514.     /**
  27515.      * @var bool[] map of public properties of the parent class
  27516.      */
  27517.     private static $publicProperties7a693 = [
  27518.         
  27519.     ];
  27520.     public function create(\Fidry\AliceDataFixtures\Persistence\PurgeMode $mode, ?\Fidry\AliceDataFixtures\Persistence\PurgerInterface $purger null) : \Fidry\AliceDataFixtures\Persistence\PurgerInterface
  27521.     {
  27522.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'create', array('mode' => $mode'purger' => $purger), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27523.         return $this->valueHolder84c66->create($mode$purger);
  27524.     }
  27525.     public function purge() : void
  27526.     {
  27527.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'purge', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27528.         $this->valueHolder84c66->purge();
  27529. return;
  27530.     }
  27531.     /**
  27532.      * Constructor for lazy initialization
  27533.      *
  27534.      * @param \Closure|null $initializer
  27535.      */
  27536.     public static function staticProxyConstructor($initializer)
  27537.     {
  27538.         static $reflection;
  27539.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  27540.         $instance   $reflection->newInstanceWithoutConstructor();
  27541.         \Closure::bind(function (\Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger $instance) {
  27542.             unset($instance->manager$instance->purgeMode$instance->purger);
  27543.         }, $instance'Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger')->__invoke($instance);
  27544.         $instance->initializerd83f5 $initializer;
  27545.         return $instance;
  27546.     }
  27547.     public function __construct(\Doctrine\Persistence\ObjectManager $manager, ?\Fidry\AliceDataFixtures\Persistence\PurgeMode $purgeMode null)
  27548.     {
  27549.         static $reflection;
  27550.         if (! $this->valueHolder84c66) {
  27551.             $reflection $reflection ?? new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger');
  27552.             $this->valueHolder84c66 $reflection->newInstanceWithoutConstructor();
  27553.         \Closure::bind(function (\Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger $instance) {
  27554.             unset($instance->manager$instance->purgeMode$instance->purger);
  27555.         }, $this'Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger')->__invoke($this);
  27556.         }
  27557.         $this->valueHolder84c66->__construct($manager$purgeMode);
  27558.     }
  27559.     public function & __get($name)
  27560.     {
  27561.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__get', ['name' => $name], $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27562.         if (isset(self::$publicProperties7a693[$name])) {
  27563.             return $this->valueHolder84c66->$name;
  27564.         }
  27565.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger');
  27566.         if (! $realInstanceReflection->hasProperty($name)) {
  27567.             $targetObject $this->valueHolder84c66;
  27568.             $backtrace debug_backtrace(false1);
  27569.             trigger_error(
  27570.                 sprintf(
  27571.                     'Undefined property: %s::$%s in %s on line %s',
  27572.                     $realInstanceReflection->getName(),
  27573.                     $name,
  27574.                     $backtrace[0]['file'],
  27575.                     $backtrace[0]['line']
  27576.                 ),
  27577.                 \E_USER_NOTICE
  27578.             );
  27579.             return $targetObject->$name;
  27580.         }
  27581.         $targetObject $this->valueHolder84c66;
  27582.         $accessor = function & () use ($targetObject$name) {
  27583.             return $targetObject->$name;
  27584.         };
  27585.         $backtrace debug_backtrace(true2);
  27586.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27587.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27588.         $returnValue = & $accessor();
  27589.         return $returnValue;
  27590.     }
  27591.     public function __set($name$value)
  27592.     {
  27593.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__set', array('name' => $name'value' => $value), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27594.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger');
  27595.         if (! $realInstanceReflection->hasProperty($name)) {
  27596.             $targetObject $this->valueHolder84c66;
  27597.             $targetObject->$name $value;
  27598.             return $targetObject->$name;
  27599.         }
  27600.         $targetObject $this->valueHolder84c66;
  27601.         $accessor = function & () use ($targetObject$name$value) {
  27602.             $targetObject->$name $value;
  27603.             return $targetObject->$name;
  27604.         };
  27605.         $backtrace debug_backtrace(true2);
  27606.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27607.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27608.         $returnValue = & $accessor();
  27609.         return $returnValue;
  27610.     }
  27611.     public function __isset($name)
  27612.     {
  27613.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__isset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27614.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger');
  27615.         if (! $realInstanceReflection->hasProperty($name)) {
  27616.             $targetObject $this->valueHolder84c66;
  27617.             return isset($targetObject->$name);
  27618.         }
  27619.         $targetObject $this->valueHolder84c66;
  27620.         $accessor = function () use ($targetObject$name) {
  27621.             return isset($targetObject->$name);
  27622.         };
  27623.         $backtrace debug_backtrace(true2);
  27624.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27625.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27626.         $returnValue $accessor();
  27627.         return $returnValue;
  27628.     }
  27629.     public function __unset($name)
  27630.     {
  27631.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__unset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27632.         $realInstanceReflection = new \ReflectionClass('Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger');
  27633.         if (! $realInstanceReflection->hasProperty($name)) {
  27634.             $targetObject $this->valueHolder84c66;
  27635.             unset($targetObject->$name);
  27636.             return;
  27637.         }
  27638.         $targetObject $this->valueHolder84c66;
  27639.         $accessor = function () use ($targetObject$name) {
  27640.             unset($targetObject->$name);
  27641.             return;
  27642.         };
  27643.         $backtrace debug_backtrace(true2);
  27644.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27645.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27646.         $accessor();
  27647.     }
  27648.     public function __clone()
  27649.     {
  27650.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__clone', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27651.         $this->valueHolder84c66 = clone $this->valueHolder84c66;
  27652.     }
  27653.     public function __sleep()
  27654.     {
  27655.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__sleep', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27656.         return array('valueHolder84c66');
  27657.     }
  27658.     public function __wakeup()
  27659.     {
  27660.         \Closure::bind(function (\Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger $instance) {
  27661.             unset($instance->manager$instance->purgeMode$instance->purger);
  27662.         }, $this'Fidry\\AliceDataFixtures\\Bridge\\Doctrine\\Purger\\Purger')->__invoke($this);
  27663.     }
  27664.     public function setProxyInitializer(\Closure $initializer null) : void
  27665.     {
  27666.         $this->initializerd83f5 $initializer;
  27667.     }
  27668.     public function getProxyInitializer() : ?\Closure
  27669.     {
  27670.         return $this->initializerd83f5;
  27671.     }
  27672.     public function initializeProxy() : bool
  27673.     {
  27674.         return $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeProxy', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27675.     }
  27676.     public function isProxyInitialized() : bool
  27677.     {
  27678.         return null !== $this->valueHolder84c66;
  27679.     }
  27680.     public function getWrappedValueHolderValue()
  27681.     {
  27682.         return $this->valueHolder84c66;
  27683.     }
  27684. }
  27685. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  27686. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  27687. class Paginator_f262b94 extends \Knp\Component\Pager\Paginator implements \ProxyManager\Proxy\VirtualProxyInterface
  27688. {
  27689.     /**
  27690.      * @var \Knp\Component\Pager\Paginator|null wrapped object, if the proxy is initialized
  27691.      */
  27692.     private $valueHolder84c66 null;
  27693.     /**
  27694.      * @var \Closure|null initializer responsible for generating the wrapped object
  27695.      */
  27696.     private $initializerd83f5 null;
  27697.     /**
  27698.      * @var bool[] map of public properties of the parent class
  27699.      */
  27700.     private static $publicProperties7a693 = [
  27701.         
  27702.     ];
  27703.     public function setDefaultPaginatorOptions(array $options) : void
  27704.     {
  27705.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'setDefaultPaginatorOptions', array('options' => $options), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27706.         $this->valueHolder84c66->setDefaultPaginatorOptions($options);
  27707. return;
  27708.     }
  27709.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  27710.     {
  27711.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27712.         return $this->valueHolder84c66->paginate($target$page$limit$options);
  27713.     }
  27714.     public function subscribe(\Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber) : void
  27715.     {
  27716.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'subscribe', array('subscriber' => $subscriber), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27717.         $this->valueHolder84c66->subscribe($subscriber);
  27718. return;
  27719.     }
  27720.     public function connect(string $eventName$listenerint $priority 0) : void
  27721.     {
  27722.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'connect', array('eventName' => $eventName'listener' => $listener'priority' => $priority), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27723.         $this->valueHolder84c66->connect($eventName$listener$priority);
  27724. return;
  27725.     }
  27726.     /**
  27727.      * Constructor for lazy initialization
  27728.      *
  27729.      * @param \Closure|null $initializer
  27730.      */
  27731.     public static function staticProxyConstructor($initializer)
  27732.     {
  27733.         static $reflection;
  27734.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  27735.         $instance   $reflection->newInstanceWithoutConstructor();
  27736.         unset($instance->eventDispatcher$instance->defaultOptions$instance->requestStack);
  27737.         $instance->initializerd83f5 $initializer;
  27738.         return $instance;
  27739.     }
  27740.     public function __construct(?\Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher null, ?\Symfony\Component\HttpFoundation\RequestStack $requestStack null)
  27741.     {
  27742.         static $reflection;
  27743.         if (! $this->valueHolder84c66) {
  27744.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  27745.             $this->valueHolder84c66 $reflection->newInstanceWithoutConstructor();
  27746.         unset($this->eventDispatcher$this->defaultOptions$this->requestStack);
  27747.         }
  27748.         $this->valueHolder84c66->__construct($eventDispatcher$requestStack);
  27749.     }
  27750.     public function & __get($name)
  27751.     {
  27752.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__get', ['name' => $name], $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27753.         if (isset(self::$publicProperties7a693[$name])) {
  27754.             return $this->valueHolder84c66->$name;
  27755.         }
  27756.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  27757.         if (! $realInstanceReflection->hasProperty($name)) {
  27758.             $targetObject $this->valueHolder84c66;
  27759.             $backtrace debug_backtrace(false1);
  27760.             trigger_error(
  27761.                 sprintf(
  27762.                     'Undefined property: %s::$%s in %s on line %s',
  27763.                     $realInstanceReflection->getName(),
  27764.                     $name,
  27765.                     $backtrace[0]['file'],
  27766.                     $backtrace[0]['line']
  27767.                 ),
  27768.                 \E_USER_NOTICE
  27769.             );
  27770.             return $targetObject->$name;
  27771.         }
  27772.         $targetObject $this->valueHolder84c66;
  27773.         $accessor = function & () use ($targetObject$name) {
  27774.             return $targetObject->$name;
  27775.         };
  27776.         $backtrace debug_backtrace(true2);
  27777.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27778.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27779.         $returnValue = & $accessor();
  27780.         return $returnValue;
  27781.     }
  27782.     public function __set($name$value)
  27783.     {
  27784.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__set', array('name' => $name'value' => $value), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27785.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  27786.         if (! $realInstanceReflection->hasProperty($name)) {
  27787.             $targetObject $this->valueHolder84c66;
  27788.             $targetObject->$name $value;
  27789.             return $targetObject->$name;
  27790.         }
  27791.         $targetObject $this->valueHolder84c66;
  27792.         $accessor = function & () use ($targetObject$name$value) {
  27793.             $targetObject->$name $value;
  27794.             return $targetObject->$name;
  27795.         };
  27796.         $backtrace debug_backtrace(true2);
  27797.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27798.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27799.         $returnValue = & $accessor();
  27800.         return $returnValue;
  27801.     }
  27802.     public function __isset($name)
  27803.     {
  27804.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__isset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27805.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  27806.         if (! $realInstanceReflection->hasProperty($name)) {
  27807.             $targetObject $this->valueHolder84c66;
  27808.             return isset($targetObject->$name);
  27809.         }
  27810.         $targetObject $this->valueHolder84c66;
  27811.         $accessor = function () use ($targetObject$name) {
  27812.             return isset($targetObject->$name);
  27813.         };
  27814.         $backtrace debug_backtrace(true2);
  27815.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27816.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27817.         $returnValue $accessor();
  27818.         return $returnValue;
  27819.     }
  27820.     public function __unset($name)
  27821.     {
  27822.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__unset', array('name' => $name), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27823.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  27824.         if (! $realInstanceReflection->hasProperty($name)) {
  27825.             $targetObject $this->valueHolder84c66;
  27826.             unset($targetObject->$name);
  27827.             return;
  27828.         }
  27829.         $targetObject $this->valueHolder84c66;
  27830.         $accessor = function () use ($targetObject$name) {
  27831.             unset($targetObject->$name);
  27832.             return;
  27833.         };
  27834.         $backtrace debug_backtrace(true2);
  27835.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  27836.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  27837.         $accessor();
  27838.     }
  27839.     public function __clone()
  27840.     {
  27841.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__clone', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27842.         $this->valueHolder84c66 = clone $this->valueHolder84c66;
  27843.     }
  27844.     public function __sleep()
  27845.     {
  27846.         $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'__sleep', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27847.         return array('valueHolder84c66');
  27848.     }
  27849.     public function __wakeup()
  27850.     {
  27851.         unset($this->eventDispatcher$this->defaultOptions$this->requestStack);
  27852.     }
  27853.     public function setProxyInitializer(\Closure $initializer null) : void
  27854.     {
  27855.         $this->initializerd83f5 $initializer;
  27856.     }
  27857.     public function getProxyInitializer() : ?\Closure
  27858.     {
  27859.         return $this->initializerd83f5;
  27860.     }
  27861.     public function initializeProxy() : bool
  27862.     {
  27863.         return $this->initializerd83f5 && ($this->initializerd83f5->__invoke($valueHolder84c66$this'initializeProxy', array(), $this->initializerd83f5) || 1) && $this->valueHolder84c66 $valueHolder84c66;
  27864.     }
  27865.     public function isProxyInitialized() : bool
  27866.     {
  27867.         return null !== $this->valueHolder84c66;
  27868.     }
  27869.     public function getWrappedValueHolderValue()
  27870.     {
  27871.         return $this->valueHolder84c66;
  27872.     }
  27873. }